aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/package.json2
-rw-r--r--client/src/app/+admin/users/user-edit/user-create.component.ts6
-rw-r--r--client/src/app/+videos/+video-edit/shared/video-edit.component.ts1
-rw-r--r--client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts2
-rw-r--r--client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts2
-rw-r--r--client/src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts2
-rw-r--r--client/src/app/+videos/+video-edit/video-add-components/video-send.ts10
-rw-r--r--client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts2
-rw-r--r--client/src/app/+videos/+video-watch/shared/information/privacy-concerns.component.scss7
-rw-r--r--client/src/app/menu/menu.component.ts3
-rw-r--r--client/src/app/shared/shared-main/video/video.service.ts12
-rw-r--r--client/src/locale/angular.ar.xlf20
-rw-r--r--client/src/locale/angular.bn-BD.xlf20
-rw-r--r--client/src/locale/angular.ca-ES.xlf7341
-rw-r--r--client/src/locale/angular.cs-CZ.xlf20
-rw-r--r--client/src/locale/angular.da-DK.xlf12
-rw-r--r--client/src/locale/angular.de-DE.xlf20
-rw-r--r--client/src/locale/angular.el-GR.xlf12
-rw-r--r--client/src/locale/angular.en-GB.xlf10
-rw-r--r--client/src/locale/angular.en-US.xlf10
-rw-r--r--client/src/locale/angular.eo.xlf12
-rw-r--r--client/src/locale/angular.es-ES.xlf24
-rw-r--r--client/src/locale/angular.eu-ES.xlf12
-rw-r--r--client/src/locale/angular.fa-IR.xlf20
-rw-r--r--client/src/locale/angular.fi-FI.xlf10
-rw-r--r--client/src/locale/angular.fr-FR.xlf28
-rw-r--r--client/src/locale/angular.fr.xlf60
-rw-r--r--client/src/locale/angular.gd.xlf38
-rw-r--r--client/src/locale/angular.gl-ES.xlf24
-rw-r--r--client/src/locale/angular.hu-HU.xlf12
-rw-r--r--client/src/locale/angular.it-IT.xlf12
-rw-r--r--client/src/locale/angular.ja-JP.xlf198
-rw-r--r--client/src/locale/angular.jbo.xlf10
-rw-r--r--client/src/locale/angular.kab.xlf12
-rw-r--r--client/src/locale/angular.ko-KR.xlf12
-rw-r--r--client/src/locale/angular.lt-LT.xlf10
-rw-r--r--client/src/locale/angular.nb-NO.xlf12
-rw-r--r--client/src/locale/angular.nl-NL.xlf12
-rw-r--r--client/src/locale/angular.oc.xlf20
-rw-r--r--client/src/locale/angular.pl-PL.xlf24
-rw-r--r--client/src/locale/angular.pt-BR.xlf20
-rw-r--r--client/src/locale/angular.pt-PT.xlf10
-rw-r--r--client/src/locale/angular.ru-RU.xlf24
-rw-r--r--client/src/locale/angular.sk-SK.xlf10
-rw-r--r--client/src/locale/angular.sl-SI.xlf12
-rw-r--r--client/src/locale/angular.sv-SE.xlf2219
-rw-r--r--client/src/locale/angular.ta.xlf10
-rw-r--r--client/src/locale/angular.th-TH.xlf2398
-rw-r--r--client/src/locale/angular.tr-TR.xlf12
-rw-r--r--client/src/locale/angular.uk-UA.xlf12
-rw-r--r--client/src/locale/angular.vi-VN.xlf26
-rw-r--r--client/src/locale/angular.xlf10
-rw-r--r--client/src/locale/angular.zh-Hans-CN.xlf20
-rw-r--r--client/src/locale/angular.zh-Hant-TW.xlf24
-rw-r--r--client/src/locale/player.ca-ES.json38
-rw-r--r--client/src/locale/player.sv-SE.json2
-rw-r--r--client/src/locale/player.th-TH.json6
-rw-r--r--client/src/locale/server.ca-ES.json2
-rw-r--r--client/src/locale/server.fr.json246
-rw-r--r--client/src/locale/server.th-TH.json6
-rw-r--r--client/src/sass/bootstrap.scss7
-rw-r--r--client/src/sass/include/_variables.scss5
62 files changed, 7000 insertions, 6195 deletions
diff --git a/client/package.json b/client/package.json
index efdc0b84b..30cb3a188 100644
--- a/client/package.json
+++ b/client/package.json
@@ -1,6 +1,6 @@
1{ 1{
2 "name": "peertube-client", 2 "name": "peertube-client",
3 "version": "3.3.0-rc.1", 3 "version": "3.3.0",
4 "private": true, 4 "private": true,
5 "license": "AGPL-3.0", 5 "license": "AGPL-3.0",
6 "author": { 6 "author": {
diff --git a/client/src/app/+admin/users/user-edit/user-create.component.ts b/client/src/app/+admin/users/user-edit/user-create.component.ts
index da333240c..c26ad1208 100644
--- a/client/src/app/+admin/users/user-edit/user-create.component.ts
+++ b/client/src/app/+admin/users/user-edit/user-create.component.ts
@@ -1,5 +1,5 @@
1import { Component, OnInit } from '@angular/core' 1import { Component, OnInit } from '@angular/core'
2import { ActivatedRoute, Router } from '@angular/router' 2import { Router } from '@angular/router'
3import { ConfigService } from '@app/+admin/config/shared/config.service' 3import { ConfigService } from '@app/+admin/config/shared/config.service'
4import { AuthService, Notifier, ScreenService, ServerService, UserService } from '@app/core' 4import { AuthService, Notifier, ScreenService, ServerService, UserService } from '@app/core'
5import { 5import {
@@ -30,7 +30,6 @@ export class UserCreateComponent extends UserEdit implements OnInit {
30 protected configService: ConfigService, 30 protected configService: ConfigService,
31 protected screenService: ScreenService, 31 protected screenService: ScreenService,
32 protected auth: AuthService, 32 protected auth: AuthService,
33 private route: ActivatedRoute,
34 private router: Router, 33 private router: Router,
35 private notifier: Notifier, 34 private notifier: Notifier,
36 private userService: UserService 35 private userService: UserService
@@ -87,8 +86,7 @@ export class UserCreateComponent extends UserEdit implements OnInit {
87 } 86 }
88 87
89 isPasswordOptional () { 88 isPasswordOptional () {
90 const serverConfig = this.route.snapshot.data.serverConfig 89 return this.serverConfig.email.enabled
91 return serverConfig.email.enabled
92 } 90 }
93 91
94 getFormButtonTitle () { 92 getFormButtonTitle () {
diff --git a/client/src/app/+videos/+video-edit/shared/video-edit.component.ts b/client/src/app/+videos/+video-edit/shared/video-edit.component.ts
index aebd53318..90a0e8f52 100644
--- a/client/src/app/+videos/+video-edit/shared/video-edit.component.ts
+++ b/client/src/app/+videos/+video-edit/shared/video-edit.component.ts
@@ -185,6 +185,7 @@ export class VideoEditComponent implements OnInit, OnDestroy {
185 this.serverService.getVideoPrivacies() 185 this.serverService.getVideoPrivacies()
186 .subscribe(privacies => { 186 .subscribe(privacies => {
187 this.videoPrivacies = this.videoService.explainedPrivacyLabels(privacies).videoPrivacies 187 this.videoPrivacies = this.videoService.explainedPrivacyLabels(privacies).videoPrivacies
188
188 if (this.schedulePublicationPossible) { 189 if (this.schedulePublicationPossible) {
189 this.videoPrivacies.push({ 190 this.videoPrivacies.push({
190 id: this.SPECIAL_SCHEDULED_PRIVACY, 191 id: this.SPECIAL_SCHEDULED_PRIVACY,
diff --git a/client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts b/client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts
index 01c9fcb16..db25dc6be 100644
--- a/client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts
+++ b/client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts
@@ -62,7 +62,7 @@ export class VideoGoLiveComponent extends VideoSend implements OnInit, AfterView
62 62
63 const video: LiveVideoCreate = { 63 const video: LiveVideoCreate = {
64 name, 64 name,
65 privacy: VideoPrivacy.PRIVATE, 65 privacy: this.highestPrivacy,
66 nsfw: this.serverConfig.instance.isNSFW, 66 nsfw: this.serverConfig.instance.isNSFW,
67 waitTranscoding: true, 67 waitTranscoding: true,
68 commentsEnabled: true, 68 commentsEnabled: true,
diff --git a/client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts b/client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts
index 172dd5ba5..62aaeb019 100644
--- a/client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts
+++ b/client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts
@@ -79,7 +79,7 @@ export class VideoImportTorrentComponent extends VideoSend implements OnInit, Af
79 this.isImportingVideo = true 79 this.isImportingVideo = true
80 80
81 const videoUpdate: VideoUpdate = { 81 const videoUpdate: VideoUpdate = {
82 privacy: VideoPrivacy.PRIVATE, 82 privacy: this.highestPrivacy,
83 waitTranscoding: false, 83 waitTranscoding: false,
84 commentsEnabled: true, 84 commentsEnabled: true,
85 downloadEnabled: true, 85 downloadEnabled: true,
diff --git a/client/src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts b/client/src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts
index 2994d05fa..3243b4d38 100644
--- a/client/src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts
+++ b/client/src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts
@@ -66,7 +66,7 @@ export class VideoImportUrlComponent extends VideoSend implements OnInit, AfterV
66 this.isImportingVideo = true 66 this.isImportingVideo = true
67 67
68 const videoUpdate: VideoUpdate = { 68 const videoUpdate: VideoUpdate = {
69 privacy: VideoPrivacy.PRIVATE, 69 privacy: this.highestPrivacy,
70 waitTranscoding: false, 70 waitTranscoding: false,
71 commentsEnabled: true, 71 commentsEnabled: true,
72 downloadEnabled: true, 72 downloadEnabled: true,
diff --git a/client/src/app/+videos/+video-edit/video-add-components/video-send.ts b/client/src/app/+videos/+video-edit/video-add-components/video-send.ts
index 0e7a26a47..ce8de049d 100644
--- a/client/src/app/+videos/+video-edit/video-add-components/video-send.ts
+++ b/client/src/app/+videos/+video-edit/video-add-components/video-send.ts
@@ -15,8 +15,8 @@ export abstract class VideoSend extends FormReactive implements OnInit {
15 videoPrivacies: VideoConstant<VideoPrivacy>[] = [] 15 videoPrivacies: VideoConstant<VideoPrivacy>[] = []
16 videoCaptions: VideoCaptionEdit[] = [] 16 videoCaptions: VideoCaptionEdit[] = []
17 17
18 firstStepPrivacyId = 0 18 firstStepPrivacyId: VideoPrivacy
19 firstStepChannelId = 0 19 firstStepChannelId: number
20 20
21 abstract firstStepDone: EventEmitter<string> 21 abstract firstStepDone: EventEmitter<string>
22 abstract firstStepError: EventEmitter<void> 22 abstract firstStepError: EventEmitter<void>
@@ -24,11 +24,15 @@ export abstract class VideoSend extends FormReactive implements OnInit {
24 protected loadingBar: LoadingBarService 24 protected loadingBar: LoadingBarService
25 protected notifier: Notifier 25 protected notifier: Notifier
26 protected authService: AuthService 26 protected authService: AuthService
27
27 protected serverService: ServerService 28 protected serverService: ServerService
28 protected videoService: VideoService 29 protected videoService: VideoService
29 protected videoCaptionService: VideoCaptionService 30 protected videoCaptionService: VideoCaptionService
31
30 protected serverConfig: HTMLServerConfig 32 protected serverConfig: HTMLServerConfig
31 33
34 protected highestPrivacy: VideoPrivacy
35
32 abstract canDeactivate (): CanComponentDeactivateResult 36 abstract canDeactivate (): CanComponentDeactivateResult
33 37
34 ngOnInit () { 38 ngOnInit () {
@@ -49,6 +53,8 @@ export abstract class VideoSend extends FormReactive implements OnInit {
49 53
50 this.videoPrivacies = videoPrivacies 54 this.videoPrivacies = videoPrivacies
51 this.firstStepPrivacyId = defaultPrivacyId 55 this.firstStepPrivacyId = defaultPrivacyId
56
57 this.highestPrivacy = this.videoService.getHighestAvailablePrivacy(privacies)
52 }) 58 })
53 } 59 }
54 60
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 ec027f257..627de33c0 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
@@ -265,7 +265,7 @@ export class VideoUploadComponent extends VideoSend implements OnInit, OnDestroy
265 downloadEnabled: true, 265 downloadEnabled: true,
266 channelId: this.firstStepChannelId, 266 channelId: this.firstStepChannelId,
267 nsfw: this.serverConfig.instance.isNSFW, 267 nsfw: this.serverConfig.instance.isNSFW,
268 privacy: VideoPrivacy.PRIVATE.toString(), 268 privacy: this.highestPrivacy.toString(),
269 filename: file.name, 269 filename: file.name,
270 previewfile: previewfile as any 270 previewfile: previewfile as any
271 } 271 }
diff --git a/client/src/app/+videos/+video-watch/shared/information/privacy-concerns.component.scss b/client/src/app/+videos/+video-watch/shared/information/privacy-concerns.component.scss
index b42be318f..a6479c7ec 100644
--- a/client/src/app/+videos/+video-watch/shared/information/privacy-concerns.component.scss
+++ b/client/src/app/+videos/+video-watch/shared/information/privacy-concerns.component.scss
@@ -25,6 +25,13 @@
25 } 25 }
26} 26}
27 27
28// Avoid higher z-index when overlay on touchscreens
29:host-context(.menu-open) {
30 .privacy-concerns {
31 z-index: z(overlay) - 1;
32 }
33}
34
28// Or if we are in the small view 35// Or if we are in the small view
29@media screen and (max-width: $small-view) { 36@media screen and (max-width: $small-view) {
30 .privacy-concerns { 37 .privacy-concerns {
diff --git a/client/src/app/menu/menu.component.ts b/client/src/app/menu/menu.component.ts
index be6e8af51..627a8712f 100644
--- a/client/src/app/menu/menu.component.ts
+++ b/client/src/app/menu/menu.component.ts
@@ -122,6 +122,9 @@ export class MenuComponent implements OnInit {
122 .subscribe(() => this.buildUserLanguages()) 122 .subscribe(() => this.buildUserLanguages())
123 }) 123 })
124 124
125 this.serverService.getConfig()
126 .subscribe(config => this.serverConfig = config)
127
125 this.modalService.openQuickSettingsSubject 128 this.modalService.openQuickSettingsSubject
126 .subscribe(() => this.openQuickSettings()) 129 .subscribe(() => this.openQuickSettings())
127 } 130 }
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 1c1d06291..49d6fc1c7 100644
--- a/client/src/app/shared/shared-main/video/video.service.ts
+++ b/client/src/app/shared/shared-main/video/video.service.ts
@@ -404,6 +404,18 @@ export class VideoService implements VideosProvider {
404 } 404 }
405 } 405 }
406 406
407 getHighestAvailablePrivacy (serverPrivacies: VideoConstant<VideoPrivacy>[]) {
408 const order = [ VideoPrivacy.PRIVATE, VideoPrivacy.INTERNAL, VideoPrivacy.UNLISTED, VideoPrivacy.PUBLIC ]
409
410 for (const privacy of order) {
411 if (serverPrivacies.find(p => p.id === privacy)) {
412 return privacy
413 }
414 }
415
416 throw new Error('No highest privacy available')
417 }
418
407 nsfwPolicyToParam (nsfwPolicy: NSFWPolicyType) { 419 nsfwPolicyToParam (nsfwPolicy: NSFWPolicyType) {
408 return nsfwPolicy === 'do_not_list' 420 return nsfwPolicy === 'do_not_list'
409 ? 'false' 421 ? 'false'
diff --git a/client/src/locale/angular.ar.xlf b/client/src/locale/angular.ar.xlf
index f95903729..f7102b68d 100644
--- a/client/src/locale/angular.ar.xlf
+++ b/client/src/locale/angular.ar.xlf
@@ -1846,9 +1846,9 @@
1846 <trans-unit id="8286337167859377104" datatype="html"> 1846 <trans-unit id="8286337167859377104" datatype="html">
1847 <source>Create user</source> 1847 <source>Create user</source>
1848 <target>إنشاء مستخدِم</target> 1848 <target>إنشاء مستخدِم</target>
1849 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-group> 1849
1850 <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> 1850
1851 </trans-unit> 1851 <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>
1852 <trans-unit id="8363291180171434623" datatype="html"> 1852 <trans-unit id="8363291180171434623" datatype="html">
1853 <source>Table parameters</source> 1853 <source>Table parameters</source>
1854 <target state="translated">معاملات الجدول</target> 1854 <target state="translated">معاملات الجدول</target>
@@ -5869,13 +5869,13 @@ The link will expire within 1 hour.</source>
5869 <trans-unit id="9172233176401579786" datatype="html"> 5869 <trans-unit id="9172233176401579786" datatype="html">
5870 <source>Scheduled</source> 5870 <source>Scheduled</source>
5871 <target>مجدول</target> 5871 <target>مجدول</target>
5872 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group> 5872
5873 </trans-unit> 5873 <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>
5874 <trans-unit id="1435317307066082710" datatype="html"> 5874 <trans-unit id="1435317307066082710" datatype="html">
5875 <source>Hide the video until a specific date</source> 5875 <source>Hide the video until a specific date</source>
5876 <target state="translated">أخفِ الفيديو حتى تاريخ معين</target> 5876 <target state="translated">أخفِ الفيديو حتى تاريخ معين</target>
5877 <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> 5877
5878 </trans-unit> 5878 <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>
5879 <trans-unit id="6148369758871787018" datatype="html"> 5879 <trans-unit id="6148369758871787018" datatype="html">
5880 <source>Video background image</source> 5880 <source>Video background image</source>
5881 <target>صورة خلفية الفيديو</target> 5881 <target>صورة خلفية الفيديو</target>
@@ -7371,8 +7371,8 @@ The link will expire within 1 hour.</source>
7371 <trans-unit id="1886888801485703107" datatype="html"> 7371 <trans-unit id="1886888801485703107" datatype="html">
7372 <source>User <x id="PH"/> created.</source> 7372 <source>User <x id="PH"/> created.</source>
7373 <target>أُنشئ المستخدم <x id="PH"/>.</target> 7373 <target>أُنشئ المستخدم <x id="PH"/>.</target>
7374 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group> 7374
7375 </trans-unit> 7375 <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>
7376 <trans-unit id="8286337167859377104" datatype="html"> 7376 <trans-unit id="8286337167859377104" datatype="html">
7377 <source>Create user</source> 7377 <source>Create user</source>
7378 <target state="translated">أنشئ مستخدما</target> 7378 <target state="translated">أنشئ مستخدما</target>
@@ -8152,7 +8152,7 @@ The link will expire within 1 hour.</source>
8152 <target>الاشتراك في الحساب</target> 8152 <target>الاشتراك في الحساب</target>
8153 8153
8154 8154
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">701</context></context-group></trans-unit> 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>
8156 <trans-unit id="3131904093925601441" datatype="html"> 8156 <trans-unit id="3131904093925601441" datatype="html">
8157 <source>PLAYLISTS</source> 8157 <source>PLAYLISTS</source>
8158 <target state="new">PLAYLISTS</target> 8158 <target state="new">PLAYLISTS</target>
diff --git a/client/src/locale/angular.bn-BD.xlf b/client/src/locale/angular.bn-BD.xlf
index bd95bf41f..b11b85a4d 100644
--- a/client/src/locale/angular.bn-BD.xlf
+++ b/client/src/locale/angular.bn-BD.xlf
@@ -220,7 +220,7 @@
220 </trans-unit> 220 </trans-unit>
221 <trans-unit id="ngb.timepicker.SS" datatype="html"> 221 <trans-unit id="ngb.timepicker.SS" datatype="html">
222 <source>SS</source> 222 <source>SS</source>
223 <target>সেে</target> 223 <target>সেে</target>
224 <context-group purpose="location"> 224 <context-group purpose="location">
225 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context> 225 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
226 <context context-type="linenumber">57</context> 226 <context context-type="linenumber">57</context>
@@ -812,7 +812,7 @@
812 </trans-unit> 812 </trans-unit>
813 <trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html"> 813 <trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
814 <source>Blacklisted</source> 814 <source>Blacklisted</source>
815 <target/> 815 <target>অবরুদ্ধ তালিকাকৃত</target>
816 <context-group purpose="location"> 816 <context-group purpose="location">
817 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 817 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context>
818 <context context-type="linenumber">41</context> 818 <context context-type="linenumber">41</context>
@@ -1548,7 +1548,7 @@
1548 </trans-unit> 1548 </trans-unit>
1549 <trans-unit id="1534085756270333258" datatype="html"> 1549 <trans-unit id="1534085756270333258" datatype="html">
1550 <source>In Recently added, Trending, Local, Most liked and Search pages</source> 1550 <source>In Recently added, Trending, Local, Most liked and Search pages</source>
1551 <target/> 1551 <target>সাম্প্রতিক যুক্ত, চলমান, স্থানীয়, সবচেয়ে পছন্দকৃত এবং অনুসন্ধান পাতা</target>
1552 <context-group purpose="location"> 1552 <context-group purpose="location">
1553 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 1553 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
1554 <context context-type="linenumber">26</context> 1554 <context context-type="linenumber">26</context>
@@ -2384,7 +2384,7 @@
2384 </trans-unit> 2384 </trans-unit>
2385 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html"> 2385 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html">
2386 <source>Trending</source> 2386 <source>Trending</source>
2387 <target/> 2387 <target>চলমান</target>
2388 <context-group purpose="location"> 2388 <context-group purpose="location">
2389 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 2389 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
2390 <context context-type="linenumber">116</context> 2390 <context context-type="linenumber">116</context>
@@ -5932,7 +5932,7 @@
5932 </trans-unit> 5932 </trans-unit>
5933 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html"> 5933 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
5934 <source>Trending videos</source> 5934 <source>Trending videos</source>
5935 <target/> 5935 <target>চলমান ভিডিও</target>
5936 <context-group purpose="location"> 5936 <context-group purpose="location">
5937 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5937 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5938 <context context-type="linenumber">267</context> 5938 <context context-type="linenumber">267</context>
@@ -9612,7 +9612,7 @@
9612 </trans-unit> 9612 </trans-unit>
9613 <trans-unit id="1e919c88a3f889d6659288e69d3e178da0ea7ab0" datatype="html"> 9613 <trans-unit id="1e919c88a3f889d6659288e69d3e178da0ea7ab0" datatype="html">
9614 <source>Go to the trending videos page</source> 9614 <source>Go to the trending videos page</source>
9615 <target/> 9615 <target>চলমান ভিডিও পাতায় যাও</target>
9616 <context-group purpose="location"> 9616 <context-group purpose="location">
9617 <context context-type="sourcefile">src/app/app.component.ts</context> 9617 <context context-type="sourcefile">src/app/app.component.ts</context>
9618 <context context-type="linenumber">1</context> 9618 <context context-type="linenumber">1</context>
@@ -12310,7 +12310,7 @@
12310 </trans-unit> 12310 </trans-unit>
12311 <trans-unit id="5b94148c16fa19e3db89972d11e93f790a73a054" datatype="html"> 12311 <trans-unit id="5b94148c16fa19e3db89972d11e93f790a73a054" datatype="html">
12312 <source>Trending for the last 24 hours</source> 12312 <source>Trending for the last 24 hours</source>
12313 <target/> 12313 <target>শেষ ২৪ ঘণ্টায় চলমান</target>
12314 <context-group purpose="location"> 12314 <context-group purpose="location">
12315 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context> 12315 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context>
12316 <context context-type="linenumber">1</context> 12316 <context context-type="linenumber">1</context>
@@ -12318,7 +12318,7 @@
12318 </trans-unit> 12318 </trans-unit>
12319 <trans-unit id="6e9cb0b3b38312870471954abec8690170429a4e" datatype="html"> 12319 <trans-unit id="6e9cb0b3b38312870471954abec8690170429a4e" datatype="html">
12320 <source>Trending videos are those totalizing the greatest number of views during the last 24 hours</source> 12320 <source>Trending videos are those totalizing the greatest number of views during the last 24 hours</source>
12321 <target/> 12321 <target>শেষ ২৪ ঘণ্টায় যেসব ভিডিও সবচেয়ে বেশি দর্শক পেয়েছে তাই চলমান</target>
12322 <context-group purpose="location"> 12322 <context-group purpose="location">
12323 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context> 12323 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context>
12324 <context context-type="linenumber">1</context> 12324 <context context-type="linenumber">1</context>
@@ -12326,7 +12326,7 @@
12326 </trans-unit> 12326 </trans-unit>
12327 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df" datatype="html"> 12327 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df" datatype="html">
12328 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source> 12328 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
12329 <target/> 12329 <target>শেষ <x id="INTERPOLATION" equiv-text="{{days}}"/> দিনে চলমান</target>
12330 <context-group purpose="location"> 12330 <context-group purpose="location">
12331 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context> 12331 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context>
12332 <context context-type="linenumber">1</context> 12332 <context context-type="linenumber">1</context>
@@ -12334,7 +12334,7 @@
12334 </trans-unit> 12334 </trans-unit>
12335 <trans-unit id="caa0a70f34df9b60a71ed0ad6c82de7b07c0c509" datatype="html"> 12335 <trans-unit id="caa0a70f34df9b60a71ed0ad6c82de7b07c0c509" datatype="html">
12336 <source>Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source> 12336 <source>Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
12337 <target/> 12337 <target>শেষ <x id="INTERPOLATION" equiv-text="{{days}}"/> দিনে যেসব ভিডিও সবচেয়ে বেশি দর্শক পেয়েছে তাই চলমান</target>
12338 <context-group purpose="location"> 12338 <context-group purpose="location">
12339 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context> 12339 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context>
12340 <context context-type="linenumber">1</context> 12340 <context context-type="linenumber">1</context>
diff --git a/client/src/locale/angular.ca-ES.xlf b/client/src/locale/angular.ca-ES.xlf
index 2c40eb63c..38f39ab48 100644
--- a/client/src/locale/angular.ca-ES.xlf
+++ b/client/src/locale/angular.ca-ES.xlf
@@ -1,16 +1,17 @@
1<?xml version='1.0' encoding='UTF-8'?> 1<?xml version='1.0' encoding='UTF-8'?>
2<!--XLIFF document generated by Zanata. Visit http://zanata.org for more infomation.--> 2<!--XLIFF document generated by Zanata. Visit http://zanata.org for more infomation.--><xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xyz="urn:appInfo:Items" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 http://www.oasis-open.org/committees/xliff/documents/xliff-core-1.2.xsd" version="1.2">
3<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xyz="urn:appInfo:Items" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 http://www.oasis-open.org/committees/xliff/documents/xliff-core-1.2.xsd" version="1.2">
4 <file source-language="en-US" datatype="plaintext" original="" target-language="ca-ES"> 3 <file source-language="en-US" datatype="plaintext" original="" target-language="ca-ES">
5 <body> 4 <body>
6 <trans-unit id="219462505467671767" datatype="html"> 5 <trans-unit id="219462505467671767" datatype="html">
7 <source>Close the left menu</source><target state="new">Close the left menu</target> 6 <source>Close the left menu</source>
8 7 <target state="translated">Tancar el menú de l'esquerra</target>
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><trans-unit id="3455550526898419928" datatype="html"> 8 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">118</context></context-group>
10 <source>Open the left menu</source><target state="new">Open the left menu</target> 9 </trans-unit>
11 10 <trans-unit id="3455550526898419928" datatype="html">
12 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit> 11 <source>Open the left menu</source>
13 12 <target state="translated">Obrir el menú de l'esquerra</target>
13 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">120</context></context-group>
14 </trans-unit>
14 <trans-unit id="9075761896562520962" datatype="html"> 15 <trans-unit id="9075761896562520962" datatype="html">
15 <source>You don't have notifications.</source> 16 <source>You don't have notifications.</source>
16 <target state="translated">No teniu notificacions.</target> 17 <target state="translated">No teniu notificacions.</target>
@@ -94,13 +95,14 @@
94 <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/> 95 <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/>
95 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 96 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
96 </target> 97 </target>
97 98 <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>
98 <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></trans-unit> 99 </trans-unit>
99 <trans-unit id="2020563642195933477" datatype="html"> 100 <trans-unit id="2020563642195933477" datatype="html">
100 <source>The notification concerns a comment now unavailable</source> 101 <source>The notification concerns a comment now unavailable</source>
101 <target state="translated">La notificació es refereix a un comentari que ara no està disponible</target> 102 <target state="translated">La notificació es refereix a un comentari que ara no està disponible</target>
102 103 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context><context context-type="linenumber">107</context></context-group>
103 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context><context context-type="linenumber">107</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit> 104 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context><context context-type="linenumber">172</context></context-group>
105 </trans-unit>
104 <trans-unit id="2436106664506839309" datatype="html"> 106 <trans-unit id="2436106664506839309" datatype="html">
105 <source>Your video <x id="START_LINK"/><x id="INTERPOLATION"/><x id="CLOSE_LINK"/> has been published </source> 107 <source>Your video <x id="START_LINK"/><x id="INTERPOLATION"/><x id="CLOSE_LINK"/> has been published </source>
106 <target state="translated">El teu vídeo 108 <target state="translated">El teu vídeo
@@ -108,8 +110,8 @@
108 <x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/> 110 <x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/>
109 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> ha sigut publicat 111 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> ha sigut publicat
110 </target> 112 </target>
111 113 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context><context context-type="linenumber">116</context></context-group>
112 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context><context context-type="linenumber">116</context></context-group></trans-unit> 114 </trans-unit>
113 <trans-unit id="7130219900907848048" datatype="html"> 115 <trans-unit id="7130219900907848048" datatype="html">
114 <source><x id="START_LINK"/>Your video import<x id="CLOSE_LINK"/> <x id="INTERPOLATION"/> succeeded </source> 116 <source><x id="START_LINK"/>Your video import<x id="CLOSE_LINK"/> <x id="INTERPOLATION"/> succeeded </source>
115 <target state="translated"> 117 <target state="translated">
@@ -117,8 +119,8 @@
117 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 119 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
118 <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> s'ha importat correctament 120 <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> s'ha importat correctament
119 </target> 121 </target>
120 122 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context><context context-type="linenumber">124</context></context-group>
121 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context><context context-type="linenumber">124</context></context-group></trans-unit> 123 </trans-unit>
122 <trans-unit id="2099623308096969132" datatype="html"> 124 <trans-unit id="2099623308096969132" datatype="html">
123 <source><x id="START_LINK"/>Your video import<x id="CLOSE_LINK"/> <x id="INTERPOLATION"/> failed </source> 125 <source><x id="START_LINK"/>Your video import<x id="CLOSE_LINK"/> <x id="INTERPOLATION"/> failed </source>
124 <target state="translated"> 126 <target state="translated">
@@ -126,8 +128,8 @@
126 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 128 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
127 <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> ha fallat 129 <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> ha fallat
128 </target> 130 </target>
129 131 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context><context context-type="linenumber">132</context></context-group>
130 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context><context context-type="linenumber">132</context></context-group></trans-unit> 132 </trans-unit>
131 <trans-unit id="3371351937331192777" datatype="html"> 133 <trans-unit id="3371351937331192777" datatype="html">
132 <source>User <x id="START_LINK"/><x id="INTERPOLATION"/><x id="CLOSE_LINK"/> registered on your instance </source> 134 <source>User <x id="START_LINK"/><x id="INTERPOLATION"/><x id="CLOSE_LINK"/> registered on your instance </source>
133 <target state="translated">User 135 <target state="translated">User
@@ -135,8 +137,8 @@
135 <x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> 137 <x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/>
136 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registrat en la vostra instància 138 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registrat en la vostra instància
137 </target> 139 </target>
138 140 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context><context context-type="linenumber">140</context></context-group>
139 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context><context context-type="linenumber">140</context></context-group></trans-unit> 141 </trans-unit>
140 <trans-unit id="4404295482394146814" datatype="html"> 142 <trans-unit id="4404295482394146814" datatype="html">
141 <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> 143 <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>
142 <target state="translated"> 144 <target state="translated">
@@ -149,15 +151,16 @@
149 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> el vostre compte 151 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> el vostre compte
150 <x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 152 <x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
151 </target> 153 </target>
152 154 <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>
153 <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></trans-unit><trans-unit id="5504059606863599420" datatype="html"> 155 </trans-unit>
154 <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><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> 156 <trans-unit id="5504059606863599420" datatype="html">
157 <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>
158 <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>"/> et menciona en el vídeo <x id="START_LINK_1" equiv-text="&lt;a (click)=&quot;markAsRead(notification)&quot; [routerLink]=&quot;notification.commentUrl&quot;>"/> <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
155 <context-group purpose="location"> 159 <context-group purpose="location">
156 <context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context> 160 <context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context>
157 <context context-type="linenumber">164</context> 161 <context context-type="linenumber">164</context>
158 </context-group> 162 </context-group>
159 </trans-unit> 163 </trans-unit>
160
161 <trans-unit id="5354239156470982824" datatype="html"> 164 <trans-unit id="5354239156470982824" datatype="html">
162 <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> 165 <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>
163 <target state="translated">La vostra instància te 166 <target state="translated">La vostra instància te
@@ -167,8 +170,8 @@
167 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval 170 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval
168 <x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 171 <x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
169 </target> 172 </target>
170 173 <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>
171 <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></trans-unit> 174 </trans-unit>
172 <trans-unit id="325842756252267394" datatype="html"> 175 <trans-unit id="325842756252267394" datatype="html">
173 <source>Your instance automatically followed <x id="START_LINK"/><x id="INTERPOLATION"/><x id="CLOSE_LINK"/></source> 176 <source>Your instance automatically followed <x id="START_LINK"/><x id="INTERPOLATION"/><x id="CLOSE_LINK"/></source>
174 <target state="translated">La vostra instància va seguir automàticament 177 <target state="translated">La vostra instància va seguir automàticament
@@ -176,15 +179,19 @@
176 <x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/> 179 <x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/>
177 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 180 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
178 </target> 181 </target>
179 182 <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>
180 <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></trans-unit><trans-unit id="363592786729553688" datatype="html"> 183 </trans-unit>
181 <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><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> 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>
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>
182 <context-group purpose="location"> 187 <context-group purpose="location">
183 <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>
184 <context context-type="linenumber">198,199</context> 189 <context context-type="linenumber">198,199</context>
185 </context-group> 190 </context-group>
186 </trans-unit><trans-unit id="5055099158245592648" datatype="html"> 191 </trans-unit>
187 <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><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> 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>
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>
188 <context-group purpose="location"> 195 <context-group purpose="location">
189 <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>
190 <context context-type="linenumber">206,207</context> 197 <context context-type="linenumber">206,207</context>
@@ -193,24 +200,40 @@
193 <trans-unit id="5421414445136873229" datatype="html"> 200 <trans-unit id="5421414445136873229" datatype="html">
194 <source>The notification points to content now unavailable</source> 201 <source>The notification points to content now unavailable</source>
195 <target state="translated">La notificació apunta cap a un contingut que no és disponible</target> 202 <target state="translated">La notificació apunta cap a un contingut que no és disponible</target>
196 203 <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>
197 <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></trans-unit> 204 </trans-unit>
198 <trans-unit id="3321250177023376249" datatype="html"> 205 <trans-unit id="3321250177023376249" datatype="html">
199 <source>Change your avatar</source> 206 <source>Change your avatar</source>
200 <target state="translated">Canvieu l'avatar</target> 207 <target state="translated">Canvieu l'avatar</target>
201 208 <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">18</context></context-group>
202 <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">18</context></context-group></trans-unit><trans-unit id="8411430224810427392" datatype="html"> 209 </trans-unit>
203 <source>Remove avatar</source><target state="new">Remove avatar</target> 210 <trans-unit id="8411430224810427392" datatype="html">
204 211 <source>Remove avatar</source>
205 <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></trans-unit> 212 <target state="translated">Borrar avatar</target>
213 <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>
214 </trans-unit>
206 <trans-unit id="187187500641108332" datatype="html"> 215 <trans-unit id="187187500641108332" datatype="html">
207 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/> </source> 216 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/> </source>
208 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/> </target> 217 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/> </target>
209 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>
210 <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"> 219 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group>
211 <source>My watch history</source><target state="new">My watch history</target> 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>
212 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>
213 <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> 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>
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>
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>
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>
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>
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>
230 </trans-unit>
231 <trans-unit id="1486537403020619891" datatype="html">
232 <source>My watch history</source>
233 <target state="new">My watch history</target>
234 <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>
235 <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>
236 </trans-unit>
214 <trans-unit id="5924559757556526785" datatype="html"> 237 <trans-unit id="5924559757556526785" datatype="html">
215 <source>Save to</source> 238 <source>Save to</source>
216 <target state="translated">Guardar a</target> 239 <target state="translated">Guardar a</target>
@@ -219,8 +242,8 @@
219 <trans-unit id="8432562579042371182" datatype="html"> 242 <trans-unit id="8432562579042371182" datatype="html">
220 <source>Options</source> 243 <source>Options</source>
221 <target state="translated">Opcions</target> 244 <target state="translated">Opcions</target>
222 245 <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>
223 <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> 246 </trans-unit>
224 <trans-unit id="1394835141143590910" datatype="html"> 247 <trans-unit id="1394835141143590910" datatype="html">
225 <source>Start at</source> 248 <source>Start at</source>
226 <target state="translated">Comença a</target> 249 <target state="translated">Comença a</target>
@@ -262,34 +285,41 @@
262 <trans-unit id="2409672154570643758"> 285 <trans-unit id="2409672154570643758">
263 <source>Display name</source> 286 <source>Display name</source>
264 <target>Mostra el nom</target> 287 <target>Mostra el nom</target>
265 288 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">17</context></context-group>
266 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">60</context></context-group>
267 290 <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">60</context></context-group>
268 291 <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">33</context></context-group>
269 292 <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">33</context></context-group>
270 293 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">8</context></context-group>
271 294 <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">71</context></context-group>
272 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">60</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">60</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">33</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">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.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">71</context></context-group></trans-unit> 295 </trans-unit>
273 <trans-unit id="5674286808255988565"> 296 <trans-unit id="5674286808255988565">
274 <source>Create</source> 297 <source>Create</source>
275 <target>Crea</target> 298 <target>Crea</target>
276 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>
277 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>
278 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>
279 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>
280 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>
281 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>
282 305 <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>
283 <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> 306 <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>
307 <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>
308 </trans-unit>
284 <trans-unit id="1006562256968398209" datatype="html"> 309 <trans-unit id="1006562256968398209" datatype="html">
285 <source>video</source> 310 <source>video</source>
286 <target state="translated">vídeo</target> 311 <target state="translated">vídeo</target>
287 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>
288 <context-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"> 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>
289 <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> 314 </trans-unit>
290 315 <trans-unit id="6438815964972582865" datatype="html">
291 <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"> 316 <source>The following link contains a private token and should not be shared with anyone.</source>
292 <source><x id="INTERPOLATION" equiv-text="{{ file.resolution.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ file.resolution.label }}"/></target> 317 <target state="translated">El següent enllaç conté un token privat i no es deuria compartir amb cap persona.</target>
318 <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>
319 </trans-unit>
320 <trans-unit id="187187500641108332" datatype="html">
321 <source><x id="INTERPOLATION" equiv-text="{{ file.resolution.label }}"/></source>
322 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ file.resolution.label }}"/></target>
293 <context-group purpose="location"> 323 <context-group purpose="location">
294 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context> 324 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context>
295 <context context-type="linenumber">39</context> 325 <context context-type="linenumber">39</context>
@@ -298,76 +328,84 @@
298 <trans-unit id="5235042777215655908" datatype="html"> 328 <trans-unit id="5235042777215655908" datatype="html">
299 <source>subtitles</source> 329 <source>subtitles</source>
300 <target state="translated">subtítols</target> 330 <target state="translated">subtítols</target>
301 331 <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>
302 <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> 332 </trans-unit>
303 <trans-unit id="7513076467032912668" datatype="html"> 333 <trans-unit id="7513076467032912668" datatype="html">
304 <source>Format</source> 334 <source>Format</source>
305 <target state="translated">Format</target> 335 <target state="translated">Format</target>
306 336 <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>
307 <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> 337 </trans-unit>
308 <trans-unit id="187187500641108332" datatype="html"> 338 <trans-unit id="187187500641108332" datatype="html">
309 <source><x id="INTERPOLATION" equiv-text="{{ item.value.label }}"/> </source> 339 <source><x id="INTERPOLATION" equiv-text="{{ item.value.label }}"/> </source>
310 <target state="new"> 340 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ item.value.label }}"/> </target>
311 <x id="INTERPOLATION" equiv-text="{{ item.value.label }}"/> 341 <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>
312 </target> 342 <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>
313 343 <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>
314 344 </trans-unit>
315
316 <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><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><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></trans-unit>
317 <trans-unit id="7385834259346199883" datatype="html"> 345 <trans-unit id="7385834259346199883" datatype="html">
318 <source>Video stream</source> 346 <source>Video stream</source>
319 <target state="translated">Flux de vídeo</target> 347 <target state="translated">Flux de vídeo</target>
320 348 <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>
321 <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> 349 </trans-unit>
322 <trans-unit id="5496771215105419189" datatype="html"> 350 <trans-unit id="5496771215105419189" datatype="html">
323 <source>Audio stream</source> 351 <source>Audio stream</source>
324 <target state="translated">Flux d'àudio</target> 352 <target state="translated">Flux d'àudio</target>
325 353 <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>
326 <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> 354 </trans-unit>
327 <trans-unit id="6316149158173629264"> 355 <trans-unit id="6316149158173629264">
328 <source>Direct download</source> 356 <source>Direct download</source>
329 <target>Baixada directa</target> 357 <target>Baixada directa</target>
330 358 <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>
331 <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> 359 </trans-unit>
332 <trans-unit id="5910455707959454672" datatype="html"> 360 <trans-unit id="5910455707959454672" datatype="html">
333 <source>Torrent (.torrent file)</source> 361 <source>Torrent (.torrent file)</source>
334 <target state="translated">Torrent (fitxer .torrent)</target> 362 <target state="translated">Torrent (fitxer .torrent)</target>
335 363 <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>
336 <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><trans-unit id="5830517253429165613" datatype="html"> 364 </trans-unit>
337 <source> Advanced </source><target state="new"> Advanced </target> 365 <trans-unit id="5830517253429165613" datatype="html">
338 366 <source>Advanced</source>
339 <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><trans-unit id="4493457595110310369" datatype="html"> 367 <target state="translated">Avançat</target>
340 <source> Simple </source><target state="new"> Simple </target> 368 <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>
341 369 </trans-unit>
342 <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> 370 <trans-unit id="4493457595110310369" datatype="html">
371 <source>Simple</source>
372 <target state="translated">Simple</target>
373 <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>
374 </trans-unit>
343 <trans-unit id="1006562256968398209" datatype="html"> 375 <trans-unit id="1006562256968398209" datatype="html">
344 <source>video</source> 376 <source>video</source>
345 <target state="translated">vídeo</target> 377 <target state="translated">vídeo</target>
346 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">289</context></context-group>
347 379 <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>
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"> 380 </trans-unit>
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> 381 <trans-unit id="6995024616159044376" datatype="html">
350 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>
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"> 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>
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> 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>
353 385 </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">341</context></context-group></trans-unit> 386 <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>
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>
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>
390 </trans-unit>
355 <trans-unit id="5235042777215655908" datatype="html"> 391 <trans-unit id="5235042777215655908" datatype="html">
356 <source>subtitles</source> 392 <source>subtitles</source>
357 <target state="translated">subtítols</target> 393 <target state="translated">subtítols</target>
358 394 <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>
359 <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> 395 </trans-unit>
360 <trans-unit id="2330577642930707695" datatype="html"> 396 <trans-unit id="2330577642930707695" datatype="html">
361 <source>Cancel</source> 397 <source>Cancel</source>
362 <target state="translated">Cancel·lar</target> 398 <target state="translated">Cancel·lar</target>
363 399 <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>
364 <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> 400 <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>
401 </trans-unit>
365 <trans-unit id="3099741642167775297"> 402 <trans-unit id="3099741642167775297">
366 <source>Download</source> 403 <source>Download</source>
367 <target>Baixa</target> 404 <target>Baixa</target>
368 405 <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>
369 406 <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>
370 <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> 407 <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>
408 </trans-unit>
371 <trans-unit id="6325096236207614377"> 409 <trans-unit id="6325096236207614377">
372 <source>Reason...</source> 410 <source>Reason...</source>
373 <target>Motiu...</target> 411 <target>Motiu...</target>
@@ -376,22 +414,34 @@
376 <trans-unit id="2330577642930707695" datatype="html"> 414 <trans-unit id="2330577642930707695" datatype="html">
377 <source>Cancel</source> 415 <source>Cancel</source>
378 <target state="translated">Cancel·lar</target> 416 <target state="translated">Cancel·lar</target>
379 417 <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>
380 <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><trans-unit id="834805431202576194" datatype="html"> 418 </trans-unit>
381 <source>No results.</source><target state="new">No results.</target> 419 <trans-unit id="834805431202576194" datatype="html">
382 420 <source>No results.</source>
383 <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> 421 <target state="new">No results.</target>
422 <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>
423 <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>
424 <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>
425 <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>
426 <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>
427 <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>
428 <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>
429 <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>
430 <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>
431 </trans-unit>
384 <trans-unit id="935187492052582731"> 432 <trans-unit id="935187492052582731">
385 <source>Submit</source> 433 <source>Submit</source>
386 <target>Envia</target> 434 <target>Envia</target>
387 435 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">52</context></context-group>
388 436 <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">27</context></context-group>
389 437 <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 438 <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>
391 439 <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>
392 440 <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>
393 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">52</context></context-group><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">27</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">58</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">58</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">96</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">42</context></context-group></trans-unit><trans-unit id="8343217707114977013" datatype="html"> 441 </trans-unit>
394 <source>The contact form is not enabled on this instance.</source><target state="new">The contact form is not enabled on this instance.</target> 442 <trans-unit id="8343217707114977013" datatype="html">
443 <source>The contact form is not enabled on this instance.</source>
444 <target state="translated">El formulari de contacte no està habilitat en aquesta instància.</target>
395 <context-group purpose="location"> 445 <context-group purpose="location">
396 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context> 446 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context>
397 <context context-type="linenumber">56</context> 447 <context context-type="linenumber">56</context>
@@ -427,78 +477,87 @@
427 <trans-unit id="7539427273132299890" datatype="html"> 477 <trans-unit id="7539427273132299890" datatype="html">
428 <source>Unlisted</source> 478 <source>Unlisted</source>
429 <target state="translated">No llistat</target> 479 <target state="translated">No llistat</target>
430 480 <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>
431 481 <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>
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><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> 482 </trans-unit>
433 <trans-unit id="3686284950598311784" datatype="html"> 483 <trans-unit id="3686284950598311784" datatype="html">
434 <source>Private</source> 484 <source>Private</source>
435 <target state="translated">Privat</target> 485 <target state="translated">Privat</target>
436 486 <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>
437 487 <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>
438 488 <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>
439 <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> 489 </trans-unit>
440 <trans-unit id="7688104409544625220" datatype="html"> 490 <trans-unit id="7688104409544625220" datatype="html">
441 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION"/> views}}</source> 491 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION"/> views}}</source>
442 <target state="translated">{VAR_PLURAL, plural, =1 {1 view} other { 492 <target state="translated">{VAR_PLURAL, plural, =1 {1 view} other {
443 <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vistes} } 493 <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vistes} }
444 </target> 494 </target>
445 495 <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>
446 <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></trans-unit><trans-unit id="8856905278208146821" datatype="html"> 496 </trans-unit>
447 <source> <x id="ICU" equiv-text="{getTotalVideosOf(videoChannel), plural, =1 {1 videos} other {{{ getTotalVideosOf(videoChannel) }} videos}}"/> </source><target state="new"> <x id="ICU" equiv-text="{video.views, plural, =1 {1 view} other {{{ video.views | myNumberFormatter }} views}} 497 <trans-unit id="8856905278208146821" datatype="html">
448 "/> </target> 498 <source><x id="ICU" equiv-text="{getTotalVideosOf(videoChannel), plural, =1 {1 videos} other {{{ getTotalVideosOf(videoChannel) }} videos}}"/> </source>
449 499 <target state="new"> <x id="ICU" equiv-text="{video.views, plural, =1 {1 view} other {{{ video.views | myNumberFormatter }} views}} "/> </target>
450 <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><trans-unit id="8562063050145802350" datatype="html"> 500 <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>
451 <source>{VAR_PLURAL, plural, =1 {1 viewer} other {<x id="INTERPOLATION"/> viewers}}</source><target state="new">{VAR_PLURAL, plural, =1 {1 viewer} other {<x id="INTERPOLATION"/> viewers}}</target> 501 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">41</context></context-group>
502 <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>
503 <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>
504 <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>
505 <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>
506 </trans-unit>
507 <trans-unit id="8562063050145802350" datatype="html">
508 <source>{VAR_PLURAL, plural, =1 {1 viewer} other {<x id="INTERPOLATION"/> viewers}}</source>
509 <target state="translated">{VAR_PLURAL, plural, =1 {1 espectador} other {<x id="INTERPOLATION"/> espectadors}}</target>
452 <context-group purpose="location"> 510 <context-group purpose="location">
453 <context context-type="sourcefile">src/app/shared/shared-video/video-views-counter.component.html</context> 511 <context context-type="sourcefile">src/app/shared/shared-video/video-views-counter.component.html</context>
454 <context context-type="linenumber">7</context> 512 <context context-type="linenumber">7</context>
455 </context-group> 513 </context-group>
456 </trans-unit><trans-unit id="8856905278208146821" datatype="html"> 514 </trans-unit>
457 <source> <x id="ICU" equiv-text="{video.views, plural, =1 {1 viewer} other {{{ video.views | myNumberFormatter }} viewers}}"/> </source><target state="new"> <x id="ICU" equiv-text="{video.views, plural, =1 {1 viewer} other {{{ video.views | myNumberFormatter }} viewers}} 515 <trans-unit id="8856905278208146821" datatype="html">
458 "/> </target> 516 <source><x id="ICU" equiv-text="{video.views, plural, =1 {1 viewer} other {{{ video.views | myNumberFormatter }} viewers}}"/> </source>
517 <target state="translated"><x id="ICU" equiv-text="{video.views, plural, =1 {1 espectador} other {{{ video.views | myNumberFormatter }} espectadors}} "/> </target>
459 <context-group purpose="location"> 518 <context-group purpose="location">
460 <context context-type="sourcefile">src/app/shared/shared-video/video-views-counter.component.html</context> 519 <context context-type="sourcefile">src/app/shared/shared-video/video-views-counter.component.html</context>
461 <context context-type="linenumber">7,8</context> 520 <context context-type="linenumber">7,8</context>
462 </context-group> 521 </context-group>
463 </trans-unit><trans-unit id="3267631941074558910" datatype="html"> 522 </trans-unit>
464 <source>Cannot fetch information of this remote account</source><target state="new">Cannot fetch information of this remote account</target> 523 <trans-unit id="3267631941074558910" datatype="html">
524 <source>Cannot fetch information of this remote account</source>
525 <target state="new">Cannot fetch information of this remote account</target>
465 <context-group purpose="location"> 526 <context-group purpose="location">
466 <context context-type="sourcefile">src/app/shared/shared-user-subscription/remote-subscribe.component.ts</context> 527 <context context-type="sourcefile">src/app/shared/shared-user-subscription/remote-subscribe.component.ts</context>
467 <context context-type="linenumber">60</context> 528 <context context-type="linenumber">60</context>
468 </context-group> 529 </context-group>
469 </trans-unit> 530 </trans-unit>
470
471 <trans-unit id="9081463435738465430" datatype="html"> 531 <trans-unit id="9081463435738465430" datatype="html">
472 <source>Blocked</source> 532 <source>Blocked</source>
473 <target state="translated">Bloquejat</target> 533 <target state="translated">Bloquejat</target>
474 534 <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>
475 <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> 535 </trans-unit>
476 <trans-unit id="3514509630940272440" datatype="html"> 536 <trans-unit id="3514509630940272440" datatype="html">
477 <source>Sensitive</source> 537 <source>Sensitive</source>
478 <target state="translated">Sensible</target> 538 <target state="translated">Sensible</target>
479 539 <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>
480 <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> 540 </trans-unit>
481 <trans-unit id="7766488542631150871" datatype="html"> 541 <trans-unit id="7766488542631150871" datatype="html">
482 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION"/> videos}}</source> 542 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION"/> videos}}</source>
483 <target state="translated">{VAR_PLURAL, plural, =0 {Cap vídeo} =1 {1 vídeo} other { 543 <target state="translated">{VAR_PLURAL, plural, =0 {Cap vídeo} =1 {1 vídeo} other {
484 <x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> vídeos} } 544 <x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> vídeos} }
485 </target> 545 </target>
486 546 <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>
487 <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> 547 <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>
548 </trans-unit>
488 <trans-unit id="7708270344948043036" datatype="html"> 549 <trans-unit id="7708270344948043036" datatype="html">
489 <source><x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/> </source> 550 <source><x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/> </source>
490 <target state="new"> 551 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/> </target>
491 <x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/> 552 <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>
492 </target> 553 </trans-unit>
493
494 <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>
495 <trans-unit id="3044142083883783523" datatype="html"> 554 <trans-unit id="3044142083883783523" datatype="html">
496 <source>Updated <x id="INTERPOLATION"/></source> 555 <source>Updated <x id="INTERPOLATION"/></source>
497 <target state="translated">Actualitzat 556 <target state="translated">Actualitzat
498 <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/> 557 <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/>
499 </target> 558 </target>
500 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>
501 <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> 560 </trans-unit>
502 <trans-unit id="5643561794785412000" datatype="html"> 561 <trans-unit id="5643561794785412000" datatype="html">
503 <source>Unavailable</source> 562 <source>Unavailable</source>
504 <target state="translated">No disponible</target> 563 <target state="translated">No disponible</target>
@@ -507,10 +566,10 @@
507 <trans-unit id="6381490568322624964" datatype="html"> 566 <trans-unit id="6381490568322624964" datatype="html">
508 <source>Deleted</source> 567 <source>Deleted</source>
509 <target state="translated">Suprimit</target> 568 <target state="translated">Suprimit</target>
510 569 <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>
511 570 <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>
512 571 <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>
513 <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> 572 </trans-unit>
514 <trans-unit id="5263519165976128456" datatype="html"> 573 <trans-unit id="5263519165976128456" datatype="html">
515 <source>Edit starts/stops at</source> 574 <source>Edit starts/stops at</source>
516 <target state="translated">Edita iniciar/parar a</target> 575 <target state="translated">Edita iniciar/parar a</target>
@@ -519,13 +578,13 @@
519 <trans-unit id="3768927257183755959"> 578 <trans-unit id="3768927257183755959">
520 <source>Save</source> 579 <source>Save</source>
521 <target>Desa</target> 580 <target>Desa</target>
522 581 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group>
523 582 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group>
524 583 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.html</context><context context-type="linenumber">77</context></context-group>
525 584 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.html</context><context context-type="linenumber">77</context></context-group>
526 585 <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">82</context></context-group>
527 586 <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">38</context></context-group>
528 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-interface-settings.component.html</context><context context-type="linenumber">16</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">77</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">77</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">82</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">38</context></context-group></trans-unit> 587 </trans-unit>
529 <trans-unit id="8890926675057871150" datatype="html"> 588 <trans-unit id="8890926675057871150" datatype="html">
530 <source>Delete from <x id="INTERPOLATION"/></source> 589 <source>Delete from <x id="INTERPOLATION"/></source>
531 <target state="translated">Suprimir de 590 <target state="translated">Suprimir de
@@ -536,30 +595,57 @@
536 <trans-unit id="834805431202576194"> 595 <trans-unit id="834805431202576194">
537 <source>No results.</source> 596 <source>No results.</source>
538 <target>Sense resultats.</target> 597 <target>Sense resultats.</target>
539 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>
540 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>
541 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>
542 601 <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>
543 602 <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>
544 603 <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>
545 604 <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>
546 605 <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>
547 606 </trans-unit>
548 <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></trans-unit><trans-unit id="1649035832083209812" datatype="html"> 607 <trans-unit id="1649035832083209812" datatype="html">
549 <source>Best</source><target state="new">Best</target> 608 <source>Best</source>
550 609 <target state="translated">El Millor</target>
551 <note priority="1" from="description">A variant of Trending videos based on the number of recent interactions, minus user history</note> 610 <note priority="1" from="description">A variant of Trending videos based on the number of recent interactions, minus user history</note>
552 <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><trans-unit id="3594371452042277118" datatype="html"> 611 <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>
553 <source>Videos with the most interactions for recent videos, minus user history</source><target state="new">Videos with the most interactions for recent videos, minus user history</target> 612 </trans-unit>
554 613 <trans-unit id="3594371452042277118" datatype="html">
555 <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> 614 <source>Videos with the most interactions for recent videos, minus user history</source>
615 <target state="translated">Vídeos amb més interaccions per a vídeos recents, menys l'historial d'usuari.</target>
616 <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>
617 </trans-unit>
556 <trans-unit id="7022070615528435141"> 618 <trans-unit id="7022070615528435141">
557 <source>Delete</source> 619 <source>Delete</source>
558 <target>Esborra</target> 620 <target>Esborra</target>
559 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>
560 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>
561 <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"> 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>
562 <source>Only live videos</source><target state="new">Only live videos</target> 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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
645 </trans-unit>
646 <trans-unit id="158575725114802951" datatype="html">
647 <source>Only live videos</source>
648 <target state="translated">Només vídeos en directe</target>
563 <context-group purpose="location"> 649 <context-group purpose="location">
564 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context> 650 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context>
565 <context context-type="linenumber">53</context> 651 <context context-type="linenumber">53</context>
@@ -568,17 +654,17 @@
568 <trans-unit id="7585826646011739428"> 654 <trans-unit id="7585826646011739428">
569 <source>Edit</source> 655 <source>Edit</source>
570 <target>Editar</target> 656 <target>Editar</target>
571 657 <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>
572 658 <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>
573 659 <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>
574 660 <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>
575 661 <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>
576 662 <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>
577 663 <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>
578 664 <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>
579 665 <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>
580 666 <context-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>
581 <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> 667 </trans-unit>
582 <trans-unit id="5293515551330482519"> 668 <trans-unit id="5293515551330482519">
583 <source>Truncated preview</source> 669 <source>Truncated preview</source>
584 <target>Vista prèvia truncada</target> 670 <target>Vista prèvia truncada</target>
@@ -587,13 +673,17 @@
587 <trans-unit id="8461609631969932886" datatype="html"> 673 <trans-unit id="8461609631969932886" datatype="html">
588 <source>Hide</source> 674 <source>Hide</source>
589 <target state="new">Hide</target> 675 <target state="new">Hide</target>
590 676 <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>
591 <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> 677 <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>
678 <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>
679 <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>
680 </trans-unit>
592 <trans-unit id="8461842260159597706" datatype="html"> 681 <trans-unit id="8461842260159597706" datatype="html">
593 <source>Show</source> 682 <source>Show</source>
594 <target state="translated">Mostra</target> 683 <target state="translated">Mostra</target>
595 684 <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>
596 <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> 685 <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>
686 </trans-unit>
597 <trans-unit id="80730865601179554"> 687 <trans-unit id="80730865601179554">
598 <source>Complete preview</source> 688 <source>Complete preview</source>
599 <target>Vista prèvia completa</target> 689 <target>Vista prèvia completa</target>
@@ -612,9 +702,11 @@
612 <trans-unit id="1779391511451594552" datatype="html"> 702 <trans-unit id="1779391511451594552" datatype="html">
613 <source>Using an ActivityPub account</source> 703 <source>Using an ActivityPub account</source>
614 <target state="translated">Utilitzant un compte d'ActivityPub</target> 704 <target state="translated">Utilitzant un compte d'ActivityPub</target>
615 705 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.html</context><context context-type="linenumber">54</context></context-group>
616 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="3372646000533908418" datatype="html"> 706 </trans-unit>
617 <source>Subscribe with a remote account:</source><target state="new">Subscribe with a remote account:</target> 707 <trans-unit id="3372646000533908418" datatype="html">
708 <source>Subscribe with a remote account:</source>
709 <target state="translated">Subscriu-te amb un compte remot:</target>
618 <context-group purpose="location"> 710 <context-group purpose="location">
619 <context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.html</context> 711 <context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.html</context>
620 <context context-type="linenumber">62</context> 712 <context context-type="linenumber">62</context>
@@ -623,32 +715,33 @@
623 <trans-unit id="6691897331062834756" datatype="html"> 715 <trans-unit id="6691897331062834756" datatype="html">
624 <source>Subscribe with an account on this instance</source> 716 <source>Subscribe with an account on this instance</source>
625 <target state="translated">Subscriu-te amb un compte d'aquesta instància</target> 717 <target state="translated">Subscriu-te amb un compte d'aquesta instància</target>
626 718 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.html</context><context context-type="linenumber">57</context></context-group>
627 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 719 </trans-unit>
628 <trans-unit id="1740917574463702967" datatype="html"> 720 <trans-unit id="1740917574463702967" datatype="html">
629 <source>Subscribe with your local account</source> 721 <source>Subscribe with your local account</source>
630 <target state="translated">Subscriure amb el vostre compte local</target> 722 <target state="translated">Subscriure amb el vostre compte local</target>
631 723 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.html</context><context context-type="linenumber">58</context></context-group>
632 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="1096694538966074574" datatype="html"> 724 </trans-unit>
633 <source>Published <x id="PH" equiv-text="total"/> videos matching "<x id="PH_1" equiv-text="this.search"/>"</source><target state="new">Published <x id="PH" equiv-text="total"/> videos matching "<x id="PH_1" equiv-text="this.search"/>"</target> 725 <trans-unit id="1096694538966074574" datatype="html">
634 726 <source>Published <x id="PH" equiv-text="total"/> videos matching "<x id="PH_1" equiv-text="this.search"/>"</source>
635 <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></trans-unit> 727 <target state="translated">Publicats <x id="PH" equiv-text="total"/> vídeos que coincideixen amb "<x id="PH_1" equiv-text="this.search"/>"</target>
728 <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>
729 </trans-unit>
636 <trans-unit id="7639191791633609999" datatype="html"> 730 <trans-unit id="7639191791633609999" datatype="html">
637 <source>The live stream will be automatically terminated.</source> 731 <source>The live stream will be automatically terminated.</source>
638 <target state="translated">L'emissió en directe finalitzarà automàticament.</target> 732 <target state="translated">L'emissió en directe finalitzarà automàticament.</target>
639 <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> 733 <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>
640 </trans-unit> 734 </trans-unit>
641
642 <trans-unit id="2949829240129672512" datatype="html"> 735 <trans-unit id="2949829240129672512" datatype="html">
643 <source>Using a syndication feed</source> 736 <source>Using a syndication feed</source>
644 <target state="translated">Fent us d'una ristra sindicada - RSS -</target> 737 <target state="translated">Fent us d'una ristra sindicada - RSS -</target>
645 738 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.html</context><context context-type="linenumber">68</context></context-group>
646 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.html</context><context context-type="linenumber">68</context></context-group></trans-unit> 739 </trans-unit>
647 <trans-unit id="7695158742270602420" datatype="html"> 740 <trans-unit id="7695158742270602420" datatype="html">
648 <source>Subscribe via RSS</source> 741 <source>Subscribe via RSS</source>
649 <target state="translated">Subscriure via RSS</target> 742 <target state="translated">Subscriure via RSS</target>
650 743 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.html</context><context context-type="linenumber">69</context></context-group>
651 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.html</context><context context-type="linenumber">69</context></context-group></trans-unit> 744 </trans-unit>
652 <trans-unit id="6086125715086510222" datatype="html"> 745 <trans-unit id="6086125715086510222" datatype="html">
653 <source>PROFILE SETTINGS</source> 746 <source>PROFILE SETTINGS</source>
654 <target state="translated">CONFIGURACIÓ DEL PERFIL</target> 747 <target state="translated">CONFIGURACIÓ DEL PERFIL</target>
@@ -663,21 +756,23 @@
663 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 756 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
664 </target> 757 </target>
665 <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> 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>
666 </trans-unit><trans-unit id="6462281745850371027" datatype="html"> 759 </trans-unit>
667 <source> You can subscribe to the channel via any ActivityPub-capable fediverse instance (PeerTube, Mastodon or Pleroma for example). </source><target state="new"> You can subscribe to the channel via any ActivityPub-capable fediverse instance (PeerTube, Mastodon or Pleroma for example). </target> 760 <trans-unit id="6462281745850371027" datatype="html">
761 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance (PeerTube, Mastodon or Pleroma for example).</source>
762 <target state="translated">Pots subscriure't al canal amb qualsevol instància de fediverse compatible amb ActivityPub (PeerTube, Mastodon o Pleroma, per exemple).</target>
668 <context-group purpose="location"> 763 <context-group purpose="location">
669 <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>
670 <context context-type="linenumber">18,19</context> 765 <context context-type="linenumber">18,19</context>
671 </context-group> 766 </context-group>
672 </trans-unit><trans-unit id="20374890400263257" datatype="html"> 767 </trans-unit>
673 <source> You can interact with this via any ActivityPub-capable fediverse instance (PeerTube, Mastodon or Pleroma for example). </source><target state="new"> You can interact with this via any ActivityPub-capable fediverse instance (PeerTube, Mastodon or Pleroma for example). </target> 768 <trans-unit id="20374890400263257" datatype="html">
769 <source>You can interact with this via any ActivityPub-capable fediverse instance (PeerTube, Mastodon or Pleroma for example).</source>
770 <target state="translated">Pots interactuar amb açó mitjançant qualsevol instància de fediverse compatible amb ActivityPub (PeerTube, Mastodon o Pleroma, per exemple).</target>
674 <context-group purpose="location"> 771 <context-group purpose="location">
675 <context context-type="sourcefile">src/app/shared/shared-user-subscription/remote-subscribe.component.html</context> 772 <context context-type="sourcefile">src/app/shared/shared-user-subscription/remote-subscribe.component.html</context>
676 <context context-type="linenumber">26,27</context> 773 <context context-type="linenumber">26,27</context>
677 </context-group> 774 </context-group>
678 </trans-unit> 775 </trans-unit>
679
680
681 <trans-unit id="6751395526297887552" datatype="html"> 776 <trans-unit id="6751395526297887552" datatype="html">
682 <source>PeerTube version</source> 777 <source>PeerTube version</source>
683 <target state="translated">Versió de PeerTube</target> 778 <target state="translated">Versió de PeerTube</target>
@@ -742,10 +837,10 @@
742 <trans-unit id="2602586221576511475"> 837 <trans-unit id="2602586221576511475">
743 <source>Video quota</source> 838 <source>Video quota</source>
744 <target>Quota de vídeo</target> 839 <target>Quota de vídeo</target>
745 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>
746 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>
747 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>
748 <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> 843 </trans-unit>
749 <trans-unit id="1502595455339510144" datatype="html"> 844 <trans-unit id="1502595455339510144" datatype="html">
750 <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>
751 <target state="translated">Sense limit 846 <target state="translated">Sense limit
@@ -758,15 +853,15 @@
758 <trans-unit id="1071721880474488785" datatype="html"> 853 <trans-unit id="1071721880474488785" datatype="html">
759 <source>Import</source> 854 <source>Import</source>
760 <target state="translated">Importar</target> 855 <target state="translated">Importar</target>
761 856 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">92</context></context-group>
762 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">44</context></context-group>
763 858 <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">36</context></context-group>
764 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">92</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">44</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">36</context></context-group></trans-unit> 859 </trans-unit>
765 <trans-unit id="6276792241563504067" datatype="html"> 860 <trans-unit id="6276792241563504067" datatype="html">
766 <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> 861 <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>
767 <target state="translated">Podeu importar qualsevol fitxer torrent que apunti a un fitxer multimèdia. Assegureu-vos que teniu els drets de difusió dels continguts a què apunteu, altrament podríeu tenir problemes legals i generar-los a la instància.</target> 862 <target state="translated">Podeu importar qualsevol fitxer torrent que apunti a un fitxer multimèdia. Assegureu-vos que teniu els drets de difusió dels continguts a què apunteu, altrament podríeu tenir problemes legals i generar-los a la instància.</target>
768 863 <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>
769 <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></trans-unit> 864 </trans-unit>
770 <trans-unit id="5812787579835788700" datatype="html"> 865 <trans-unit id="5812787579835788700" datatype="html">
771 <source>HTTP import (YouTube, Vimeo, direct URL...)</source> 866 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
772 <target state="translated">Importa HTTP (YouTube, Vimeo, URL directe ...)</target> 867 <target state="translated">Importa HTTP (YouTube, Vimeo, URL directe ...)</target>
@@ -827,8 +922,9 @@
827 <trans-unit id="8564701209009684429" datatype="html"> 922 <trans-unit id="8564701209009684429" datatype="html">
828 <source>Federation</source> 923 <source>Federation</source>
829 <target state="translated">Federació</target> 924 <target state="translated">Federació</target>
830 925 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
831 <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> 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>
832 <trans-unit id="3541687134897970106" datatype="html"> 928 <trans-unit id="3541687134897970106" datatype="html">
833 <source>followers</source> 929 <source>followers</source>
834 <target state="translated">seguidors</target> 930 <target state="translated">seguidors</target>
@@ -842,14 +938,16 @@
842 <trans-unit id="2605931708025789621" datatype="html"> 938 <trans-unit id="2605931708025789621" datatype="html">
843 <source>The upload failed</source> 939 <source>The upload failed</source>
844 <target state="translated">La pujada ha fallat</target> 940 <target state="translated">La pujada ha fallat</target>
845 941 <context-group purpose="location"><context context-type="sourcefile">src/app/helpers/utils.ts</context><context context-type="linenumber">186</context></context-group>
846 <context-group purpose="location"><context context-type="sourcefile">src/app/helpers/utils.ts</context><context context-type="linenumber">186</context></context-group></trans-unit> 942 </trans-unit>
847 <trans-unit id="1447760976255144968" datatype="html"> 943 <trans-unit id="1447760976255144968" datatype="html">
848 <source>The connection was interrupted</source> 944 <source>The connection was interrupted</source>
849 <target state="translated">La connexió ha estat interrompuda</target> 945 <target state="translated">La connexió ha estat interrompuda</target>
850 946 <context-group purpose="location"><context context-type="sourcefile">src/app/helpers/utils.ts</context><context context-type="linenumber">190</context></context-group>
851 <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"> 947 </trans-unit>
852 <source>The server encountered an error</source><target state="new">The server encountered an error</target> 948 <trans-unit id="4499233456830047129" datatype="html">
949 <source>The server encountered an error</source>
950 <target state="translated">El servidor ha trobat un error</target>
853 <context-group purpose="location"> 951 <context-group purpose="location">
854 <context context-type="sourcefile">src/app/helpers/utils.ts</context> 952 <context context-type="sourcefile">src/app/helpers/utils.ts</context>
855 <context context-type="linenumber">193</context> 953 <context context-type="linenumber">193</context>
@@ -858,23 +956,27 @@
858 <trans-unit id="3334825601859787496" datatype="html"> 956 <trans-unit id="3334825601859787496" datatype="html">
859 <source>Your <x id="PH" equiv-text="name"/> file couldn't be transferred before the set timeout (usually 10min)</source> 957 <source>Your <x id="PH" equiv-text="name"/> file couldn't be transferred before the set timeout (usually 10min)</source>
860 <target state="translated">El teu <x id="PH" equiv-text="name"/> fitxer no ha pogut ser transferit dins el temps estipulat (normalment 10min)</target> 958 <target state="translated">El teu <x id="PH" equiv-text="name"/> fitxer no ha pogut ser transferit dins el temps estipulat (normalment 10min)</target>
861 959 <context-group purpose="location"><context context-type="sourcefile">src/app/helpers/utils.ts</context><context context-type="linenumber">196</context></context-group>
862 <context-group purpose="location"><context context-type="sourcefile">src/app/helpers/utils.ts</context><context context-type="linenumber">196</context></context-group></trans-unit> 960 </trans-unit>
863 <trans-unit id="8530934870279569179" datatype="html"> 961 <trans-unit id="8530934870279569179" datatype="html">
864 <source>Your <x id="PH" equiv-text="name"/> file was too large (max. size: <x id="PH_1" equiv-text="maxFileSize"/>)</source> 962 <source>Your <x id="PH" equiv-text="name"/> file was too large (max. size: <x id="PH_1" equiv-text="maxFileSize"/>)</source>
865 <target state="translated">El teu fitxer <x id="PH" equiv-text="name"/> era massa gran (mida maxima permesa: <x id="PH_1" equiv-text="maxFileSize"/>)</target> 963 <target state="translated">El teu fitxer <x id="PH" equiv-text="name"/> era massa gran (mida maxima permesa: <x id="PH_1" equiv-text="maxFileSize"/>)</target>
866 964 <context-group purpose="location"><context context-type="sourcefile">src/app/helpers/utils.ts</context><context context-type="linenumber">200</context></context-group>
867 <context-group purpose="location"><context context-type="sourcefile">src/app/helpers/utils.ts</context><context context-type="linenumber">200</context></context-group></trans-unit> 965 </trans-unit>
868 <trans-unit id="2392488717875840729" datatype="html"> 966 <trans-unit id="2392488717875840729" datatype="html">
869 <source>User</source> 967 <source>User</source>
870 <target state="translated">Usuari</target> 968 <target state="translated">Usuari</target>
871 969 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">21</context></context-group>
872 <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> 970 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">27</context></context-group>
971 <context-group purpose="location"><context context-type="sourcefile">src/app/core/users/user.service.ts</context><context context-type="linenumber">405</context></context-group>
972 </trans-unit>
873 <trans-unit id="4209525355702493436" datatype="html"> 973 <trans-unit id="4209525355702493436" datatype="html">
874 <source>Ban</source> 974 <source>Ban</source>
875 <target state="translated">Prohibició</target> 975 <target state="translated">Prohibició</target>
876 976 <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>
877 <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> 977 <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>
978 <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>
979 </trans-unit>
878 <trans-unit id="7908493851025027368" datatype="html"> 980 <trans-unit id="7908493851025027368" datatype="html">
879 <source>A banned user will no longer be able to login.</source> 981 <source>A banned user will no longer be able to login.</source>
880 <target state="translated">Un usuari prohibit ja no podrà iniciar la sessió.</target> 982 <target state="translated">Un usuari prohibit ja no podrà iniciar la sessió.</target>
@@ -883,30 +985,30 @@
883 <trans-unit id="2159130950882492111" datatype="html"> 985 <trans-unit id="2159130950882492111" datatype="html">
884 <source>Cancel</source> 986 <source>Cancel</source>
885 <target state="translated">Cancel·la</target> 987 <target state="translated">Cancel·la</target>
886 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>
887 989 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group>
888 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>
889 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>
890 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>
891 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>
892 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>
893 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>
894 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>
895 997 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group>
896 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>
897 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>
898 1000 <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>
899 1001 <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>
900 1002 <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>
901 1003 <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>
902 1004 <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>
903 1005 <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>
904 <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> 1006 </trans-unit>
905 <trans-unit id="3616223838716839702" datatype="html"> 1007 <trans-unit id="3616223838716839702" datatype="html">
906 <source>Ban this user</source> 1008 <source>Ban this user</source>
907 <target state="translated">Expulsa aquesta usuaria</target> 1009 <target state="translated">Expulsa aquesta usuaria</target>
908 1010 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-ban-modal.component.html</context><context context-type="linenumber">30</context></context-group>
909 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-ban-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 1011 </trans-unit>
910 <trans-unit id="4526499522377118108" datatype="html"> 1012 <trans-unit id="4526499522377118108" datatype="html">
911 <source>Block video "<x id="INTERPOLATION"/>"</source> 1013 <source>Block video "<x id="INTERPOLATION"/>"</source>
912 <target state="translated">Bloqueja el vídeo " <x id="INTERPOLATION" equiv-text="{{ video.name }}"/>"</target> 1014 <target state="translated">Bloqueja el vídeo " <x id="INTERPOLATION" equiv-text="{{ video.name }}"/>"</target>
@@ -957,21 +1059,23 @@
957 <target state="translated">Hi ha hagut un problema amb el procés extern d'identificació. Poseu-vos en contacte amb <x id="START_LINK"/>l'administració<x id="CLOSE_LINK"/>. </target> 1059 <target state="translated">Hi ha hagut un problema amb el procés extern d'identificació. Poseu-vos en contacte amb <x id="START_LINK"/>l'administració<x id="CLOSE_LINK"/>. </target>
958 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">7</context></context-group> 1060 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">7</context></context-group>
959 </trans-unit> 1061 </trans-unit>
960
961
962 <trans-unit id="8390073108781420493" datatype="html"> 1062 <trans-unit id="8390073108781420493" datatype="html">
963 <source>Request new verification email.</source> 1063 <source>Request new verification email.</source>
964 <target state="translated">Demana nou correu de verificació..</target> 1064 <target state="translated">Demana nou correu de verificació..</target>
965 1065 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">12</context></context-group>
966 1066 <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>
967 <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"> 1067 </trans-unit>
968 <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> 1068 <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>
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>
969 <context-group purpose="location"> 1071 <context-group purpose="location">
970 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1072 <context context-type="sourcefile">src/app/+login/login.component.html</context>
971 <context context-type="linenumber">60,62</context> 1073 <context context-type="linenumber">60,62</context>
972 </context-group> 1074 </context-group>
973 </trans-unit><trans-unit id="7215649348148521605" datatype="html"> 1075 </trans-unit>
974 <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 <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>
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>
975 <context-group purpose="location"> 1079 <context-group purpose="location">
976 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1080 <context context-type="sourcefile">src/app/+login/login.component.html</context>
977 <context context-type="linenumber">65,67</context> 1081 <context context-type="linenumber">65,67</context>
@@ -980,39 +1084,42 @@
980 <trans-unit id="2392488717875840729"> 1084 <trans-unit id="2392488717875840729">
981 <source>User</source> 1085 <source>User</source>
982 <target>Usuari</target> 1086 <target>Usuari</target>
983 1087 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">21</context></context-group>
984 1088 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">26</context></context-group>
985 <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">26</context></context-group></trans-unit> 1089 </trans-unit>
986 <trans-unit id="3997350348765083892"> 1090 <trans-unit id="3997350348765083892">
987 <source>Username or email address</source> 1091 <source>Username or email address</source>
988 <target>Nom d'usuari o adreça de correu electrònic</target> 1092 <target>Nom d'usuari o adreça de correu electrònic</target>
989 1093 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group>
990 <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> 1094 </trans-unit>
991
992 <trans-unit id="1431416938026210429"> 1095 <trans-unit id="1431416938026210429">
993 <source>Password</source> 1096 <source>Password</source>
994 <target>Contrasenya</target> 1097 <target>Contrasenya</target>
995 1098 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group>
996 1099 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</context></context-group>
997 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>
998 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>
999 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>
1000 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>
1001 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>
1002 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>
1003 <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> 1106 </trans-unit>
1004 <trans-unit id="8715156686857791956" datatype="html"> 1107 <trans-unit id="8715156686857791956" datatype="html">
1005 <source>Click here to reset your password</source> 1108 <source>Click here to reset your password</source>
1006 <target state="translated">Premeu aquí per restablir la contrasenya</target> 1109 <target state="translated">Premeu aquí per restablir la contrasenya</target>
1007 1110 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group>
1008 <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"> 1111 </trans-unit>
1009 <source>I forgot my password</source><target state="new">I forgot my password</target> 1112 <trans-unit id="892063502898494584" datatype="html">
1113 <source>I forgot my password</source>
1114 <target state="translated">He oblidat la meua contrasenya</target>
1010 <context-group purpose="location"> 1115 <context-group purpose="location">
1011 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1116 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1012 <context context-type="linenumber">47</context> 1117 <context context-type="linenumber">47</context>
1013 </context-group> 1118 </context-group>
1014 </trans-unit><trans-unit id="2101170466365500913" datatype="html"> 1119 </trans-unit>
1015 <source> Logging into an account lets you publish content </source><target state="new"> Logging into an account lets you publish content </target> 1120 <trans-unit id="2101170466365500913" datatype="html">
1121 <source>Logging into an account lets you publish content</source>
1122 <target state="translated">Iniciar sessió amb un compte et permet publicar contingut</target>
1016 <context-group purpose="location"> 1123 <context-group purpose="location">
1017 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1124 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1018 <context context-type="linenumber">56,57</context> 1125 <context context-type="linenumber">56,57</context>
@@ -1021,59 +1128,59 @@
1021 <trans-unit id="2454050363478003966"> 1128 <trans-unit id="2454050363478003966">
1022 <source>Login</source> 1129 <source>Login</source>
1023 <target>Inicia sessió</target> 1130 <target>Inicia sessió</target>
1024 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>
1025 1132 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group>
1026 <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> 1133 <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>
1027 <trans-unit id="3183213940445113677" datatype="html"> 1135 <trans-unit id="3183213940445113677" datatype="html">
1028 <source>Or sign in with</source> 1136 <source>Or sign in with</source>
1029 <target state="translated">O identifiqueu-vos amb</target> 1137 <target state="translated">O identifiqueu-vos amb</target>
1030 1138 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group>
1031 <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> 1139 </trans-unit>
1032 <trans-unit id="3238209155172574367"> 1140 <trans-unit id="3238209155172574367">
1033 <source>Forgot your password</source> 1141 <source>Forgot your password</source>
1034 <target>Has oblidat la teva contrasenya</target> 1142 <target>Has oblidat la teva contrasenya</target>
1035 1143 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group>
1036 <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> 1144 </trans-unit>
1037 <trans-unit id="87327320394367488" datatype="html"> 1145 <trans-unit id="87327320394367488" datatype="html">
1038 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1146 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1039 <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> 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>
1040 1148 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group>
1041 <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> 1149 </trans-unit>
1042 <trans-unit id="3188014010833256853" datatype="html"> 1150 <trans-unit id="3188014010833256853" datatype="html">
1043 <source>Enter your email address and we will send you a link to reset your password.</source> 1151 <source>Enter your email address and we will send you a link to reset your password.</source>
1044 <target state="translated">Inseriu la vostra adreça de correu electrònic i us enviarem un enllaç per a restablir la contrasenya.</target> 1152 <target state="translated">Inseriu la vostra adreça de correu electrònic i us enviarem un enllaç per a restablir la contrasenya.</target>
1045 1153 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group>
1046 <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> 1154 </trans-unit>
1047 <trans-unit id="1190256911880544559" datatype="html"> 1155 <trans-unit id="1190256911880544559" datatype="html">
1048 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>. 1156 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>.
1049The link will expire within 1 hour.</source> 1157The link will expire within 1 hour.</source>
1050 <target state="translated">S'enviarà un correu amb les instruccions per restablir la contrasenya a <x id="PH"/>. L'enllaç caducarà al cap d'una hora.</target> 1158 <target state="translated">S'enviarà un correu amb les instruccions per restablir la contrasenya a <x id="PH"/>. L'enllaç caducarà al cap d'una hora.</target>
1051 1159 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">121</context></context-group>
1052 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">121</context></context-group></trans-unit> 1160 </trans-unit>
1053 <trans-unit id="4768749765465246664"> 1161 <trans-unit id="4768749765465246664">
1054 <source>Email</source> 1162 <source>Email</source>
1055 <target>Correu</target> 1163 <target>Correu</target>
1056 1164 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group>
1057 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>
1058 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>
1059 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>
1060 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>
1061 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>
1062 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>
1063 <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> 1171 </trans-unit>
1064 <trans-unit id="3967269098753656610"> 1172 <trans-unit id="3967269098753656610">
1065 <source>Email address</source> 1173 <source>Email address</source>
1066 <target>Adreça de correu</target> 1174 <target>Adreça de correu</target>
1067 1175 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group>
1068 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>
1069 <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> 1177 </trans-unit>
1070 <trans-unit id="7808756054397155068" datatype="html"> 1178 <trans-unit id="7808756054397155068" datatype="html">
1071 <source>Reset</source> 1179 <source>Reset</source>
1072 <target state="translated">Restableix</target> 1180 <target state="translated">Restableix</target>
1073
1074 <note priority="1" from="description">Password reset button</note> 1181 <note priority="1" from="description">Password reset button</note>
1075 <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> 1182 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group>
1076 1183 </trans-unit>
1077 <trans-unit id="4319634264526091601" datatype="html"> 1184 <trans-unit id="4319634264526091601" datatype="html">
1078 <source>on this instance</source> 1185 <source>on this instance</source>
1079 <target state="translated">en aquesta instància</target> 1186 <target state="translated">en aquesta instància</target>
@@ -1083,8 +1190,10 @@ The link will expire within 1 hour.</source>
1083 <source>on the vidiverse</source> 1190 <source>on the vidiverse</source>
1084 <target state="translated">en el vidivers</target> 1191 <target state="translated">en el vidivers</target>
1085 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">8</context></context-group> 1192 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">8</context></context-group>
1086 </trans-unit><trans-unit id="8434369348784683733" datatype="html"> 1193 </trans-unit>
1087 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span class=&quot;search-value&quot;>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source><target state="new">for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span class=&quot;search-value&quot;>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target> 1194 <trans-unit id="8434369348784683733" datatype="html">
1195 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span class=&quot;search-value&quot;>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
1196 <target state="translated">per a <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span class=&quot;search-value&quot;>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
1088 <context-group purpose="location"> 1197 <context-group purpose="location">
1089 <context context-type="sourcefile">src/app/+search/search.component.html</context> 1198 <context context-type="sourcefile">src/app/+search/search.component.html</context>
1090 <context context-type="linenumber">10</context> 1199 <context context-type="linenumber">10</context>
@@ -1111,26 +1220,31 @@ The link will expire within 1 hour.</source>
1111 <source>Reset my password</source> 1220 <source>Reset my password</source>
1112 <target>Reinicia la meva contrasenya</target> 1221 <target>Reinicia la meva contrasenya</target>
1113 <context-group purpose="location"><context context-type="sourcefile">src/app/+reset-password/reset-password.component.html</context><context context-type="linenumber">29</context></context-group> 1222 <context-group purpose="location"><context context-type="sourcefile">src/app/+reset-password/reset-password.component.html</context><context context-type="linenumber">29</context></context-group>
1114 </trans-unit><trans-unit id="8890553633144307762" datatype="html"> 1223 </trans-unit>
1115 <source>Back</source><target state="new">Back</target> 1224 <trans-unit id="8890553633144307762" datatype="html">
1225 <source>Back</source>
1226 <target state="translated">Arrere</target>
1116 <context-group purpose="location"> 1227 <context-group purpose="location">
1117 <context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context> 1228 <context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context>
1118 <context context-type="linenumber">41</context> 1229 <context context-type="linenumber">41</context>
1119 </context-group> 1230 </context-group>
1120 <note priority="1" from="description">Button on the registration form to go to the previous step</note> 1231 <note priority="1" from="description">Button on the registration form to go to the previous step</note>
1121 </trans-unit><trans-unit id="3885497195825665706" datatype="html"> 1232 </trans-unit>
1122 <source>Next</source><target state="new">Next</target> 1233 <trans-unit id="3885497195825665706" datatype="html">
1234 <source>Next</source>
1235 <target state="translated">Següent</target>
1123 <context-group purpose="location"> 1236 <context-group purpose="location">
1124 <context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context> 1237 <context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context>
1125 <context context-type="linenumber">42</context> 1238 <context context-type="linenumber">42</context>
1126 </context-group> 1239 </context-group>
1127 <note priority="1" from="description">Button on the registration form to go to the previous step</note> 1240 <note priority="1" from="description">Button on the registration form to go to the previous step</note>
1128 </trans-unit><trans-unit id="5018804994794983050" datatype="html"> 1241 </trans-unit>
1129 <source>Signup</source><target state="new">Signup</target> 1242 <trans-unit id="5018804994794983050" datatype="html">
1130 1243 <source>Signup</source>
1244 <target state="translated">Registrar-se</target>
1131 <note priority="1" from="description">Button on the registration form to finalize the account and channel creation</note> 1245 <note priority="1" from="description">Button on the registration form to finalize the account and channel creation</note>
1132 <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> 1246 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context><context context-type="linenumber">68</context></context-group>
1133 1247 </trans-unit>
1134 <trans-unit id="5340005218109333045" datatype="html"> 1248 <trans-unit id="5340005218109333045" datatype="html">
1135 <source>Filters <x id="START_TAG_SPAN"/><x id="INTERPOLATION"/><x id="CLOSE_TAG_SPAN"/></source> 1249 <source>Filters <x id="START_TAG_SPAN"/><x id="INTERPOLATION"/><x id="CLOSE_TAG_SPAN"/></source>
1136 <target state="translated">Filtres 1250 <target state="translated">Filtres
@@ -1138,22 +1252,24 @@ The link will expire within 1 hour.</source>
1138 <x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/> 1252 <x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/>
1139 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 1253 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1140 </target> 1254 </target>
1141 1255 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">19</context></context-group>
1142 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit> 1256 </trans-unit>
1143 <trans-unit id="2236371857137398396"> 1257 <trans-unit id="2236371857137398396">
1144 <source>No results found</source> 1258 <source>No results found</source>
1145 <target> 1259 <target>
1146 Cap resultat 1260 Cap resultat
1147 </target> 1261 </target>
1148 1262 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group>
1149 <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> 1263 </trans-unit>
1150 <trans-unit id="5500467336262464724" datatype="html"> 1264 <trans-unit id="5500467336262464724" datatype="html">
1151 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source> 1265 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source>
1152 <target state="translated"> 1266 <target state="translated">
1153 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscriptores 1267 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscriptores
1154 </target> 1268 </target>
1155 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>
1156 <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> 1270 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group>
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>
1272 </trans-unit>
1157 <trans-unit id="1516969129397662377" datatype="html"> 1273 <trans-unit id="1516969129397662377" datatype="html">
1158 <source>Welcome to PeerTube, dear administrator!</source> 1274 <source>Welcome to PeerTube, dear administrator!</source>
1159 <target state="translated">¡Benvinguda a PeerTube, estimada administradora!</target> 1275 <target state="translated">¡Benvinguda a PeerTube, estimada administradora!</target>
@@ -1235,73 +1351,76 @@ The link will expire within 1 hour.</source>
1235 </trans-unit> 1351 </trans-unit>
1236 <trans-unit id="5329436244765769292" datatype="html"> 1352 <trans-unit id="5329436244765769292" datatype="html">
1237 <source>If you want to open registrations, please decide what <x id="START_TAG_STRONG"/>your moderation rules<x id="CLOSE_TAG_STRONG"/> and <x id="START_TAG_STRONG"/>instance terms of service<x id="CLOSE_TAG_STRONG"/> are, as well as specify the categories and languages and your moderators speak. This way, you will help users to register on <x id="START_TAG_STRONG"/>the appropriate<x id="CLOSE_TAG_STRONG"/> PeerTube instance. </source> 1353 <source>If you want to open registrations, please decide what <x id="START_TAG_STRONG"/>your moderation rules<x id="CLOSE_TAG_STRONG"/> and <x id="START_TAG_STRONG"/>instance terms of service<x id="CLOSE_TAG_STRONG"/> are, as well as specify the categories and languages and your moderators speak. This way, you will help users to register on <x id="START_TAG_STRONG"/>the appropriate<x id="CLOSE_TAG_STRONG"/> PeerTube instance. </source>
1238 <target state="new"> If you want to open registrations, please decide what <x id="START_TAG_STRONG"/>your moderation rules<x id="CLOSE_TAG_STRONG"/> and <x id="START_TAG_STRONG"/>instance terms of service<x id="CLOSE_TAG_STRONG"/> are, as well as specify the categories and languages and your moderators speak. This way, you will help users to register on <x id="START_TAG_STRONG"/>the appropriate<x id="CLOSE_TAG_STRONG"/> PeerTube instance. </target> 1354 <target state="translated">Si vol obrir registres, decidisca quines són<x id="START_TAG_STRONG"/>les vostres regles de moderació<x id="CLOSE_TAG_STRONG"/> i <x id="START_TAG_STRONG"/>les condicions de servei de la instància<x id="CLOSE_TAG_STRONG"/> , a més d'especificar les categories i les llengües que parlen els vostres moderadors . D'aquesta forma, ajudarà els usuaris a registrar-se en la instància Peertube <x id="START_TAG_STRONG"/>apropiada<x id="CLOSE_TAG_STRONG"/> </target>
1239 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">64</context></context-group> 1355 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">64</context></context-group>
1240 </trans-unit> 1356 </trans-unit>
1241 <trans-unit id="5704345824323933019" datatype="html"> 1357 <trans-unit id="5704345824323933019" datatype="html">
1242 <source>Remind me later</source> 1358 <source>Remind me later</source>
1243 <target state="new">Remind me later</target> 1359 <target state="translated">Recorda'm més tard</target>
1244 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">74</context></context-group> 1360 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">74</context></context-group>
1245 </trans-unit> 1361 </trans-unit>
1246 <trans-unit id="9202089339019827574" datatype="html"> 1362 <trans-unit id="9202089339019827574" datatype="html">
1247 <source>Configure my instance</source> 1363 <source>Configure my instance</source>
1248 <target state="new"> 1364 <target state="translated">Configurar la meua instància</target>
1249 Configure my instance
1250 </target>
1251 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">81</context></context-group> 1365 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">81</context></context-group>
1252 </trans-unit> 1366 </trans-unit>
1253 <trans-unit id="9005121595859995793" datatype="html"> 1367 <trans-unit id="9005121595859995793" datatype="html">
1254 <source>Configuration warning!</source> 1368 <source>Configuration warning!</source>
1255 <target state="new">Configuration warning!</target> 1369 <target state="translated">Advertència de configuració!</target>
1256 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">3</context></context-group> 1370 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">3</context></context-group>
1257 </trans-unit> 1371 </trans-unit>
1258 <trans-unit id="8901933019590352016" datatype="html"> 1372 <trans-unit id="8901933019590352016" datatype="html">
1259 <source>You enabled user registration on your instance but did not configure the following fields:</source> 1373 <source>You enabled user registration on your instance but did not configure the following fields:</source>
1260 <target state="new">You enabled user registration on your instance but did not configure the following fields:</target> 1374 <target state="translated">Has habilitat el registre d'usuaris en la instància però no has configurat el següents camps:</target>
1261 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">10</context></context-group> 1375 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">10</context></context-group>
1262 </trans-unit> 1376 </trans-unit>
1263 <trans-unit id="8948444690892731948" datatype="html"> 1377 <trans-unit id="8948444690892731948" datatype="html">
1264 <source>Instance name</source> 1378 <source>Instance name</source>
1265 <target state="new">Instance name</target> 1379 <target state="translated">Nom de la instància</target>
1266 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">13</context></context-group> 1380 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">13</context></context-group>
1267 </trans-unit> 1381 </trans-unit>
1268 <trans-unit id="966824924873033885" datatype="html"> 1382 <trans-unit id="966824924873033885" datatype="html">
1269 <source>Instance short description</source> 1383 <source>Instance short description</source>
1270 <target state="new">Instance short description</target> 1384 <target state="translated">Descripció breu de la instància</target>
1271 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">14</context></context-group> 1385 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">14</context></context-group>
1272 </trans-unit> 1386 </trans-unit>
1273 <trans-unit id="1339481669904426442" datatype="html"> 1387 <trans-unit id="1339481669904426442" datatype="html">
1274 <source>Who you are</source> 1388 <source>Who you are</source>
1275 <target state="new">Who you are</target> 1389 <target state="translated">Qui eres o qui sou</target>
1276 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">16</context></context-group> 1390 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">16</context></context-group>
1277 </trans-unit> 1391 </trans-unit>
1278 <trans-unit id="5026256683194518810" datatype="html"> 1392 <trans-unit id="5026256683194518810" datatype="html">
1279 <source>How long you plan to maintain your instance</source> 1393 <source>How long you plan to maintain your instance</source>
1280 <target state="new">How long you plan to maintain your instance</target> 1394 <target state="translated">Quant de temps penses mantenir la instància</target>
1281 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">17</context></context-group> 1395 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">17</context></context-group>
1282 </trans-unit><trans-unit id="1909672990242291785" datatype="html"> 1396 </trans-unit>
1283 <source>How you plan to pay for keeping your instance running</source><target state="new">How you plan to pay for keeping your instance running</target> 1397 <trans-unit id="1909672990242291785" datatype="html">
1398 <source>How you plan to pay for keeping your instance running</source>
1399 <target state="translated">Com planeges pagar per a mantenir la instància en execució</target>
1284 <context-group purpose="location"> 1400 <context-group purpose="location">
1285 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1401 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1286 <context context-type="linenumber">18</context> 1402 <context context-type="linenumber">18</context>
1287 </context-group> 1403 </context-group>
1288 </trans-unit> 1404 </trans-unit>
1289
1290 <trans-unit id="869943508869906576" datatype="html"> 1405 <trans-unit id="869943508869906576" datatype="html">
1291 <source>How you will moderate your instance</source> 1406 <source>How you will moderate your instance</source>
1292 <target state="new">How you will moderate your instance</target> 1407 <target state="translated">Com moderaràs la instància</target>
1293 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">20</context></context-group> 1408 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">20</context></context-group>
1294 </trans-unit> 1409 </trans-unit>
1295 <trans-unit id="5032335000394561521" datatype="html"> 1410 <trans-unit id="5032335000394561521" datatype="html">
1296 <source>Instance terms</source> 1411 <source>Instance terms</source>
1297 <target state="new">Instance terms</target> 1412 <target state="translated">Termes i condicions de la instància</target>
1298 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">21</context></context-group> 1413 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">21</context></context-group>
1299 </trans-unit><trans-unit id="4116024528500133384" datatype="html"> 1414 </trans-unit>
1300 <source>My settings</source><target state="new">My settings</target> 1415 <trans-unit id="4116024528500133384" datatype="html">
1301 1416 <source>My settings</source>
1302 1417 <target state="translated">La meua configuració</target>
1303 <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><trans-unit id="1420294365005204590" datatype="html"> 1418 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">119</context></context-group>
1304 <source>These settings apply only to your session on this instance.</source><target state="new">These settings apply only to your session on this instance.</target> 1419 <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>
1420 </trans-unit>
1421 <trans-unit id="1420294365005204590" datatype="html">
1422 <source>These settings apply only to your session on this instance.</source>
1423 <target state="translated">Aquestos ajustos només s'apliquen a aquesta sessió en la instància</target>
1305 <context-group purpose="location"> 1424 <context-group purpose="location">
1306 <context context-type="sourcefile">src/app/modal/quick-settings-modal.component.html</context> 1425 <context context-type="sourcefile">src/app/modal/quick-settings-modal.component.html</context>
1307 <context context-type="linenumber">8</context> 1426 <context context-type="linenumber">8</context>
@@ -1309,40 +1428,30 @@ The link will expire within 1 hour.</source>
1309 </trans-unit> 1428 </trans-unit>
1310 <trans-unit id="5330788940795142335" datatype="html"> 1429 <trans-unit id="5330788940795142335" datatype="html">
1311 <source>Please consider configuring these fields to help people to choose <x id="START_TAG_STRONG"/>the appropriate instance<x id="CLOSE_TAG_STRONG"/>. Without them, your instance may not be referenced on the <x id="START_LINK"/>JoinPeerTube website<x id="CLOSE_LINK"/>. </source> 1430 <source>Please consider configuring these fields to help people to choose <x id="START_TAG_STRONG"/>the appropriate instance<x id="CLOSE_TAG_STRONG"/>. Without them, your instance may not be referenced on the <x id="START_LINK"/>JoinPeerTube website<x id="CLOSE_LINK"/>. </source>
1312 <target state="new"> 1431 <target state="translated">Considera configurar aquestos camps per a ajudar a les persones a triar <x id="START_TAG_STRONG"/>la instància apropiada<x id="CLOSE_TAG_STRONG"/>. Sense ells, la instància podria no estar referenciada en la<x id="START_LINK"/> pàgina web de JoinPeertube<x id="CLOSE_LINK"/>. </target>
1313 Please consider configuring these fields to help people to choose
1314 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance
1315 <x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1316 Without them, your instance may not be referenced on the
1317 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website
1318 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1319
1320 </target>
1321 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">25</context></context-group> 1432 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">25</context></context-group>
1322 </trans-unit> 1433 </trans-unit>
1323 <trans-unit id="2728623642717111613" datatype="html"> 1434 <trans-unit id="2728623642717111613" datatype="html">
1324 <source>Don't show me this warning anymore</source> 1435 <source>Don't show me this warning anymore</source>
1325 <target state="new">Don't show me this warning anymore</target> 1436 <target state="translated">No em mostres s aquesta adverncia</target>
1326 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">33</context></context-group> 1437 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">33</context></context-group>
1327 </trans-unit> 1438 </trans-unit>
1328 <trans-unit id="7819314041543176992" datatype="html"> 1439 <trans-unit id="7819314041543176992" datatype="html">
1329 <source>Close</source> 1440 <source>Close</source>
1330 <target state="translated">Tanca</target> 1441 <target state="translated">Tanca</target>
1331 1442 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">38</context></context-group>
1332 1443 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-live/live-stream-information.component.html</context><context context-type="linenumber">33</context></context-group>
1333 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-live/live-stream-information.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit> 1444 </trans-unit>
1334 <trans-unit id="4853631149357965563" datatype="html"> 1445 <trans-unit id="4853631149357965563" datatype="html">
1335 <source>Update live settings</source> 1446 <source>Update live settings</source>
1336 <target state="new">Update live settings</target> 1447 <target state="translated">Actualitzar la configuració en viu</target>
1337 1448 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-live/live-stream-information.component.html</context><context context-type="linenumber">36</context></context-group>
1338 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-live/live-stream-information.component.html</context><context context-type="linenumber">36</context></context-group></trans-unit> 1449 </trans-unit>
1339 <trans-unit id="6013345175862135505" datatype="html"> 1450 <trans-unit id="6013345175862135505" datatype="html">
1340 <source>Configure</source> 1451 <source>Configure</source>
1341 <target state="new"> 1452 <target state="translated">Configurar</target>
1342 Configure 1453 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">44</context></context-group>
1343 </target> 1454 </trans-unit>
1344
1345 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
1346 <trans-unit id="742596572641738016"> 1455 <trans-unit id="742596572641738016">
1347 <source>Change the language</source> 1456 <source>Change the language</source>
1348 <target>Canvia la llengua</target> 1457 <target>Canvia la llengua</target>
@@ -1350,250 +1459,277 @@ The link will expire within 1 hour.</source>
1350 </trans-unit> 1459 </trans-unit>
1351 <trans-unit id="2964653499524716819" datatype="html"> 1460 <trans-unit id="2964653499524716819" datatype="html">
1352 <source>Help to translate PeerTube!</source> 1461 <source>Help to translate PeerTube!</source>
1353 <target state="new"> 1462 <target state="translated">Ajuda a traduir PeerTube!</target>
1354 Help to translate PeerTube!
1355 </target>
1356 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">9</context></context-group> 1463 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">9</context></context-group>
1357 </trans-unit> 1464 </trans-unit>
1358 <trans-unit id="5464118521750361406" datatype="html"> 1465 <trans-unit id="5464118521750361406" datatype="html">
1359 <source>Public profile</source> 1466 <source>Public profile</source>
1360 <target state="translated">Perfil públic</target> 1467 <target state="translated">Perfil públic</target>
1361 1468 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">28</context></context-group>
1362 <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> 1469 </trans-unit>
1363 <trans-unit id="7773271640656013365" datatype="html"> 1470 <trans-unit id="7773271640656013365" datatype="html">
1364 <source>Interface:</source> 1471 <source>Interface:</source>
1365 <target state="new">Interface:</target> 1472 <target state="translated">Interfaç:</target>
1366 1473 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group>
1367 <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> 1474 </trans-unit>
1368 <trans-unit id="1674139713929545659" datatype="html"> 1475 <trans-unit id="1674139713929545659" datatype="html">
1369 <source>Videos:</source> 1476 <source>Videos:</source>
1370 <target state="new">Videos:</target> 1477 <target state="translated">Vídeos:</target>
1371 1478 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group>
1372 <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> 1479 </trans-unit>
1373 <trans-unit id="9156407045661257130" datatype="html"> 1480 <trans-unit id="9156407045661257130" datatype="html">
1374 <source>Sensitive:</source> 1481 <source>Sensitive:</source>
1375 <target state="new">Sensitive:</target> 1482 <target state="translated">Sensible:</target>
1376 1483 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">52</context></context-group>
1377 <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> 1484 </trans-unit>
1378 <trans-unit id="3430483831942247060" datatype="html"> 1485 <trans-unit id="3430483831942247060" datatype="html">
1379 <source>Help share videos</source> 1486 <source>Help share videos</source>
1380 <target state="new">Help share videos</target> 1487 <target state="translated">Ajuda a compartir vídeos</target>
1381 1488 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">58</context></context-group>
1382 <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> 1489 </trans-unit>
1383 <trans-unit id="7005745151564974365" datatype="html"> 1490 <trans-unit id="7005745151564974365" datatype="html">
1384 <source>Keyboard shortcuts</source> 1491 <source>Keyboard shortcuts</source>
1385 <target state="new">Keyboard shortcuts</target> 1492 <target state="translated">Dreceres de teclat</target>
1386 1493 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">67</context></context-group>
1387 1494 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">141</context></context-group>
1388 <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><trans-unit id="6307374733149824815" datatype="html"> 1495 </trans-unit>
1389 <source>powered by PeerTube - CopyLeft 2015-2021</source><target state="new">powered by PeerTube - CopyLeft 2015-2021</target> 1496 <trans-unit id="6307374733149824815" datatype="html">
1390 1497 <source>powered by PeerTube - CopyLeft 2015-2021</source>
1391 <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> 1498 <target state="translated">impulsat per PeerTube - CopyLeft 2015-2021</target>
1499 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">146</context></context-group>
1500 </trans-unit>
1392 <trans-unit id="7911416166208830577" datatype="html"> 1501 <trans-unit id="7911416166208830577" datatype="html">
1393 <source>Help</source> 1502 <source>Help</source>
1394 <target state="new">Help</target> 1503 <target state="translated">Ajuda</target>
1395 1504 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">137</context></context-group>
1396 <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> 1505 </trans-unit>
1397 <trans-unit id="8378304669563824772" datatype="html"> 1506 <trans-unit id="8378304669563824772" datatype="html">
1398 <source>Get help using PeerTube</source> 1507 <source>Get help using PeerTube</source>
1399 <target state="new">Get help using PeerTube</target> 1508 <target state="translated">Obtinga ajuda per a usar PeerTube</target>
1400 1509 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">137</context></context-group>
1401 <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> 1510 </trans-unit>
1402 <trans-unit id="2497681082724639563" datatype="html"> 1511 <trans-unit id="2497681082724639563" datatype="html">
1403 <source>powered by PeerTube</source> 1512 <source>powered by PeerTube</source>
1404 <target state="new">powered by PeerTube</target> 1513 <target state="translated">funcionant amb PeerTube</target>
1405 1514 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">147</context></context-group>
1406 <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> 1515 </trans-unit>
1407
1408
1409 <trans-unit id="7507948636555938109" datatype="html"> 1516 <trans-unit id="7507948636555938109" datatype="html">
1410 <source>Log out</source> 1517 <source>Log out</source>
1411 <target state="new">Log out</target> 1518 <target state="translated">Tancar sesió</target>
1412 1519 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group>
1413 <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> 1520 </trans-unit>
1414 <trans-unit id="8893390761160292681" datatype="html"> 1521 <trans-unit id="8893390761160292681" datatype="html">
1415 <source>My account</source> 1522 <source>My account</source>
1416 <target state="new">My account</target> 1523 <target state="translated">El meu compte</target>
1417 1524 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">83</context></context-group>
1418 <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> 1525 </trans-unit>
1419 <trans-unit id="6371572688505952303" datatype="html"> 1526 <trans-unit id="6371572688505952303" datatype="html">
1420 <source>My library</source> 1527 <source>My library</source>
1421 <target state="new">My library</target> 1528 <target state="translated">La meua biblioteca</target>
1422 1529 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">88</context></context-group>
1423 <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> 1530 </trans-unit>
1424 <trans-unit id="2308975396733519902"> 1531 <trans-unit id="2308975396733519902">
1425 <source>Create an account</source> 1532 <source>Create an account</source>
1426 <target>Registrar un compte</target> 1533 <target>Registrar un compte</target>
1427 1534 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group>
1428 <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> 1535 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group>
1429 1536 </trans-unit>
1430 <trans-unit id="3058024914967508975" datatype="html"> 1537 <trans-unit id="3058024914967508975" datatype="html">
1431 <source>My videos</source> 1538 <source>My videos</source>
1432 <target state="new">My videos</target> 1539 <target state="new">My videos</target>
1433 1540 <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>
1434 1541 <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>
1435 <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> 1542 <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>
1543 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">77</context></context-group>
1544 </trans-unit>
1436 <trans-unit id="3108704604266608109" datatype="html"> 1545 <trans-unit id="3108704604266608109" datatype="html">
1437 <source>My video imports</source> 1546 <source>My video imports</source>
1438 <target state="new">My video imports</target> 1547 <target state="translated">deos importats</target>
1439 1548 <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>
1440 <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> 1549 </trans-unit>
1441 <trans-unit id="7545420287297803988" datatype="html"> 1550 <trans-unit id="7545420287297803988" datatype="html">
1442 <source>My playlists</source> 1551 <source>My playlists</source>
1443 <target state="new">My playlists</target> 1552 <target state="new">My playlists</target>
1444 1553 <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>
1445 <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> 1554 <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>
1555 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">86</context></context-group>
1556 </trans-unit>
1446 <trans-unit id="949618577357088829" datatype="html"> 1557 <trans-unit id="949618577357088829" datatype="html">
1447 <source>Create a new playlist</source> 1558 <source>Create a new playlist</source>
1448 <target state="new">Create a new playlist</target> 1559 <target state="translated">Crear una llista de reproducció</target>
1449 1560 <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>
1450 <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> 1561 </trans-unit>
1451 <trans-unit id="2527931602940887636" datatype="html"> 1562 <trans-unit id="2527931602940887636" datatype="html">
1452 <source>My subscriptions</source> 1563 <source>My subscriptions</source>
1453 <target state="new">My subscriptions</target> 1564 <target state="new">My subscriptions</target>
1454 1565 <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>
1455 <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> 1566 <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>
1567 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">92</context></context-group>
1568 </trans-unit>
1456 <trans-unit id="8936704404804793618"> 1569 <trans-unit id="8936704404804793618">
1457 <source>Videos</source> 1570 <source>Videos</source>
1458 <target>Vídeos</target> 1571 <target>Vídeos</target>
1459 1572 <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>
1460 <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> 1573 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">76</context></context-group>
1574 </trans-unit>
1461 <trans-unit id="2689878465089314112" datatype="html"> 1575 <trans-unit id="2689878465089314112" datatype="html">
1462 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ currentInterfaceLanguage }}"/></source> 1576 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ currentInterfaceLanguage }}"/></source>
1463 <target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ currentInterfaceLanguage }}"/></target> 1577 <target state="translated">Interfaç: <x id="INTERPOLATION" equiv-text="{{ currentInterfaceLanguage }}"/></target>
1464 1578 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">132</context></context-group>
1465 <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> 1579 </trans-unit>
1466 <trans-unit id="1823843876735462104" datatype="html"> 1580 <trans-unit id="1823843876735462104" datatype="html">
1467 <source>Playlists</source> 1581 <source>Playlists</source>
1468 <target state="new">Playlists</target> 1582 <target state="new">Playlists</target>
1469 1583 <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>
1470 <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> 1584 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">85</context></context-group>
1585 </trans-unit>
1471 <trans-unit id="1812379335568847528" datatype="html"> 1586 <trans-unit id="1812379335568847528" datatype="html">
1472 <source>Subscriptions</source> 1587 <source>Subscriptions</source>
1473 <target state="new">Subscriptions</target> 1588 <target state="new">Subscriptions</target>
1474 1589 <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>
1475 <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> 1590 <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>
1591 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/videos-routing.module.ts</context><context context-type="linenumber">57</context></context-group>
1592 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">91</context></context-group>
1593 </trans-unit>
1476 <trans-unit id="186236568870281953" datatype="html"> 1594 <trans-unit id="186236568870281953" datatype="html">
1477 <source>History</source> 1595 <source>History</source>
1478 <target state="new">History</target> 1596 <target state="new">History</target>
1479 1597 <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>
1480 <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> 1598 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">97</context></context-group>
1599 </trans-unit>
1481 <trans-unit id="1504521795586863905" datatype="html"> 1600 <trans-unit id="1504521795586863905" datatype="html">
1482 <source>VIDEOS</source> 1601 <source>VIDEOS</source>
1483 <target state="new">VIDEOS</target> 1602 <target state="new">VIDEOS</target>
1484 1603 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group>
1485 <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/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group>
1486 <source>Import jobs concurrency</source><target state="new">Import jobs concurrency</target> 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>
1487 1606 </trans-unit>
1488 <context-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 <trans-unit id="667372110624203230" datatype="html">
1489 <source>allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart.</source><target state="new">allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart.</target> 1608 <source>Import jobs concurrency</source>
1490 1609 <target state="new">Import jobs concurrency</target>
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">226</context></context-group></trans-unit><trans-unit id="780513172839038392" datatype="html"> 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>
1492 <source>jobs in parallel</source><target state="new">jobs in parallel</target> 1611 </trans-unit>
1493 1612 <trans-unit id="2184839376696112704" datatype="html">
1494 1613 <source>allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart.</source>
1495 <context-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><trans-unit id="5997625369044180192" datatype="html"> 1614 <target state="translated">permet importar múltiples vídeos en paralel. ⚠️ Requereix reiniciar PeerTube.</target>
1496 <source>Allow import with HTTP URL (e.g. YouTube)</source><target state="new">Allow import with HTTP URL (e.g. YouTube)</target> 1615 <context-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>
1497 1616 </trans-unit>
1498 <context-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> 1617 <trans-unit id="780513172839038392" datatype="html">
1618 <source>jobs in parallel</source>
1619 <target state="translated">treballs en paral·lel</target>
1620 <context-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>
1621 <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>
1622 </trans-unit>
1623 <trans-unit id="5997625369044180192" datatype="html">
1624 <source>Allow import with HTTP URL (e.g. YouTube)</source>
1625 <target state="translated">Permetre importació amb URL HTTP (per exemple, YouTube)</target>
1626 <context-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>
1627 </trans-unit>
1499 <trans-unit id="7627544798203088407" datatype="html"> 1628 <trans-unit id="7627544798203088407" datatype="html">
1500 <source>Discover</source> 1629 <source>Discover</source>
1501 <target state="translated">Descobreix</target> 1630 <target state="translated">Descobreix</target>
1502 1631 <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>
1503 1632 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">125</context></context-group>
1504 <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> 1633 </trans-unit>
1505
1506
1507
1508 <trans-unit id="7844706011418789951"> 1634 <trans-unit id="7844706011418789951">
1509 <source>Administration</source> 1635 <source>Administration</source>
1510 <target>Administració</target> 1636 <target>Administració</target>
1511 1637 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">93</context></context-group>
1512 <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> 1638 </trans-unit>
1513 <trans-unit id="1726363342938046830"> 1639 <trans-unit id="1726363342938046830">
1514 <source>About</source> 1640 <source>About</source>
1515 <target>Quant a</target> 1641 <target>Quant a</target>
1516 1642 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">124</context></context-group>
1517 1643 </trans-unit>
1518 <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>
1519 <trans-unit id="7922989125096435449" datatype="html"> 1644 <trans-unit id="7922989125096435449" datatype="html">
1520 <source>Contact</source> 1645 <source>Contact</source>
1521 <target state="new">Contact</target> 1646 <target state="translated">Contactes</target>
1522 1647 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-routing.module.ts</context><context context-type="linenumber">37</context></context-group>
1523 <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> 1648 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">136</context></context-group>
1649 </trans-unit>
1524 <trans-unit id="403762424689874454" datatype="html"> 1650 <trans-unit id="403762424689874454" datatype="html">
1525 <source>View your notifications</source> 1651 <source>View your notifications</source>
1526 <target state="new">View your notifications</target> 1652 <target state="translated">Veure les teues notificacions</target>
1527 1653 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/notification.component.html</context><context context-type="linenumber">3</context></context-group>
1528 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/notification.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/notification.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/notification.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 1654 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/notification.component.html</context><context context-type="linenumber">11</context></context-group>
1655 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/notification.component.html</context><context context-type="linenumber">11</context></context-group>
1656 </trans-unit>
1529 <trans-unit id="5851560788527570644" datatype="html"> 1657 <trans-unit id="5851560788527570644" datatype="html">
1530 <source>Notifications</source> 1658 <source>Notifications</source>
1531 <target state="new">Notifications</target> 1659 <target state="new">Notifications</target>
1532 1660 <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>
1533 1661 <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>
1534 <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> 1662 <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>
1663 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/notification.component.html</context><context context-type="linenumber">22</context></context-group>
1664 </trans-unit>
1535 <trans-unit id="2333314224059826550" datatype="html"> 1665 <trans-unit id="2333314224059826550" datatype="html">
1536 <source>Mark all as read</source> 1666 <source>Mark all as read</source>
1537 <target state="new">Mark all as read</target> 1667 <target state="translated">Marcar tot com a llegit</target>
1538 1668 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/notification.component.html</context><context context-type="linenumber">27</context></context-group>
1539 1669 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/notification.component.html</context><context context-type="linenumber">27</context></context-group>
1540 1670 <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">20</context></context-group>
1541 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/notification.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/notification.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 1671 </trans-unit>
1542 <trans-unit id="8278995041812548563" datatype="html"> 1672 <trans-unit id="8278995041812548563" datatype="html">
1543 <source>Update your notification preferences</source> 1673 <source>Update your notification preferences</source>
1544 <target state="new">Update your notification preferences</target> 1674 <target state="translated">Actualitzar preferències de notificació</target>
1545 1675 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/notification.component.html</context><context context-type="linenumber">31</context></context-group>
1546 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/notification.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 1676 </trans-unit>
1547 <trans-unit id="5842982307680337701" datatype="html"> 1677 <trans-unit id="5842982307680337701" datatype="html">
1548 <source>See all your notifications</source> 1678 <source>See all your notifications</source>
1549 <target state="new">See all your notifications</target> 1679 <target state="translated">Veure totes les notificacions</target>
1550 1680 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/notification.component.html</context><context context-type="linenumber">49</context></context-group>
1551 <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> 1681 </trans-unit>
1552 <trans-unit id="4424964105331349857" datatype="html"> 1682 <trans-unit id="4424964105331349857" datatype="html">
1553 <source>I'm a teapot</source> 1683 <source>I'm a teapot</source>
1554 <target state="new">I'm a teapot</target> 1684 <target state="translated">Sóc una tetera</target>
1555 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>
1556 <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> 1686 </trans-unit>
1557 <trans-unit id="1597262876035959248" datatype="html"> 1687 <trans-unit id="1597262876035959248" datatype="html">
1558 <source>That's an error.</source> 1688 <source>That's an error.</source>
1559 <target state="new">That's an error.</target> 1689 <target state="translated">Això és un error.</target>
1560 <context-group purpose="location"> 1690 <context-group purpose="location">
1561 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context> 1691 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context>
1562 <context context-type="linenumber">4</context> 1692 <context context-type="linenumber">4</context>
1563 </context-group> 1693 </context-group>
1564 </trans-unit><trans-unit id="3343007694071351756" datatype="html"> 1694 </trans-unit>
1565 <source>We couldn't find any video tied to the URL <x id="INTERPOLATION" equiv-text="{{ pathname }}"/> you were looking for.</source><target state="new">We couldn't find any video tied to the URL <x id="INTERPOLATION" equiv-text="{{ pathname }}"/> you were looking for.</target> 1695 <trans-unit id="3343007694071351756" datatype="html">
1696 <source>We couldn't find any video tied to the URL <x id="INTERPOLATION" equiv-text="{{ pathname }}"/> you were looking for.</source>
1697 <target state="translated">No s'ha pogut trobar cap vídeo vinculat a la URL <x id="INTERPOLATION" equiv-text="{{ pathname }}"/> que buscaves.</target>
1566 <context-group purpose="location"> 1698 <context-group purpose="location">
1567 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context> 1699 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context>
1568 <context context-type="linenumber">7</context> 1700 <context context-type="linenumber">7</context>
1569 </context-group> 1701 </context-group>
1570 </trans-unit><trans-unit id="7366678433039425999" datatype="html"> 1702 </trans-unit>
1571 <source>We couldn't find any resource tied to the URL <x id="INTERPOLATION" equiv-text="{{ pathname }}"/> you were looking for.</source><target state="new">We couldn't find any resource tied to the URL <x id="INTERPOLATION" equiv-text="{{ pathname }}"/> you were looking for.</target> 1703 <trans-unit id="7366678433039425999" datatype="html">
1704 <source>We couldn't find any resource tied to the URL <x id="INTERPOLATION" equiv-text="{{ pathname }}"/> you were looking for.</source>
1705 <target state="translated">No s'ha pogut trobar cap recurs vinculat a la URL <x id="INTERPOLATION" equiv-text="{{ pathname }}"/> que buscaves.</target>
1572 <context-group purpose="location"> 1706 <context-group purpose="location">
1573 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context> 1707 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context>
1574 <context context-type="linenumber">8</context> 1708 <context context-type="linenumber">8</context>
1575 </context-group> 1709 </context-group>
1576 </trans-unit> 1710 </trans-unit>
1577
1578 <trans-unit id="3522707340816553139" datatype="html"> 1711 <trans-unit id="3522707340816553139" datatype="html">
1579 <source>Possible reasons:</source> 1712 <source>Possible reasons:</source>
1580 <target state="new">Possible reasons:</target> 1713 <target state="translated">Possibles raons:</target>
1581
1582 <note priority="1" from="description">Possible reasons preceding a list of reasons a `Not Found` error page may occur</note> 1714 <note priority="1" from="description">Possible reasons preceding a list of reasons a `Not Found` error page may occur</note>
1583 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 1715 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context><context context-type="linenumber">12</context></context-group>
1584 1716 </trans-unit>
1585 <trans-unit id="6925335998927745197" datatype="html"> 1717 <trans-unit id="6925335998927745197" datatype="html">
1586 <source>You may have used an outdated or broken link</source> 1718 <source>You may have used an outdated or broken link</source>
1587 <target state="new">You may have used an outdated or broken link</target> 1719 <target state="translated">Potser hages utilitzat un enllaç obsolet o trancat</target>
1588 1720 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context><context context-type="linenumber">15</context></context-group>
1589 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context><context context-type="linenumber">15</context></context-group></trans-unit><trans-unit id="1171455174603388942" datatype="html"> 1721 </trans-unit>
1590 <source>The video may have been moved or deleted</source><target state="new">The video may have been moved or deleted</target> 1722 <trans-unit id="1171455174603388942" datatype="html">
1723 <source>The video may have been moved or deleted</source>
1724 <target state="translated">El vídeo pot haver estat mogut o eliminat</target>
1591 <context-group purpose="location"> 1725 <context-group purpose="location">
1592 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context> 1726 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context>
1593 <context context-type="linenumber">17</context> 1727 <context context-type="linenumber">17</context>
1594 </context-group> 1728 </context-group>
1595 </trans-unit><trans-unit id="2213348264902218064" datatype="html"> 1729 </trans-unit>
1596 <source>The resource may have been moved or deleted</source><target state="new">The resource may have been moved or deleted</target> 1730 <trans-unit id="2213348264902218064" datatype="html">
1731 <source>The resource may have been moved or deleted</source>
1732 <target state="translated">El recurs pot haver estat mogut o eliminat</target>
1597 <context-group purpose="location"> 1733 <context-group purpose="location">
1598 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context> 1734 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context>
1599 <context context-type="linenumber">18</context> 1735 <context context-type="linenumber">18</context>
@@ -1601,19 +1737,25 @@ The link will expire within 1 hour.</source>
1601 </trans-unit> 1737 </trans-unit>
1602 <trans-unit id="3209594685692897380" datatype="html"> 1738 <trans-unit id="3209594685692897380" datatype="html">
1603 <source>You may have typed the address or URL incorrectly</source> 1739 <source>You may have typed the address or URL incorrectly</source>
1604 <target state="new">You may have typed the address or URL incorrectly</target> 1740 <target state="translated">És possible que hages escrit la direcció o URL incorrectament</target>
1605 1741 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context><context context-type="linenumber">20</context></context-group>
1606 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="3290262698447971494" datatype="html"> 1742 </trans-unit>
1607 <source>You are not authorized here.</source><target state="new">You are not authorized here.</target> 1743 <trans-unit id="3290262698447971494" datatype="html">
1608 1744 <source>You are not authorized here.</source>
1609 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="6209939621665316894" datatype="html"> 1745 <target state="translated">No estàs autoritzat ací.</target>
1610 <source>You might need to check your account is allowed by the video or instance owner.</source><target state="new">You might need to check your account is allowed by the video or instance owner.</target> 1746 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context><context context-type="linenumber">27</context></context-group>
1747 </trans-unit>
1748 <trans-unit id="6209939621665316894" datatype="html">
1749 <source>You might need to check your account is allowed by the video or instance owner.</source>
1750 <target state="translated">És possible que dega verificar que el seu compte estiga permès pel propietari del vídeo o de la instància.</target>
1611 <context-group purpose="location"> 1751 <context-group purpose="location">
1612 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context> 1752 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context>
1613 <context context-type="linenumber">30</context> 1753 <context context-type="linenumber">30</context>
1614 </context-group> 1754 </context-group>
1615 </trans-unit><trans-unit id="3543381263966122204" datatype="html"> 1755 </trans-unit>
1616 <source>You might need to check your account is allowed by the resource or instance owner.</source><target state="new">You might need to check your account is allowed by the resource or instance owner.</target> 1756 <trans-unit id="3543381263966122204" datatype="html">
1757 <source>You might need to check your account is allowed by the resource or instance owner.</source>
1758 <target state="translated">És possible que dega verificar que el seu compte estiga permès pel recurs o el propietari de la instància.</target>
1617 <context-group purpose="location"> 1759 <context-group purpose="location">
1618 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context> 1760 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context>
1619 <context context-type="linenumber">31</context> 1761 <context context-type="linenumber">31</context>
@@ -1621,40 +1763,39 @@ The link will expire within 1 hour.</source>
1621 </trans-unit> 1763 </trans-unit>
1622 <trans-unit id="7231414106228227962" datatype="html"> 1764 <trans-unit id="7231414106228227962" datatype="html">
1623 <source>The requested entity body blends sweet bits with a mellow earthiness.</source> 1765 <source>The requested entity body blends sweet bits with a mellow earthiness.</source>
1624 <target state="new"> The requested entity body blends sweet bits with a mellow earthiness. </target> 1766 <target state="translated">El cos de l'entitat sol·licitada mescla trossos dolços amb un una essència terrosa.</target>
1625
1626 <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> 1767 <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>
1627 <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></trans-unit> 1768 <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>
1769 </trans-unit>
1628 <trans-unit id="2933819425721221134" datatype="html"> 1770 <trans-unit id="2933819425721221134" datatype="html">
1629 <source>Sepia seems to like it.</source> 1771 <source>Sepia seems to like it.</source>
1630 <target state="new">Sepia seems to like it.</target> 1772 <target state="translated">A Sepia pareix que li agrada.</target>
1631
1632 <note priority="1" from="description">This is about Sepia's tea</note> 1773 <note priority="1" from="description">This is about Sepia's tea</note>
1633 <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> 1774 <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>
1775 </trans-unit>
1634 <trans-unit id="2971365540217107489" datatype="html"> 1776 <trans-unit id="2971365540217107489" datatype="html">
1635 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 1777 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
1636 <target state="new">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target> 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>
1637 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>
1638 <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> 1780 </trans-unit>
1639
1640 <trans-unit id="5131854469652959713" datatype="html"> 1781 <trans-unit id="5131854469652959713" datatype="html">
1641 <source>GLOBAL SEARCH</source> 1782 <source>GLOBAL SEARCH</source>
1642 <target state="new">GLOBAL SEARCH</target> 1783 <target state="translated">CERCA GLOBAL</target>
1643 1784 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">26</context></context-group>
1644 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 1785 </trans-unit>
1645 <trans-unit id="1843010981261389722" datatype="html"> 1786 <trans-unit id="1843010981261389722" datatype="html">
1646 <source>using <x id="INTERPOLATION"/></source> 1787 <source>using <x id="INTERPOLATION"/></source>
1647 <target state="new">using 1788 <target state="translated">utilitzant <x id="INTERPOLATION"/></target>
1648 <x id="INTERPOLATION" equiv-text="{{ serverConfig.search.searchIndex.url }}"/> 1789 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">28</context></context-group>
1649 </target> 1790 </trans-unit>
1650
1651 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
1652 <trans-unit id="4070041848101291003" datatype="html"> 1791 <trans-unit id="4070041848101291003" datatype="html">
1653 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source> 1792 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source>
1654 <target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target> 1793 <target state="translated">Els resultats seran augmentats amb aquells d'un índex de tercers. Solament s'enviaran les dades necessàries per a la consulta.</target>
1655 1794 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group>
1656 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="2807610143550376912" datatype="html"> 1795 </trans-unit>
1657 <source>Your query will be matched against video names or descriptions, channel names.</source><target state="new">Your query will be matched against video names or descriptions, channel names.</target> 1796 <trans-unit id="2807610143550376912" datatype="html">
1797 <source>Your query will be matched against video names or descriptions, channel names.</source>
1798 <target state="translated">La consulta es compararà amb noms de vídeos o descripcions, els noms de canals.</target>
1658 <context-group purpose="location"> 1799 <context-group purpose="location">
1659 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1800 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1660 <context context-type="linenumber">37</context> 1801 <context context-type="linenumber">37</context>
@@ -1662,36 +1803,35 @@ The link will expire within 1 hour.</source>
1662 </trans-unit> 1803 </trans-unit>
1663 <trans-unit id="3801957940570333397" datatype="html"> 1804 <trans-unit id="3801957940570333397" datatype="html">
1664 <source>ADVANCED SEARCH</source> 1805 <source>ADVANCED SEARCH</source>
1665 <target state="new">ADVANCED SEARCH</target> 1806 <target state="translated">CERCA AVANÇADA</target>
1666 1807 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">39</context></context-group>
1667 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit> 1808 </trans-unit>
1668 <trans-unit id="3416071273413341159" datatype="html"> 1809 <trans-unit id="3416071273413341159" datatype="html">
1669 <source>any instance</source> 1810 <source>any instance</source>
1670 <target state="new">any instance</target> 1811 <target state="translated">qualsevol instància</target>
1671 1812 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">42</context></context-group>
1672 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 1813 </trans-unit>
1673 <trans-unit id="1764675694412365696" datatype="html"> 1814 <trans-unit id="1764675694412365696" datatype="html">
1674 <source>only followed instances</source> 1815 <source>only followed instances</source>
1675 <target state="new">only followed instances</target> 1816 <target state="translated">solament instàncies seguides</target>
1676 1817 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">43</context></context-group>
1677 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 1818 </trans-unit>
1678 <trans-unit id="6462732349450217281" datatype="html"> 1819 <trans-unit id="6462732349450217281" datatype="html">
1679 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source> 1820 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source>
1680 <target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target> 1821 <target state="translated">Determina si es pot resoldre qualsevol contingut distant, o si aquesta instància sols permet fer-ho per a les instàncies que segueix.</target>
1681 1822 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group>
1682 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 1823 </trans-unit>
1683 <trans-unit id="3710530516408401495" datatype="html"> 1824 <trans-unit id="3710530516408401495" datatype="html">
1684 <source>will list the matching channel</source> 1825 <source>will list the matching channel</source>
1685 <target state="new">will list the matching channel</target> 1826 <target state="translated">llistarà el canal corresponent</target>
1686 1827 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group>
1687 1828 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">53</context></context-group>
1688 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit> 1829 </trans-unit>
1689 <trans-unit id="6913541939335935215" datatype="html"> 1830 <trans-unit id="6913541939335935215" datatype="html">
1690 <source>will list the matching video</source> 1831 <source>will list the matching video</source>
1691 <target state="new">will list the matching video</target> 1832 <target state="translated">llistarà el vídeo corresponent</target>
1692 1833 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">56</context></context-group>
1693 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit> 1834 </trans-unit>
1694
1695 <trans-unit id="8854094932942190741"> 1835 <trans-unit id="8854094932942190741">
1696 <source>Search...</source> 1836 <source>Search...</source>
1697 <target>Cerca...</target> 1837 <target>Cerca...</target>
@@ -1699,12 +1839,12 @@ The link will expire within 1 hour.</source>
1699 </trans-unit> 1839 </trans-unit>
1700 <trans-unit id="2468689683507870964" datatype="html"> 1840 <trans-unit id="2468689683507870964" datatype="html">
1701 <source>In this instance's network</source> 1841 <source>In this instance's network</source>
1702 <target state="new">In this instance's network</target> 1842 <target state="translated">En la xarxa d'aquesta instància</target>
1703 <context-group purpose="location"><context context-type="sourcefile">src/app/header/suggestion.component.html</context><context context-type="linenumber">14</context></context-group> 1843 <context-group purpose="location"><context context-type="sourcefile">src/app/header/suggestion.component.html</context><context context-type="linenumber">14</context></context-group>
1704 </trans-unit> 1844 </trans-unit>
1705 <trans-unit id="4494942989613184609" datatype="html"> 1845 <trans-unit id="4494942989613184609" datatype="html">
1706 <source>In the vidiverse</source> 1846 <source>In the vidiverse</source>
1707 <target state="new">In the vidiverse</target> 1847 <target state="translated">En el vidivers</target>
1708 <context-group purpose="location"><context context-type="sourcefile">src/app/header/suggestion.component.html</context><context context-type="linenumber">15</context></context-group> 1848 <context-group purpose="location"><context context-type="sourcefile">src/app/header/suggestion.component.html</context><context context-type="linenumber">15</context></context-group>
1709 </trans-unit> 1849 </trans-unit>
1710 <trans-unit id="5146398958364876914"> 1850 <trans-unit id="5146398958364876914">
@@ -1717,145 +1857,158 @@ The link will expire within 1 hour.</source>
1717 <target state="new"> 1857 <target state="new">
1718 Reset 1858 Reset
1719 </target> 1859 </target>
1720 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>
1721 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>
1722 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>
1723 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>
1724 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>
1725 <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"> 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>
1726 <source>Display only</source><target state="new">Display only</target> 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>
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>
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>
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>
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>
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>
1872 </trans-unit>
1873 <trans-unit id="4540121094340493564" datatype="html">
1874 <source>Display only</source>
1875 <target state="translated">Sols mostrar</target>
1727 <context-group purpose="location"> 1876 <context-group purpose="location">
1728 <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>
1729 <context context-type="linenumber">21</context> 1878 <context context-type="linenumber">21</context>
1730 </context-group> 1879 </context-group>
1731 </trans-unit><trans-unit id="2180217594100853008" datatype="html"> 1880 </trans-unit>
1732 <source>Live videos</source><target state="new">Live videos</target> 1881 <trans-unit id="2180217594100853008" datatype="html">
1733 1882 <source>Live videos</source>
1734 <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"> 1883 <target state="new">Live videos</target>
1735 <source>VOD videos</source><target state="new">VOD videos</target> 1884 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">29</context></context-group>
1736 1885 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">64</context></context-group>
1737 <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> 1886 </trans-unit>
1887 <trans-unit id="2392481201920342009" datatype="html">
1888 <source>VOD videos</source>
1889 <target state="new">VOD videos</target>
1890 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">34</context></context-group>
1891 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">60</context></context-group>
1892 </trans-unit>
1738 <trans-unit id="7970752988844762769"> 1893 <trans-unit id="7970752988844762769">
1739 <source>Published date</source> 1894 <source>Published date</source>
1740 <target>Data de publicació</target> 1895 <target>Data de publicació</target>
1741 1896 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">59</context></context-group>
1742 <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> 1897 </trans-unit>
1743 <trans-unit id="5038188980760269298" datatype="html"> 1898 <trans-unit id="5038188980760269298" datatype="html">
1744 <source>Original publication year</source> 1899 <source>Original publication year</source>
1745 <target state="new">Original publication year</target> 1900 <target state="translated">Any de publicació original</target>
1746 1901 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">73</context></context-group>
1747 <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> 1902 </trans-unit>
1748 <trans-unit id="2316758236788716819" datatype="html"> 1903 <trans-unit id="2316758236788716819" datatype="html">
1749 <source>After...</source> 1904 <source>After...</source>
1750 <target state="new">After...</target> 1905 <target state="translated">Després de...</target>
1751 1906 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">85</context></context-group>
1752 <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> 1907 </trans-unit>
1753 <trans-unit id="5418443214217152433" datatype="html"> 1908 <trans-unit id="5418443214217152433" datatype="html">
1754 <source>Before...</source> 1909 <source>Before...</source>
1755 <target state="new">Before...</target> 1910 <target state="translated">Abans de...</target>
1756 1911 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">95</context></context-group>
1757 <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> 1912 </trans-unit>
1758 <trans-unit id="7410432243549869948"> 1913 <trans-unit id="7410432243549869948">
1759 <source>Duration</source> 1914 <source>Duration</source>
1760 <target>Durada</target> 1915 <target>Durada</target>
1761 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>
1762 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>
1763 <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> 1918 </trans-unit>
1764 <trans-unit id="3589238979642505685"> 1919 <trans-unit id="3589238979642505685">
1765 <source>Display sensitive content</source> 1920 <source>Display sensitive content</source>
1766 <target>Mostra contingut sensible</target> 1921 <target>Mostra contingut sensible</target>
1767 1922 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">40</context></context-group>
1768 <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> 1923 </trans-unit>
1769 <trans-unit id="2807800733729323332"> 1924 <trans-unit id="2807800733729323332">
1770 <source>Yes</source> 1925 <source>Yes</source>
1771 <target>Sí</target> 1926 <target>Sí</target>
1772 1927 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">48</context></context-group>
1773 <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> 1928 </trans-unit>
1774 <trans-unit id="3542042671420335679"> 1929 <trans-unit id="3542042671420335679">
1775 <source>No</source> 1930 <source>No</source>
1776 <target>No</target> 1931 <target>No</target>
1777 1932 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">53</context></context-group>
1778 <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> 1933 </trans-unit>
1779 <trans-unit id="1806667489382256324"> 1934 <trans-unit id="1806667489382256324">
1780 <source>Category</source> 1935 <source>Category</source>
1781 <target>Categoria</target> 1936 <target>Categoria</target>
1782 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>
1783 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>
1784 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>
1785 <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> 1940 </trans-unit>
1786 <trans-unit id="5478121364779850827" datatype="html"> 1941 <trans-unit id="5478121364779850827" datatype="html">
1787 <source>Reset</source> 1942 <source>Reset</source>
1788 <target state="new"> 1943 <target state="new">
1789 Reset 1944 Reset
1790 </target> 1945 </target>
1791 1946 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group>
1792 1947 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group>
1793 1948 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group>
1794 1949 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group>
1795 1950 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group>
1796 <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> 1951 </trans-unit>
1797 <trans-unit id="2199290266269383925" datatype="html"> 1952 <trans-unit id="2199290266269383925" datatype="html">
1798 <source>Display all categories</source> 1953 <source>Display all categories</source>
1799 <target state="new">Display all categories</target> 1954 <target state="new">Display all categories</target>
1800 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>
1801 <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> 1956 </trans-unit>
1802 <trans-unit id="9065795501872450602"> 1957 <trans-unit id="9065795501872450602">
1803 <source>Licence</source> 1958 <source>Licence</source>
1804 <target>Llicència</target> 1959 <target>Llicència</target>
1805 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>
1806 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>
1807 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>
1808 <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> 1963 </trans-unit>
1809 <trans-unit id="4184995865179898060" datatype="html"> 1964 <trans-unit id="4184995865179898060" datatype="html">
1810 <source>Display all licenses</source> 1965 <source>Display all licenses</source>
1811 <target state="new">Display all licenses</target> 1966 <target state="new">Display all licenses</target>
1812 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>
1813 <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> 1968 </trans-unit>
1814 <trans-unit id="2826581353496868063"> 1969 <trans-unit id="2826581353496868063">
1815 <source>Language</source> 1970 <source>Language</source>
1816 <target>Llengua</target> 1971 <target>Llengua</target>
1817 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>
1818 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>
1819 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>
1820 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>
1821 <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> 1976 </trans-unit>
1822 <trans-unit id="7904142744051432458" datatype="html"> 1977 <trans-unit id="7904142744051432458" datatype="html">
1823 <source>Display all languages</source> 1978 <source>Display all languages</source>
1824 <target state="new">Display all languages</target> 1979 <target state="new">Display all languages</target>
1825 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>
1826 <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> 1981 </trans-unit>
1827 <trans-unit id="2252476112877289102"> 1982 <trans-unit id="2252476112877289102">
1828 <source>All of these tags</source> 1983 <source>All of these tags</source>
1829 <target>Totes aquestes etiquetes</target> 1984 <target>Totes aquestes etiquetes</target>
1830 1985 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">162</context></context-group>
1831 <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> 1986 </trans-unit>
1832 <trans-unit id="4413784616961145955"> 1987 <trans-unit id="4413784616961145955">
1833 <source>One of these tags</source> 1988 <source>One of these tags</source>
1834 <target>Una d'aquestes etiquetes</target> 1989 <target>Una d'aquestes etiquetes</target>
1835 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>
1836 <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> 1991 </trans-unit>
1837 <trans-unit id="283421392567624698" datatype="html"> 1992 <trans-unit id="283421392567624698" datatype="html">
1838 <source>Search target</source> 1993 <source>Search target</source>
1839 <target state="new">Search target</target> 1994 <target state="new">Search target</target>
1840 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>
1841 <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 </trans-unit>
1842 <trans-unit id="2489767671380266270" datatype="html"> 1997 <trans-unit id="2489767671380266270" datatype="html">
1843 <source>Vidiverse</source> 1998 <source>Vidiverse</source>
1844 <target state="new">Vidiverse</target> 1999 <target state="new">Vidiverse</target>
1845 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>
1846 <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 </trans-unit>
1847 <trans-unit id="5478121364779850827" datatype="html"> 2002 <trans-unit id="5478121364779850827" datatype="html">
1848 <source>Reset</source> 2003 <source>Reset</source>
1849 <target state="new"> 2004 <target state="translated">Restablir</target>
1850 Reset 2005 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group>
1851 </target> 2006 </trans-unit>
1852
1853 <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>
1854 <trans-unit id="8829497237648100098"> 2007 <trans-unit id="8829497237648100098">
1855 <source>Filter</source> 2008 <source>Filter</source>
1856 <target>Filtre</target> 2009 <target>Filtre</target>
1857 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>
1858 <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> 2011 </trans-unit>
1859 <trans-unit id="6479885129995567639" datatype="html"> 2012 <trans-unit id="6479885129995567639" datatype="html">
1860 <source>Video channels</source> 2013 <source>Video channels</source>
1861 <target state="new">Video channels</target> 2014 <target state="new">Video channels</target>
@@ -1891,11 +2044,9 @@ The link will expire within 1 hour.</source>
1891 <trans-unit id="7886570921510760899"> 2044 <trans-unit id="7886570921510760899">
1892 <source>Tags</source> 2045 <source>Tags</source>
1893 <target>Etiquetes</target> 2046 <target>Etiquetes</target>
1894 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>
1895 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>
1896 <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> 2049 </trans-unit>
1897
1898
1899 <trans-unit id="354332809647287722" datatype="html"> 2050 <trans-unit id="354332809647287722" datatype="html">
1900 <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> 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>
1901 <target state="new"> 2052 <target state="new">
@@ -1918,49 +2069,70 @@ The link will expire within 1 hour.</source>
1918 <trans-unit id="6179532215548637839" datatype="html"> 2069 <trans-unit id="6179532215548637839" datatype="html">
1919 <source>extensions</source> 2070 <source>extensions</source>
1920 <target state="new">extensions</target> 2071 <target state="new">extensions</target>
1921 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>
1922 <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></trans-unit><trans-unit id="8054921481196967348" datatype="html"> 2073 </trans-unit>
1923 <source>This image is too large.</source><target state="new">This image is too large.</target> 2074 <trans-unit id="8054921481196967348" datatype="html">
1924 2075 <source>This image is too large.</source>
1925 <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><trans-unit id="6259523075362402245" datatype="html"> 2076 <target state="new">This image is too large.</target>
1926 <source>Upload a new banner</source><target state="new">Upload a new banner</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>
1927 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>
1928 2079 </trans-unit>
1929 <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><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></trans-unit><trans-unit id="1117672957968812680" datatype="html"> 2080 <trans-unit id="6259523075362402245" datatype="html">
1930 <source>Change your banner</source><target state="new">Change your banner</target> 2081 <source>Upload a new banner</source>
1931 2082 <target state="new">Upload a new banner</target>
1932 <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></trans-unit><trans-unit id="3394080812181176794" datatype="html"> 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>
1933 <source>Remove banner</source><target state="new">Remove banner</target> 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>
1934 2085 </trans-unit>
1935 <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></trans-unit><trans-unit id="7306351600905511107" datatype="html"> 2086 <trans-unit id="1117672957968812680" datatype="html">
1936 <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> 2087 <source>Change your banner</source>
1937 2088 <target state="new">Change your banner</target>
1938 <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><trans-unit id="3220184757632006830" datatype="html"> 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>
1939 <source>Account avatar</source><target state="new">Account avatar</target> 2090 </trans-unit>
2091 <trans-unit id="3394080812181176794" datatype="html">
2092 <source>Remove banner</source>
2093 <target state="new">Remove 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>
2095 </trans-unit>
2096 <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>
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>
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>
2100 </trans-unit>
2101 <trans-unit id="3220184757632006830" datatype="html">
2102 <source>Account avatar</source>
2103 <target state="new">Account avatar</target>
1940 <context-group purpose="location"> 2104 <context-group purpose="location">
1941 <context context-type="sourcefile">src/app/shared/shared-actor-image/actor-avatar.component.ts</context> 2105 <context context-type="sourcefile">src/app/shared/shared-actor-image/actor-avatar.component.ts</context>
1942 <context context-type="linenumber">47</context> 2106 <context context-type="linenumber">47</context>
1943 </context-group> 2107 </context-group>
1944 </trans-unit><trans-unit id="1138964882426023395" datatype="html"> 2108 </trans-unit>
1945 <source>Channel avatar</source><target state="new">Channel avatar</target> 2109 <trans-unit id="1138964882426023395" datatype="html">
2110 <source>Channel avatar</source>
2111 <target state="new">Channel avatar</target>
1946 <context-group purpose="location"> 2112 <context-group purpose="location">
1947 <context context-type="sourcefile">src/app/shared/shared-actor-image/actor-avatar.component.ts</context> 2113 <context context-type="sourcefile">src/app/shared/shared-actor-image/actor-avatar.component.ts</context>
1948 <context context-type="linenumber">48</context> 2114 <context context-type="linenumber">48</context>
1949 </context-group> 2115 </context-group>
1950 </trans-unit><trans-unit id="1358902062258458923" datatype="html"> 2116 </trans-unit>
1951 <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> 2117 <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>
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>
1952 <context-group purpose="location"> 2120 <context-group purpose="location">
1953 <context context-type="sourcefile">src/app/shared/shared-custom-markup/custom-markup-help.component.html</context> 2121 <context context-type="sourcefile">src/app/shared/shared-custom-markup/custom-markup-help.component.html</context>
1954 <context context-type="linenumber">2</context> 2122 <context context-type="linenumber">2</context>
1955 </context-group> 2123 </context-group>
1956 </trans-unit><trans-unit id="7976591803735140601" datatype="html"> 2124 </trans-unit>
1957 <source>Latest published video</source><target state="new">Latest published video</target> 2125 <trans-unit id="7976591803735140601" datatype="html">
2126 <source>Latest published video</source>
2127 <target state="new">Latest published video</target>
1958 <context-group purpose="location"> 2128 <context-group purpose="location">
1959 <context context-type="sourcefile">src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.html</context> 2129 <context context-type="sourcefile">src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.html</context>
1960 <context context-type="linenumber">24</context> 2130 <context context-type="linenumber">24</context>
1961 </context-group> 2131 </context-group>
1962 </trans-unit><trans-unit id="1460134385691851101" datatype="html"> 2132 </trans-unit>
1963 <source>Advanced filters</source><target state="new">Advanced filters</target> 2133 <trans-unit id="1460134385691851101" datatype="html">
2134 <source>Advanced filters</source>
2135 <target state="new">Advanced filters</target>
1964 <context-group purpose="location"> 2136 <context-group purpose="location">
1965 <context context-type="sourcefile">src/app/shared/shared-forms/advanced-input-filter.component.html</context> 2137 <context context-type="sourcefile">src/app/shared/shared-forms/advanced-input-filter.component.html</context>
1966 <context context-type="linenumber">8</context> 2138 <context context-type="linenumber">8</context>
@@ -1974,74 +2146,75 @@ The link will expire within 1 hour.</source>
1974 <trans-unit id="4902817035128594900"> 2146 <trans-unit id="4902817035128594900">
1975 <source>Description</source> 2147 <source>Description</source>
1976 <target>Descripció</target> 2148 <target>Descripció</target>
1977 2149 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">113</context></context-group>
1978 2150 <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">35</context></context-group>
1979 2151 <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">28</context></context-group>
1980 2152 <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">71</context></context-group>
1981 2153 <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">71</context></context-group>
1982 2154 <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">44</context></context-group>
1983 2155 <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">44</context></context-group>
1984 2156 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">38</context></context-group>
1985 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">113</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">35</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">28</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">71</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">71</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">44</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">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">38</context></context-group></trans-unit> 2157 </trans-unit>
1986 <trans-unit id="8740951153302736329" datatype="html"> 2158 <trans-unit id="8740951153302736329" datatype="html">
1987 <source>Video descriptions are truncated by default and require manual action to expand them.</source> 2159 <source>Video descriptions are truncated by default and require manual action to expand them.</source>
1988 <target state="new"> 2160 <target state="new">
1989 Video descriptions are truncated by default and require manual action to expand them. 2161 Video descriptions are truncated by default and require manual action to expand them.
1990 </target> 2162 </target>
1991 <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> 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>
1992 </trans-unit><trans-unit id="2090254132451149776" datatype="html"> 2164 </trans-unit>
1993 <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> 2165 <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>
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>
1994 <context-group purpose="location"> 2168 <context-group purpose="location">
1995 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context> 2169 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context>
1996 <context context-type="linenumber">79,80</context> 2170 <context context-type="linenumber">79,80</context>
1997 </context-group> 2171 </context-group>
1998 </trans-unit> 2172 </trans-unit>
1999
2000 <trans-unit id="5462361983940693567"> 2173 <trans-unit id="5462361983940693567">
2001 <source>Channel</source> 2174 <source>Channel</source>
2002 <target>Canal</target> 2175 <target>Canal</target>
2003 2176 <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>
2004 2177 <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>
2005 2178 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">34</context></context-group>
2006 2179 <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>
2007 2180 <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>
2008 2181 <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>
2009 2182 <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>
2010 2183 <context-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>
2011 2184 </trans-unit>
2012 <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>
2013 <trans-unit id="8440128775129354214"> 2185 <trans-unit id="8440128775129354214">
2014 <source>Privacy</source> 2186 <source>Privacy</source>
2015 <target>Privacitat</target> 2187 <target>Privacitat</target>
2016 2188 <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>
2017 2189 <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>
2018 2190 <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>
2019 2191 <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>
2020 2192 <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>
2021 2193 <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>
2022 2194 <context-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>
2023 2195 <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>
2024 <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> 2196 <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>
2197 </trans-unit>
2025 <trans-unit id="2806917038528218276" datatype="html"> 2198 <trans-unit id="2806917038528218276" datatype="html">
2026 <source>FAQ</source> 2199 <source>FAQ</source>
2027 <target state="new">FAQ</target> 2200 <target state="new">FAQ</target>
2028 2201 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">138</context></context-group>
2029 <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> 2202 </trans-unit>
2030 <trans-unit id="3620232640697554352" datatype="html"> 2203 <trans-unit id="3620232640697554352" datatype="html">
2031 <source>Frequently asked questions about PeerTube</source> 2204 <source>Frequently asked questions about PeerTube</source>
2032 <target state="new">Frequently asked questions about PeerTube</target> 2205 <target state="new">Frequently asked questions about PeerTube</target>
2033 2206 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">138</context></context-group>
2034 <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> 2207 </trans-unit>
2035 <trans-unit id="8942351587754185907" datatype="html"> 2208 <trans-unit id="8942351587754185907" datatype="html">
2036 <source>API</source> 2209 <source>API</source>
2037 <target state="new">API</target> 2210 <target state="new">API</target>
2038 2211 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">140</context></context-group>
2039 <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> 2212 </trans-unit>
2040 <trans-unit id="3722967224215437913" datatype="html"> 2213 <trans-unit id="3722967224215437913" datatype="html">
2041 <source>API documentation</source> 2214 <source>API documentation</source>
2042 <target state="new">API documentation</target> 2215 <target state="new">API documentation</target>
2043 2216 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">140</context></context-group>
2044 <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> 2217 </trans-unit>
2045 <trans-unit id="9012879216268259096"> 2218 <trans-unit id="9012879216268259096">
2046 <source>Schedule publication (<x id="INTERPOLATION"/>)</source> 2219 <source>Schedule publication (<x id="INTERPOLATION"/>)</source>
2047 <target>Programa la publicació ( 2220 <target>Programa la publicació (
@@ -2053,14 +2226,15 @@ The link will expire within 1 hour.</source>
2053 <source>Contains sensitive content</source> 2226 <source>Contains sensitive content</source>
2054 <target state="new">Contains sensitive content</target> 2227 <target state="new">Contains sensitive content</target>
2055 <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> 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>
2056 </trans-unit><trans-unit id="4850841867094321899" datatype="html"> 2229 </trans-unit>
2057 <source>Some instances hide videos containing mature or explicit content by default.</source><target state="new">Some instances hide videos containing mature or explicit content by default.</target> 2230 <trans-unit id="4850841867094321899" datatype="html">
2231 <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>
2058 <context-group purpose="location"> 2233 <context-group purpose="location">
2059 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context> 2234 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context>
2060 <context context-type="linenumber">135</context> 2235 <context context-type="linenumber">135</context>
2061 </context-group> 2236 </context-group>
2062 </trans-unit> 2237 </trans-unit>
2063
2064 <trans-unit id="4895908242997839943" datatype="html"> 2238 <trans-unit id="4895908242997839943" datatype="html">
2065 <source>Publish after transcoding</source> 2239 <source>Publish after transcoding</source>
2066 <target state="new">Publish after transcoding</target> 2240 <target state="new">Publish after transcoding</target>
@@ -2126,118 +2300,138 @@ The link will expire within 1 hour.</source>
2126 <trans-unit id="6297019164970912850" datatype="html"> 2300 <trans-unit id="6297019164970912850" datatype="html">
2127 <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> 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>
2128 <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> 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>
2129 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>
2130 <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></trans-unit> 2304 </trans-unit>
2131 <trans-unit id="3272292170221289235" datatype="html"> 2305 <trans-unit id="3272292170221289235" datatype="html">
2132 <source>This is a permanent live</source> 2306 <source>This is a permanent live</source>
2133 <target state="new">This is a permanent live</target> 2307 <target state="new">This is a permanent live</target>
2134 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>
2135 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">232</context></context-group></trans-unit> 2309 </trans-unit>
2136 <trans-unit id="1212376766715456139" datatype="html"> 2310 <trans-unit id="1212376766715456139" datatype="html">
2137 <source>⚠️ If you enable this option, your live will be terminated if you exceed your video quota</source> 2311 <source>⚠️ If you enable this option, your live will be terminated if you exceed your video quota</source>
2138 <target state="new">⚠️ If you enable this option, your live will be terminated if you exceed your video quota</target> 2312 <target state="new">⚠️ If you enable this option, your live will be terminated if you exceed your video quota</target>
2139 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>
2140 <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></trans-unit> 2314 </trans-unit>
2141 <trans-unit id="8891497955962997247" datatype="html"> 2315 <trans-unit id="8891497955962997247" datatype="html">
2142 <source>Automatically publish a replay when your live ends</source> 2316 <source>Automatically publish a replay when your live ends</source>
2143 <target state="new">Automatically publish a replay when your live ends</target> 2317 <target state="new">Automatically publish a replay when your live ends</target>
2144 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>
2145 <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></trans-unit> 2319 </trans-unit>
2146 <trans-unit id="2602773901491715295" datatype="html"> 2320 <trans-unit id="2602773901491715295" datatype="html">
2147 <source>Captions</source> 2321 <source>Captions</source>
2148 <target state="new">Captions</target> 2322 <target state="new">Captions</target>
2149 2323 <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>
2150 <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> 2324 <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>
2325 <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>
2326 </trans-unit>
2151 <trans-unit id="1168086599577356916" datatype="html"> 2327 <trans-unit id="1168086599577356916" datatype="html">
2152 <source>Video preview</source> 2328 <source>Video preview</source>
2153 <target state="new">Video preview</target> 2329 <target state="new">Video preview</target>
2154 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>
2155 <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></trans-unit> 2331 </trans-unit>
2156 <trans-unit id="2288513108450439427"> 2332 <trans-unit id="2288513108450439427">
2157 <source>Support</source> 2333 <source>Support</source>
2158 <target>Suporta</target> 2334 <target>Suporta</target>
2159 2335 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">17</context></context-group>
2160 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">276</context></context-group></trans-unit><trans-unit id="1359533927353954373" datatype="html"> 2336 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">276</context></context-group>
2161 <source>View account</source><target state="new">View account</target> 2337 </trans-unit>
2162 2338 <trans-unit id="1359533927353954373" datatype="html">
2163 2339 <source>View account</source>
2164 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="3799746968259478616" datatype="html"> 2340 <target state="new">View account</target>
2165 <source> View account </source><target state="new"> View account </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>
2342 </trans-unit>
2343 <trans-unit id="3799746968259478616" datatype="html">
2344 <source>View account</source>
2345 <target state="new"> View account </target>
2166 <context-group purpose="location"> 2346 <context-group purpose="location">
2167 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context> 2347 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context>
2168 <context context-type="linenumber">42,43</context> 2348 <context context-type="linenumber">42,43</context>
2169 </context-group> 2349 </context-group>
2170 </trans-unit><trans-unit id="6778225321073009261" datatype="html"> 2350 </trans-unit>
2171 <source> View owner account </source><target state="new"> View owner account </target> 2351 <trans-unit id="6778225321073009261" datatype="html">
2352 <source>View owner account</source>
2353 <target state="new"> View owner account </target>
2172 <context-group purpose="location"> 2354 <context-group purpose="location">
2173 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context> 2355 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context>
2174 <context context-type="linenumber">46,47</context> 2356 <context context-type="linenumber">46,47</context>
2175 </context-group> 2357 </context-group>
2176 </trans-unit><trans-unit id="8798391261676185924" datatype="html"> 2358 </trans-unit>
2177 <source>VIDEO CHANNEL</source><target state="new">VIDEO CHANNEL</target> 2359 <trans-unit id="8798391261676185924" datatype="html">
2360 <source>VIDEO CHANNEL</source>
2361 <target state="new">VIDEO CHANNEL</target>
2178 <context-group purpose="location"> 2362 <context-group purpose="location">
2179 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context> 2363 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context>
2180 <context context-type="linenumber">55</context> 2364 <context context-type="linenumber">55</context>
2181 </context-group> 2365 </context-group>
2182 </trans-unit><trans-unit id="5121874940679887597" datatype="html"> 2366 </trans-unit>
2183 <source>Copy channel handle</source><target state="new">Copy channel handle</target> 2367 <trans-unit id="5121874940679887597" datatype="html">
2368 <source>Copy channel handle</source>
2369 <target state="new">Copy channel handle</target>
2184 <context-group purpose="location"> 2370 <context-group purpose="location">
2185 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context> 2371 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context>
2186 <context context-type="linenumber">66</context> 2372 <context context-type="linenumber">66</context>
2187 </context-group> 2373 </context-group>
2188 </trans-unit><trans-unit id="3068011377000255023" datatype="html"> 2374 </trans-unit>
2189 <source>{VAR_PLURAL, plural, =1 {1 videos} other {<x id="INTERPOLATION"/> videos}}</source><target state="new">{VAR_PLURAL, plural, =1 {1 videos} other {<x id="INTERPOLATION"/> videos}}</target> 2375 <trans-unit id="3068011377000255023" datatype="html">
2190 2376 <source>{VAR_PLURAL, plural, =1 {1 videos} other {<x id="INTERPOLATION"/> videos}}</source>
2191 <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><trans-unit id="8856905278208146821" datatype="html"> 2377 <target state="new">{VAR_PLURAL, plural, =1 {1 videos} other {<x id="INTERPOLATION"/> videos}}</target>
2192 <source> <x id="ICU" equiv-text="{channelVideosCount, plural, =1 {1 videos} other {{{ channelVideosCount }} videos}}"/> </source><target state="new"> <x id="ICU" equiv-text="{channelVideosCount, plural, =1 {1 videos} other {{{ channelVideosCount }} videos}}"/> </target> 2378 <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>
2379 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">41</context></context-group>
2380 <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>
2381 <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>
2382 </trans-unit>
2383 <trans-unit id="8856905278208146821" datatype="html">
2384 <source><x id="ICU" equiv-text="{channelVideosCount, plural, =1 {1 videos} other {{{ channelVideosCount }} videos}}"/> </source>
2385 <target state="new"> <x id="ICU" equiv-text="{channelVideosCount, plural, =1 {1 videos} other {{{ channelVideosCount }} videos}}"/> </target>
2193 <context-group purpose="location"> 2386 <context-group purpose="location">
2194 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context> 2387 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context>
2195 <context context-type="linenumber">76,77</context> 2388 <context context-type="linenumber">76,77</context>
2196 </context-group> 2389 </context-group>
2197 </trans-unit><trans-unit id="2486917589932345430" datatype="html"> 2390 </trans-unit>
2198 <source>OWNER ACCOUNT</source><target state="new">OWNER ACCOUNT</target> 2391 <trans-unit id="2486917589932345430" datatype="html">
2199 2392 <source>OWNER ACCOUNT</source>
2200 2393 <target state="new">OWNER ACCOUNT</target>
2201 <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></trans-unit> 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>
2395 </trans-unit>
2202 <trans-unit id="1952020204339597057" datatype="html"> 2396 <trans-unit id="1952020204339597057" datatype="html">
2203 <source>Short text to tell people how they can support you (membership platform...).</source> 2397 <source>Short text to tell people how they can support you (membership platform...).</source>
2204 <target state="new"> 2398 <target state="new">
2205 Short text to tell people how they can support you (membership platform...). 2399 Short text to tell people how they can support you (membership platform...).
2206 </target> 2400 </target>
2207 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>
2208 <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></trans-unit> 2402 </trans-unit>
2209 <trans-unit id="7958716262877895706" datatype="html"> 2403 <trans-unit id="7958716262877895706" datatype="html">
2210 <source>Original publication date</source> 2404 <source>Original publication date</source>
2211 <target state="new">Original publication date</target> 2405 <target state="new">Original publication date</target>
2212 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>
2213 <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></trans-unit> 2407 </trans-unit>
2214 <trans-unit id="50985514722149155" datatype="html"> 2408 <trans-unit id="50985514722149155" datatype="html">
2215 <source>This is the date when the content was originally published (e.g. the release date for a film)</source> 2409 <source>This is the date when the content was originally published (e.g. the release date for a film)</source>
2216 <target state="new"> 2410 <target state="new">
2217 This is the date when the content was originally published (e.g. the release date for a film) 2411 This is the date when the content was originally published (e.g. the release date for a film)
2218 </target> 2412 </target>
2219 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>
2220 <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></trans-unit> 2414 </trans-unit>
2221 <trans-unit id="1669378369440073270" datatype="html"> 2415 <trans-unit id="1669378369440073270" datatype="html">
2222 <source>Plugin settings</source> 2416 <source>Plugin settings</source>
2223 <target state="new">Plugin settings</target> 2417 <target state="new">Plugin settings</target>
2224 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>
2225 <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></trans-unit> 2419 </trans-unit>
2226 <trans-unit id="2200003513633568069"> 2420 <trans-unit id="2200003513633568069">
2227 <source>Enable video comments</source> 2421 <source>Enable video comments</source>
2228 <target>Activa els comentaris de vídeo</target> 2422 <target>Activa els comentaris de vídeo</target>
2229 2423 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">317</context></context-group>
2230 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">317</context></context-group></trans-unit> 2424 </trans-unit>
2231 <trans-unit id="8896564060463626070" datatype="html"> 2425 <trans-unit id="8896564060463626070" datatype="html">
2232 <source>Enable download</source> 2426 <source>Enable download</source>
2233 <target state="translated">Habilita la baixada</target> 2427 <target state="translated">Habilita la baixada</target>
2234 2428 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">322</context></context-group>
2235 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">322</context></context-group></trans-unit> 2429 </trans-unit>
2236 <trans-unit id="8821221480638803282"> 2430 <trans-unit id="8821221480638803282">
2237 <source>Advanced settings</source> 2431 <source>Advanced settings</source>
2238 <target>Ajustos avançats</target> 2432 <target>Ajustos avançats</target>
2239 2433 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">260</context></context-group>
2240 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">260</context></context-group></trans-unit> 2434 </trans-unit>
2241 <trans-unit id="2375260419993138758"> 2435 <trans-unit id="2375260419993138758">
2242 <source>URL</source> 2436 <source>URL</source>
2243 <target>URL</target> 2437 <target>URL</target>
@@ -2253,11 +2447,11 @@ The link will expire within 1 hour.</source>
2253 <trans-unit id="460353452916242022" datatype="html"> 2447 <trans-unit id="460353452916242022" datatype="html">
2254 <source>Sorry, but something went wrong</source> 2448 <source>Sorry, but something went wrong</source>
2255 <target state="translated">Ens sap greu, però quelcom va malament</target> 2449 <target state="translated">Ens sap greu, però quelcom va malament</target>
2256 2450 <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>
2257 2451 <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>
2258 2452 <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>
2259 2453 <context-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>
2260 <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> 2454 </trans-unit>
2261 <trans-unit id="5359075917564707730" datatype="html"> 2455 <trans-unit id="5359075917564707730" datatype="html">
2262 <source>Congratulations, the video behind <x id="INTERPOLATION"/> will be imported! You can already add information about this video. </source> 2456 <source>Congratulations, the video behind <x id="INTERPOLATION"/> will be imported! You can already add information about this video. </source>
2263 <target state="translated">Enhorabona, s'importarà el vídeo allotjat en 2457 <target state="translated">Enhorabona, s'importarà el vídeo allotjat en
@@ -2268,80 +2462,88 @@ The link will expire within 1 hour.</source>
2268 <trans-unit id="4021752662928002901"> 2462 <trans-unit id="4021752662928002901">
2269 <source>Update</source> 2463 <source>Update</source>
2270 <target>Actualitza</target> 2464 <target>Actualitza</target>
2271 2465 <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>
2272 2466 <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>
2273 2467 <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>
2274 2468 <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>
2275 2469 <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>
2276 <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> 2470 <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>
2471 <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>
2472 <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>
2473 <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>
2474 <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>
2475 </trans-unit>
2277 <trans-unit id="6722765664648523978"> 2476 <trans-unit id="6722765664648523978">
2278 <source>Select the file to upload</source> 2477 <source>Select the file to upload</source>
2279 <target>Trieu el fitxer a pujar</target> 2478 <target>Trieu el fitxer a pujar</target>
2280 2479 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">6</context></context-group>
2281 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">6</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit> 2480 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">8</context></context-group>
2481 </trans-unit>
2282 <trans-unit id="9172233176401579786" datatype="html"> 2482 <trans-unit id="9172233176401579786" datatype="html">
2283 <source>Scheduled</source> 2483 <source>Scheduled</source>
2284 <target state="translated">Programat</target> 2484 <target state="translated">Programat</target>
2285 2485
2286 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group></trans-unit> 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>
2287 <trans-unit id="1435317307066082710" datatype="html"> 2487 <trans-unit id="1435317307066082710" datatype="html">
2288 <source>Hide the video until a specific date</source> 2488 <source>Hide the video until a specific date</source>
2289 <target state="new">Hide the video until a specific date</target> 2489 <target state="new">Hide the video until a specific date</target>
2290 2490
2291 <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> 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>
2292 <trans-unit id="6148369758871787018" datatype="html"> 2492 <trans-unit id="6148369758871787018" datatype="html">
2293 <source>Video background image</source> 2493 <source>Video background image</source>
2294 <target state="translated">Imatge de fons del vídeo</target> 2494 <target state="translated">Imatge de fons del vídeo</target>
2295 2495 <context-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>
2296 <context-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> 2496 </trans-unit>
2297 <trans-unit id="7099631707196015765" datatype="html"> 2497 <trans-unit id="7099631707196015765" datatype="html">
2298 <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> 2498 <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>
2299 <target state="translated">La imatge es fusionarà amb el vostre fitxer d’àudio. 2499 <target state="translated">La imatge es fusionarà amb el vostre fitxer d’àudio.
2300 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> La imatge escollida serà definitiva i no es podrà modificar. 2500 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> La imatge escollida serà definitiva i no es podrà modificar.
2301 </target> 2501 </target>
2302 2502 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">37</context></context-group>
2303 <context-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> 2503 </trans-unit>
2304 <trans-unit id="4626927731329688072" datatype="html"> 2504 <trans-unit id="4626927731329688072" datatype="html">
2305 <source>Total video uploaded</source> 2505 <source>Total video uploaded</source>
2306 <target state="new">Total video uploaded</target> 2506 <target state="new">Total video uploaded</target>
2307 2507 <context-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>
2308 <context-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> 2508 </trans-unit>
2309 <trans-unit id="1185207825965405436" datatype="html"> 2509 <trans-unit id="1185207825965405436" datatype="html">
2310 <source>Processing…</source> 2510 <source>Processing…</source>
2311 <target state="new">Processing…</target> 2511 <target state="new">Processing…</target>
2312 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>
2313 <context-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> 2513 </trans-unit>
2314 <trans-unit id="7934833136974560675" datatype="html"> 2514 <trans-unit id="7934833136974560675" datatype="html">
2315 <source>Retry</source> 2515 <source>Retry</source>
2316 <target state="new">Retry</target> 2516 <target state="new">Retry</target>
2317
2318 <note priority="1" from="description">Retry failed upload of a video</note> 2517 <note priority="1" from="description">Retry failed upload of a video</note>
2319 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit> 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>
2519 </trans-unit>
2320 <trans-unit id="2127094963121208963" datatype="html"> 2520 <trans-unit id="2127094963121208963" datatype="html">
2321 <source>Total video quota</source> 2521 <source>Total video quota</source>
2322 <target state="new">Total video quota</target> 2522 <target state="new">Total video quota</target>
2323 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>
2324 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>
2325 <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><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></trans-unit> 2525 </trans-unit>
2326 <trans-unit id="1522676094837508187" datatype="html"> 2526 <trans-unit id="1522676094837508187" datatype="html">
2327 <source>Congratulations! Your video is now available in your private library.</source> 2527 <source>Congratulations! Your video is now available in your private library.</source>
2328 <target state="translated">Felicitats! El teu vídeo ja està disponible a la biblioteca privada.</target> 2528 <target state="translated">Felicitats! El teu vídeo ja està disponible a la biblioteca privada.</target>
2329 2529 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">91</context></context-group>
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">91</context></context-group></trans-unit> 2530 </trans-unit>
2331 <trans-unit id="3768339632235914548"> 2531 <trans-unit id="3768339632235914548">
2332 <source>Publish will be available when upload is finished</source> 2532 <source>Publish will be available when upload is finished</source>
2333 <target>La publicació estarà disponible quan finalitzi la càrrega</target> 2533 <target>La publicació estarà disponible quan finalitzi la càrrega</target>
2334 2534 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">104</context></context-group>
2335 <context-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> 2535 </trans-unit>
2336 <trans-unit id="7430416142942514215"> 2536 <trans-unit id="7430416142942514215">
2337 <source>Publish</source> 2537 <source>Publish</source>
2338 <target>Publica</target> 2538 <target>Publica</target>
2339 2539 <context-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>
2340 2540 <context-group purpose="location"><context context-type="sourcefile">src/app/header/header.component.html</context><context context-type="linenumber">5</context></context-group>
2341 <context-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"> 2541 </trans-unit>
2342 <source>Upload on hold</source><target state="new">Upload on hold</target> 2542 <trans-unit id="6161604372916832458" datatype="html">
2343 2543 <source>Upload on hold</source>
2344 <context-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> 2544 <target state="new">Upload on hold</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>
2546 </trans-unit>
2345 <trans-unit id="285180972645018518" datatype="html"> 2547 <trans-unit id="285180972645018518" datatype="html">
2346 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2548 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2347 <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> 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>
@@ -2355,26 +2557,29 @@ The link will expire within 1 hour.</source>
2355 <trans-unit id="3455474330346212563" datatype="html"> 2557 <trans-unit id="3455474330346212563" datatype="html">
2356 <source>Select the torrent to import</source> 2558 <source>Select the torrent to import</source>
2357 <target state="translated">Selecciona el torrent per importar</target> 2559 <target state="translated">Selecciona el torrent per importar</target>
2358 2560 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">6</context></context-group>
2359 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">6</context></context-group><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">8</context></context-group></trans-unit> 2561 <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">8</context></context-group>
2562 </trans-unit>
2360 <trans-unit id="290735093992020324" datatype="html"> 2563 <trans-unit id="290735093992020324" datatype="html">
2361 <source>OR</source> 2564 <source>OR</source>
2362 <target state="new">OR</target> 2565 <target state="new">OR</target>
2363 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>
2364 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 2567 </trans-unit>
2365 <trans-unit id="6173286379208830044" datatype="html"> 2568 <trans-unit id="6173286379208830044" datatype="html">
2366 <source>Paste magnet URI</source> 2569 <source>Paste magnet URI</source>
2367 <target state="new">Paste magnet URI</target> 2570 <target state="new">Paste magnet URI</target>
2368 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>
2369 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 2572 </trans-unit>
2370 <trans-unit id="2424051823705402833" datatype="html"> 2573 <trans-unit id="2424051823705402833" datatype="html">
2371 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source> 2574 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source>
2372 <target state="new"> 2575 <target state="new">
2373 Congratulations, the video will be imported with BitTorrent! You can already add information about this video. 2576 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
2374</target> 2577</target>
2375 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>
2376 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit><trans-unit id="4422946962830681102" datatype="html"> 2579 </trans-unit>
2377 <source>Torrents with only 1 file are supported.</source><target state="new">Torrents with only 1 file are supported.</target> 2580 <trans-unit id="4422946962830681102" datatype="html">
2581 <source>Torrents with only 1 file are supported.</source>
2582 <target state="new">Torrents with only 1 file are supported.</target>
2378 <context-group purpose="location"> 2583 <context-group purpose="location">
2379 <context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts</context> 2584 <context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts</context>
2380 <context context-type="linenumber">119</context> 2585 <context context-type="linenumber">119</context>
@@ -2383,18 +2588,18 @@ The link will expire within 1 hour.</source>
2383 <trans-unit id="7860848084471862305" datatype="html"> 2588 <trans-unit id="7860848084471862305" datatype="html">
2384 <source>Cannot create live because this instance have too many created lives</source> 2589 <source>Cannot create live because this instance have too many created lives</source>
2385 <target state="new">Cannot create live because this instance have too many created lives</target> 2590 <target state="new">Cannot create live because this instance have too many created lives</target>
2386 2591 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts</context><context context-type="linenumber">96</context></context-group>
2387 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts</context><context context-type="linenumber">96</context></context-group></trans-unit> 2592 </trans-unit>
2388 <trans-unit id="1278564497286613571" datatype="html"> 2593 <trans-unit id="1278564497286613571" datatype="html">
2389 <source>Cannot create live because you created too many lives</source> 2594 <source>Cannot create live because you created too many lives</source>
2390 <target state="new">Cannot create live because you created too many lives</target> 2595 <target state="new">Cannot create live because you created too many lives</target>
2391 2596 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts</context><context context-type="linenumber">98</context></context-group>
2392 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts</context><context context-type="linenumber">98</context></context-group></trans-unit> 2597 </trans-unit>
2393 <trans-unit id="2621043320678012413" datatype="html"> 2598 <trans-unit id="2621043320678012413" datatype="html">
2394 <source>Live published.</source> 2599 <source>Live published.</source>
2395 <target state="new">Live published.</target> 2600 <target state="new">Live published.</target>
2396 2601 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts</context><context context-type="linenumber">128</context></context-group>
2397 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts</context><context context-type="linenumber">128</context></context-group></trans-unit> 2602 </trans-unit>
2398 <trans-unit id="8218579597782287078" datatype="html"> 2603 <trans-unit id="8218579597782287078" datatype="html">
2399 <source>Go Live</source> 2604 <source>Go Live</source>
2400 <target state="new">Go Live</target> 2605 <target state="new">Go Live</target>
@@ -2458,18 +2663,18 @@ The link will expire within 1 hour.</source>
2458 <trans-unit id="3907889591911208762" datatype="html"> 2663 <trans-unit id="3907889591911208762" datatype="html">
2459 <source>Other videos</source> 2664 <source>Other videos</source>
2460 <target state="translated">Altres vídeos</target> 2665 <target state="translated">Altres vídeos</target>
2461 2666 <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>
2462 <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> 2667 </trans-unit>
2463 <trans-unit id="2913936134410914576" datatype="html"> 2668 <trans-unit id="2913936134410914576" datatype="html">
2464 <source>AUTOPLAY</source> 2669 <source>AUTOPLAY</source>
2465 <target state="new">AUTOPLAY</target> 2670 <target state="new">AUTOPLAY</target>
2466 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>
2467 <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> 2672 </trans-unit>
2468 <trans-unit id="4619111912751495491" datatype="html"> 2673 <trans-unit id="4619111912751495491" datatype="html">
2469 <source>Report this comment</source> 2674 <source>Report this comment</source>
2470 <target state="new">Report this comment</target> 2675 <target state="new">Report this comment</target>
2471 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>
2472 <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> 2677 </trans-unit>
2473 <trans-unit id="7419704019640008953"> 2678 <trans-unit id="7419704019640008953">
2474 <source>Share</source> 2679 <source>Share</source>
2475 <target>Comparteix</target> 2680 <target>Comparteix</target>
@@ -2529,8 +2734,10 @@ The link will expire within 1 hour.</source>
2529 Less customization 2734 Less customization
2530 </target> 2735 </target>
2531 <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>
2532 </trans-unit><trans-unit id="1290987288288099212" datatype="html"> 2737 </trans-unit>
2533 <source>Support <x id="INTERPOLATION" equiv-text="{{ displayName }}"/></source><target state="new">Support <x id="INTERPOLATION" equiv-text="{{ displayName }}"/></target> 2738 <trans-unit id="1290987288288099212" datatype="html">
2739 <source>Support <x id="INTERPOLATION" equiv-text="{{ displayName }}"/></source>
2740 <target state="new">Support <x id="INTERPOLATION" equiv-text="{{ displayName }}"/></target>
2534 <context-group purpose="location"> 2741 <context-group purpose="location">
2535 <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>
2536 <context context-type="linenumber">3</context> 2743 <context context-type="linenumber">3</context>
@@ -2546,18 +2753,17 @@ The link will expire within 1 hour.</source>
2546 <target state="new">Autoplay</target> 2753 <target state="new">Autoplay</target>
2547 <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>
2548 </trans-unit> 2755 </trans-unit>
2549
2550 <trans-unit id="5336944753883027145" datatype="html"> 2756 <trans-unit id="5336944753883027145" datatype="html">
2551 <source>Maybe later</source> 2757 <source>Maybe later</source>
2552 <target state="new">Maybe later</target> 2758 <target state="new">Maybe later</target>
2553 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>
2554 <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></trans-unit> 2760 </trans-unit>
2555 <trans-unit id="3959826834147169200" datatype="html"> 2761 <trans-unit id="3959826834147169200" datatype="html">
2556 <source>Muted</source> 2762 <source>Muted</source>
2557 <target state="new">Muted</target> 2763 <target state="new">Muted</target>
2558 2764 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">22</context></context-group>
2559 2765 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-share-modal/video-share.component.html</context><context context-type="linenumber">166</context></context-group>
2560 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-share-modal/video-share.component.html</context><context context-type="linenumber">166</context></context-group></trans-unit> 2766 </trans-unit>
2561 <trans-unit id="2784956659778044823" datatype="html"> 2767 <trans-unit id="2784956659778044823" datatype="html">
2562 <source>Loop</source> 2768 <source>Loop</source>
2563 <target state="new">Loop</target> 2769 <target state="new">Loop</target>
@@ -2591,364 +2797,368 @@ The link will expire within 1 hour.</source>
2591 <trans-unit id="8928816882866356838" datatype="html"> 2797 <trans-unit id="8928816882866356838" datatype="html">
2592 <source>Public</source> 2798 <source>Public</source>
2593 <target state="new">Public</target> 2799 <target state="new">Public</target>
2594 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>
2595 <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> 2801 </trans-unit>
2596
2597
2598
2599
2600
2601 <trans-unit id="4416005356063364306" datatype="html"> 2802 <trans-unit id="4416005356063364306" datatype="html">
2602 <source>This video is blocked.</source> 2803 <source>This video is blocked.</source>
2603 <target state="new">This video is blocked.</target> 2804 <target state="new">This video is blocked.</target>
2604 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>
2605 <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> 2806 </trans-unit>
2606 <trans-unit id="2482137713226830428" datatype="html"> 2807 <trans-unit id="2482137713226830428" datatype="html">
2607 <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>
2608 <target state="new">Published <x id="START_TAG_MY_DATE_TOGGLE"/><x id="CLOSE_TAG_MY_DATE_TOGGLE"/></target> 2809 <target state="new">Published <x id="START_TAG_MY_DATE_TOGGLE"/><x id="CLOSE_TAG_MY_DATE_TOGGLE"/></target>
2609 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>
2610 2811 </trans-unit>
2611 <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>
2612 <trans-unit id="1813238393038053050" datatype="html"> 2812 <trans-unit id="1813238393038053050" datatype="html">
2613 <source>SUPPORT</source> 2813 <source>SUPPORT</source>
2614 <target state="new">SUPPORT</target> 2814 <target state="new">SUPPORT</target>
2615 2815 <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>
2616 <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> 2816 </trans-unit>
2617 <trans-unit id="9219888125536520293" datatype="html"> 2817 <trans-unit id="9219888125536520293" datatype="html">
2618 <source>SHARE</source> 2818 <source>SHARE</source>
2619 <target state="new">SHARE</target> 2819 <target state="new">SHARE</target>
2620 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>
2621 <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> 2821 </trans-unit>
2622 <trans-unit id="6671956963490165282" datatype="html"> 2822 <trans-unit id="6671956963490165282" datatype="html">
2623 <source>SAVE</source> 2823 <source>SAVE</source>
2624 <target state="new">SAVE</target> 2824 <target state="new">SAVE</target>
2625 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>
2626 <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> 2826 </trans-unit>
2627 <trans-unit id="647016352598204238" datatype="html"> 2827 <trans-unit id="647016352598204238" datatype="html">
2628 <source>DOWNLOAD</source> 2828 <source>DOWNLOAD</source>
2629 <target state="new">DOWNLOAD</target> 2829 <target state="new">DOWNLOAD</target>
2630 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>
2631 <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> 2831 </trans-unit>
2632 <trans-unit id="677619204556459328"> 2832 <trans-unit id="677619204556459328">
2633 <source>Like this video</source> 2833 <source>Like this video</source>
2634 <target>M'agrada aquest vídeo</target> 2834 <target>M'agrada aquest vídeo</target>
2635 2835 <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>
2636 <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> 2836 </trans-unit>
2637 <trans-unit id="1979134407801821102"> 2837 <trans-unit id="1979134407801821102">
2638 <source>Dislike this video</source> 2838 <source>Dislike this video</source>
2639 <target>No m'agrada aquest vídeo</target> 2839 <target>No m'agrada aquest vídeo</target>
2640 2840 <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>
2641 <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> 2841 </trans-unit>
2642 <trans-unit id="4001371302469308813" datatype="html"> 2842 <trans-unit id="4001371302469308813" datatype="html">
2643 <source>Support options for this video</source> 2843 <source>Support options for this video</source>
2644 <target state="new">Support options for this video</target> 2844 <target state="new">Support options for this video</target>
2645 2845 <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>
2646 <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> 2846 </trans-unit>
2647 <trans-unit id="687548610091961489" datatype="html"> 2847 <trans-unit id="687548610091961489" datatype="html">
2648 <source>By <x id="INTERPOLATION"/></source> 2848 <source>By <x id="INTERPOLATION"/></source>
2649 <target state="new">By 2849 <target state="new">By
2650 <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/> 2850 <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/>
2651 </target> 2851 </target>
2652 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>
2653 <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> 2853 </trans-unit>
2654 <trans-unit id="1144407473317535723" datatype="html"> 2854 <trans-unit id="1144407473317535723" datatype="html">
2655 <source>Subscribe</source> 2855 <source>Subscribe</source>
2656 <target state="new">Subscribe</target> 2856 <target state="new">Subscribe</target>
2657 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>
2658 <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></trans-unit> 2858 </trans-unit>
2659 <trans-unit id="5432070253720498105" datatype="html"> 2859 <trans-unit id="5432070253720498105" datatype="html">
2660 <source>Subscribe to all channels</source> 2860 <source>Subscribe to all channels</source>
2661 <target state="new">Subscribe to all channels</target> 2861 <target state="new">Subscribe to all channels</target>
2662 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>
2663 <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></trans-unit> 2863 </trans-unit>
2664 <trans-unit id="7542242186854344789" datatype="html"> 2864 <trans-unit id="7542242186854344789" datatype="html">
2665 <source>channels subscribed</source> 2865 <source>channels subscribed</source>
2666 <target state="new">channels subscribed</target> 2866 <target state="new">channels subscribed</target>
2667 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>
2668 <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></trans-unit> 2868 </trans-unit>
2669 <trans-unit id="8426539297729416784" datatype="html"> 2869 <trans-unit id="8426539297729416784" datatype="html">
2670 <source>{VAR_SELECT, select, undefined {Unsubscribe} other {Unsubscribe from all channels} }</source> 2870 <source>{VAR_SELECT, select, undefined {Unsubscribe} other {Unsubscribe from all channels} }</source>
2671 <target state="new">{VAR_SELECT, select, undefined {Unsubscribe} other {Unsubscribe from all channels} }</target> 2871 <target state="new">{VAR_SELECT, select, undefined {Unsubscribe} other {Unsubscribe from all channels} }</target>
2672 2872 <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>
2673 <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></trans-unit> 2873 </trans-unit>
2674 <trans-unit id="7215101881367554791"> 2874 <trans-unit id="7215101881367554791">
2675 <source>Show more</source> 2875 <source>Show more</source>
2676 <target>Mostra més</target> 2876 <target>Mostra més</target>
2677 2877 <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>
2678 <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> 2878 </trans-unit>
2679 <trans-unit id="3517550046701184661"> 2879 <trans-unit id="3517550046701184661">
2680 <source>Show less</source> 2880 <source>Show less</source>
2681 <target>Veure menys</target> 2881 <target>Veure menys</target>
2682 2882 <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>
2683 <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"> 2883 </trans-unit>
2684 <source>Origin</source><target state="new">Origin</target> 2884 <trans-unit id="66785722678644243" datatype="html">
2685 2885 <source>Origin</source>
2686 <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> 2886 <target state="new">Origin</target>
2687 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>
2888 </trans-unit>
2688 <trans-unit id="5139892963394684487" datatype="html"> 2889 <trans-unit id="5139892963394684487" datatype="html">
2689 <source>Originally published</source> 2890 <source>Originally published</source>
2690 <target state="new">Originally published</target> 2891 <target state="new">Originally published</target>
2691 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>
2692 <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> 2893 </trans-unit>
2693 <trans-unit id="6402393085909200998" datatype="html"> 2894 <trans-unit id="6402393085909200998" datatype="html">
2694 <source>Friendly Reminder:</source> 2895 <source>Friendly Reminder:</source>
2695 <target state="new">Friendly Reminder: </target> 2896 <target state="new">Friendly Reminder: </target>
2696 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>
2697 <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> 2898 </trans-unit>
2698 <trans-unit id="2935783216050341269" datatype="html"> 2899 <trans-unit id="2935783216050341269" datatype="html">
2699 <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> 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>
2700 <target state="new"> 2901 <target state="new">
2701 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. 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.
2702 </target> 2903 </target>
2703 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>
2704 <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> 2905 </trans-unit>
2705 <trans-unit id="4619188387782427495"> 2906 <trans-unit id="4619188387782427495">
2706 <source>More information</source> 2907 <source>More information</source>
2707 <target>Més informació</target> 2908 <target>Més informació</target>
2708 2909 <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>
2709 2910 <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>
2710 2911 <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>
2711 2912 <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>
2712 2913 <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>
2713 2914 </trans-unit>
2714 <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>
2715 <trans-unit id="3452334748875293295" datatype="html"> 2915 <trans-unit id="3452334748875293295" datatype="html">
2716 <source>The video was blocked due to automatic blocking of new videos</source> 2916 <source>The video was blocked due to automatic blocking of new videos</source>
2717 <target state="new">The video was blocked due to automatic blocking of new videos</target> 2917 <target state="new">The video was blocked due to automatic blocking of new videos</target>
2718 2918 <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">57</context></context-group>
2719 2919 </trans-unit>
2720 <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">57</context></context-group></trans-unit>
2721 <trans-unit id="1465291804668949243" datatype="html"> 2920 <trans-unit id="1465291804668949243" datatype="html">
2722 <source>NSFW</source> 2921 <source>NSFW</source>
2723 <target state="new">NSFW</target> 2922 <target state="new">NSFW</target>
2724 2923 <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">67</context></context-group>
2725 <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">67</context></context-group></trans-unit> 2924 </trans-unit>
2726 <trans-unit id="4512155674928869984"> 2925 <trans-unit id="4512155674928869984">
2727 <source>Get more information</source> 2926 <source>Get more information</source>
2728 <target>Obtenir més informació</target> 2927 <target>Obtenir més informació</target>
2729 2928 <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>
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">9</context></context-group></trans-unit> 2929 </trans-unit>
2731 <trans-unit id="5184373289520493569" datatype="html"> 2930 <trans-unit id="5184373289520493569" datatype="html">
2732 <source>OK</source> 2931 <source>OK</source>
2733 <target state="new"> 2932 <target state="new">
2734 OK 2933 OK
2735 </target> 2934 </target>
2736 2935 <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>
2737 <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"> 2936 </trans-unit>
2738 <source> The video is being imported, it will be available when the import is finished. 2937 <trans-unit id="4092533321838934102" datatype="html">
2739</source><target state="new"> The video is being imported, it will be available when the import is finished. 2938 <source>The video is being imported, it will be available when the import is finished.</source>
2939 <target state="new"> The video is being imported, it will be available when the import is finished.
2740</target> 2940</target>
2741 <context-group purpose="location"> 2941 <context-group purpose="location">
2742 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context> 2942 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context>
2743 <context context-type="linenumber">2,3</context> 2943 <context context-type="linenumber">2,3</context>
2744 </context-group> 2944 </context-group>
2745 </trans-unit><trans-unit id="8304621069698650554" datatype="html"> 2945 </trans-unit>
2746 <source> The video is being transcoded, it may not work properly. 2946 <trans-unit id="8304621069698650554" datatype="html">
2747</source><target state="new"> The video is being transcoded, it may not work properly. 2947 <source>The video is being transcoded, it may not work properly.</source>
2948 <target state="new"> The video is being transcoded, it may not work properly.
2748</target> 2949</target>
2749 <context-group purpose="location"> 2950 <context-group purpose="location">
2750 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context> 2951 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context>
2751 <context context-type="linenumber">6,7</context> 2952 <context context-type="linenumber">6,7</context>
2752 </context-group> 2953 </context-group>
2753 </trans-unit><trans-unit id="8619499607322327082" datatype="html"> 2954 </trans-unit>
2754 <source> This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. 2955 <trans-unit id="8619499607322327082" datatype="html">
2755</source><target state="new"> This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. 2956 <source>This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. </source>
2957 <target state="new"> This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.
2756</target> 2958</target>
2757 <context-group purpose="location"> 2959 <context-group purpose="location">
2758 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context> 2960 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context>
2759 <context context-type="linenumber">9,11</context> 2961 <context context-type="linenumber">9,11</context>
2760 </context-group> 2962 </context-group>
2761 </trans-unit><trans-unit id="4262297989675590582" datatype="html"> 2963 </trans-unit>
2762 <source> This live has not started yet. 2964 <trans-unit id="4262297989675590582" datatype="html">
2763</source><target state="new"> This live has not started yet. 2965 <source>This live has not started yet.</source>
2966 <target state="new"> This live has not started yet.
2764</target> 2967</target>
2765 <context-group purpose="location"> 2968 <context-group purpose="location">
2766 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context> 2969 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context>
2767 <context context-type="linenumber">14,15</context> 2970 <context context-type="linenumber">14,15</context>
2768 </context-group> 2971 </context-group>
2769 </trans-unit><trans-unit id="4926204350710628499" datatype="html"> 2972 </trans-unit>
2770 <source> This live has ended. 2973 <trans-unit id="4926204350710628499" datatype="html">
2771</source><target state="new"> This live has ended. 2974 <source>This live has ended.</source>
2975 <target state="new"> This live has ended.
2772</target> 2976</target>
2773 <context-group purpose="location"> 2977 <context-group purpose="location">
2774 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context> 2978 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context>
2775 <context context-type="linenumber">18,19</context> 2979 <context context-type="linenumber">18,19</context>
2776 </context-group> 2980 </context-group>
2777 </trans-unit> 2981 </trans-unit>
2778
2779
2780
2781 <trans-unit id="8518611938109939710" datatype="html"> 2982 <trans-unit id="8518611938109939710" datatype="html">
2782 <source>SORT BY</source> 2983 <source>SORT BY</source>
2783 <target state="new"> 2984 <target state="new">
2784 SORT BY 2985 SORT BY
2785 </target> 2986 </target>
2786 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">11</context></context-group>
2787 <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> 2988 </trans-unit>
2788 <trans-unit id="6448160249466325288" datatype="html"> 2989 <trans-unit id="6448160249466325288" datatype="html">
2789 <source>Most recent first (default)</source> 2990 <source>Most recent first (default)</source>
2790 <target state="new">Most recent first (default)</target> 2991 <target state="new">Most recent first (default)</target>
2791 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">14</context></context-group>
2792 <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> 2993 </trans-unit>
2793 <trans-unit id="5179007899354903649" datatype="html"> 2994 <trans-unit id="5179007899354903649" datatype="html">
2794 <source>Most replies first</source> 2995 <source>Most replies first</source>
2795 <target state="new">Most replies first</target> 2996 <target state="new">Most replies first</target>
2796 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">15</context></context-group>
2797 <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> 2998 </trans-unit>
2798 <trans-unit id="7494537777006082055"> 2999 <trans-unit id="7494537777006082055">
2799 <source>No comments.</source> 3000 <source>No comments.</source>
2800 <target>Cap comentari.</target> 3001 <target>Cap comentari.</target>
2801 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">28</context></context-group>
2802 <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><trans-unit id="6390009909920475335" datatype="html"> 3003 </trans-unit>
2803 <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><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> 3004 <trans-unit id="6390009909920475335" datatype="html">
2804 3005 <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>
2805 <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><trans-unit id="4036338619293319383" datatype="html"> 3006 <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>
2806 <source>{VAR_PLURAL, plural, =1 {1 reply} other {<x id="INTERPOLATION"/> replies}}</source><target state="new">{VAR_PLURAL, plural, =1 {1 reply} other {<x id="INTERPOLATION"/> replies}}</target> 3007 <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>
2807 3008 </trans-unit>
2808 3009 <trans-unit id="4036338619293319383" datatype="html">
2809 3010 <source>{VAR_PLURAL, plural, =1 {1 reply} other {<x id="INTERPOLATION"/> replies}}</source>
2810 <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><trans-unit id="127329338495775339" datatype="html"> 3011 <target state="new">{VAR_PLURAL, plural, =1 {1 reply} other {<x id="INTERPOLATION"/> replies}}</target>
2811 <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><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> 3012 <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>
2812 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">83</context></context-group>
2813 <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><trans-unit id="5535545444690528619" datatype="html"> 3014 <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>
2814 <source>View <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/></source><target state="new">View <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/></target> 3015 </trans-unit>
2815 3016 <trans-unit id="127329338495775339" datatype="html">
2816 <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> 3017 <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>
2817 3018 <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>
2818 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">83</context></context-group>
2819 3020 </trans-unit>
3021 <trans-unit id="5535545444690528619" datatype="html">
3022 <source>View <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/></source>
3023 <target state="new">View <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/></target>
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">87</context></context-group>
3025 </trans-unit>
2820 <trans-unit id="1055254162789146714"> 3026 <trans-unit id="1055254162789146714">
2821 <source>Comments are disabled.</source> 3027 <source>Comments are disabled.</source>
2822 <target> 3028 <target>
2823 Els comentaris estan desactivats. 3029 Els comentaris estan desactivats.
2824 </target> 3030 </target>
2825 3031 <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>
2826 <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> 3032 </trans-unit>
2827 <trans-unit id="3691787517663044217" datatype="html"> 3033 <trans-unit id="3691787517663044217" datatype="html">
2828 <source>The deletion will be sent to remote instances so they can reflect the change.</source> 3034 <source>The deletion will be sent to remote instances so they can reflect the change.</source>
2829 <target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target> 3035 <target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
2830 3036 <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>
2831 <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> 3037 </trans-unit>
2832 <trans-unit id="7321800851971795962" datatype="html"> 3038 <trans-unit id="7321800851971795962" datatype="html">
2833 <source>It is a remote comment, so the deletion will only be effective on your instance.</source> 3039 <source>It is a remote comment, so the deletion will only be effective on your instance.</source>
2834 <target state="new"> It is a remote comment, so the deletion will only be effective on your instance.</target> 3040 <target state="new"> It is a remote comment, so the deletion will only be effective on your instance.</target>
2835 3041 <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>
2836 <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> 3042 </trans-unit>
2837 <trans-unit id="5964038603724691720" datatype="html"> 3043 <trans-unit id="5964038603724691720" datatype="html">
2838 <source>Delete and re-draft</source> 3044 <source>Delete and re-draft</source>
2839 <target state="new">Delete and re-draft</target> 3045 <target state="new">Delete and re-draft</target>
2840 3046 <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>
2841 <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> 3047 </trans-unit>
2842 <trans-unit id="7163633882758007711" datatype="html"> 3048 <trans-unit id="7163633882758007711" datatype="html">
2843 <source>Do you really want to delete and re-draft this comment?</source> 3049 <source>Do you really want to delete and re-draft this comment?</source>
2844 <target state="new">Do you really want to delete and re-draft this comment?</target> 3050 <target state="new">Do you really want to delete and re-draft this comment?</target>
2845 3051 <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>
2846 <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> 3052 </trans-unit>
2847 <trans-unit id="5733075023444401902"> 3053 <trans-unit id="5733075023444401902">
2848 <source>Add comment...</source> 3054 <source>Add comment...</source>
2849 <target>Afegeix un comentari...</target> 3055 <target>Afegeix un comentari...</target>
2850 3056 <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>
2851 <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> 3057 </trans-unit>
2852 <trans-unit id="982956590420630883" datatype="html"> 3058 <trans-unit id="982956590420630883" datatype="html">
2853 <source>Markdown compatible</source> 3059 <source>Markdown compatible</source>
2854 <target state="new">Markdown compatible</target> 3060 <target state="new">Markdown compatible</target>
2855 3061 <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>
2856 <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> 3062 </trans-unit>
2857 <trans-unit id="5793595564950675122" datatype="html"> 3063 <trans-unit id="5793595564950675122" datatype="html">
2858 <source>Markdown compatible that supports:</source> 3064 <source>Markdown compatible that supports:</source>
2859 <target state="new">Markdown compatible that supports:</target> 3065 <target state="new">Markdown compatible that supports:</target>
2860 3066 <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>
2861 <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> 3067 </trans-unit>
2862 <trans-unit id="8422216333877786919" datatype="html"> 3068 <trans-unit id="8422216333877786919" datatype="html">
2863 <source>Auto generated links</source> 3069 <source>Auto generated links</source>
2864 <target state="new">Auto generated links</target> 3070 <target state="new">Auto generated links</target>
2865 3071 <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>
2866 <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> 3072 </trans-unit>
2867 <trans-unit id="6365822416124232422" datatype="html"> 3073 <trans-unit id="6365822416124232422" datatype="html">
2868 <source>Break lines</source> 3074 <source>Break lines</source>
2869 <target state="new">Break lines</target> 3075 <target state="new">Break lines</target>
2870 3076 <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>
2871 <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> 3077 </trans-unit>
2872 <trans-unit id="8756167649220050929" datatype="html"> 3078 <trans-unit id="8756167649220050929" datatype="html">
2873 <source>Lists</source> 3079 <source>Lists</source>
2874 <target state="new">Lists</target> 3080 <target state="new">Lists</target>
2875 3081 <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>
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">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> 3082 <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>
3083 </trans-unit>
2877 <trans-unit id="2516633974298697807" datatype="html"> 3084 <trans-unit id="2516633974298697807" datatype="html">
2878 <source>Emphasis</source> 3085 <source>Emphasis</source>
2879 <target state="new">Emphasis</target> 3086 <target state="new">Emphasis</target>
2880 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">25</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">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> 3088 <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>
3089 </trans-unit>
2882 <trans-unit id="2810844969104710423" datatype="html"> 3090 <trans-unit id="2810844969104710423" datatype="html">
2883 <source>bold</source> 3091 <source>bold</source>
2884 <target state="new">bold</target> 3092 <target state="new">bold</target>
2885 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">26</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">26</context></context-group></trans-unit> 3094 </trans-unit>
2887 <trans-unit id="8497278965577453274" datatype="html"> 3095 <trans-unit id="8497278965577453274" datatype="html">
2888 <source>italic</source> 3096 <source>italic</source>
2889 <target state="new">italic</target> 3097 <target state="new">italic</target>
2890 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">26</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">26</context></context-group></trans-unit> 3099 </trans-unit>
2892 <trans-unit id="7227611412155083002" datatype="html"> 3100 <trans-unit id="7227611412155083002" datatype="html">
2893 <source>Emoji shortcuts</source> 3101 <source>Emoji shortcuts</source>
2894 <target state="new">Emoji shortcuts</target> 3102 <target state="new">Emoji shortcuts</target>
2895 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">29</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">29</context></context-group></trans-unit> 3104 </trans-unit>
2897 <trans-unit id="6608581312644027413" datatype="html"> 3105 <trans-unit id="6608581312644027413" datatype="html">
2898 <source>Emoji markup</source> 3106 <source>Emoji markup</source>
2899 <target state="new">Emoji markup</target> 3107 <target state="new">Emoji markup</target>
2900 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">33</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">33</context></context-group></trans-unit> 3109 </trans-unit>
2902 <trans-unit id="381522038671562286" datatype="html"> 3110 <trans-unit id="381522038671562286" datatype="html">
2903 <source>See complete list</source> 3111 <source>See complete list</source>
2904 <target state="new">See complete list</target> 3112 <target state="new">See complete list</target>
2905 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">35</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">35</context></context-group></trans-unit> 3114 </trans-unit>
2907 <trans-unit id="2263890353858735493" datatype="html"> 3115 <trans-unit id="2263890353858735493" datatype="html">
2908 <source>You are one step away from commenting</source> 3116 <source>You are one step away from commenting</source>
2909 <target state="new">You are one step away from commenting</target> 3117 <target state="new">You are one step away from commenting</target>
2910 3118 <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>
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">59</context></context-group></trans-unit><trans-unit id="7508177761852352782" datatype="html"> 3119 </trans-unit>
2912 <source> You can comment using an account on any ActivityPub-compatible instance (PeerTube/Mastodon/Pleroma account for example). </source><target state="new"> You can comment using an account on any ActivityPub-compatible instance (PeerTube/Mastodon/Pleroma account for example). </target> 3120 <trans-unit id="7508177761852352782" datatype="html">
2913 3121 <source>You can comment using an account on any ActivityPub-compatible instance (PeerTube/Mastodon/Pleroma account for example).</source>
2914 <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> 3122 <target state="new"> You can comment using an account on any ActivityPub-compatible instance (PeerTube/Mastodon/Pleroma account for example). </target>
2915 3123 <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>
2916 3124 </trans-unit>
2917 <trans-unit id="2958389355547305739" datatype="html"> 3125 <trans-unit id="2958389355547305739" datatype="html">
2918 <source>Login to comment</source> 3126 <source>Login to comment</source>
2919 <target state="new">Login to comment</target> 3127 <target state="new">Login to comment</target>
2920 3128 <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>
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">78</context></context-group></trans-unit> 3129 </trans-unit>
2922 <trans-unit id="4817080330698362530" datatype="html"> 3130 <trans-unit id="4817080330698362530" datatype="html">
2923 <source>Markdown Emoji List</source> 3131 <source>Markdown Emoji List</source>
2924 <target state="new">Markdown Emoji List</target> 3132 <target state="new">Markdown Emoji List</target>
2925 3133 <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>
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">86</context></context-group></trans-unit> 3134 </trans-unit>
2927 <trans-unit id="2662644497259948010" datatype="html"> 3135 <trans-unit id="2662644497259948010" datatype="html">
2928 <source>Comment</source> 3136 <source>Comment</source>
2929 <target state="new">Comment</target> 3137 <target state="new">Comment</target>
2930 3138 <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>
2931 <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> 3139 <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>
3140 </trans-unit>
2932 <trans-unit id="4502286564339177240" datatype="html"> 3141 <trans-unit id="4502286564339177240" datatype="html">
2933 <source>Reply</source> 3142 <source>Reply</source>
2934 <target state="new">Reply</target> 3143 <target state="new">Reply</target>
2935 3144 <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>
2936 <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> 3145 <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>
3146 </trans-unit>
2937 <trans-unit id="3572897237443938692"> 3147 <trans-unit id="3572897237443938692">
2938 <source>Highlighted comment</source> 3148 <source>Highlighted comment</source>
2939 <target>Comentari destacat</target> 3149 <target>Comentari destacat</target>
2940 3150 <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>
2941 <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> 3151 </trans-unit>
2942 <trans-unit id="4502286564339177240"> 3152 <trans-unit id="4502286564339177240">
2943 <source>Reply</source> 3153 <source>Reply</source>
2944 <target>Respon</target> 3154 <target>Respon</target>
2945 3155 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">36</context></context-group>
2946 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">36</context></context-group></trans-unit> 3156 </trans-unit>
2947 <trans-unit id="2447932355167015019" datatype="html"> 3157 <trans-unit id="2447932355167015019" datatype="html">
2948 <source>This comment has been deleted</source> 3158 <source>This comment has been deleted</source>
2949 <target state="new">This comment has been deleted</target> 3159 <target state="new">This comment has been deleted</target>
2950 3160 <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>
2951 <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> 3161 </trans-unit>
2952 <trans-unit id="9031514421077169181" datatype="html"> 3162 <trans-unit id="9031514421077169181" datatype="html">
2953 <source>Video redundancies</source> 3163 <source>Video redundancies</source>
2954 <target state="new">Video redundancies</target> 3164 <target state="new">Video redundancies</target>
@@ -2983,8 +3193,9 @@ The link will expire within 1 hour.</source>
2983 <trans-unit id="270726559962362501" datatype="html"> 3193 <trans-unit id="270726559962362501" datatype="html">
2984 <source>Renew token</source> 3194 <source>Renew token</source>
2985 <target state="new">Renew token</target> 3195 <target state="new">Renew token</target>
2986 3196 <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>
2987 <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> 3197 <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>
3198 </trans-unit>
2988 <trans-unit id="3029923402309610616" datatype="html"> 3199 <trans-unit id="3029923402309610616" datatype="html">
2989 <source>Token renewed. Update your client configuration accordingly.</source> 3200 <source>Token renewed. Update your client configuration accordingly.</source>
2990 <target state="new">Token renewed. Update your client configuration accordingly.</target> 3201 <target state="new">Token renewed. Update your client configuration accordingly.</target>
@@ -2996,8 +3207,10 @@ The link will expire within 1 hour.</source>
2996 <trans-unit id="6658000829978978023" datatype="html"> 3207 <trans-unit id="6658000829978978023" datatype="html">
2997 <source>Applications</source> 3208 <source>Applications</source>
2998 <target state="new">Applications</target> 3209 <target state="new">Applications</target>
2999 3210 <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>
3000 <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> 3211 <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>
3212 <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>
3213 </trans-unit>
3001 <trans-unit id="5302915360176176604" datatype="html"> 3214 <trans-unit id="5302915360176176604" datatype="html">
3002 <source>SUBSCRIPTION FEED</source> 3215 <source>SUBSCRIPTION FEED</source>
3003 <target state="new">SUBSCRIPTION FEED</target> 3216 <target state="new">SUBSCRIPTION FEED</target>
@@ -3043,111 +3256,89 @@ The link will expire within 1 hour.</source>
3043 <target state="new">Renew token</target> 3256 <target state="new">Renew token</target>
3044 <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> 3257 <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>
3045 </trans-unit> 3258 </trans-unit>
3046
3047 <trans-unit id="9209781328340965816" datatype="html"> 3259 <trans-unit id="9209781328340965816" datatype="html">
3048 <source>Filter...</source> 3260 <source>Filter...</source>
3049 <target state="new">Filter...</target> 3261 <target state="new">Filter...</target>
3050 3262 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/advanced-input-filter.component.html</context><context context-type="linenumber">17</context></context-group>
3051 3263 </trans-unit>
3052
3053
3054
3055
3056
3057
3058
3059
3060 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/advanced-input-filter.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
3061 <trans-unit id="6559246822757089203" datatype="html"> 3264 <trans-unit id="6559246822757089203" datatype="html">
3062 <source>Clear filters</source> 3265 <source>Clear filters</source>
3063 <target state="new">Clear filters</target> 3266 <target state="new">Clear filters</target>
3064 3267 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/advanced-input-filter.component.html</context><context context-type="linenumber">23</context></context-group>
3065 3268 </trans-unit>
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/advanced-input-filter.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3079 <trans-unit id="4266779970063047572" datatype="html"> 3269 <trans-unit id="4266779970063047572" datatype="html">
3080 <source>Video/Comment/Account</source> 3270 <source>Video/Comment/Account</source>
3081 <target state="new">Video/Comment/Account</target> 3271 <target state="new">Video/Comment/Account</target>
3082 3272 <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>
3083 <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></trans-unit> 3273 </trans-unit>
3084 <trans-unit id="8040881171107393560"> 3274 <trans-unit id="8040881171107393560">
3085 <source>ID</source> 3275 <source>ID</source>
3086 <target>ID</target> 3276 <target>ID</target>
3087 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>
3088 <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> 3278 </trans-unit>
3089 <trans-unit id="2265605798180116441" datatype="html"> 3279 <trans-unit id="2265605798180116441" datatype="html">
3090 <source>Follower handle</source> 3280 <source>Follower handle</source>
3091 <target state="new">Follower handle</target> 3281 <target state="new">Follower handle</target>
3092 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>
3093 <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> 3283 </trans-unit>
3094 <trans-unit id="5911214550882917183"> 3284 <trans-unit id="5911214550882917183">
3095 <source>State</source> 3285 <source>State</source>
3096 <target>Estat</target> 3286 <target>Estat</target>
3097 3287 <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">19</context></context-group>
3098 <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">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit> 3288 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">48</context></context-group>
3289 </trans-unit>
3099 <trans-unit id="2092225601747599163"> 3290 <trans-unit id="2092225601747599163">
3100 <source>Created <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3291 <source>Created <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3101 <target>Creat 3292 <target>Creat
3102 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/> 3293 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>
3103 <x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/> 3294 <x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
3104 </target> 3295 </target>
3105 3296 <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>
3106 3297 <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>
3107 3298 <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>
3108 3299 <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">20</context></context-group>
3109 3300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">23</context></context-group>
3110 <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><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><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><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">20</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">23</context></context-group></trans-unit> 3301 </trans-unit>
3111 <trans-unit id="8898602327647937914" datatype="html"> 3302 <trans-unit id="8898602327647937914" datatype="html">
3112 <source>Open actor page in a new tab</source> 3303 <source>Open actor page in a new tab</source>
3113 <target state="new">Open actor page in a new tab</target> 3304 <target state="new">Open actor page in a new tab</target>
3114 3305 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group>
3115 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 3306 </trans-unit>
3116 <trans-unit id="7317290694079257887" datatype="html"> 3307 <trans-unit id="7317290694079257887" datatype="html">
3117 <source>Accepted</source> 3308 <source>Accepted</source>
3118 <target state="new">Accepted</target> 3309 <target state="new">Accepted</target>
3119 3310 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">49</context></context-group>
3120 3311 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">51</context></context-group>
3121 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit> 3312 </trans-unit>
3122 <trans-unit id="4416413576346763682" datatype="html"> 3313 <trans-unit id="4416413576346763682" datatype="html">
3123 <source>Pending</source> 3314 <source>Pending</source>
3124 <target state="new">Pending</target> 3315 <target state="new">Pending</target>
3125 3316 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">52</context></context-group>
3126 3317 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">54</context></context-group>
3127 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit> 3318 </trans-unit>
3128 <trans-unit id="8905995985388209337" datatype="html"> 3319 <trans-unit id="8905995985388209337" datatype="html">
3129 <source>Accept</source> 3320 <source>Accept</source>
3130 <target state="new">Accept</target> 3321 <target state="new">Accept</target>
3131 3322 <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>
3132 3323 <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>
3133 3324 <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>
3134 <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> 3325 </trans-unit>
3135 <trans-unit id="8415175881466057254" datatype="html"> 3326 <trans-unit id="8415175881466057254" datatype="html">
3136 <source>Refuse</source> 3327 <source>Refuse</source>
3137 <target state="new">Refuse</target> 3328 <target state="new">Refuse</target>
3138 3329 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group>
3139 3330 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">34</context></context-group>
3140 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit> 3331 </trans-unit>
3141 <trans-unit id="6961112234462008319" datatype="html"> 3332 <trans-unit id="6961112234462008319" datatype="html">
3142 <source>No follower found matching current filters.</source> 3333 <source>No follower found matching current filters.</source>
3143 <target state="new">No follower found matching current filters.</target> 3334 <target state="new">No follower found matching current filters.</target>
3144 3335 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">64</context></context-group>
3145 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">64</context></context-group></trans-unit> 3336 </trans-unit>
3146 <trans-unit id="2117404838551056159" datatype="html"> 3337 <trans-unit id="2117404838551056159" datatype="html">
3147 <source>Your instance doesn't have any follower.</source> 3338 <source>Your instance doesn't have any follower.</source>
3148 <target state="new">Your instance doesn't have any follower.</target> 3339 <target state="new">Your instance doesn't have any follower.</target>
3149 3340 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">65</context></context-group>
3150 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit> 3341 </trans-unit>
3151 <trans-unit id="2845798909207198924" datatype="html"> 3342 <trans-unit id="2845798909207198924" datatype="html">
3152 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> followers</source> 3343 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> followers</source>
3153 <target state="new">Showing 3344 <target state="new">Showing
@@ -3155,8 +3346,8 @@ The link will expire within 1 hour.</source>
3155 <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of 3346 <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of
3156 <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers 3347 <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers
3157 </target> 3348 </target>
3158 3349 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">11</context></context-group>
3159 <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></trans-unit> 3350 </trans-unit>
3160 <trans-unit id="187187500641108332" datatype="html"> 3351 <trans-unit id="187187500641108332" datatype="html">
3161 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/> </source> 3352 <source><x id="INTERPOLATION" equiv-text="{{ action }}"/> </source>
3162 <target state="new"> 3353 <target state="new">
@@ -3167,36 +3358,39 @@ The link will expire within 1 hour.</source>
3167 <trans-unit id="6641024648411549335"> 3358 <trans-unit id="6641024648411549335">
3168 <source>Host</source> 3359 <source>Host</source>
3169 <target>Amfitrió</target> 3360 <target>Amfitrió</target>
3170 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>
3171 <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> 3362 </trans-unit>
3172 <trans-unit id="6571718060636962350" datatype="html"> 3363 <trans-unit id="6571718060636962350" datatype="html">
3173 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3364 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3174 <target state="new">Redundancy allowed 3365 <target state="new">Redundancy allowed
3175 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/> 3366 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>
3176 <x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/> 3367 <x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
3177 </target> 3368 </target>
3178 3369 <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>
3179 <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"> 3370 </trans-unit>
3180 <source>Unfollow</source><target state="new">Unfollow</target> 3371 <trans-unit id="9160510009013134726" datatype="html">
3181 3372 <source>Unfollow</source>
3182 <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> 3373 <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>
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>
3376 </trans-unit>
3183 <trans-unit id="8246779176913476983" datatype="html"> 3377 <trans-unit id="8246779176913476983" datatype="html">
3184 <source>Open instance in a new tab</source> 3378 <source>Open instance in a new tab</source>
3185 <target state="new">Open instance in a new tab</target> 3379 <target state="new">Open instance in a new tab</target>
3186 3380 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group>
3187 3381 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">42</context></context-group>
3188 3382 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">42</context></context-group>
3189 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">42</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">42</context></context-group></trans-unit> 3383 </trans-unit>
3190 <trans-unit id="9132918641931433659" datatype="html"> 3384 <trans-unit id="9132918641931433659" datatype="html">
3191 <source>No host found matching current filters.</source> 3385 <source>No host found matching current filters.</source>
3192 <target state="new">No host found matching current filters.</target> 3386 <target state="new">No host found matching current filters.</target>
3193 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>
3194 <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> 3388 </trans-unit>
3195 <trans-unit id="7274241885665071790" datatype="html"> 3389 <trans-unit id="7274241885665071790" datatype="html">
3196 <source>Your instance is not following anyone.</source> 3390 <source>Your instance is not following anyone.</source>
3197 <target state="new">Your instance is not following anyone.</target> 3391 <target state="new">Your instance is not following anyone.</target>
3198 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>
3199 <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> 3393 </trans-unit>
3200 <trans-unit id="4774348799569692380" datatype="html"> 3394 <trans-unit id="4774348799569692380" datatype="html">
3201 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 3395 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
3202 <target state="new">Showing 3396 <target state="new">Showing
@@ -3204,24 +3398,28 @@ The link will expire within 1 hour.</source>
3204 <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of 3398 <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of
3205 <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts 3399 <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts
3206 </target> 3400 </target>
3207 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>
3208 <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> 3402 </trans-unit>
3209 <trans-unit id="6275803119759621687" datatype="html"> 3403 <trans-unit id="6275803119759621687" datatype="html">
3210 <source>Follow domains</source> 3404 <source>Follow domains</source>
3211 <target state="new">Follow domains</target> 3405 <target state="new">Follow domains</target>
3212 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>
3213 <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"> 3407 </trans-unit>
3214 <source>Follow instances</source><target state="new">Follow instances</target> 3408 <trans-unit id="1268699198448750610" datatype="html">
3215 3409 <source>Follow instances</source>
3216 <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"> 3410 <target state="new">Follow instances</target>
3217 <source>Action</source><target state="new">Action</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>
3218 3412 </trans-unit>
3219 3413 <trans-unit id="9216117865911519658" datatype="html">
3220 3414 <source>Action</source>
3221 3415 <target state="new">Action</target>
3222 3416 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">30</context></context-group>
3223 3417 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-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">30</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">27</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">22</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">22</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">30</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">30</context></context-group></trans-unit> 3418 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/account-blocklist.component.html</context><context context-type="linenumber">22</context></context-group>
3419 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/account-blocklist.component.html</context><context context-type="linenumber">22</context></context-group>
3420 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">30</context></context-group>
3421 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">30</context></context-group>
3422 </trans-unit>
3225 <trans-unit id="5968342253366599875" datatype="html"> 3423 <trans-unit id="5968342253366599875" datatype="html">
3226 <source>Videos redundancies</source> 3424 <source>Videos redundancies</source>
3227 <target state="new">Videos redundancies</target> 3425 <target state="new">Videos redundancies</target>
@@ -3241,29 +3439,31 @@ The link will expire within 1 hour.</source>
3241 <source>Create user</source> 3439 <source>Create user</source>
3242 <target>Afegeix un usuari</target> 3440 <target>Afegeix un usuari</target>
3243 3441
3244 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-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> 3442
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>
3245 <trans-unit id="8363291180171434623" datatype="html"> 3444 <trans-unit id="8363291180171434623" datatype="html">
3246 <source>Table parameters</source> 3445 <source>Table parameters</source>
3247 <target state="new">Table parameters</target> 3446 <target state="new">Table parameters</target>
3248 3447 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group>
3249 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 3448 </trans-unit>
3250 <trans-unit id="5230110096688656830" datatype="html"> 3449 <trans-unit id="5230110096688656830" datatype="html">
3251 <source>Select columns</source> 3450 <source>Select columns</source>
3252 <target state="new">Select columns</target> 3451 <target state="new">Select columns</target>
3253 3452 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group>
3254 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit> 3453 </trans-unit>
3255 <trans-unit id="5893518121808195081" datatype="html"> 3454 <trans-unit id="5893518121808195081" datatype="html">
3256 <source>Highlight banned users</source> 3455 <source>Highlight banned users</source>
3257 <target state="new">Highlight banned users</target> 3456 <target state="new">Highlight banned users</target>
3258 3457 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">54</context></context-group>
3259 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit> 3458 </trans-unit>
3260 <trans-unit id="5248717555542428023"> 3459 <trans-unit id="5248717555542428023">
3261 <source>Username</source> 3460 <source>Username</source>
3262 <target>Nom d'usuari</target> 3461 <target>Nom d'usuari</target>
3263 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>
3264 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>
3265 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>
3266 <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> 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>
3466 </trans-unit>
3267 <trans-unit id="5428411040014095392" datatype="html"> 3467 <trans-unit id="5428411040014095392" datatype="html">
3268 <source>e.g. jane_doe</source> 3468 <source>e.g. jane_doe</source>
3269 <target state="new">e.g. jane_doe</target> 3469 <target state="new">e.g. jane_doe</target>
@@ -3293,9 +3493,9 @@ The link will expire within 1 hour.</source>
3293 <trans-unit id="4145496584631696119"> 3493 <trans-unit id="4145496584631696119">
3294 <source>Role</source> 3494 <source>Role</source>
3295 <target>Rol</target> 3495 <target>Rol</target>
3296 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>
3297 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>
3298 <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> 3498 </trans-unit>
3299 <trans-unit id="7046347992315328430" datatype="html"> 3499 <trans-unit id="7046347992315328430" datatype="html">
3300 <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> 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>
3301 <target state="new"> 3501 <target state="new">
@@ -3307,17 +3507,19 @@ The link will expire within 1 hour.</source>
3307 <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3507 <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3308 3508
3309 </target> 3509 </target>
3310 3510 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">162</context></context-group>
3311 3511 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">162</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">162</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit> 3512 </trans-unit>
3313 <trans-unit id="2743014784334706527" datatype="html"> 3513 <trans-unit id="2743014784334706527" datatype="html">
3314 <source>Daily video quota</source> 3514 <source>Daily video quota</source>
3315 <target state="new">Daily video quota</target> 3515 <target state="new">Daily video quota</target>
3316 3516 <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>
3317 3517 <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>
3318 3518 <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>
3319 <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"> 3519 </trans-unit>
3320 <source>Auth plugin</source><target state="new">Auth plugin</target> 3520 <trans-unit id="2622255144026150901" datatype="html">
3521 <source>Auth plugin</source>
3522 <target state="new">Auth plugin</target>
3321 <context-group purpose="location"> 3523 <context-group purpose="location">
3322 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3524 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3323 <context context-type="linenumber">188</context> 3525 <context context-type="linenumber">188</context>
@@ -3326,8 +3528,10 @@ The link will expire within 1 hour.</source>
3326 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3528 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3327 <context context-type="linenumber">188</context> 3529 <context context-type="linenumber">188</context>
3328 </context-group> 3530 </context-group>
3329 </trans-unit><trans-unit id="588099657508661970" datatype="html"> 3531 </trans-unit>
3330 <source>None (local authentication)</source><target state="new">None (local authentication)</target> 3532 <trans-unit id="588099657508661970" datatype="html">
3533 <source>None (local authentication)</source>
3534 <target state="new">None (local authentication)</target>
3331 <context-group purpose="location"> 3535 <context-group purpose="location">
3332 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3536 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3333 <context context-type="linenumber">192</context> 3537 <context context-type="linenumber">192</context>
@@ -3340,27 +3544,27 @@ The link will expire within 1 hour.</source>
3340 <trans-unit id="2070907480317730379" datatype="html"> 3544 <trans-unit id="2070907480317730379" datatype="html">
3341 <source>Doesn't need review before a video goes public</source> 3545 <source>Doesn't need review before a video goes public</source>
3342 <target state="new">Doesn't need review before a video goes public</target> 3546 <target state="new">Doesn't need review before a video goes public</target>
3343 3547 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">201</context></context-group>
3344 3548 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">201</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">201</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">201</context></context-group></trans-unit> 3549 </trans-unit>
3346 <trans-unit id="6667250632809964191" datatype="html"> 3550 <trans-unit id="6667250632809964191" datatype="html">
3347 <source>Send a link to reset the password by email to the user</source> 3551 <source>Send a link to reset the password by email to the user</source>
3348 <target state="new">Send a link to reset the password by email to the user</target> 3552 <target state="new">Send a link to reset the password by email to the user</target>
3349 3553 <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>
3350 3554 <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>
3351 <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><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></trans-unit> 3555 </trans-unit>
3352 <trans-unit id="1412406834353485520" datatype="html"> 3556 <trans-unit id="1412406834353485520" datatype="html">
3353 <source>Ask for new password</source> 3557 <source>Ask for new password</source>
3354 <target state="new">Ask for new password</target> 3558 <target state="new">Ask for new password</target>
3355 3559 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">227</context></context-group>
3356 3560 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">227</context></context-group>
3357 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">227</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">227</context></context-group></trans-unit> 3561 </trans-unit>
3358 <trans-unit id="3791201588898094481" datatype="html"> 3562 <trans-unit id="3791201588898094481" datatype="html">
3359 <source>Manually set the user password</source> 3563 <source>Manually set the user password</source>
3360 <target state="new">Manually set the user password</target> 3564 <target state="new">Manually set the user password</target>
3361 3565 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">231</context></context-group>
3362 3566 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">231</context></context-group>
3363 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">231</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit> 3567 </trans-unit>
3364 <trans-unit id="8461842260159597706" datatype="html"> 3568 <trans-unit id="8461842260159597706" datatype="html">
3365 <source>Show</source> 3569 <source>Show</source>
3366 <target state="new">Show</target> 3570 <target state="new">Show</target>
@@ -3368,65 +3572,62 @@ The link will expire within 1 hour.</source>
3368 </trans-unit> 3572 </trans-unit>
3369 <trans-unit id="8461609631969932886" datatype="html"> 3573 <trans-unit id="8461609631969932886" datatype="html">
3370 <source>Hide</source> 3574 <source>Hide</source>
3371 <target state="new">Hide</target> 3575 <target state="translated">Amagar</target>
3372 3576 <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">115</context></context-group>
3373 <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">115</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-user-settings/user-video-settings.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 3577 <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>
3578 <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>
3579 </trans-unit>
3374 <trans-unit id="7049348886126005391" datatype="html"> 3580 <trans-unit id="7049348886126005391" datatype="html">
3375 <source>Batch actions</source> 3581 <source>Batch actions</source>
3376 <target state="new">Batch actions</target> 3582 <target state="new">Batch actions</target>
3377 3583 <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">23</context></context-group>
3378 3584 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">13</context></context-group>
3379 3585 </trans-unit>
3380
3381 <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">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
3382
3383
3384 <trans-unit id="675721269041534709" datatype="html"> 3586 <trans-unit id="675721269041534709" datatype="html">
3385 <source>The user was banned</source> 3587 <source>The user was banned</source>
3386 <target state="new">The user was banned</target> 3588 <target state="new">The user was banned</target>
3387 3589 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">139</context></context-group>
3388 3590 </trans-unit>
3389 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">139</context></context-group></trans-unit>
3390 <trans-unit id="2348557406282409966" datatype="html"> 3591 <trans-unit id="2348557406282409966" datatype="html">
3391 <source>Open account in a new tab</source> 3592 <source>Open account in a new tab</source>
3392 <target state="new">Open account in a new tab</target> 3593 <target state="new">Open account in a new tab</target>
3393 3594 <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">70</context></context-group>
3394 3595 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">90</context></context-group>
3395 3596 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">38</context></context-group>
3396 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">46</context></context-group>
3397 3598 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/account-blocklist.component.html</context><context context-type="linenumber">34</context></context-group>
3398 3599 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/account-blocklist.component.html</context><context context-type="linenumber">34</context></context-group>
3399 3600 </trans-unit>
3400 <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">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">90</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">38</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">46</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">34</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">34</context></context-group></trans-unit>
3401 <trans-unit id="3111569165173971676" datatype="html"> 3601 <trans-unit id="3111569165173971676" datatype="html">
3402 <source>Deleted account</source> 3602 <source>Deleted account</source>
3403 <target state="new"> 3603 <target state="new">
3404 Deleted account 3604 Deleted account
3405 </target> 3605 </target>
3406 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">57</context></context-group>
3407 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 3607 </trans-unit>
3408 <trans-unit id="3254358851993549668" datatype="html"> 3608 <trans-unit id="3254358851993549668" datatype="html">
3409 <source>User's email must be verified to login</source> 3609 <source>User's email must be verified to login</source>
3410 <target state="new">User's email must be verified to login</target> 3610 <target state="new">User's email must be verified to login</target>
3411 3611 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group>
3412 3612 </trans-unit>
3413 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit>
3414 <trans-unit id="3939342579126794385" datatype="html"> 3613 <trans-unit id="3939342579126794385" datatype="html">
3415 <source>User's email is verified / User can login without email verification</source> 3614 <source>User's email is verified / User can login without email verification</source>
3416 <target state="new">User's email is verified / User can login without email verification</target> 3615 <target state="new">User's email is verified / User can login without email verification</target>
3417 3616 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">112</context></context-group>
3418 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit> 3617 </trans-unit>
3419 <trans-unit id="242888077027281874" datatype="html"> 3618 <trans-unit id="242888077027281874" datatype="html">
3420 <source>Total daily video quota</source> 3619 <source>Total daily video quota</source>
3421 <target state="new">Total daily video quota</target> 3620 <target state="new">Total daily video quota</target>
3422 3621 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">129</context></context-group>
3423 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">129</context></context-group></trans-unit> 3622 </trans-unit>
3424 <trans-unit id="1242902302929086301" datatype="html"> 3623 <trans-unit id="1242902302929086301" datatype="html">
3425 <source>Ban reason:</source> 3624 <source>Ban reason:</source>
3426 <target state="new">Ban reason:</target> 3625 <target state="new">Ban reason:</target>
3427 3626 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">156</context></context-group>
3428 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit><trans-unit id="6124612368324200166" datatype="html"> 3627 </trans-unit>
3429 <source>Banned users</source><target state="new">Banned users</target> 3628 <trans-unit id="6124612368324200166" datatype="html">
3629 <source>Banned users</source>
3630 <target state="new">Banned users</target>
3430 <context-group purpose="location"> 3631 <context-group purpose="location">
3431 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context> 3632 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
3432 <context context-type="linenumber">40</context> 3633 <context context-type="linenumber">40</context>
@@ -3450,45 +3651,56 @@ The link will expire within 1 hour.</source>
3450 <trans-unit id="1868606282505332204" datatype="html"> 3651 <trans-unit id="1868606282505332204" datatype="html">
3451 <source>Reports</source> 3652 <source>Reports</source>
3452 <target state="new">Reports</target> 3653 <target state="new">Reports</target>
3453 3654 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">53</context></context-group>
3454 3655 <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>
3455 <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> 3656 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.routes.ts</context><context context-type="linenumber">37</context></context-group>
3657 <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>
3658 </trans-unit>
3456 <trans-unit id="746099155736913817" datatype="html"> 3659 <trans-unit id="746099155736913817" datatype="html">
3457 <source>Video blocks</source> 3660 <source>Video blocks</source>
3458 <target state="new">Video blocks</target> 3661 <target state="new">Video blocks</target>
3459 3662 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">60</context></context-group>
3460 <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> 3663 <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>
3664 </trans-unit>
3461 <trans-unit id="7427986413651551775" datatype="html"> 3665 <trans-unit id="7427986413651551775" datatype="html">
3462 <source>Video comments</source> 3666 <source>Video comments</source>
3463 <target state="new">Video comments</target> 3667 <target state="new">Video comments</target>
3464 3668 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">67</context></context-group>
3465 3669 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.routes.ts</context><context context-type="linenumber">86</context></context-group>
3466 <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> 3670 <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>
3671 </trans-unit>
3467 <trans-unit id="7815838401315213887" datatype="html"> 3672 <trans-unit id="7815838401315213887" datatype="html">
3468 <source>Muted accounts</source> 3673 <source>Muted accounts</source>
3469 <target state="new">Muted accounts</target> 3674 <target state="new">Muted accounts</target>
3470 3675 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">74</context></context-group>
3471 3676 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.routes.ts</context><context context-type="linenumber">98</context></context-group>
3472 3677 <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>
3473 3678 <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>
3474 <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> 3679 <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>
3680 <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>
3681 </trans-unit>
3475 <trans-unit id="5668793810321242853" datatype="html"> 3682 <trans-unit id="5668793810321242853" datatype="html">
3476 <source>Muted servers</source> 3683 <source>Muted servers</source>
3477 <target state="new">Muted servers</target> 3684 <target state="new">Muted servers</target>
3478 3685 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">81</context></context-group>
3479 3686 <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>
3480 3687 <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>
3481 <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> 3688 <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>
3689 <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>
3690 </trans-unit>
3482 <trans-unit id="4555457172864212828" datatype="html"> 3691 <trans-unit id="4555457172864212828" datatype="html">
3483 <source>Users</source> 3692 <source>Users</source>
3484 <target state="new">Users</target> 3693 <target state="new">Users</target>
3485 3694 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">88</context></context-group>
3486 <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> 3695 <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>
3696 <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>
3697 </trans-unit>
3487 <trans-unit id="3008420115644088420" datatype="html"> 3698 <trans-unit id="3008420115644088420" datatype="html">
3488 <source>Configuration</source> 3699 <source>Configuration</source>
3489 <target state="new">Configuration</target> 3700 <target state="new">Configuration</target>
3490 3701 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">95</context></context-group>
3491 <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> 3702 <context-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>
3703 </trans-unit>
3492 <trans-unit id="746099155736913817" datatype="html"> 3704 <trans-unit id="746099155736913817" datatype="html">
3493 <source>Video blocks</source> 3705 <source>Video blocks</source>
3494 <target state="new">Video blocks</target> 3706 <target state="new">Video blocks</target>
@@ -3506,18 +3718,15 @@ The link will expire within 1 hour.</source>
3506 <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> 3718 <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>
3507 <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> 3719 <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>
3508 </trans-unit> 3720 </trans-unit>
3509
3510
3511
3512 <trans-unit id="2343069726009080052" datatype="html"> 3721 <trans-unit id="2343069726009080052" datatype="html">
3513 <source>Video <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3722 <source>Video <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3514 <target state="new">Video 3723 <target state="new">Video
3515 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/> 3724 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>
3516 <x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/> 3725 <x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
3517 </target> 3726 </target>
3518 3727 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">29</context></context-group>
3519 3728 <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">26</context></context-group>
3520 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">29</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">26</context></context-group></trans-unit> 3729 </trans-unit>
3521 <trans-unit id="3122686335401195400" datatype="html"> 3730 <trans-unit id="3122686335401195400" datatype="html">
3522 <source>Total size</source> 3731 <source>Total size</source>
3523 <target state="new">Total size</target> 3732 <target state="new">Total size</target>
@@ -3553,57 +3762,64 @@ The link will expire within 1 hour.</source>
3553 <trans-unit id="7574091010118901399" datatype="html"> 3762 <trans-unit id="7574091010118901399" datatype="html">
3554 <source>Sensitive</source> 3763 <source>Sensitive</source>
3555 <target state="translated">Sensible</target> 3764 <target state="translated">Sensible</target>
3556 3765 <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">27</context></context-group>
3557 <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">27</context></context-group></trans-unit> 3766 </trans-unit>
3558 <trans-unit id="2478877938420291792" datatype="html"> 3767 <trans-unit id="2478877938420291792" datatype="html">
3559 <source>Unfederated</source> 3768 <source>Unfederated</source>
3560 <target state="translated">Desfederat</target> 3769 <target state="translated">Desfederat</target>
3561 3770 <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">28</context></context-group>
3562 3771 <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">71</context></context-group>
3563 <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">28</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">71</context></context-group></trans-unit> 3772 </trans-unit>
3564 <trans-unit id="7692347838587821095" datatype="html"> 3773 <trans-unit id="7692347838587821095" datatype="html">
3565 <source>Date <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3774 <source>Date <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3566 <target state="translated">Data 3775 <target state="translated">Data
3567 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/> 3776 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>
3568 <x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/> 3777 <x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
3569 </target> 3778 </target>
3570 3779 <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>
3571 3780 <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>
3572 <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><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></trans-unit><trans-unit id="1451763834047485033" datatype="html"> 3781 </trans-unit>
3573 <source>Select this row</source><target state="new">Select this row</target> 3782 <trans-unit id="1451763834047485033" datatype="html">
3574 3783 <source>Select this row</source>
3575 3784 <target state="new">Select this row</target>
3576 <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">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit> 3785 <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">53</context></context-group>
3786 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">74</context></context-group>
3787 </trans-unit>
3577 <trans-unit id="3193976279273491157" datatype="html"> 3788 <trans-unit id="3193976279273491157" datatype="html">
3578 <source>Actions</source> 3789 <source>Actions</source>
3579 <target state="translated">Accions</target> 3790 <target state="translated">Accions</target>
3580 3791 <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>
3581 3792 <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>
3582 3793 <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>
3583 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>
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> 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>
3796 </trans-unit>
3585 <trans-unit id="4691552465058437520" datatype="html"> 3797 <trans-unit id="4691552465058437520" datatype="html">
3586 <source>Commented video</source> 3798 <source>Commented video</source>
3587 <target state="new">Commented video</target> 3799 <target state="new">Commented video</target>
3588 3800 <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>
3589 <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> 3801 </trans-unit>
3590 <trans-unit id="7266085473379376028" datatype="html"> 3802 <trans-unit id="7266085473379376028" datatype="html">
3591 <source>No comments found matching current filters.</source> 3803 <source>No comments found matching current filters.</source>
3592 <target state="new">No comments found matching current filters.</target> 3804 <target state="new">No comments found matching current filters.</target>
3593 3805 <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">107</context></context-group>
3594 <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">107</context></context-group></trans-unit> 3806 </trans-unit>
3595 <trans-unit id="2398388496754671928" datatype="html"> 3807 <trans-unit id="2398388496754671928" datatype="html">
3596 <source>No comments found.</source> 3808 <source>No comments found.</source>
3597 <target state="new">No comments found.</target> 3809 <target state="new">No comments found.</target>
3598 3810 <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">108</context></context-group>
3599 <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">108</context></context-group></trans-unit><trans-unit id="4604870995665811499" datatype="html"> 3811 </trans-unit>
3600 <source>Local comments</source><target state="new">Local comments</target> 3812 <trans-unit id="4604870995665811499" datatype="html">
3813 <source>Local comments</source>
3814 <target state="new">Local comments</target>
3601 <context-group purpose="location"> 3815 <context-group purpose="location">
3602 <context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context> 3816 <context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context>
3603 <context context-type="linenumber">48</context> 3817 <context context-type="linenumber">48</context>
3604 </context-group> 3818 </context-group>
3605 </trans-unit><trans-unit id="2721988499779041837" datatype="html"> 3819 </trans-unit>
3606 <source>Remote comments</source><target state="new">Remote comments</target> 3820 <trans-unit id="2721988499779041837" datatype="html">
3821 <source>Remote comments</source>
3822 <target state="new">Remote comments</target>
3607 <context-group purpose="location"> 3823 <context-group purpose="location">
3608 <context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context> 3824 <context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context>
3609 <context context-type="linenumber">52</context> 3825 <context context-type="linenumber">52</context>
@@ -3612,38 +3828,48 @@ The link will expire within 1 hour.</source>
3612 <trans-unit id="1420624050293070194" datatype="html"> 3828 <trans-unit id="1420624050293070194" datatype="html">
3613 <source>No abuses found matching current filters.</source> 3829 <source>No abuses found matching current filters.</source>
3614 <target state="new">No abuses found matching current filters.</target> 3830 <target state="new">No abuses found matching current filters.</target>
3615 3831 <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>
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">166</context></context-group></trans-unit> 3832 </trans-unit>
3617 <trans-unit id="639328713281980021" datatype="html"> 3833 <trans-unit id="639328713281980021" datatype="html">
3618 <source>No abuses found.</source> 3834 <source>No abuses found.</source>
3619 <target state="new">No abuses found.</target> 3835 <target state="new">No abuses found.</target>
3620 3836 <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>
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"> 3837 </trans-unit>
3622 <source>Unsolved reports</source><target state="new">Unsolved reports</target> 3838 <trans-unit id="1807029821872995706" datatype="html">
3839 <source>Unsolved reports</source>
3840 <target state="new">Unsolved reports</target>
3623 <context-group purpose="location"> 3841 <context-group purpose="location">
3624 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3842 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
3625 <context context-type="linenumber">42</context> 3843 <context context-type="linenumber">42</context>
3626 </context-group> 3844 </context-group>
3627 </trans-unit><trans-unit id="2570256912317308673" datatype="html"> 3845 </trans-unit>
3628 <source>Accepted reports</source><target state="new">Accepted reports</target> 3846 <trans-unit id="2570256912317308673" datatype="html">
3847 <source>Accepted reports</source>
3848 <target state="new">Accepted reports</target>
3629 <context-group purpose="location"> 3849 <context-group purpose="location">
3630 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3850 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
3631 <context context-type="linenumber">46</context> 3851 <context context-type="linenumber">46</context>
3632 </context-group> 3852 </context-group>
3633 </trans-unit><trans-unit id="4335414817109654558" datatype="html"> 3853 </trans-unit>
3634 <source>Refused reports</source><target state="new">Refused reports</target> 3854 <trans-unit id="4335414817109654558" datatype="html">
3855 <source>Refused reports</source>
3856 <target state="new">Refused reports</target>
3635 <context-group purpose="location"> 3857 <context-group purpose="location">
3636 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3858 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
3637 <context context-type="linenumber">50</context> 3859 <context context-type="linenumber">50</context>
3638 </context-group> 3860 </context-group>
3639 </trans-unit><trans-unit id="5604806676748121035" datatype="html"> 3861 </trans-unit>
3640 <source>Reports with blocked videos</source><target state="new">Reports with blocked videos</target> 3862 <trans-unit id="5604806676748121035" datatype="html">
3863 <source>Reports with blocked videos</source>
3864 <target state="new">Reports with blocked videos</target>
3641 <context-group purpose="location"> 3865 <context-group purpose="location">
3642 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3866 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
3643 <context context-type="linenumber">54</context> 3867 <context context-type="linenumber">54</context>
3644 </context-group> 3868 </context-group>
3645 </trans-unit><trans-unit id="5105869928182826553" datatype="html"> 3869 </trans-unit>
3646 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target> 3870 <trans-unit id="5105869928182826553" datatype="html">
3871 <source>Reports with deleted videos</source>
3872 <target state="new">Reports with deleted videos</target>
3647 <context-group purpose="location"> 3873 <context-group purpose="location">
3648 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3874 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
3649 <context context-type="linenumber">58</context> 3875 <context context-type="linenumber">58</context>
@@ -3652,25 +3878,29 @@ The link will expire within 1 hour.</source>
3652 <trans-unit id="4678289986918934018" datatype="html"> 3878 <trans-unit id="4678289986918934018" datatype="html">
3653 <source>Block reason:</source> 3879 <source>Block reason:</source>
3654 <target state="new">Block reason:</target> 3880 <target state="new">Block reason:</target>
3655 3881 <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">87</context></context-group>
3656 <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">87</context></context-group></trans-unit> 3882 </trans-unit>
3657 <trans-unit id="8390860433951751429" datatype="html"> 3883 <trans-unit id="8390860433951751429" datatype="html">
3658 <source>No blocked video found matching current filters.</source> 3884 <source>No blocked video found matching current filters.</source>
3659 <target state="new">No blocked video found matching current filters.</target> 3885 <target state="new">No blocked video found matching current filters.</target>
3660 3886 <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">107</context></context-group>
3661 <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">107</context></context-group></trans-unit> 3887 </trans-unit>
3662 <trans-unit id="5030329587275248535" datatype="html"> 3888 <trans-unit id="5030329587275248535" datatype="html">
3663 <source>No blocked video found.</source> 3889 <source>No blocked video found.</source>
3664 <target state="new">No blocked video found.</target> 3890 <target state="new">No blocked video found.</target>
3665 3891 <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>
3666 <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"> 3892 </trans-unit>
3667 <source>Automatic blocks</source><target state="new">Automatic blocks</target> 3893 <trans-unit id="7755288609601798418" datatype="html">
3894 <source>Automatic blocks</source>
3895 <target state="new">Automatic blocks</target>
3668 <context-group purpose="location"> 3896 <context-group purpose="location">
3669 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3897 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context>
3670 <context context-type="linenumber">31</context> 3898 <context context-type="linenumber">31</context>
3671 </context-group> 3899 </context-group>
3672 </trans-unit><trans-unit id="6510868134640657079" datatype="html"> 3900 </trans-unit>
3673 <source>Manual blocks</source><target state="new">Manual blocks</target> 3901 <trans-unit id="6510868134640657079" datatype="html">
3902 <source>Manual blocks</source>
3903 <target state="new">Manual blocks</target>
3674 <context-group purpose="location"> 3904 <context-group purpose="location">
3675 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3905 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context>
3676 <context context-type="linenumber">35</context> 3906 <context context-type="linenumber">35</context>
@@ -3683,8 +3913,8 @@ The link will expire within 1 hour.</source>
3683 <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of 3913 <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of
3684 <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blocked videos 3914 <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> blocked videos
3685 </target> 3915 </target>
3686 3916 <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">11</context></context-group>
3687 <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">11</context></context-group></trans-unit> 3917 </trans-unit>
3688 <trans-unit id="1868606282505332204" datatype="html"> 3918 <trans-unit id="1868606282505332204" datatype="html">
3689 <source>Reports</source> 3919 <source>Reports</source>
3690 <target state="new">Reports</target> 3920 <target state="new">Reports</target>
@@ -3706,20 +3936,14 @@ The link will expire within 1 hour.</source>
3706 <trans-unit id="3981851640772035362" datatype="html"> 3936 <trans-unit id="3981851640772035362" datatype="html">
3707 <source>Update this comment</source> 3937 <source>Update this comment</source>
3708 <target state="new">Update this comment</target> 3938 <target state="new">Update this comment</target>
3709 3939 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">30</context></context-group>
3710 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 3940 </trans-unit>
3711
3712
3713
3714
3715
3716
3717 <trans-unit id="730589419287534524"> 3941 <trans-unit id="730589419287534524">
3718 <source>Reporter</source> 3942 <source>Reporter</source>
3719 <target>Notificador</target> 3943 <target>Notificador</target>
3720 3944 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.html</context><context context-type="linenumber">7</context></context-group>
3721 3945 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">21</context></context-group>
3722 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.html</context><context context-type="linenumber">7</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">21</context></context-group></trans-unit> 3946 </trans-unit>
3723 <trans-unit id="1258618443362430782" datatype="html"> 3947 <trans-unit id="1258618443362430782" datatype="html">
3724 <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> 3948 <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>
3725 <target state="new"> 3949 <target state="new">
@@ -3727,60 +3951,61 @@ The link will expire within 1 hour.</source>
3727 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> 3951 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>
3728 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 3952 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3729 </target> 3953 </target>
3730 3954 <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>
3731 <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> 3955 <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>
3956 </trans-unit>
3732 <trans-unit id="6540177673229220400" datatype="html"> 3957 <trans-unit id="6540177673229220400" datatype="html">
3733 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION"/> reports}}</source> 3958 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION"/> reports}}</source>
3734 <target state="new">{VAR_PLURAL, plural, =1 {1 report} other { 3959 <target state="new">{VAR_PLURAL, plural, =1 {1 report} other {
3735 <x id="INTERPOLATION" equiv-text="{{ abuse.countReportsForReporter }}"/> reports} } 3960 <x id="INTERPOLATION" equiv-text="{{ abuse.countReportsForReporter }}"/> reports} }
3736 </target> 3961 </target>
3737 3962 <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>
3738 <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> 3963 <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>
3964 </trans-unit>
3739 <trans-unit id="6549265851868599441"> 3965 <trans-unit id="6549265851868599441">
3740 <source>Video</source> 3966 <source>Video</source>
3741 <target>Vídeo</target> 3967 <target>Vídeo</target>
3742 3968 <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>
3743 3969 <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>
3744 3970 <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>
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">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> 3971 <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>
3972 </trans-unit>
3746 <trans-unit id="2662644497259948010" datatype="html"> 3973 <trans-unit id="2662644497259948010" datatype="html">
3747 <source>Comment</source> 3974 <source>Comment</source>
3748 <target state="new">Comment</target> 3975 <target state="new">Comment</target>
3749 3976 <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>
3750 <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></trans-unit> 3977 </trans-unit>
3751 <trans-unit id="1359961255805685312" datatype="html"> 3978 <trans-unit id="1359961255805685312" datatype="html">
3752 <source>This video has been reported multiple times.</source> 3979 <source>This video has been reported multiple times.</source>
3753 <target state="new">This video has been reported multiple times.</target> 3980 <target state="new">This video has been reported multiple times.</target>
3754 3981 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">70</context></context-group>
3755 3982 </trans-unit>
3756 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit>
3757 <trans-unit id="8103613717136753118" datatype="html"> 3983 <trans-unit id="8103613717136753118" datatype="html">
3758 <source>The video was blocked</source> 3984 <source>The video was blocked</source>
3759 <target state="new">The video was blocked</target> 3985 <target state="new">The video was blocked</target>
3760 3986 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">79</context></context-group>
3761 3987 </trans-unit>
3762 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
3763 <trans-unit id="5021295327106206941" datatype="html"> 3988 <trans-unit id="5021295327106206941" datatype="html">
3764 <source>by <x id="INTERPOLATION"/> on <x id="INTERPOLATION_1"/> </source> 3989 <source>by <x id="INTERPOLATION"/> on <x id="INTERPOLATION_1"/> </source>
3765 <target state="new">by 3990 <target state="new">by
3766 <x id="INTERPOLATION" equiv-text="{{ abuse.video.channel?.displayName }}"/> on 3991 <x id="INTERPOLATION" equiv-text="{{ abuse.video.channel?.displayName }}"/> on
3767 <x id="INTERPOLATION_1" equiv-text="{{ abuse.video.channel?.host }}"/> 3992 <x id="INTERPOLATION_1" equiv-text="{{ abuse.video.channel?.host }}"/>
3768 </target> 3993 </target>
3769 3994 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">82</context></context-group>
3770 3995 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">99</context></context-group>
3771 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">82</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">99</context></context-group></trans-unit> 3996 </trans-unit>
3772 <trans-unit id="1443698606045744844" datatype="html"> 3997 <trans-unit id="1443698606045744844" datatype="html">
3773 <source>Video was deleted</source> 3998 <source>Video was deleted</source>
3774 <target state="new">Video was deleted</target> 3999 <target state="new">Video was deleted</target>
3775 4000 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">89</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">89</context></context-group></trans-unit> 4001 </trans-unit>
3777 <trans-unit id="1530731524535521716" datatype="html"> 4002 <trans-unit id="1530731524535521716" datatype="html">
3778 <source>Account deleted</source> 4003 <source>Account deleted</source>
3779 <target state="new"> 4004 <target state="new">
3780 Account deleted 4005 Account deleted
3781 </target> 4006 </target>
3782 4007 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">125</context></context-group>
3783 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit> 4008 </trans-unit>
3784 <trans-unit id="1191715835847858871" datatype="html"> 4009 <trans-unit id="1191715835847858871" datatype="html">
3785 <source>Open video in a new tab</source> 4010 <source>Open video in a new tab</source>
3786 <target state="new">Open video in a new tab</target> 4011 <target state="new">Open video in a new tab</target>
@@ -3792,28 +4017,28 @@ The link will expire within 1 hour.</source>
3792 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/> 4017 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>
3793 <x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/> 4018 <x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
3794 </target> 4019 </target>
3795 4020 <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>
3796 4021 <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>
3797 4022 <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>
3798 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">32</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">24</context></context-group></trans-unit> 4023 </trans-unit>
3799 <trans-unit id="6452372740127749380" datatype="html"> 4024 <trans-unit id="6452372740127749380" datatype="html">
3800 <source>Messages</source> 4025 <source>Messages</source>
3801 <target state="new">Messages</target> 4026 <target state="new">Messages</target>
3802 4027 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">25</context></context-group>
3803 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit> 4028 </trans-unit>
3804 <trans-unit id="1969144763032891922" datatype="html"> 4029 <trans-unit id="1969144763032891922" datatype="html">
3805 <source>Internal note</source> 4030 <source>Internal note</source>
3806 <target state="new">Internal note</target> 4031 <target state="new">Internal note</target>
3807 4032 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">26</context></context-group>
3808 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 4033 </trans-unit>
3809 <trans-unit id="7418735164633152705" datatype="html"> 4034 <trans-unit id="7418735164633152705" datatype="html">
3810 <source>Score <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 4035 <source>Score <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3811 <target state="new">Score 4036 <target state="new">Score
3812 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/> 4037 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>
3813 <x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/> 4038 <x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
3814 </target> 4039 </target>
3815 4040 <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>
3816 <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></trans-unit> 4041 </trans-unit>
3817 <trans-unit id="9173448803033928792" datatype="html"> 4042 <trans-unit id="9173448803033928792" datatype="html">
3818 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> reports</source> 4043 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> reports</source>
3819 <target state="new">Showing 4044 <target state="new">Showing
@@ -3821,13 +4046,13 @@ The link will expire within 1 hour.</source>
3821 <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of 4046 <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of
3822 <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports 4047 <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> reports
3823 </target> 4048 </target>
3824 4049 <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>
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">6</context></context-group></trans-unit> 4050 </trans-unit>
3826 <trans-unit id="3109314382334906782" datatype="html"> 4051 <trans-unit id="3109314382334906782" datatype="html">
3827 <source>Reportee</source> 4052 <source>Reportee</source>
3828 <target state="new">Reportee</target> 4053 <target state="new">Reportee</target>
3829 4054 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.html</context><context context-type="linenumber">28</context></context-group>
3830 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit> 4055 </trans-unit>
3831 <trans-unit id="1258618443362430782" datatype="html"> 4056 <trans-unit id="1258618443362430782" datatype="html">
3832 <source><x id="ICU" equiv-text="{abuse.countReportsForReportee, plural, =1 {1 report} other {{{ abuse.countReportsForReportee }} 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> 4057 <source><x id="ICU" equiv-text="{abuse.countReportsForReportee, plural, =1 {1 report} other {{{ abuse.countReportsForReportee }} 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>
3833 <target state="new"> 4058 <target state="new">
@@ -3835,65 +4060,65 @@ The link will expire within 1 hour.</source>
3835 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> 4060 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>
3836 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 4061 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3837 </target> 4062 </target>
3838 4063 <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>
3839 <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> 4064 </trans-unit>
3840 <trans-unit id="6540177673229220400" datatype="html"> 4065 <trans-unit id="6540177673229220400" datatype="html">
3841 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION"/> reports}}</source> 4066 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION"/> reports}}</source>
3842 <target state="new">{VAR_PLURAL, plural, =1 {1 report} other { 4067 <target state="new">{VAR_PLURAL, plural, =1 {1 report} other {
3843 <x id="INTERPOLATION" equiv-text="{{ abuse.countReportsForReportee }}"/> reports} } 4068 <x id="INTERPOLATION" equiv-text="{{ abuse.countReportsForReportee }}"/> reports} }
3844 </target> 4069 </target>
3845 4070 <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>
3846 <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> 4071 </trans-unit>
3847 <trans-unit id="7239750919884229270" datatype="html"> 4072 <trans-unit id="7239750919884229270" datatype="html">
3848 <source>Updated</source> 4073 <source>Updated</source>
3849 <target state="new">Updated</target> 4074 <target state="new">Updated</target>
3850 4075 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.html</context><context context-type="linenumber">48</context></context-group>
3851 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit> 4076 </trans-unit>
3852 <trans-unit id="6409548912081699487" datatype="html"> 4077 <trans-unit id="6409548912081699487" datatype="html">
3853 <source>Mute domain</source> 4078 <source>Mute domain</source>
3854 <target state="new">Mute domain</target> 4079 <target state="new">Mute domain</target>
3855 4080 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">18</context></context-group>
3856 4081 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">18</context></context-group>
3857 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">18</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">18</context></context-group></trans-unit> 4082 </trans-unit>
3858 <trans-unit id="2381859602529023966"> 4083 <trans-unit id="2381859602529023966">
3859 <source>Instance</source> 4084 <source>Instance</source>
3860 <target>Instància</target> 4085 <target>Instància</target>
3861 4086 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group>
3862 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>
3863 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>
3864 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>
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">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> 4090 </trans-unit>
3866 <trans-unit id="1300704815627663264" datatype="html"> 4091 <trans-unit id="1300704815627663264" datatype="html">
3867 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 4092 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3868 <target state="new">Muted at 4093 <target state="new">Muted at
3869 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/> 4094 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>
3870 <x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/> 4095 <x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
3871 </target> 4096 </target>
3872 4097 <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>
3873 4098 <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>
3874 4099 <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>
3875 4100 <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>
3876 <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><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><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><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></trans-unit> 4101 </trans-unit>
3877 <trans-unit id="6453471031802119612" datatype="html"> 4102 <trans-unit id="6453471031802119612" datatype="html">
3878 <source>Unmute</source> 4103 <source>Unmute</source>
3879 <target state="new">Unmute</target> 4104 <target state="new">Unmute</target>
3880 4105 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group>
3881 4106 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group>
3882 4107 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">39</context></context-group>
3883 4108 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">39</context></context-group>
3884 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/account-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/account-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">39</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">39</context></context-group></trans-unit> 4109 </trans-unit>
3885 <trans-unit id="6728985502447585050" datatype="html"> 4110 <trans-unit id="6728985502447585050" datatype="html">
3886 <source>No server found matching current filters.</source> 4111 <source>No server found matching current filters.</source>
3887 <target state="new">No server found matching current filters.</target> 4112 <target state="new">No server found matching current filters.</target>
3888 4113 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">55</context></context-group>
3889 4114 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">55</context></context-group>
3890 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">55</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">55</context></context-group></trans-unit> 4115 </trans-unit>
3891 <trans-unit id="299774363533169870" datatype="html"> 4116 <trans-unit id="299774363533169870" datatype="html">
3892 <source>No server found.</source> 4117 <source>No server found.</source>
3893 <target state="new">No server found.</target> 4118 <target state="new">No server found.</target>
3894 4119 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">56</context></context-group>
3895 4120 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">56</context></context-group>
3896 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">56</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">56</context></context-group></trans-unit> 4121 </trans-unit>
3897 <trans-unit id="6250599179731937899" datatype="html"> 4122 <trans-unit id="6250599179731937899" datatype="html">
3898 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> muted instances</source> 4123 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> muted instances</source>
3899 <target state="new">Showing 4124 <target state="new">Showing
@@ -3901,41 +4126,41 @@ The link will expire within 1 hour.</source>
3901 <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of 4126 <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of
3902 <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances 4127 <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> muted instances
3903 </target> 4128 </target>
3904 4129 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">11</context></context-group>
3905 4130 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">11</context></context-group>
3906 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">11</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">11</context></context-group></trans-unit> 4131 </trans-unit>
3907 <trans-unit id="4917252294930256268" datatype="html"> 4132 <trans-unit id="4917252294930256268" datatype="html">
3908 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 4133 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source>
3909 <target state="new"> 4134 <target state="new">
3910 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 4135 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3911 </target> 4136 </target>
3912 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>
3913 <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> 4138 </trans-unit>
3914 <trans-unit id="4058814854824495833" datatype="html"> 4139 <trans-unit id="4058814854824495833" datatype="html">
3915 <source>Mute domains</source> 4140 <source>Mute domains</source>
3916 <target state="new">Mute domains</target> 4141 <target state="new">Mute domains</target>
3917 4142 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">63</context></context-group>
3918 4143 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">63</context></context-group>
3919 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">63</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">63</context></context-group></trans-unit> 4144 </trans-unit>
3920 <trans-unit id="4086606389696938932" datatype="html"> 4145 <trans-unit id="4086606389696938932" datatype="html">
3921 <source>Account</source> 4146 <source>Account</source>
3922 <target state="new">Account</target> 4147 <target state="new">Account</target>
3923 4148 <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">42</context></context-group>
3924 4149 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group>
3925 4150 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group>
3926 <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">42</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">23</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">23</context></context-group></trans-unit> 4151 </trans-unit>
3927 <trans-unit id="8564972645418093229" datatype="html"> 4152 <trans-unit id="8564972645418093229" datatype="html">
3928 <source>No account found matching current filters.</source> 4153 <source>No account found matching current filters.</source>
3929 <target state="new">No account found matching current filters.</target> 4154 <target state="new">No account found matching current filters.</target>
3930 4155 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/account-blocklist.component.html</context><context context-type="linenumber">53</context></context-group>
3931 4156 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/account-blocklist.component.html</context><context context-type="linenumber">53</context></context-group>
3932 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/account-blocklist.component.html</context><context context-type="linenumber">53</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">53</context></context-group></trans-unit> 4157 </trans-unit>
3933 <trans-unit id="3819155299647062711" datatype="html"> 4158 <trans-unit id="3819155299647062711" datatype="html">
3934 <source>No account found.</source> 4159 <source>No account found.</source>
3935 <target state="new">No account found.</target> 4160 <target state="new">No account found.</target>
3936 4161 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/account-blocklist.component.html</context><context context-type="linenumber">54</context></context-group>
3937 4162 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/account-blocklist.component.html</context><context context-type="linenumber">54</context></context-group>
3938 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/account-blocklist.component.html</context><context context-type="linenumber">54</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">54</context></context-group></trans-unit> 4163 </trans-unit>
3939 <trans-unit id="2338185419645468935" datatype="html"> 4164 <trans-unit id="2338185419645468935" datatype="html">
3940 <source>List installed plugins</source> 4165 <source>List installed plugins</source>
3941 <target state="new">List installed plugins</target> 4166 <target state="new">List installed plugins</target>
@@ -3981,9 +4206,14 @@ The link will expire within 1 hour.</source>
3981 <trans-unit id="4580988005648117665"> 4206 <trans-unit id="4580988005648117665">
3982 <source>Search</source> 4207 <source>Search</source>
3983 <target>Cerca</target> 4208 <target>Cerca</target>
3984 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>
3985 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>
3986 <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> 4211 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group>
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>
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>
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>
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>
4216 </trans-unit>
3987 <trans-unit id="8630916846096019339" datatype="html"> 4217 <trans-unit id="8630916846096019339" datatype="html">
3988 <source>Users can resolve distant content</source> 4218 <source>Users can resolve distant content</source>
3989 <target state="new">Users can resolve distant content</target> 4219 <target state="new">Users can resolve distant content</target>
@@ -3998,39 +4228,49 @@ The link will expire within 1 hour.</source>
3998 <trans-unit id="4930506384627295710" datatype="html"> 4228 <trans-unit id="4930506384627295710" datatype="html">
3999 <source>Settings</source> 4229 <source>Settings</source>
4000 <target state="new">Settings</target> 4230 <target state="new">Settings</target>
4001 4231 <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>
4002 4232 <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>
4003 4233 <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>
4004 4234 <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>
4005 4235 </trans-unit>
4006 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html</context><context context-type="linenumber">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>
4007 <trans-unit id="4786000816576841850" datatype="html"> 4236 <trans-unit id="4786000816576841850" datatype="html">
4008 <source>Display settings</source> 4237 <source>Display settings</source>
4009 <target state="new">Display settings</target> 4238 <target state="new">Display settings</target>
4010 4239 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/quick-settings-modal.component.html</context><context context-type="linenumber">10</context></context-group>
4011 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/quick-settings-modal.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 4240 </trans-unit>
4012 <trans-unit id="4474510732215437338" datatype="html"> 4241 <trans-unit id="4474510732215437338" datatype="html">
4013 <source>Uninstall</source> 4242 <source>Uninstall</source>
4014 <target state="new">Uninstall</target> 4243 <target state="new">Uninstall</target>
4015 4244 <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>
4016 <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><trans-unit id="676860092433275829" datatype="html"> 4245 <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>
4017 <source>Hot</source><target state="new">Hot</target> 4246 </trans-unit>
4018 4247 <trans-unit id="676860092433275829" datatype="html">
4248 <source>Hot</source>
4249 <target state="new">Hot</target>
4019 <note priority="1" from="description">A variant of Trending videos based on the number of recent interactions</note> 4250 <note priority="1" from="description">A variant of Trending videos based on the number of recent interactions</note>
4020 <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><trans-unit id="2144158274184161635" datatype="html"> 4251 <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>
4021 <source>Videos with the most interactions for recent videos</source><target state="new">Videos with the most interactions for recent videos</target> 4252 </trans-unit>
4022 4253 <trans-unit id="2144158274184161635" datatype="html">
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><trans-unit id="8312243926314494468" datatype="html"> 4254 <source>Videos with the most interactions for recent videos</source>
4024 <source>Videos with the most views during the last 24 hours</source><target state="new">Videos with the most views during the last 24 hours</target> 4255 <target state="new">Videos with the most interactions for recent videos</target>
4025 4256 <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>
4026 <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><trans-unit id="7112532281224432421" datatype="html"> 4257 </trans-unit>
4027 <source>Likes</source><target state="new">Likes</target> 4258 <trans-unit id="8312243926314494468" datatype="html">
4028 4259 <source>Videos with the most views during the last 24 hours</source>
4260 <target state="new">Videos with the most views during the last 24 hours</target>
4261 <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>
4262 </trans-unit>
4263 <trans-unit id="7112532281224432421" datatype="html">
4264 <source>Likes</source>
4265 <target state="new">Likes</target>
4029 <note priority="1" from="description">A variant of Trending videos based on the number of likes</note> 4266 <note priority="1" from="description">A variant of Trending videos based on the number of likes</note>
4030 <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><trans-unit id="1671858302647356245" datatype="html"> 4267 <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>
4031 <source>Videos that have the most likes</source><target state="new">Videos that have the most likes</target> 4268 </trans-unit>
4032 4269 <trans-unit id="1671858302647356245" datatype="html">
4033 <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> 4270 <source>Videos that have the most likes</source>
4271 <target state="new">Videos that have the most likes</target>
4272 <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>
4273 </trans-unit>
4034 <trans-unit id="2006841089844688970" datatype="html"> 4274 <trans-unit id="2006841089844688970" datatype="html">
4035 <source>To load your new installed plugins or themes, refresh the page.</source> 4275 <source>To load your new installed plugins or themes, refresh the page.</source>
4036 <target state="new"> 4276 <target state="new">
@@ -4042,14 +4282,15 @@ The link will expire within 1 hour.</source>
4042 <source>Popular</source> 4282 <source>Popular</source>
4043 <target state="new">Popular</target> 4283 <target state="new">Popular</target>
4044 <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> 4284 <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>
4045 </trans-unit><trans-unit id="1780056719120519633" datatype="html"> 4285 </trans-unit>
4046 <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> 4286 <trans-unit id="1780056719120519633" datatype="html">
4287 <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>
4288 <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>
4047 <context-group purpose="location"> 4289 <context-group purpose="location">
4048 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context> 4290 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context>
4049 <context context-type="linenumber">22,24</context> 4291 <context context-type="linenumber">22,24</context>
4050 </context-group> 4292 </context-group>
4051 </trans-unit> 4293 </trans-unit>
4052
4053 <trans-unit id="3148804384763272950" datatype="html"> 4294 <trans-unit id="3148804384763272950" datatype="html">
4054 <source>{VAR_PLURAL, plural, =1 {result} other {results} }</source> 4295 <source>{VAR_PLURAL, plural, =1 {result} other {results} }</source>
4055 <target state="new">{VAR_PLURAL, plural, =1 {result} other {results} }</target> 4296 <target state="new">{VAR_PLURAL, plural, =1 {result} other {results} }</target>
@@ -4085,54 +4326,59 @@ The link will expire within 1 hour.</source>
4085 <trans-unit id="3229595422546554334" datatype="html"> 4326 <trans-unit id="3229595422546554334" datatype="html">
4086 <source>Jobs</source> 4327 <source>Jobs</source>
4087 <target state="new">Jobs</target> 4328 <target state="new">Jobs</target>
4088 4329 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.component.html</context><context context-type="linenumber">3</context></context-group>
4089 <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> 4330 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.routes.ts</context><context context-type="linenumber">26</context></context-group>
4331 </trans-unit>
4090 <trans-unit id="4804785061014590286" datatype="html"> 4332 <trans-unit id="4804785061014590286" datatype="html">
4091 <source>Logs</source> 4333 <source>Logs</source>
4092 <target state="new">Logs</target> 4334 <target state="new">Logs</target>
4093 4335 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.component.html</context><context context-type="linenumber">5</context></context-group>
4094 <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> 4336 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.routes.ts</context><context context-type="linenumber">37</context></context-group>
4337 </trans-unit>
4095 <trans-unit id="3422890808980876594" datatype="html"> 4338 <trans-unit id="3422890808980876594" datatype="html">
4096 <source>Debug</source> 4339 <source>Debug</source>
4097 <target state="new">Debug</target> 4340 <target state="new">Debug</target>
4098 4341 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.component.html</context><context context-type="linenumber">7</context></context-group>
4099 <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> 4342 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.routes.ts</context><context context-type="linenumber">48</context></context-group>
4343 </trans-unit>
4100 <trans-unit id="8949443215142664126" datatype="html"> 4344 <trans-unit id="8949443215142664126" datatype="html">
4101 <source>Delete this comment</source> 4345 <source>Delete this comment</source>
4102 <target state="new">Delete this comment</target> 4346 <target state="new">Delete this comment</target>
4103 4347 <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">75</context></context-group>
4104 <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">75</context></context-group></trans-unit> 4348 </trans-unit>
4105 <trans-unit id="3327751240218085797" datatype="html"> 4349 <trans-unit id="3327751240218085797" datatype="html">
4106 <source>Delete all comments of this account</source> 4350 <source>Delete all comments of this account</source>
4107 <target state="new">Delete all comments of this account</target> 4351 <target state="new">Delete all comments of this account</target>
4108 4352 <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">81</context></context-group>
4109 <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">81</context></context-group></trans-unit> 4353 </trans-unit>
4110 <trans-unit id="2850960459131251840" datatype="html"> 4354 <trans-unit id="2850960459131251840" datatype="html">
4111 <source>Comments are deleted after a few minutes</source> 4355 <source>Comments are deleted after a few minutes</source>
4112 <target state="new">Comments are deleted after a few minutes</target> 4356 <target state="new">Comments are deleted after a few minutes</target>
4113 4357 <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">82</context></context-group>
4114 <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">82</context></context-group></trans-unit> 4358 </trans-unit>
4115 <trans-unit id="545410448674339480" datatype="html"> 4359 <trans-unit id="545410448674339480" datatype="html">
4116 <source><x id="PH" equiv-text="commentArgs.length"/> comments deleted.</source> 4360 <source><x id="PH" equiv-text="commentArgs.length"/> comments deleted.</source>
4117 <target state="new"><x id="PH" equiv-text="commentArgs.length"/> comments deleted.</target> 4361 <target state="new"><x id="PH" equiv-text="commentArgs.length"/> comments deleted.</target>
4118 4362 <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">142</context></context-group>
4119 <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">142</context></context-group></trans-unit> 4363 </trans-unit>
4120 <trans-unit id="379090446060940062" datatype="html"> 4364 <trans-unit id="379090446060940062" datatype="html">
4121 <source>Do you really want to delete all comments of <x id="PH"/>?</source> 4365 <source>Do you really want to delete all comments of <x id="PH"/>?</source>
4122 <target state="new">Do you really want to delete all comments of <x id="PH"/>?</target> 4366 <target state="new">Do you really want to delete all comments of <x id="PH"/>?</target>
4123 4367 <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">162</context></context-group>
4124 <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">162</context></context-group></trans-unit> 4368 </trans-unit>
4125 <trans-unit id="4539246224625965241" datatype="html"> 4369 <trans-unit id="4539246224625965241" datatype="html">
4126 <source>Comments of <x id="PH"/> will be deleted in a few minutes</source> 4370 <source>Comments of <x id="PH"/> will be deleted in a few minutes</source>
4127 <target state="new">Comments of <x id="PH"/> will be deleted in a few minutes</target> 4371 <target state="new">Comments of <x id="PH"/> will be deleted in a few minutes</target>
4128 4372 <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">174</context></context-group>
4129 <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">174</context></context-group></trans-unit> 4373 </trans-unit>
4130 <trans-unit id="7427986413651551775" datatype="html"> 4374 <trans-unit id="7427986413651551775" datatype="html">
4131 <source>Video comments</source> 4375 <source>Video comments</source>
4132 <target state="new">Video comments</target> 4376 <target state="new">Video comments</target>
4133 <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> 4377 <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>
4134 </trans-unit><trans-unit id="289582790179344391" datatype="html"> 4378 </trans-unit>
4135 <source>This view also shows comments from muted accounts.</source><target state="new">This view also shows comments from muted accounts.</target> 4379 <trans-unit id="289582790179344391" datatype="html">
4380 <source>This view also shows comments from muted accounts.</source>
4381 <target state="new">This view also shows comments from muted accounts.</target>
4136 <context-group purpose="location"> 4382 <context-group purpose="location">
4137 <context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context> 4383 <context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context>
4138 <context context-type="linenumber">8</context> 4384 <context context-type="linenumber">8</context>
@@ -4141,15 +4387,14 @@ The link will expire within 1 hour.</source>
4141 <trans-unit id="4523382115569186450" datatype="html"> 4387 <trans-unit id="4523382115569186450" datatype="html">
4142 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> comments</source> 4388 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> comments</source>
4143 <target state="new">Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> comments</target> 4389 <target state="new">Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> comments</target>
4144 4390 <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">15</context></context-group>
4145 <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">15</context></context-group></trans-unit> 4391 </trans-unit>
4146
4147
4148 <trans-unit id="6110554376228744887" datatype="html"> 4392 <trans-unit id="6110554376228744887" datatype="html">
4149 <source>Select all rows</source><target state="new">Select all rows</target> 4393 <source>Select all rows</source>
4150 4394 <target state="new">Select all rows</target>
4151 4395 <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">38</context></context-group>
4152 <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">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit> 4396 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">34</context></context-group>
4397 </trans-unit>
4153 <trans-unit id="2719284837486030903" datatype="html"> 4398 <trans-unit id="2719284837486030903" datatype="html">
4154 <source>Job type</source> 4399 <source>Job type</source>
4155 <target state="new">Job type</target> 4400 <target state="new">Job type</target>
@@ -4159,8 +4404,10 @@ The link will expire within 1 hour.</source>
4159 <source>Job state</source> 4404 <source>Job state</source>
4160 <target state="new">Job state</target> 4405 <target state="new">Job state</target>
4161 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group> 4406 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">12</context></context-group>
4162 </trans-unit><trans-unit id="2296681895307893686" datatype="html"> 4407 </trans-unit>
4163 <source>any</source><target state="new">any</target> 4408 <trans-unit id="2296681895307893686" datatype="html">
4409 <source>any</source>
4410 <target state="new">any</target>
4164 <context-group purpose="location"> 4411 <context-group purpose="location">
4165 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4412 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
4166 <context context-type="linenumber">21</context> 4413 <context context-type="linenumber">21</context>
@@ -4170,46 +4417,55 @@ The link will expire within 1 hour.</source>
4170 <trans-unit id="3067132953487445901" datatype="html"> 4417 <trans-unit id="3067132953487445901" datatype="html">
4171 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> jobs</source> 4418 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> jobs</source>
4172 <target state="new">Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> jobs</target> 4419 <target state="new">Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> jobs</target>
4173 4420 <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>
4174 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit> 4421 </trans-unit>
4175 <trans-unit id="8650499415827640724"> 4422 <trans-unit id="8650499415827640724">
4176 <source>Type</source> 4423 <source>Type</source>
4177 <target>Tipus</target> 4424 <target>Tipus</target>
4178 4425 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">46</context></context-group>
4179 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit><trans-unit id="3901868627411944813" datatype="html"> 4426 </trans-unit>
4180 <source>Priority <x id="START_SMALL_TEXT" ctype="x-small" equiv-text="&lt;small>"/>(1 = highest priority)<x id="CLOSE_SMALL_TEXT" ctype="x-small" equiv-text="&lt;/small>"/></source><target state="new">Priority <x id="START_SMALL_TEXT" ctype="x-small" equiv-text="&lt;small>"/>(1 = highest priority)<x id="CLOSE_SMALL_TEXT" ctype="x-small" equiv-text="&lt;/small>"/></target> 4427 <trans-unit id="3901868627411944813" datatype="html">
4428 <source>Priority <x id="START_SMALL_TEXT" ctype="x-small" equiv-text="&lt;small>"/>(1 = highest priority)<x id="CLOSE_SMALL_TEXT" ctype="x-small" equiv-text="&lt;/small>"/></source>
4429 <target state="new">Priority <x id="START_SMALL_TEXT" ctype="x-small" equiv-text="&lt;small>"/>(1 = highest priority)<x id="CLOSE_SMALL_TEXT" ctype="x-small" equiv-text="&lt;/small>"/></target>
4181 <context-group purpose="location"> 4430 <context-group purpose="location">
4182 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4431 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
4183 <context context-type="linenumber">47</context> 4432 <context context-type="linenumber">47</context>
4184 </context-group> 4433 </context-group>
4185 </trans-unit><trans-unit id="3419681791450150574" datatype="html"> 4434 </trans-unit>
4186 <source>Progress</source><target state="new">Progress</target> 4435 <trans-unit id="3419681791450150574" datatype="html">
4436 <source>Progress</source>
4437 <target state="new">Progress</target>
4187 <context-group purpose="location"> 4438 <context-group purpose="location">
4188 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 4439 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
4189 <context context-type="linenumber">49</context> 4440 <context context-type="linenumber">49</context>
4190 </context-group> 4441 </context-group>
4191 </trans-unit><trans-unit id="914197284349366734" datatype="html"> 4442 </trans-unit>
4192 <source>No jobs found.</source><target state="new">No jobs found.</target> 4443 <trans-unit id="914197284349366734" datatype="html">
4193 4444 <source>No jobs found.</source>
4194 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">107</context></context-group></trans-unit><trans-unit id="2713421326605345655" datatype="html"> 4445 <target state="new">No jobs found.</target>
4195 <source>No <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/><x id="INTERPOLATION" equiv-text="{{ jobType }}"/><x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code> "/> jobs found.</source><target state="new">No <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/><x id="INTERPOLATION" equiv-text="{{ jobType }}"/><x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code> "/> jobs found.</target> 4446 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">107</context></context-group>
4196 4447 </trans-unit>
4197 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit> 4448 <trans-unit id="2713421326605345655" datatype="html">
4449 <source>No <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/><x id="INTERPOLATION" equiv-text="{{ jobType }}"/><x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code> "/> jobs found.</source>
4450 <target state="new">No <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/><x id="INTERPOLATION" equiv-text="{{ jobType }}"/><x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code> "/> jobs found.</target>
4451 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">108</context></context-group>
4452 </trans-unit>
4198 <trans-unit id="2384897339170501794" datatype="html"> 4453 <trans-unit id="2384897339170501794" datatype="html">
4199 <source>No <x id="START_TAG_SPAN"/><x id="INTERPOLATION"/><x id="CLOSE_TAG_SPAN"/> jobs found.</source> 4454 <source>No <x id="START_TAG_SPAN"/><x id="INTERPOLATION"/><x id="CLOSE_TAG_SPAN"/> jobs found.</source>
4200 <target state="new">No <x id="START_TAG_SPAN"/><x id="INTERPOLATION"/><x id="CLOSE_TAG_SPAN"/> jobs found.</target> 4455 <target state="new">No <x id="START_TAG_SPAN"/><x id="INTERPOLATION"/><x id="CLOSE_TAG_SPAN"/> jobs found.</target>
4201 4456 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">111</context></context-group>
4202 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit> 4457 </trans-unit>
4203 <trans-unit id="4457061340457477073" datatype="html"> 4458 <trans-unit id="4457061340457477073" datatype="html">
4204 <source>No <x id="START_TAG_CODE"/><x id="INTERPOLATION"/><x id="CLOSE_TAG_CODE"/> jobs found that are <x id="START_TAG_SPAN"/><x id="INTERPOLATION_1"/><x id="CLOSE_TAG_SPAN"/>.</source> 4459 <source>No <x id="START_TAG_CODE"/><x id="INTERPOLATION"/><x id="CLOSE_TAG_CODE"/> jobs found that are <x id="START_TAG_SPAN"/><x id="INTERPOLATION_1"/><x id="CLOSE_TAG_SPAN"/>.</source>
4205 <target state="new">No <x id="START_TAG_CODE"/><x id="INTERPOLATION"/><x id="CLOSE_TAG_CODE"/> jobs found that are <x id="START_TAG_SPAN"/><x id="INTERPOLATION_1"/><x id="CLOSE_TAG_SPAN"/>.</target> 4460 <target state="new">No <x id="START_TAG_CODE"/><x id="INTERPOLATION"/><x id="CLOSE_TAG_CODE"/> jobs found that are <x id="START_TAG_SPAN"/><x id="INTERPOLATION_1"/><x id="CLOSE_TAG_SPAN"/>.</target>
4206 4461 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">112</context></context-group>
4207 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">112</context></context-group></trans-unit> 4462 </trans-unit>
4208 <trans-unit id="1102717806459547726" datatype="html"> 4463 <trans-unit id="1102717806459547726" datatype="html">
4209 <source>Refresh</source> 4464 <source>Refresh</source>
4210 <target state="new">Refresh</target> 4465 <target state="new">Refresh</target>
4211 4466 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group>
4212 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit> 4467 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">34</context></context-group>
4468 </trans-unit>
4213 <trans-unit id="6052766076365105714" datatype="html"> 4469 <trans-unit id="6052766076365105714" datatype="html">
4214 <source>now</source> 4470 <source>now</source>
4215 <target state="new">now</target> 4471 <target state="new">now</target>
@@ -4218,42 +4474,42 @@ The link will expire within 1 hour.</source>
4218 <trans-unit id="3894950702316166331" datatype="html"> 4474 <trans-unit id="3894950702316166331" datatype="html">
4219 <source>Loading...</source> 4475 <source>Loading...</source>
4220 <target state="new">Loading...</target> 4476 <target state="new">Loading...</target>
4221 4477 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">38</context></context-group>
4222 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">38</context></context-group></trans-unit> 4478 </trans-unit>
4223 <trans-unit id="2232767208623640457" datatype="html"> 4479 <trans-unit id="2232767208623640457" datatype="html">
4224 <source>By <x id="INTERPOLATION"/> -></source> 4480 <source>By <x id="INTERPOLATION"/> -></source>
4225 <target state="new">By 4481 <target state="new">By
4226 <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -> 4482 <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> ->
4227 </target> 4483 </target>
4228 4484 <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>
4229 <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></trans-unit> 4485 </trans-unit>
4230 <trans-unit id="7396175500300709096" datatype="html"> 4486 <trans-unit id="7396175500300709096" datatype="html">
4231 <source>INSTANCE</source> 4487 <source>INSTANCE</source>
4232 <target state="new">INSTANCE</target> 4488 <target state="new">INSTANCE</target>
4233 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">7</context></context-group>
4234 <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">7</context></context-group></trans-unit> 4490 </trans-unit>
4235 <trans-unit id="8953033926734869941"> 4491 <trans-unit id="8953033926734869941">
4236 <source>Name</source> 4492 <source>Name</source>
4237 <target>Nom</target> 4493 <target>Nom</target>
4238 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">13</context></context-group>
4239 4495 <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">44</context></context-group>
4240 4496 <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">44</context></context-group>
4241 <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">13</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">44</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">44</context></context-group></trans-unit> 4497 </trans-unit>
4242 <trans-unit id="2973928033612762715"> 4498 <trans-unit id="2973928033612762715">
4243 <source>Short description</source> 4499 <source>Short description</source>
4244 <target>Descripció curta</target> 4500 <target>Descripció curta</target>
4245 4501 <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">24</context></context-group>
4246 <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">24</context></context-group></trans-unit> 4502 </trans-unit>
4247 <trans-unit id="7794655859478571096" datatype="html"> 4503 <trans-unit id="7794655859478571096" datatype="html">
4248 <source>Main instance categories</source> 4504 <source>Main instance categories</source>
4249 <target state="new">Main instance categories</target> 4505 <target state="new">Main instance categories</target>
4250 4506 <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>
4251 <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> 4507 </trans-unit>
4252 <trans-unit id="6588040559347368313" datatype="html"> 4508 <trans-unit id="6588040559347368313" datatype="html">
4253 <source>Add a new category</source> 4509 <source>Add a new category</source>
4254 <target state="new">Add a new category</target> 4510 <target state="new">Add a new category</target>
4255 4511 <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>
4256 <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> 4512 </trans-unit>
4257 <trans-unit id="8953934448427251062" datatype="html"> 4513 <trans-unit id="8953934448427251062" datatype="html">
4258 <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> 4514 <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>
4259 <target state="new">The 4515 <target state="new">The
@@ -4290,53 +4546,52 @@ The link will expire within 1 hour.</source>
4290 <trans-unit id="5983800192187691457" datatype="html"> 4546 <trans-unit id="5983800192187691457" datatype="html">
4291 <source>Main languages you/your moderators speak</source> 4547 <source>Main languages you/your moderators speak</source>
4292 <target state="new">Main languages you/your moderators speak</target> 4548 <target state="new">Main languages you/your moderators speak</target>
4293 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">64</context></context-group>
4294 <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> 4550 </trans-unit>
4295 <trans-unit id="399528956091640769" datatype="html"> 4551 <trans-unit id="399528956091640769" datatype="html">
4296 <source>MODERATION &amp; NSFW</source> 4552 <source>MODERATION &amp; NSFW</source>
4297 <target state="new">MODERATION &amp; NSFW</target> 4553 <target state="new">MODERATION &amp; NSFW</target>
4298 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">82</context></context-group>
4299 <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><trans-unit id="4423835119021329687" datatype="html"> 4555 </trans-unit>
4300 <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><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> 4556 <trans-unit id="4423835119021329687" datatype="html">
4301 4557 <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>
4302 <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> 4558 <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>
4303 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">84</context></context-group>
4560 </trans-unit>
4304 <trans-unit id="7030031694783481217" datatype="html"> 4561 <trans-unit id="7030031694783481217" datatype="html">
4305 <source>This instance is dedicated to sensitive or NSFW content</source> 4562 <source>This instance is dedicated to sensitive or NSFW content</source>
4306 <target state="new">This instance is dedicated to sensitive or NSFW content</target> 4563 <target state="new">This instance is dedicated to sensitive or NSFW content</target>
4307 4564 <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>
4308 <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><trans-unit id="4620493570088713907" datatype="html"> 4565 </trans-unit>
4309 <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 /> 4566 <trans-unit id="4620493570088713907" datatype="html">
4310 "/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> 4567 <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>
4311 "/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </source><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 /> 4568 <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>
4312 "/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> 4569 <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>
4313 "/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </target> 4570 </trans-unit>
4314
4315 <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>
4316
4317 <trans-unit id="7497677457560701935"> 4571 <trans-unit id="7497677457560701935">
4318 <source>Policy on videos containing sensitive content</source> 4572 <source>Policy on videos containing sensitive content</source>
4319 <target>Política sobre vídeos que contenen contingut sensible</target> 4573 <target>Política sobre vídeos que contenen contingut sensible</target>
4320 4574 <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>
4321 <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><trans-unit id="7350483582490037954" datatype="html"> 4575 </trans-unit>
4322 <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><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> 4576 <trans-unit id="7350483582490037954" datatype="html">
4323 4577 <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>
4324 <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> 4578 <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>
4325 4579 <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>
4326 4580 <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>
4581 </trans-unit>
4327 <trans-unit id="8930852890861583005"> 4582 <trans-unit id="8930852890861583005">
4328 <source>Blur thumbnails</source> 4583 <source>Blur thumbnails</source>
4329 <target>Desenfoca les miniatures</target> 4584 <target>Desenfoca les miniatures</target>
4330 4585 <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>
4331 4586 <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>
4332 <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> 4587 </trans-unit>
4333 <trans-unit id="6812930637022637485"> 4588 <trans-unit id="6812930637022637485">
4334 <source>Display</source> 4589 <source>Display</source>
4335 <target>Mostra</target> 4590 <target>Mostra</target>
4336 4591 <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>
4337 4592 <context-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>
4338 4593 <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>
4339 <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> 4594 </trans-unit>
4340 <trans-unit id="1617785425462022303" datatype="html"> 4595 <trans-unit id="1617785425462022303" datatype="html">
4341 <source>Strategy</source> 4596 <source>Strategy</source>
4342 <target state="new">Strategy</target> 4597 <target state="new">Strategy</target>
@@ -4345,203 +4600,209 @@ The link will expire within 1 hour.</source>
4345 <trans-unit id="2544569632476723854"> 4600 <trans-unit id="2544569632476723854">
4346 <source>Terms</source> 4601 <source>Terms</source>
4347 <target>Termes</target> 4602 <target>Termes</target>
4348 4603 <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>
4349 4604 <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>
4350 4605 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group>
4351 4606 <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>
4352 <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> 4607 </trans-unit>
4353 <trans-unit id="4127416011499804250" datatype="html"> 4608 <trans-unit id="4127416011499804250" datatype="html">
4354 <source>Code of conduct</source> 4609 <source>Code of conduct</source>
4355 <target state="new">Code of conduct</target> 4610 <target state="new">Code of conduct</target>
4356 4611 <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>
4357 4612 <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>
4358 4613 <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>
4359 4614 </trans-unit>
4360 <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>
4361 <trans-unit id="3076079242537393946" datatype="html"> 4615 <trans-unit id="3076079242537393946" datatype="html">
4362 <source>Moderation information</source> 4616 <source>Moderation information</source>
4363 <target state="translated">Informació de moderació</target> 4617 <target state="translated">Informació de moderació</target>
4364 4618 <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>
4365 4619 <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>
4366 4620 <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>
4367 4621 </trans-unit>
4368 <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>
4369 <trans-unit id="5056489767203690328" datatype="html"> 4622 <trans-unit id="5056489767203690328" datatype="html">
4370 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source> 4623 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source>
4371 <target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target> 4624 <target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target>
4372 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">152</context></context-group>
4373 <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> 4626 </trans-unit>
4374 <trans-unit id="2047672753819413550" datatype="html"> 4627 <trans-unit id="2047672753819413550" datatype="html">
4375 <source>YOU AND YOUR INSTANCE</source> 4628 <source>YOU AND YOUR INSTANCE</source>
4376 <target state="new">YOU AND YOUR INSTANCE</target> 4629 <target state="new">YOU AND YOUR INSTANCE</target>
4377 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">167</context></context-group>
4378 <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> 4631 </trans-unit>
4379 <trans-unit id="3968335261686887328" datatype="html"> 4632 <trans-unit id="3968335261686887328" datatype="html">
4380 <source>Who is behind the instance?</source> 4633 <source>Who is behind the instance?</source>
4381 <target state="new">Who is behind the instance?</target> 4634 <target state="new">Who is behind the instance?</target>
4382 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">173</context></context-group>
4383 <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> 4636 </trans-unit>
4384 <trans-unit id="7323194786468446482" datatype="html"> 4637 <trans-unit id="7323194786468446482" datatype="html">
4385 <source>A single person? A non-profit? A company?</source> 4638 <source>A single person? A non-profit? A company?</source>
4386 <target state="new">A single person? A non-profit? A company?</target> 4639 <target state="new">A single person? A non-profit? A company?</target>
4387 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">174</context></context-group>
4388 <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> 4641 </trans-unit>
4389 <trans-unit id="5480243297215266596" datatype="html"> 4642 <trans-unit id="5480243297215266596" datatype="html">
4390 <source>Why did you create this instance?</source> 4643 <source>Why did you create this instance?</source>
4391 <target state="new">Why did you create this instance?</target> 4644 <target state="new">Why did you create this instance?</target>
4392 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">185</context></context-group>
4393 <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> 4646 </trans-unit>
4394 <trans-unit id="6995481962115300007" datatype="html"> 4647 <trans-unit id="6995481962115300007" datatype="html">
4395 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source> 4648 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source>
4396 <target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target> 4649 <target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target>
4397 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">186</context></context-group>
4398 <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> 4651 </trans-unit>
4399 <trans-unit id="3667968987954856844" datatype="html"> 4652 <trans-unit id="3667968987954856844" datatype="html">
4400 <source>How long do you plan to maintain this instance?</source> 4653 <source>How long do you plan to maintain this instance?</source>
4401 <target state="new">How long do you plan to maintain this instance?</target> 4654 <target state="new">How long do you plan to maintain this instance?</target>
4402 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">197</context></context-group>
4403 <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> 4656 </trans-unit>
4404 <trans-unit id="6722472563287778070" datatype="html"> 4657 <trans-unit id="6722472563287778070" datatype="html">
4405 <source>It's important to know for users who want to register on your instance</source> 4658 <source>It's important to know for users who want to register on your instance</source>
4406 <target state="new">It's important to know for users who want to register on your instance</target> 4659 <target state="new">It's important to know for users who want to register on your instance</target>
4407 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">198</context></context-group>
4408 <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> 4661 </trans-unit>
4409 <trans-unit id="8362291348781958428" datatype="html"> 4662 <trans-unit id="8362291348781958428" datatype="html">
4410 <source>How will you finance the PeerTube server?</source> 4663 <source>How will you finance the PeerTube server?</source>
4411 <target state="new">How will you finance the PeerTube server?</target> 4664 <target state="new">How will you finance the PeerTube server?</target>
4412 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">209</context></context-group>
4413 <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> 4666 </trans-unit>
4414 <trans-unit id="2441006645448216398" datatype="html"> 4667 <trans-unit id="2441006645448216398" datatype="html">
4415 <source>With your own funds? With user donations? Advertising?</source> 4668 <source>With your own funds? With user donations? Advertising?</source>
4416 <target state="new">With your own funds? With user donations? Advertising?</target> 4669 <target state="new">With your own funds? With user donations? Advertising?</target>
4417 4670 <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>
4418 <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> 4671 </trans-unit>
4419 <trans-unit id="6853511883515031762" datatype="html"> 4672 <trans-unit id="6853511883515031762" datatype="html">
4420 <source>OTHER INFORMATION</source> 4673 <source>OTHER INFORMATION</source>
4421 <target state="new">OTHER INFORMATION</target> 4674 <target state="new">OTHER INFORMATION</target>
4422 4675 <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>
4423 <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> 4676 </trans-unit>
4424 <trans-unit id="3447208665089679283" datatype="html"> 4677 <trans-unit id="3447208665089679283" datatype="html">
4425 <source>What server/hardware does the instance run on?</source> 4678 <source>What server/hardware does the instance run on?</source>
4426 <target state="new">What server/hardware does the instance run on?</target> 4679 <target state="new">What server/hardware does the instance run on?</target>
4427 4680 <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>
4428 <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> 4681 </trans-unit>
4429 <trans-unit id="4739907951373047958" datatype="html"> 4682 <trans-unit id="4739907951373047958" datatype="html">
4430 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source> 4683 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source>
4431 <target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target> 4684 <target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target>
4432 4685 <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>
4433 <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> 4686 </trans-unit>
4434
4435 <trans-unit id="8557599287230755359" datatype="html"> 4687 <trans-unit id="8557599287230755359" datatype="html">
4436 <source>APPEARANCE</source> 4688 <source>APPEARANCE</source>
4437 <target state="new">APPEARANCE</target> 4689 <target state="new">APPEARANCE</target>
4438 4690 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">4</context></context-group>
4439 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit><trans-unit id="2107098695989136934" datatype="html"> 4691 </trans-unit>
4440 <source> Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a routerLink=&quot;/admin/plugins&quot;>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" equiv-text="&lt;a routerLink=&quot;/admin/config/edit-custom&quot; fragment=&quot;advanced-configuration&quot;>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source><target state="new"> Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a routerLink=&quot;/admin/plugins&quot;>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" equiv-text="&lt;a routerLink=&quot;/admin/config/edit-custom&quot; fragment=&quot;advanced-configuration&quot;>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 4692 <trans-unit id="2107098695989136934" datatype="html">
4693 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a routerLink=&quot;/admin/plugins&quot;>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" equiv-text="&lt;a routerLink=&quot;/admin/config/edit-custom&quot; fragment=&quot;advanced-configuration&quot;>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4694 <target state="new"> Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a routerLink=&quot;/admin/plugins&quot;>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" equiv-text="&lt;a routerLink=&quot;/admin/config/edit-custom&quot; fragment=&quot;advanced-configuration&quot;>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
4441 <context-group purpose="location"> 4695 <context-group purpose="location">
4442 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context> 4696 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context>
4443 <context context-type="linenumber">6,7</context> 4697 <context context-type="linenumber">6,7</context>
4444 </context-group> 4698 </context-group>
4445 </trans-unit> 4699 </trans-unit>
4446
4447 <trans-unit id="6855462350544488601" datatype="html"> 4700 <trans-unit id="6855462350544488601" datatype="html">
4448 <source>default</source> 4701 <source>default</source>
4449 <target state="new">default</target> 4702 <target state="new">default</target>
4450 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">18</context></context-group>
4451 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit> 4704 </trans-unit>
4452 <trans-unit id="4096396973250090478" datatype="html"> 4705 <trans-unit id="4096396973250090478" datatype="html">
4453 <source>Landing page</source> 4706 <source>Landing page</source>
4454 <target state="new">Landing page</target> 4707 <target state="new">Landing page</target>
4455 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">27</context></context-group>
4456 <context-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></trans-unit> 4709 </trans-unit>
4457 <trans-unit id="2609416025385742456" datatype="html"> 4710 <trans-unit id="2609416025385742456" datatype="html">
4458 <source>Default trending page</source><target state="new">Default trending page</target> 4711 <source>Default trending page</source>
4459 4712 <target state="new">Default trending page</target>
4460 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">43</context></context-group>
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">43</context></context-group></trans-unit><trans-unit id="421622604352196374" datatype="html"> 4714 </trans-unit>
4462 <source>Best videos</source><target state="new">Best videos</target> 4715 <trans-unit id="421622604352196374" datatype="html">
4463 4716 <source>Best videos</source>
4464 4717 <target state="new">Best videos</target>
4465 <context-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><trans-unit id="554741830445276244" datatype="html"> 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">47</context></context-group>
4466 <source>Hot videos</source><target state="new">Hot videos</target> 4719 </trans-unit>
4467 4720 <trans-unit id="554741830445276244" datatype="html">
4468 4721 <source>Hot videos</source>
4469 <context-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><trans-unit id="4203746847864415875" datatype="html"> 4722 <target state="new">Hot videos</target>
4470 <source>Most viewed videos</source><target state="new">Most viewed videos</target> 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">48</context></context-group>
4471 4724 </trans-unit>
4472 4725 <trans-unit id="4203746847864415875" datatype="html">
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">49</context></context-group></trans-unit> 4726 <source>Most viewed videos</source>
4474 4727 <target state="new">Most viewed videos</target>
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">49</context></context-group>
4729 </trans-unit>
4475 <trans-unit id="8177374861384376651" datatype="html"> 4730 <trans-unit id="8177374861384376651" datatype="html">
4476 <source>Most liked videos</source> 4731 <source>Most liked videos</source>
4477 <target state="new">Most liked videos</target> 4732 <target state="new">Most liked videos</target>
4478 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">50</context></context-group>
4479 <context-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> 4734 </trans-unit>
4480
4481
4482 <trans-unit id="4809162812315301010" datatype="html"> 4735 <trans-unit id="4809162812315301010" datatype="html">
4483 <source>BROADCAST MESSAGE</source> 4736 <source>BROADCAST MESSAGE</source>
4484 <target state="new">BROADCAST MESSAGE</target> 4737 <target state="new">BROADCAST MESSAGE</target>
4485 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">64</context></context-group>
4486 <context-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><trans-unit id="7097094470713539753" datatype="html"> 4739 </trans-unit>
4487 <source> Display a message on your instance </source><target state="new"> Display a message on your instance </target> 4740 <trans-unit id="7097094470713539753" datatype="html">
4488 4741 <source>Display a message on your instance</source>
4489 <context-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> 4742 <target state="new"> Display a message on your instance </target>
4490 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">66</context></context-group>
4744 </trans-unit>
4491 <trans-unit id="4686199497574248459" datatype="html"> 4745 <trans-unit id="4686199497574248459" datatype="html">
4492 <source>Enable broadcast message</source> 4746 <source>Enable broadcast message</source>
4493 <target state="new">Enable broadcast message</target> 4747 <target state="new">Enable broadcast message</target>
4494 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">77</context></context-group>
4495 <context-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> 4749 </trans-unit>
4496 <trans-unit id="9192050065623241777" datatype="html"> 4750 <trans-unit id="9192050065623241777" datatype="html">
4497 <source>Allow users to dismiss the broadcast message</source> 4751 <source>Allow users to dismiss the broadcast message</source>
4498 <target state="new">Allow users to dismiss the broadcast message </target> 4752 <target state="new">Allow users to dismiss the broadcast message </target>
4499 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">84</context></context-group>
4500 <context-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> 4754 </trans-unit>
4501 <trans-unit id="6582848618760132901" datatype="html"> 4755 <trans-unit id="6582848618760132901" datatype="html">
4502 <source>Broadcast message level</source> 4756 <source>Broadcast message level</source>
4503 <target state="new">Broadcast message level</target> 4757 <target state="new">Broadcast message level</target>
4504 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">89</context></context-group>
4505 <context-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> 4759 </trans-unit>
4506 <trans-unit id="8066608938393600549" datatype="html"> 4760 <trans-unit id="8066608938393600549" datatype="html">
4507 <source>Message</source> 4761 <source>Message</source>
4508 <target state="new">Message</target> 4762 <target state="new">Message</target>
4509 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">103</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">103</context></context-group></trans-unit> 4764 </trans-unit>
4511 <trans-unit id="5631159720194597622" datatype="html"> 4765 <trans-unit id="5631159720194597622" datatype="html">
4512 <source>NEW USERS</source> 4766 <source>NEW USERS</source>
4513 <target state="new">NEW USERS</target> 4767 <target state="new">NEW USERS</target>
4514 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">120</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">120</context></context-group></trans-unit><trans-unit id="2669509104300979449" datatype="html"> 4769 </trans-unit>
4516 <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><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 set their quota individually. </target> 4770 <trans-unit id="2669509104300979449" datatype="html">
4517 4771 <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>
4518 <context-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> 4772 <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 set their quota individually. </target>
4519 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">122</context></context-group>
4774 </trans-unit>
4520 <trans-unit id="4497115134891299867" datatype="html"> 4775 <trans-unit id="4497115134891299867" datatype="html">
4521 <source>Signup requires email verification</source> 4776 <source>Signup requires email verification</source>
4522 <target state="new">Signup requires email verification</target> 4777 <target state="new">Signup requires email verification</target>
4523 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">143</context></context-group>
4524 <context-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> 4779 </trans-unit>
4525 <trans-unit id="8133107840061687919"> 4780 <trans-unit id="8133107840061687919">
4526 <source>Signup limit</source> 4781 <source>Signup limit</source>
4527 <target>Limit de registres</target> 4782 <target>Limit de registres</target>
4528 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">147</context></context-group>
4529 <context-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> 4784 </trans-unit>
4530 <trans-unit id="8497774075394617130" datatype="html"> 4785 <trans-unit id="8497774075394617130" datatype="html">
4531 <source>{VAR_PLURAL, plural, =1 {user} other {users}}</source> 4786 <source>{VAR_PLURAL, plural, =1 {user} other {users}}</source>
4532 <target state="new">{VAR_PLURAL, plural, =1 {user} other {users}}</target> 4787 <target state="new">{VAR_PLURAL, plural, =1 {user} other {users}}</target>
4533 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">154</context></context-group>
4534 <context-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><trans-unit id="5620049714977547431" datatype="html"> 4789 </trans-unit>
4535 <source>Signup won't be limited to a fixed number of users.</source><target state="new">Signup won't be limited to a fixed number of users.</target> 4790 <trans-unit id="5620049714977547431" datatype="html">
4536 4791 <source>Signup won't be limited to a fixed number of users.</source>
4537 <context-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"> 4792 <target state="new">Signup won't be limited to a fixed number of users.</target>
4538 <source>Minimum required age to create an account</source><target state="new">Minimum required age to create an account</target> 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">159</context></context-group>
4794 </trans-unit>
4795 <trans-unit id="1663379405062033606" datatype="html">
4796 <source>Minimum required age to create an account</source>
4797 <target state="new">Minimum required age to create an account</target>
4539 <context-group purpose="location"> 4798 <context-group purpose="location">
4540 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context> 4799 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context>
4541 <context context-type="linenumber">163</context> 4800 <context context-type="linenumber">163</context>
4542 </context-group> 4801 </context-group>
4543 </trans-unit><trans-unit id="8342879272354516454" datatype="html"> 4802 </trans-unit>
4544 <source>{VAR_PLURAL, plural, =1 {year old} other {years old}}</source><target state="new">{VAR_PLURAL, plural, =1 {year old} other {years old}}</target> 4803 <trans-unit id="8342879272354516454" datatype="html">
4804 <source>{VAR_PLURAL, plural, =1 {year old} other {years old}}</source>
4805 <target state="new">{VAR_PLURAL, plural, =1 {year old} other {years old}}</target>
4545 <context-group purpose="location"> 4806 <context-group purpose="location">
4546 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context> 4807 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context>
4547 <context context-type="linenumber">170</context> 4808 <context context-type="linenumber">170</context>
@@ -4550,8 +4811,8 @@ The link will expire within 1 hour.</source>
4550 <trans-unit id="7456307533995141215" datatype="html"> 4811 <trans-unit id="7456307533995141215" datatype="html">
4551 <source>Enable Signup</source> 4812 <source>Enable Signup</source>
4552 <target state="new">Enable Signup</target> 4813 <target state="new">Enable Signup</target>
4553 4814 <context-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>
4554 <context-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> 4815 </trans-unit>
4555 <trans-unit id="4555457172864212828"> 4816 <trans-unit id="4555457172864212828">
4556 <source>Users</source> 4817 <source>Users</source>
4557 <target>Usuaris</target> 4818 <target>Usuaris</target>
@@ -4608,299 +4869,322 @@ The link will expire within 1 hour.</source>
4608 <trans-unit id="502260296951057925" datatype="html"> 4869 <trans-unit id="502260296951057925" datatype="html">
4609 <source>Default video quota per user</source> 4870 <source>Default video quota per user</source>
4610 <target state="new">Default video quota per user</target> 4871 <target state="new">Default video quota per user</target>
4611 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>
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">182</context></context-group></trans-unit><trans-unit id="7169210802367807492" datatype="html"> 4873 </trans-unit>
4613 <source>bytes</source><target state="new">bytes</target> 4874 <trans-unit id="7169210802367807492" datatype="html">
4614 4875 <source>bytes</source>
4615 4876 <target state="new">bytes</target>
4616 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">188</context></context-group>
4617 4878 <context-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>
4618 4879 <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>
4619 4880 <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>
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">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> 4881 <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/users/user-edit/user-edit.component.html</context><context context-type="linenumber">178</context></context-group>
4883 </trans-unit>
4621 <trans-unit id="8509882464852636851" datatype="html"> 4884 <trans-unit id="8509882464852636851" datatype="html">
4622 <source>Default daily upload limit per user</source> 4885 <source>Default daily upload limit per user</source>
4623 <target state="new">Default daily upload limit per user</target> 4886 <target state="new">Default daily upload limit per user</target>
4624 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>
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">196</context></context-group></trans-unit> 4888 </trans-unit>
4626
4627 <trans-unit id="4719342289581047890" datatype="html"> 4889 <trans-unit id="4719342289581047890" datatype="html">
4628 <source>Allow import with a torrent file or a magnet URI</source> 4890 <source>Allow import with a torrent file or a magnet URI</source>
4629 <target state="new">Allow import with a torrent file or a magnet URI</target> 4891 <target state="new">Allow import with a torrent file or a magnet URI</target>
4630 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>
4631 <context-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> 4893 </trans-unit>
4632 <trans-unit id="3950258704315544174" datatype="html"> 4894 <trans-unit id="3950258704315544174" datatype="html">
4633 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 4895 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4634 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 4896 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
4635 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>
4636 <context-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> 4898 </trans-unit>
4637 <trans-unit id="3428986951244800347" datatype="html"> 4899 <trans-unit id="3428986951244800347" datatype="html">
4638 <source>Block new videos automatically</source> 4900 <source>Block new videos automatically</source>
4639 <target state="new">Block new videos automatically</target> 4901 <target state="new">Block new videos automatically</target>
4640 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>
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">260</context></context-group></trans-unit> 4903 </trans-unit>
4642 <trans-unit id="2054846790157376783" datatype="html"> 4904 <trans-unit id="2054846790157376783" datatype="html">
4643 <source>SEARCH</source> 4905 <source>SEARCH</source>
4644 <target state="new">SEARCH</target> 4906 <target state="new">SEARCH</target>
4645 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>
4646 <context-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> 4908 </trans-unit>
4647 <trans-unit id="3442084803796199253" datatype="html"> 4909 <trans-unit id="3442084803796199253" datatype="html">
4648 <source>Allow users to do remote URI/handle search</source> 4910 <source>Allow users to do remote URI/handle search</source>
4649 <target state="new">Allow users to do remote URI/handle search</target> 4911 <target state="new">Allow users to do remote URI/handle search</target>
4650 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>
4651 <context-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> 4913 </trans-unit>
4652 <trans-unit id="2258148539285928012" datatype="html"> 4914 <trans-unit id="2258148539285928012" datatype="html">
4653 <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 <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>
4654 <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 <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>
4655 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>
4656 <context-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> 4918 </trans-unit>
4657 <trans-unit id="7295422540935146771" datatype="html"> 4919 <trans-unit id="7295422540935146771" datatype="html">
4658 <source>Allow anonymous to do remote URI/handle search</source> 4920 <source>Allow anonymous to do remote URI/handle search</source>
4659 <target state="new">Allow anonymous to do remote URI/handle search</target> 4921 <target state="new">Allow anonymous to do remote URI/handle search</target>
4660 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>
4661 <context-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> 4923 </trans-unit>
4662 <trans-unit id="7305237807882754643" datatype="html"> 4924 <trans-unit id="7305237807882754643" datatype="html">
4663 <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 <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>
4664 <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 <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>
4665 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>
4666 <context-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> 4928 </trans-unit>
4667 <trans-unit id="5273935530181504015" datatype="html"> 4929 <trans-unit id="5273935530181504015" datatype="html">
4668 <source>⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select.</source> 4930 <source>⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select.</source>
4669 <target state="new">⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select.</target> 4931 <target state="new">⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select.</target>
4670 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>
4671 <context-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><trans-unit id="1886227550697837417" datatype="html"> 4933 </trans-unit>
4672 <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><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> 4934 <trans-unit id="1886227550697837417" datatype="html">
4673 4935 <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>
4674 <context-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> 4936 <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>
4675 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>
4938 </trans-unit>
4676 <trans-unit id="2331464426553277323" datatype="html"> 4939 <trans-unit id="2331464426553277323" datatype="html">
4677 <source>Search index URL</source> 4940 <source>Search index URL</source>
4678 <target state="new">Search index URL</target> 4941 <target state="new">Search index URL</target>
4679 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>
4680 <context-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> 4943 </trans-unit>
4681 <trans-unit id="8524278911521465398" datatype="html"> 4944 <trans-unit id="8524278911521465398" datatype="html">
4682 <source>Disable local search in search bar</source> 4945 <source>Disable local search in search bar</source>
4683 <target state="new">Disable local search in search bar</target> 4946 <target state="new">Disable local search in search bar</target>
4684 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>
4685 <context-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> 4948 </trans-unit>
4686 <trans-unit id="6568991917245875948" datatype="html"> 4949 <trans-unit id="6568991917245875948" datatype="html">
4687 <source>Otherwise the local search stays used by default</source> 4950 <source>Otherwise the local search stays used by default</source>
4688 <target state="new">Otherwise the local search stays used by default</target> 4951 <target state="new">Otherwise the local search stays used by default</target>
4689 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>
4690 <context-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> 4953 </trans-unit>
4691 <trans-unit id="4444955208013675027" datatype="html"> 4954 <trans-unit id="4444955208013675027" datatype="html">
4692 <source>Search bar uses the global search index by default</source> 4955 <source>Search bar uses the global search index by default</source>
4693 <target state="new">Search bar uses the global search index by default</target> 4956 <target state="new">Search bar uses the global search index by default</target>
4694 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>
4695 <context-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> 4958 </trans-unit>
4696 <trans-unit id="6476750382562952780" datatype="html"> 4959 <trans-unit id="6476750382562952780" datatype="html">
4697 <source>Enable global search</source> 4960 <source>Enable global search</source>
4698 <target state="new">Enable global search</target> 4961 <target state="new">Enable global search</target>
4699 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>
4700 <context-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> 4963 </trans-unit>
4701 <trans-unit id="836183323506117145" datatype="html"> 4964 <trans-unit id="836183323506117145" datatype="html">
4702 <source>FEDERATION</source> 4965 <source>FEDERATION</source>
4703 <target state="new">FEDERATION</target> 4966 <target state="new">FEDERATION</target>
4704 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>
4705 <context-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><trans-unit id="252719899360434356" datatype="html"> 4968 </trans-unit>
4706 <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><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> 4969 <trans-unit id="252719899360434356" datatype="html">
4707 4970 <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>
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">368</context></context-group></trans-unit> 4971 <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>
4709 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>
4973 </trans-unit>
4710 <trans-unit id="9119248927271669654" datatype="html"> 4974 <trans-unit id="9119248927271669654" datatype="html">
4711 <source>Other instances can follow yours</source> 4975 <source>Other instances can follow yours</source>
4712 <target state="new">Other instances can follow yours</target> 4976 <target state="new">Other instances can follow yours</target>
4713 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>
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">380</context></context-group></trans-unit> 4978 </trans-unit>
4715 <trans-unit id="7015551137649102649" datatype="html"> 4979 <trans-unit id="7015551137649102649" datatype="html">
4716 <source>Manually approve new instance followers</source> 4980 <source>Manually approve new instance followers</source>
4717 <target state="new">Manually approve new instance followers</target> 4981 <target state="new">Manually approve new instance followers</target>
4718 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>
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">387</context></context-group></trans-unit> 4983 </trans-unit>
4720 <trans-unit id="4803992993548153434" datatype="html"> 4984 <trans-unit id="4803992993548153434" datatype="html">
4721 <source>Automatically follow back instances</source> 4985 <source>Automatically follow back instances</source>
4722 <target state="new">Automatically follow back instances</target> 4986 <target state="new">Automatically follow back instances</target>
4723 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>
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">400</context></context-group></trans-unit> 4988 </trans-unit>
4725
4726 <trans-unit id="2092224316392295720" datatype="html"> 4989 <trans-unit id="2092224316392295720" datatype="html">
4727 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4990 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
4728 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 4991 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target>
4729 4992 <context-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>
4730 4993 <context-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>
4731 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">416</context></context-group>
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">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> 4995 </trans-unit>
4733 <trans-unit id="1718269478813020014" datatype="html"> 4996 <trans-unit id="1718269478813020014" datatype="html">
4734 <source>Index URL</source> 4997 <source>Index URL</source>
4735 <target state="new">Index URL</target> 4998 <target state="new">Index URL</target>
4736 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>
4737 <context-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> 5000 </trans-unit>
4738 <trans-unit id="173263206605027981" datatype="html"> 5001 <trans-unit id="173263206605027981" datatype="html">
4739 <source>Automatically follow instances of a public index</source> 5002 <source>Automatically follow instances of a public index</source>
4740 <target state="new">Automatically follow instances of a public index</target> 5003 <target state="new">Automatically follow instances of a public index</target>
4741 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>
4742 <context-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><trans-unit id="9076632742417302918" datatype="html"> 5005 </trans-unit>
4743 <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><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> 5006 <trans-unit id="9076632742417302918" datatype="html">
4744 5007 <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>
4745 <context-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> 5008 <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>
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>
5010 </trans-unit>
4746 <trans-unit id="3946988229617310200" datatype="html"> 5011 <trans-unit id="3946988229617310200" datatype="html">
4747 <source>ADMINISTRATORS</source> 5012 <source>ADMINISTRATORS</source>
4748 <target state="new">ADMINISTRATORS</target> 5013 <target state="new">ADMINISTRATORS</target>
4749 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>
4750 <context-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> 5015 </trans-unit>
4751 <trans-unit id="2149300564474427551"> 5016 <trans-unit id="2149300564474427551">
4752 <source>Administrator</source> 5017 <source>Administrator</source>
4753 <target>Administrador</target> 5018 <target>Administrador</target>
4754 5019 <context-group purpose="location"><context context-type="sourcefile">src/app/core/users/user.service.ts</context><context context-type="linenumber">406</context></context-group>
4755 <context-group purpose="location"><context context-type="sourcefile">src/app/core/users/user.service.ts</context><context context-type="linenumber">406</context></context-group></trans-unit> 5020 </trans-unit>
4756 <trans-unit id="3171683206914962995"> 5021 <trans-unit id="3171683206914962995">
4757 <source>Admin email</source> 5022 <source>Admin email</source>
4758 <target>Correu del Administrador</target> 5023 <target>Correu del Administrador</target>
4759 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>
4760 <context-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> 5025 </trans-unit>
4761 <trans-unit id="4722881456283329321" datatype="html"> 5026 <trans-unit id="4722881456283329321" datatype="html">
4762 <source>Enable contact form</source> 5027 <source>Enable contact form</source>
4763 <target state="new">Enable contact form</target> 5028 <target state="new">Enable contact form</target>
4764 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>
4765 <context-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> 5030 </trans-unit>
4766 <trans-unit id="5926348345797688952" datatype="html"> 5031 <trans-unit id="5926348345797688952" datatype="html">
4767 <source>VOD Transcoding</source><target state="new">VOD Transcoding</target> 5032 <source>VOD Transcoding</source>
4768 5033 <target state="new">VOD Transcoding</target>
4769 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit> 5034 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">33</context></context-group>
4770 5035 </trans-unit>
4771 <trans-unit id="1765095834299337775" datatype="html"> 5036 <trans-unit id="1765095834299337775" datatype="html">
4772 <source>TWITTER</source> 5037 <source>TWITTER</source>
4773 <target state="new">TWITTER</target> 5038 <target state="new">TWITTER</target>
4774 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>
4775 <context-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><trans-unit id="3202133522706129143" datatype="html"> 5040 </trans-unit>
4776 <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><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> 5041 <trans-unit id="3202133522706129143" datatype="html">
4777 5042 <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>
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">475</context></context-group></trans-unit> 5043 <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>
4779 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>
5045 </trans-unit>
4780 <trans-unit id="4087837092261487511"> 5046 <trans-unit id="4087837092261487511">
4781 <source>Your Twitter username</source> 5047 <source>Your Twitter username</source>
4782 <target>El teu nom d'usuari de Twitter</target> 5048 <target>El teu nom d'usuari de Twitter</target>
4783 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>
4784 <context-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> 5050 </trans-unit>
4785 <trans-unit id="5648651824279408711" datatype="html"> 5051 <trans-unit id="5648651824279408711" datatype="html">
4786 <source>Instance allowed by Twitter</source> 5052 <source>Instance allowed by Twitter</source>
4787 <target state="new">Instance allowed by Twitter</target> 5053 <target state="new">Instance allowed by Twitter</target>
4788 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>
4789 <context-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"> 5055 </trans-unit>
4790 <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> 5056 <trans-unit id="2076338542820061819" datatype="html">
4791 5057 <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>
4792 <context-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> 5058 <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>
4793 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>
5060 </trans-unit>
4794 <trans-unit id="493135676263039396" datatype="html"> 5061 <trans-unit id="493135676263039396" datatype="html">
4795 <source>LIVE</source> 5062 <source>LIVE</source>
4796 <target state="new">LIVE</target> 5063 <target state="new">LIVE</target>
4797 5064 <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">5</context></context-group>
4798 5065 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-thumbnail/video-thumbnail.component.html</context><context context-type="linenumber">31</context></context-group>
4799 <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">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-thumbnail/video-thumbnail.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="1429138002697017359" datatype="html"> 5066 </trans-unit>
4800 <source> Enable users of your instance to stream live. </source><target state="new"> Enable users of your instance to stream live. </target> 5067 <trans-unit id="1429138002697017359" datatype="html">
5068 <source>Enable users of your instance to stream live.</source>
5069 <target state="new"> Enable users of your instance to stream live. </target>
4801 <context-group purpose="location"> 5070 <context-group purpose="location">
4802 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html</context> 5071 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html</context>
4803 <context context-type="linenumber">7,8</context> 5072 <context context-type="linenumber">7,8</context>
4804 </context-group> 5073 </context-group>
4805 </trans-unit> 5074 </trans-unit>
4806 <trans-unit id="8894612824234881672" datatype="html"> 5075 <trans-unit id="8894612824234881672" datatype="html">
4807 <source>⚠️ Enabling live streaming requires trust in your users and extra moderation work</source><target state="new">⚠️ Enabling live streaming requires trust in your users and extra moderation work</target> 5076 <source>⚠️ Enabling live streaming requires trust in your users and extra moderation work</source>
4808 5077 <target state="new">⚠️ Enabling live streaming requires trust in your users and extra moderation work</target>
4809 <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">22</context></context-group></trans-unit><trans-unit id="5205613575147327732" datatype="html"> 5078 <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">22</context></context-group>
4810 <source>If enabled, your server needs to accept incoming TCP traffic on port <x id="INTERPOLATION" equiv-text="{{ getLiveRTMPPort() }}"/></source><target state="new">If enabled, your server needs to accept incoming TCP traffic on port <x id="INTERPOLATION" equiv-text="{{ getLiveRTMPPort() }}"/></target> 5079 </trans-unit>
5080 <trans-unit id="5205613575147327732" datatype="html">
5081 <source>If enabled, your server needs to accept incoming TCP traffic on port <x id="INTERPOLATION" equiv-text="{{ getLiveRTMPPort() }}"/></source>
5082 <target state="new">If enabled, your server needs to accept incoming TCP traffic on port <x id="INTERPOLATION" equiv-text="{{ getLiveRTMPPort() }}"/></target>
4811 <context-group purpose="location"> 5083 <context-group purpose="location">
4812 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html</context> 5084 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html</context>
4813 <context context-type="linenumber">23</context> 5085 <context context-type="linenumber">23</context>
4814 </context-group> 5086 </context-group>
4815 </trans-unit> 5087 </trans-unit>
4816
4817 <trans-unit id="6421580347313273983" datatype="html"> 5088 <trans-unit id="6421580347313273983" datatype="html">
4818 <source>Allow your users to automatically publish a replay of their live</source> 5089 <source>Allow your users to automatically publish a replay of their live</source>
4819 <target state="new">Allow your users to automatically publish a replay of their live</target> 5090 <target state="new">Allow your users to automatically publish a replay of their live</target>
4820 5091 <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">31</context></context-group>
4821 <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">31</context></context-group></trans-unit><trans-unit id="3472969629566153023" datatype="html"> 5092 </trans-unit>
4822 <source> If the user quota is reached, PeerTube will automatically terminate the live streaming </source><target state="new"> If the user quota is reached, PeerTube will automatically terminate the live streaming </target> 5093 <trans-unit id="3472969629566153023" datatype="html">
5094 <source>If the user quota is reached, PeerTube will automatically terminate the live streaming</source>
5095 <target state="new"> If the user quota is reached, PeerTube will automatically terminate the live streaming </target>
4823 <context-group purpose="location"> 5096 <context-group purpose="location">
4824 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html</context> 5097 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html</context>
4825 <context context-type="linenumber">34,35</context> 5098 <context context-type="linenumber">34,35</context>
4826 </context-group> 5099 </context-group>
4827 </trans-unit><trans-unit id="4420104899393268652" datatype="html"> 5100 </trans-unit>
4828 <source> Max simultaneous lives created on your instance <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><target state="new"> Max simultaneous lives created on your instance <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> 5101 <trans-unit id="4420104899393268652" datatype="html">
5102 <source>Max simultaneous lives created on your instance <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>
5103 <target state="new"> Max simultaneous lives created on your instance <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>
4829 <context-group purpose="location"> 5104 <context-group purpose="location">
4830 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html</context> 5105 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html</context>
4831 <context context-type="linenumber">41</context> 5106 <context context-type="linenumber">41</context>
4832 </context-group> 5107 </context-group>
4833 </trans-unit> 5108 </trans-unit>
4834
4835
4836 <trans-unit id="6830777508073747241" datatype="html"> 5109 <trans-unit id="6830777508073747241" datatype="html">
4837 <source>{VAR_PLURAL, plural, =1 {live} other {lives}}</source> 5110 <source>{VAR_PLURAL, plural, =1 {live} other {lives}}</source>
4838 <target state="new">{VAR_PLURAL, plural, =1 {live} other {lives}}</target> 5111 <target state="new">{VAR_PLURAL, plural, =1 {live} other {lives}}</target>
4839 5112 <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>
4840 <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><trans-unit id="7210210728441530221" datatype="html"> 5113 <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>
4841 <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><target state="new"> 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>"/></target> 5114 </trans-unit>
5115 <trans-unit id="7210210728441530221" datatype="html">
5116 <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>
5117 <target state="new"> 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>"/></target>
4842 <context-group purpose="location"> 5118 <context-group purpose="location">
4843 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html</context> 5119 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html</context>
4844 <context context-type="linenumber">54</context> 5120 <context context-type="linenumber">54</context>
4845 </context-group> 5121 </context-group>
4846 </trans-unit> 5122 </trans-unit>
4847
4848 <trans-unit id="6830777508073747241" datatype="html"> 5123 <trans-unit id="6830777508073747241" datatype="html">
4849 <source>{VAR_PLURAL, plural, =1 {live} other {lives}}</source> 5124 <source>{VAR_PLURAL, plural, =1 {live} other {lives}}</source>
4850 <target state="new">{VAR_PLURAL, plural, =1 {live} other {lives}}</target> 5125 <target state="new">{VAR_PLURAL, plural, =1 {live} other {lives}}</target>
4851 5126 <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>
4852 <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> 5127 </trans-unit>
4853 <trans-unit id="1521259619066122077" datatype="html"> 5128 <trans-unit id="1521259619066122077" datatype="html">
4854 <source>Max live duration</source> 5129 <source>Max live duration</source>
4855 <target state="new">Max live duration</target> 5130 <target state="new">Max live duration</target>
4856 5131 <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">66</context></context-group>
4857 <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">66</context></context-group></trans-unit> 5132 </trans-unit>
4858
4859
4860 <trans-unit id="5309195634424105927" datatype="html"> 5133 <trans-unit id="5309195634424105927" datatype="html">
4861 <source>Live transcoding threads</source> 5134 <source>Live transcoding threads</source>
4862 <target state="new">Live transcoding threads</target> 5135 <target state="new">Live transcoding threads</target>
4863 5136 <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">128</context></context-group>
4864 <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">128</context></context-group></trans-unit><trans-unit id="4240037618955024499" datatype="html"> 5137 </trans-unit>
4865 <source> will claim at most <x id="INTERPOLATION" equiv-text="{{ getTotalTranscodingThreads().value }}"/> <x id="INTERPOLATION_1" equiv-text="{{ getTotalTranscodingThreads().unit }}"/> with VOD transcoding </source><target state="new"> will claim at most <x id="INTERPOLATION" equiv-text="{{ getTotalTranscodingThreads().value }}"/> <x id="INTERPOLATION_1" equiv-text="{{ getTotalTranscodingThreads().unit }}"/> with VOD transcoding </target> 5138 <trans-unit id="4240037618955024499" datatype="html">
5139 <source>will claim at most <x id="INTERPOLATION" equiv-text="{{ getTotalTranscodingThreads().value }}"/> <x id="INTERPOLATION_1" equiv-text="{{ getTotalTranscodingThreads().unit }}"/> with VOD transcoding </source>
5140 <target state="new"> will claim at most <x id="INTERPOLATION" equiv-text="{{ getTotalTranscodingThreads().value }}"/> <x id="INTERPOLATION_1" equiv-text="{{ getTotalTranscodingThreads().unit }}"/> with VOD transcoding </target>
4866 <context-group purpose="location"> 5141 <context-group purpose="location">
4867 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html</context> 5142 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html</context>
4868 <context context-type="linenumber">131,133</context> 5143 <context context-type="linenumber">131,133</context>
4869 </context-group> 5144 </context-group>
4870 </trans-unit><trans-unit id="8489317904250057957" datatype="html"> 5145 </trans-unit>
4871 <source> will claim at least <x id="INTERPOLATION" equiv-text="{{ getTotalTranscodingThreads().value }}"/> <x id="INTERPOLATION_1" equiv-text="{{ getTotalTranscodingThreads().unit }}"/> with VOD transcoding </source><target state="new"> will claim at least <x id="INTERPOLATION" equiv-text="{{ getTotalTranscodingThreads().value }}"/> <x id="INTERPOLATION_1" equiv-text="{{ getTotalTranscodingThreads().unit }}"/> with VOD transcoding </target> 5146 <trans-unit id="8489317904250057957" datatype="html">
5147 <source>will claim at least <x id="INTERPOLATION" equiv-text="{{ getTotalTranscodingThreads().value }}"/> <x id="INTERPOLATION_1" equiv-text="{{ getTotalTranscodingThreads().unit }}"/> with VOD transcoding </source>
5148 <target state="new"> will claim at least <x id="INTERPOLATION" equiv-text="{{ getTotalTranscodingThreads().value }}"/> <x id="INTERPOLATION_1" equiv-text="{{ getTotalTranscodingThreads().unit }}"/> with VOD transcoding </target>
4872 <context-group purpose="location"> 5149 <context-group purpose="location">
4873 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html</context> 5150 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html</context>
4874 <context context-type="linenumber">135,137</context> 5151 <context context-type="linenumber">135,137</context>
4875 </context-group> 5152 </context-group>
4876 </trans-unit><trans-unit id="1417246074503129277" datatype="html"> 5153 </trans-unit>
4877 <source>Live transcoding profile</source><target state="new">Live transcoding profile</target> 5154 <trans-unit id="1417246074503129277" datatype="html">
4878 5155 <source>Live transcoding profile</source>
4879 <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">150</context></context-group></trans-unit><trans-unit id="8294583621306221742" datatype="html"> 5156 <target state="new">Live transcoding profile</target>
4880 <source>new live transcoding profiles can be added by PeerTube plugins</source><target state="new">new live transcoding profiles can be added by PeerTube plugins</target> 5157 <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">150</context></context-group>
4881 5158 </trans-unit>
4882 <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">151</context></context-group></trans-unit> 5159 <trans-unit id="8294583621306221742" datatype="html">
5160 <source>new live transcoding profiles can be added by PeerTube plugins</source>
5161 <target state="new">new live transcoding profiles can be added by PeerTube plugins</target>
5162 <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">151</context></context-group>
5163 </trans-unit>
4883 <trans-unit id="6727057461851446921" datatype="html"> 5164 <trans-unit id="6727057461851446921" datatype="html">
4884 <source>Live resolutions to generate</source> 5165 <source>Live resolutions to generate</source>
4885 <target state="new">Live resolutions to generate</target> 5166 <target state="new">Live resolutions to generate</target>
4886 5167 <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">107</context></context-group>
4887 <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">107</context></context-group></trans-unit> 5168 </trans-unit>
4888 <trans-unit id="2281161665447607254" datatype="html"> 5169 <trans-unit id="2281161665447607254" datatype="html">
4889 <source>Allow live streaming</source> 5170 <source>Allow live streaming</source>
4890 <target state="new">Allow live streaming</target> 5171 <target state="new">Allow live streaming</target>
4891 5172 <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">18</context></context-group>
4892 <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">18</context></context-group></trans-unit><trans-unit id="6759167469686242835" datatype="html"> 5173 </trans-unit>
4893 <source>Transcoding enabled for live streams</source><target state="new">Transcoding enabled for live streams</target> 5174 <trans-unit id="6759167469686242835" datatype="html">
4894 5175 <source>Transcoding enabled for live streams</source>
4895 <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></trans-unit> 5176 <target state="new">Transcoding enabled for live streams</target>
4896 5177 <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>
5178 </trans-unit>
4897 <trans-unit id="5975271795105968425" datatype="html"> 5179 <trans-unit id="5975271795105968425" datatype="html">
4898 <source>Live streaming</source> 5180 <source>Live streaming</source>
4899 <target state="new">Live streaming</target> 5181 <target state="new">Live streaming</target>
4900 5182 <context-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>
4901 5183 <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>
4902 <context-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"> 5184 </trans-unit>
4903 <source>Advanced</source><target state="new">Advanced</target> 5185 <trans-unit id="6201638315245239510" datatype="html">
5186 <source>Advanced</source>
5187 <target state="new">Advanced</target>
4904 <context-group purpose="location"> 5188 <context-group purpose="location">
4905 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5189 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4906 <context context-type="linenumber">51</context> 5190 <context context-type="linenumber">51</context>
@@ -4909,80 +5193,94 @@ The link will expire within 1 hour.</source>
4909 <trans-unit id="7911929966701561067" datatype="html"> 5193 <trans-unit id="7911929966701561067" datatype="html">
4910 <source>TRANSCODING</source> 5194 <source>TRANSCODING</source>
4911 <target state="new">TRANSCODING</target> 5195 <target state="new">TRANSCODING</target>
4912 5196 <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">85</context></context-group>
4913 <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">85</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">26</context></context-group></trans-unit><trans-unit id="8212237880239644112" datatype="html"> 5197 <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">26</context></context-group>
4914 <source> Same as VOD transcoding, transcoding live streams so that they are in a streamable form that any device can play. Requires a beefy CPU, and then some. </source><target state="new"> Same as VOD transcoding, transcoding live streams so that they are in a streamable form that any device can play. Requires a beefy CPU, and then some. </target> 5198 </trans-unit>
5199 <trans-unit id="8212237880239644112" datatype="html">
5200 <source>Same as VOD transcoding, transcoding live streams so that they are in a streamable form that any device can play. Requires a beefy CPU, and then some.</source>
5201 <target state="new"> Same as VOD transcoding, transcoding live streams so that they are in a streamable form that any device can play. Requires a beefy CPU, and then some. </target>
4915 <context-group purpose="location"> 5202 <context-group purpose="location">
4916 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html</context> 5203 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html</context>
4917 <context context-type="linenumber">87,88</context> 5204 <context context-type="linenumber">87,88</context>
4918 </context-group> 5205 </context-group>
4919 </trans-unit> 5206 </trans-unit>
4920 <trans-unit id="3444148141968928069" datatype="html"> 5207 <trans-unit id="3444148141968928069" datatype="html">
4921 <source>Input formats</source><target state="new">Input formats</target> 5208 <source>Input formats</source>
4922 5209 <target state="new">Input formats</target>
4923 <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">46</context></context-group></trans-unit> 5210 <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">46</context></context-group>
5211 </trans-unit>
4924 <trans-unit id="4560217482714993155"> 5212 <trans-unit id="4560217482714993155">
4925 <source>Transcoding enabled</source> 5213 <source>Transcoding enabled</source>
4926 <target>Transcodificació activada</target> 5214 <target>Transcodificació activada</target>
4927 5215 <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">40</context></context-group>
4928 <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">40</context></context-group></trans-unit> 5216 </trans-unit>
4929
4930
4931
4932 <trans-unit id="7452751710576287271" datatype="html"> 5217 <trans-unit id="7452751710576287271" datatype="html">
4933 <source>Allow additional extensions</source> 5218 <source>Allow additional extensions</source>
4934 <target state="new">Allow additional extensions</target> 5219 <target state="new">Allow additional extensions</target>
4935 5220 <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">51</context></context-group>
4936 <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">51</context></context-group></trans-unit><trans-unit id="2150024911136171" datatype="html"> 5221 </trans-unit>
4937 <source>Allows users to upload <x id="INTERPOLATION" equiv-text="{{ additionalVideoExtensions }}"/> videos.</source><target state="new">Allows users to upload <x id="INTERPOLATION" equiv-text="{{ additionalVideoExtensions }}"/> videos.</target> 5222 <trans-unit id="2150024911136171" datatype="html">
5223 <source>Allows users to upload <x id="INTERPOLATION" equiv-text="{{ additionalVideoExtensions }}"/> videos.</source>
5224 <target state="new">Allows users to upload <x id="INTERPOLATION" equiv-text="{{ additionalVideoExtensions }}"/> videos.</target>
4938 <context-group purpose="location"> 5225 <context-group purpose="location">
4939 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html</context> 5226 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html</context>
4940 <context context-type="linenumber">54</context> 5227 <context context-type="linenumber">54</context>
4941 </context-group> 5228 </context-group>
4942 </trans-unit> 5229 </trans-unit>
4943
4944 <trans-unit id="1823941382992046371" datatype="html"> 5230 <trans-unit id="1823941382992046371" datatype="html">
4945 <source>Allow audio files upload</source> 5231 <source>Allow audio files upload</source>
4946 <target state="translated">Permet la pujada de fitxers d'àudio</target> 5232 <target state="translated">Permet la pujada de fitxers d'àudio</target>
4947 5233 <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">62</context></context-group>
4948 <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">62</context></context-group></trans-unit><trans-unit id="8340360585610503574" datatype="html"> 5234 </trans-unit>
4949 <source>Allows users to upload .mp3, .ogg, .wma, .flac, .aac, or .ac3 audio files.</source><target state="new">Allows users to upload .mp3, .ogg, .wma, .flac, .aac, or .ac3 audio files.</target> 5235 <trans-unit id="8340360585610503574" datatype="html">
4950 5236 <source>Allows users to upload .mp3, .ogg, .wma, .flac, .aac, or .ac3 audio files.</source>
4951 <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">65</context></context-group></trans-unit><trans-unit id="5867513506373651775" datatype="html"> 5237 <target state="new">Allows users to upload .mp3, .ogg, .wma, .flac, .aac, or .ac3 audio files.</target>
4952 <source>The file will be merged in a still image video with the preview file on upload.</source><target state="new">The file will be merged in a still image video with the preview file on upload.</target> 5238 <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">65</context></context-group>
4953 5239 </trans-unit>
4954 <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></trans-unit><trans-unit id="2036818807823848377" datatype="html"> 5240 <trans-unit id="5867513506373651775" datatype="html">
4955 <source>Output formats</source><target state="new">Output formats</target> 5241 <source>The file will be merged in a still image video with the preview file on upload.</source>
4956 5242 <target state="new">The file will be merged in a still image video with the preview file on upload.</target>
4957 <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">73</context></context-group></trans-unit><trans-unit id="522057769554096255" datatype="html"> 5243 <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>
4958 <source>WebTorrent enabled</source><target state="new">WebTorrent enabled</target> 5244 </trans-unit>
4959 5245 <trans-unit id="2036818807823848377" datatype="html">
4960 <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">79</context></context-group></trans-unit><trans-unit id="8373385486403101567" datatype="html"> 5246 <source>Output formats</source>
4961 <source>If you also enabled HLS support, it will multiply videos storage by 2</source><target state="new">If you also enabled HLS support, it will multiply videos storage by 2</target> 5247 <target state="new">Output formats</target>
5248 <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">73</context></context-group>
5249 </trans-unit>
5250 <trans-unit id="522057769554096255" datatype="html">
5251 <source>WebTorrent enabled</source>
5252 <target state="new">WebTorrent enabled</target>
5253 <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">79</context></context-group>
5254 </trans-unit>
5255 <trans-unit id="8373385486403101567" datatype="html">
5256 <source>If you also enabled HLS support, it will multiply videos storage by 2</source>
5257 <target state="new">If you also enabled HLS support, it will multiply videos storage by 2</target>
4962 <context-group purpose="location"> 5258 <context-group purpose="location">
4963 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html</context> 5259 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html</context>
4964 <context context-type="linenumber">83</context> 5260 <context context-type="linenumber">83</context>
4965 </context-group> 5261 </context-group>
4966 </trans-unit> 5262 </trans-unit>
4967
4968
4969 <trans-unit id="3839590624406770455" datatype="html"> 5263 <trans-unit id="3839590624406770455" datatype="html">
4970 <source>HLS with P2P support enabled</source> 5264 <source>HLS with P2P support enabled</source>
4971 <target state="new">HLS with P2P support enabled</target> 5265 <target state="new">HLS with P2P support enabled</target>
4972 5266 <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">94</context></context-group>
4973 <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">94</context></context-group></trans-unit><trans-unit id="7334484418359079994" datatype="html"> 5267 </trans-unit>
4974 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/><x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with plain WebTorrent:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/><x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul> 5268 <trans-unit id="7334484418359079994" datatype="html">
4975 "/><x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/><x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback especially with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/><x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/><x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/><x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/></source><target state="new"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/><x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with plain WebTorrent:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/><x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul> 5269 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/><x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with plain WebTorrent:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/><x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul> "/><x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/><x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback especially with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/><x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/><x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/><x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/></source>
4976 "/><x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/><x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback especially with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/><x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/><x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/><x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/></target> 5270 <target state="new"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/><x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with plain WebTorrent:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/><x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul> "/><x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/><x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback especially with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/><x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/><x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/><x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/></target>
4977 <context-group purpose="location"> 5271 <context-group purpose="location">
4978 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html</context> 5272 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html</context>
4979 <context context-type="linenumber">99,108</context> 5273 <context context-type="linenumber">99,108</context>
4980 </context-group> 5274 </context-group>
4981 </trans-unit><trans-unit id="4748900450708089645" datatype="html"> 5275 </trans-unit>
4982 <source>Resolutions to generate per enabled format</source><target state="new">Resolutions to generate per enabled format</target> 5276 <trans-unit id="4748900450708089645" datatype="html">
4983 5277 <source>Resolutions to generate per enabled format</source>
4984 <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">116</context></context-group></trans-unit><trans-unit id="5431196295724512251" datatype="html"> 5278 <target state="new">Resolutions to generate per enabled format</target>
4985 <source> The original file resolution will be the default target if no option is selected. </source><target state="new"> The original file resolution will be the default target if no option is selected. </target> 5279 <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">116</context></context-group>
5280 </trans-unit>
5281 <trans-unit id="5431196295724512251" datatype="html">
5282 <source>The original file resolution will be the default target if no option is selected.</source>
5283 <target state="new"> The original file resolution will be the default target if no option is selected. </target>
4986 <context-group purpose="location"> 5284 <context-group purpose="location">
4987 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html</context> 5285 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html</context>
4988 <context context-type="linenumber">132,133</context> 5286 <context context-type="linenumber">132,133</context>
@@ -4991,150 +5289,157 @@ The link will expire within 1 hour.</source>
4991 <trans-unit id="1126867109775813762"> 5289 <trans-unit id="1126867109775813762">
4992 <source>Transcoding threads</source> 5290 <source>Transcoding threads</source>
4993 <target>Subprocessos per la transcodificació</target> 5291 <target>Subprocessos per la transcodificació</target>
4994 5292 <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">144</context></context-group>
4995 <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">144</context></context-group></trans-unit><trans-unit id="7815122216882553289" datatype="html"> 5293 </trans-unit>
4996 <source> will claim at most <x id="INTERPOLATION" equiv-text="{{ getTotalTranscodingThreads().value }}"/> <x id="INTERPOLATION_1" equiv-text="{{ getTotalTranscodingThreads().unit }}"/> with live transcoding </source><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> 5294 <trans-unit id="7815122216882553289" datatype="html">
5295 <source>will claim at most <x id="INTERPOLATION" equiv-text="{{ getTotalTranscodingThreads().value }}"/> <x id="INTERPOLATION_1" equiv-text="{{ getTotalTranscodingThreads().unit }}"/> with live transcoding </source>
5296 <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>
4997 <context-group purpose="location"> 5297 <context-group purpose="location">
4998 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html</context> 5298 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html</context>
4999 <context context-type="linenumber">146,148</context> 5299 <context context-type="linenumber">146,148</context>
5000 </context-group> 5300 </context-group>
5001 </trans-unit><trans-unit id="8685484763568827375" datatype="html"> 5301 </trans-unit>
5002 <source> will claim at least <x id="INTERPOLATION" equiv-text="{{ getTotalTranscodingThreads().value }}"/> <x id="INTERPOLATION_1" equiv-text="{{ getTotalTranscodingThreads().unit }}"/> with live transcoding </source><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> 5302 <trans-unit id="8685484763568827375" datatype="html">
5303 <source>will claim at least <x id="INTERPOLATION" equiv-text="{{ getTotalTranscodingThreads().value }}"/> <x id="INTERPOLATION_1" equiv-text="{{ getTotalTranscodingThreads().unit }}"/> with live transcoding </source>
5304 <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>
5003 <context-group purpose="location"> 5305 <context-group purpose="location">
5004 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html</context> 5306 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html</context>
5005 <context context-type="linenumber">150,152</context> 5307 <context context-type="linenumber">150,152</context>
5006 </context-group> 5308 </context-group>
5007 </trans-unit><trans-unit id="7185278676178506632" datatype="html"> 5309 </trans-unit>
5008 <source>Transcoding jobs concurrency</source><target state="new">Transcoding jobs concurrency</target> 5310 <trans-unit id="7185278676178506632" datatype="html">
5311 <source>Transcoding jobs concurrency</source>
5312 <target state="new">Transcoding jobs concurrency</target>
5009 <context-group purpose="location"> 5313 <context-group purpose="location">
5010 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html</context> 5314 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html</context>
5011 <context context-type="linenumber">166</context> 5315 <context context-type="linenumber">166</context>
5012 </context-group> 5316 </context-group>
5013 </trans-unit><trans-unit id="1969393594784140832" datatype="html"> 5317 </trans-unit>
5014 <source>allows to transcode multiple files in parallel. ⚠️ Requires a PeerTube restart</source><target state="new">allows to transcode multiple files in parallel. ⚠️ Requires a PeerTube restart</target> 5318 <trans-unit id="1969393594784140832" datatype="html">
5319 <source>allows to transcode multiple files in parallel. ⚠️ Requires a PeerTube restart</source>
5320 <target state="new">allows to transcode multiple files in parallel. ⚠️ Requires a PeerTube restart</target>
5015 <context-group purpose="location"> 5321 <context-group purpose="location">
5016 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html</context> 5322 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html</context>
5017 <context context-type="linenumber">167</context> 5323 <context context-type="linenumber">167</context>
5018 </context-group> 5324 </context-group>
5019 </trans-unit><trans-unit id="2184317712452071847" datatype="html"> 5325 </trans-unit>
5020 <source>Transcoding profile</source><target state="new">Transcoding profile</target> 5326 <trans-unit id="2184317712452071847" datatype="html">
5021 5327 <source>Transcoding profile</source>
5022 <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">178</context></context-group></trans-unit><trans-unit id="6289966287765074028" datatype="html"> 5328 <target state="new">Transcoding profile</target>
5023 <source>new transcoding profiles can be added by PeerTube plugins</source><target state="new">new transcoding profiles can be added by PeerTube plugins</target> 5329 <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">178</context></context-group>
5024 5330 </trans-unit>
5025 <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">179</context></context-group></trans-unit> 5331 <trans-unit id="6289966287765074028" datatype="html">
5026 5332 <source>new transcoding profiles can be added by PeerTube plugins</source>
5333 <target state="new">new transcoding profiles can be added by PeerTube plugins</target>
5334 <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">179</context></context-group>
5335 </trans-unit>
5027 <trans-unit id="6879611446286948126" datatype="html"> 5336 <trans-unit id="6879611446286948126" datatype="html">
5028 <source>CACHE</source> 5337 <source>CACHE</source>
5029 <target state="new">CACHE</target> 5338 <target state="new">CACHE</target>
5030 5339 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html</context><context context-type="linenumber">5</context></context-group>
5031 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit><trans-unit id="5511334650211127631" datatype="html"> 5340 </trans-unit>
5032 <source> Some files are not federated, and fetched when necessary. Define their caching policies. </source><target state="new"> Some files are not federated, and fetched when necessary. Define their caching policies. </target> 5341 <trans-unit id="5511334650211127631" datatype="html">
5342 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source>
5343 <target state="new"> Some files are not federated, and fetched when necessary. Define their caching policies. </target>
5033 <context-group purpose="location"> 5344 <context-group purpose="location">
5034 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html</context> 5345 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html</context>
5035 <context context-type="linenumber">7,8</context> 5346 <context context-type="linenumber">7,8</context>
5036 </context-group> 5347 </context-group>
5037 </trans-unit> 5348 </trans-unit>
5038
5039 <trans-unit id="4382565260112874406" datatype="html"> 5349 <trans-unit id="4382565260112874406" datatype="html">
5040 <source>Number of previews to keep in cache</source> 5350 <source>Number of previews to keep in cache</source>
5041 <target state="new">Number of previews to keep in cache</target> 5351 <target state="new">Number of previews to keep in cache</target>
5042 5352 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html</context><context context-type="linenumber">15</context></context-group>
5043 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html</context><context context-type="linenumber">15</context></context-group></trans-unit><trans-unit id="3710881484246327863" datatype="html"> 5353 </trans-unit>
5044 <source>{VAR_PLURAL, plural, =1 {cached image} other {cached images}}</source><target state="new">{VAR_PLURAL, plural, =1 {cached image} other {cached images}}</target> 5354 <trans-unit id="3710881484246327863" datatype="html">
5355 <source>{VAR_PLURAL, plural, =1 {cached image} other {cached images}}</source>
5356 <target state="new">{VAR_PLURAL, plural, =1 {cached image} other {cached images}}</target>
5045 <context-group purpose="location"> 5357 <context-group purpose="location">
5046 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html</context> 5358 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html</context>
5047 <context context-type="linenumber">22</context> 5359 <context context-type="linenumber">22</context>
5048 </context-group> 5360 </context-group>
5049 </trans-unit> 5361 </trans-unit>
5050
5051 <trans-unit id="2279905277031617076" datatype="html"> 5362 <trans-unit id="2279905277031617076" datatype="html">
5052 <source>Number of video captions to keep in cache</source> 5363 <source>Number of video captions to keep in cache</source>
5053 <target state="new">Number of video captions to keep in cache</target> 5364 <target state="new">Number of video captions to keep in cache</target>
5054 5365 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html</context><context context-type="linenumber">29</context></context-group>
5055 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="6193666854590647323" datatype="html"> 5366 </trans-unit>
5056 <source>{VAR_PLURAL, plural, =1 {cached caption} other {cached captions}}</source><target state="new">{VAR_PLURAL, plural, =1 {cached caption} other {cached captions}}</target> 5367 <trans-unit id="6193666854590647323" datatype="html">
5368 <source>{VAR_PLURAL, plural, =1 {cached caption} other {cached captions}}</source>
5369 <target state="new">{VAR_PLURAL, plural, =1 {cached caption} other {cached captions}}</target>
5057 <context-group purpose="location"> 5370 <context-group purpose="location">
5058 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html</context> 5371 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html</context>
5059 <context context-type="linenumber">36</context> 5372 <context context-type="linenumber">36</context>
5060 </context-group> 5373 </context-group>
5061 </trans-unit><trans-unit id="330647913034301472" datatype="html"> 5374 </trans-unit>
5062 <source>Number of video torrents to keep in cache</source><target state="new">Number of video torrents to keep in cache</target> 5375 <trans-unit id="330647913034301472" datatype="html">
5376 <source>Number of video torrents to keep in cache</source>
5377 <target state="new">Number of video torrents to keep in cache</target>
5063 <context-group purpose="location"> 5378 <context-group purpose="location">
5064 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html</context> 5379 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html</context>
5065 <context context-type="linenumber">43</context> 5380 <context context-type="linenumber">43</context>
5066 </context-group> 5381 </context-group>
5067 </trans-unit><trans-unit id="4613961764793311850" datatype="html"> 5382 </trans-unit>
5068 <source>{VAR_PLURAL, plural, =1 {cached torrent} other {cached torrents}}</source><target state="new">{VAR_PLURAL, plural, =1 {cached torrent} other {cached torrents}}</target> 5383 <trans-unit id="4613961764793311850" datatype="html">
5384 <source>{VAR_PLURAL, plural, =1 {cached torrent} other {cached torrents}}</source>
5385 <target state="new">{VAR_PLURAL, plural, =1 {cached torrent} other {cached torrents}}</target>
5069 <context-group purpose="location"> 5386 <context-group purpose="location">
5070 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html</context> 5387 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html</context>
5071 <context context-type="linenumber">50</context> 5388 <context context-type="linenumber">50</context>
5072 </context-group> 5389 </context-group>
5073 </trans-unit> 5390 </trans-unit>
5074
5075 <trans-unit id="2528135865630556778" datatype="html"> 5391 <trans-unit id="2528135865630556778" datatype="html">
5076 <source>CUSTOMIZATIONS</source> 5392 <source>CUSTOMIZATIONS</source>
5077 <target state="new">CUSTOMIZATIONS</target> 5393 <target state="new">CUSTOMIZATIONS</target>
5078 5394 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html</context><context context-type="linenumber">63</context></context-group>
5079 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html</context><context context-type="linenumber">63</context></context-group></trans-unit><trans-unit id="1714039296068260295" datatype="html"> 5395 </trans-unit>
5080 <source> Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. </source><target state="new"> Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. </target> 5396 <trans-unit id="1714039296068260295" datatype="html">
5081 5397 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source>
5082 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit> 5398 <target state="new"> Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. </target>
5083 5399 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html</context><context context-type="linenumber">65</context></context-group>
5400 </trans-unit>
5084 <trans-unit id="6180346896314915203"> 5401 <trans-unit id="6180346896314915203">
5085 <source>JavaScript</source> 5402 <source>JavaScript</source>
5086 <target>JavaScript</target> 5403 <target>JavaScript</target>
5087 5404 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html</context><context context-type="linenumber">74</context></context-group>
5088 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit><trans-unit id="4067880101082150743" datatype="html"> 5405 </trans-unit>
5089 <source> Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/></source><target state="new"> Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/></target> 5406 <trans-unit id="4067880101082150743" datatype="html">
5090 5407 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/></source>
5091 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="5464209657969421100" datatype="html"> 5408 <target state="new"> Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/></target>
5092 <source> Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> 5409 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html</context><context context-type="linenumber">78</context></context-group>
5093"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> 5410 </trans-unit>
5094"/><x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text=" {{ '{' }"/> 5411 <trans-unit id="5464209657969421100" datatype="html">
5412 <source> Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }"/>
5095color: red; 5413color: red;
5096<x id="INTERPOLATION_1" equiv-text=" 5414<x id="INTERPOLATION_1" equiv-text="{{ '}' }"/>
5097{{ '}' }"/> 5415<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }"/>
5098<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em> "/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />
5099"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />
5100"/><x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text=" {{ '{' }"/>
5101color: red; 5416color: red;
5102<x id="INTERPOLATION_1" equiv-text=" 5417<x id="INTERPOLATION_1" equiv-text="{{ '}' }"/>
5103{{ '}' }"/> 5418<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/></source>
5104<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/></source><target state="new"> Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> 5419 <target state="new"> Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text=" {{ '{' }"/>
5105"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />
5106"/><x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text=" {{ '{' }"/>
5107color: red; 5420color: red;
5108<x id="INTERPOLATION_1" equiv-text=" 5421<x id="INTERPOLATION_1" equiv-text=" {{ '}' }"/>
5109{{ '}' }"/> 5422<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em> "/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text=" {{ '{' }"/>
5110<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em> "/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />
5111"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />
5112"/><x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text=" {{ '{' }"/>
5113color: red; 5423color: red;
5114<x id="INTERPOLATION_1" equiv-text=" 5424<x id="INTERPOLATION_1" equiv-text=" {{ '}' }"/>
5115{{ '}' }"/>
5116<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/></target> 5425<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/></target>
5117 5426 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html</context><context context-type="linenumber">97</context></context-group>
5118 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html</context><context context-type="linenumber">97</context></context-group></trans-unit> 5427 </trans-unit>
5119
5120
5121
5122 <trans-unit id="283725429207896837" datatype="html"> 5428 <trans-unit id="283725429207896837" datatype="html">
5123 <source>You cannot allow live replay if you don't enable transcoding.</source> 5429 <source>You cannot allow live replay if you don't enable transcoding.</source>
5124 <target state="new"> You cannot allow live replay if you don't enable transcoding. </target> 5430 <target state="new"> You cannot allow live replay if you don't enable transcoding. </target>
5125 5431 <context-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>
5126 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit> 5432 </trans-unit>
5127 <trans-unit id="8167543029214637769" datatype="html"> 5433 <trans-unit id="8167543029214637769" datatype="html">
5128 <source> There are errors in the form: <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul> 5434 <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>
5129 "/><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><target state="new"> There are errors in the form: <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul> 5435 <target state="new"> 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>"/></target>
5130 "/><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> 5436 <context-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>
5131 5437 </trans-unit>
5132 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">67</context></context-group></trans-unit>
5133 <trans-unit id="1445676851449000175"> 5438 <trans-unit id="1445676851449000175">
5134 <source>Update configuration</source> 5439 <source>Update configuration</source>
5135 <target>Actualitza la configuració</target> 5440 <target>Actualitza la configuració</target>
5136 5441 <context-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>
5137 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit> 5442 </trans-unit>
5138 <trans-unit id="5439158575454281141" datatype="html"> 5443 <trans-unit id="5439158575454281141" datatype="html">
5139 <source>VIDEO SETTINGS</source> 5444 <source>VIDEO SETTINGS</source>
5140 <target state="new">VIDEO SETTINGS</target> 5445 <target state="new">VIDEO SETTINGS</target>
@@ -5163,55 +5468,55 @@ color: red;
5163 <trans-unit id="7752239348028675311" datatype="html"> 5468 <trans-unit id="7752239348028675311" datatype="html">
5164 <source>DANGER ZONE</source> 5469 <source>DANGER ZONE</source>
5165 <target state="new">DANGER ZONE</target> 5470 <target state="new">DANGER ZONE</target>
5166 5471 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">219</context></context-group>
5167 5472 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">219</context></context-group>
5168 5473 <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">77</context></context-group>
5169 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">219</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">219</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">77</context></context-group></trans-unit> 5474 </trans-unit>
5170 <trans-unit id="4915431133669985304"> 5475 <trans-unit id="4915431133669985304">
5171 <source>Profile</source> 5476 <source>Profile</source>
5172 <target>Perfil</target> 5477 <target>Perfil</target>
5173 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>
5174 <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> 5479 </trans-unit>
5175 <trans-unit id="1963136290621768454" datatype="html"> 5480 <trans-unit id="1963136290621768454" datatype="html">
5176 <source>Resolution</source> 5481 <source>Resolution</source>
5177 <target state="new">Resolution</target> 5482 <target state="new">Resolution</target>
5178 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>
5179 <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> 5484 </trans-unit>
5180 <trans-unit id="7814358426066520520" datatype="html"> 5485 <trans-unit id="7814358426066520520" datatype="html">
5181 <source>Aspect ratio</source> 5486 <source>Aspect ratio</source>
5182 <target state="new">Aspect ratio</target> 5487 <target state="new">Aspect ratio</target>
5183 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>
5184 <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> 5489 </trans-unit>
5185 <trans-unit id="44862519224794374" datatype="html"> 5490 <trans-unit id="44862519224794374" datatype="html">
5186 <source>Average frame rate</source> 5491 <source>Average frame rate</source>
5187 <target state="new">Average frame rate</target> 5492 <target state="new">Average frame rate</target>
5188 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>
5189 <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> 5494 </trans-unit>
5190 <trans-unit id="5053683525387462246" datatype="html"> 5495 <trans-unit id="5053683525387462246" datatype="html">
5191 <source>Pixel format</source> 5496 <source>Pixel format</source>
5192 <target state="new">Pixel format</target> 5497 <target state="new">Pixel format</target>
5193 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>
5194 <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> 5499 </trans-unit>
5195 <trans-unit id="7858676566953242358" datatype="html"> 5500 <trans-unit id="7858676566953242358" datatype="html">
5196 <source>Sample rate</source> 5501 <source>Sample rate</source>
5197 <target state="new">Sample rate</target> 5502 <target state="new">Sample rate</target>
5198 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>
5199 <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> 5504 </trans-unit>
5200 <trans-unit id="5403856660543890284" datatype="html"> 5505 <trans-unit id="5403856660543890284" datatype="html">
5201 <source>Channel Layout</source> 5506 <source>Channel Layout</source>
5202 <target state="new">Channel Layout</target> 5507 <target state="new">Channel Layout</target>
5203 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>
5204 <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> 5509 </trans-unit>
5205 <trans-unit id="6460084371385263470"> 5510 <trans-unit id="6460084371385263470">
5206 <source>Video settings</source> 5511 <source>Video settings</source>
5207 <target>Ajustos de vídeo</target> 5512 <target>Ajustos de vídeo</target>
5208 5513 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/quick-settings-modal.component.html</context><context context-type="linenumber">18</context></context-group>
5209 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/quick-settings-modal.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit> 5514 </trans-unit>
5210 <trans-unit id="1288210794011686132" datatype="html"> 5515 <trans-unit id="1288210794011686132" datatype="html">
5211 <source>Interface settings</source> 5516 <source>Interface settings</source>
5212 <target state="new">Interface settings</target> 5517 <target state="new">Interface settings</target>
5213 5518 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/quick-settings-modal.component.html</context><context context-type="linenumber">22</context></context-group>
5214 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/quick-settings-modal.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit> 5519 </trans-unit>
5215 <trans-unit id="6309828574111583895"> 5520 <trans-unit id="6309828574111583895">
5216 <source>Change password</source> 5521 <source>Change password</source>
5217 <target>Canvia contrasenya</target> 5522 <target>Canvia contrasenya</target>
@@ -5221,9 +5526,9 @@ color: red;
5221 <trans-unit id="5340498030552368470" datatype="html"> 5526 <trans-unit id="5340498030552368470" datatype="html">
5222 <source>Current password</source> 5527 <source>Current password</source>
5223 <target state="new">Current password</target> 5528 <target state="new">Current password</target>
5224 5529 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.html</context><context context-type="linenumber">8</context></context-group>
5225 5530 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context><context context-type="linenumber">28</context></context-group>
5226 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.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-change-email/my-account-change-email.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit> 5531 </trans-unit>
5227 <trans-unit id="3588415639242079458"> 5532 <trans-unit id="3588415639242079458">
5228 <source>New password</source> 5533 <source>New password</source>
5229 <target>Contrasenya nova</target> 5534 <target>Contrasenya nova</target>
@@ -5238,20 +5543,21 @@ color: red;
5238 <source>Default policy on videos containing sensitive content</source> 5543 <source>Default policy on videos containing sensitive content</source>
5239 <target>Política predeterminada en vídeos que contenen contingut sensible</target> 5544 <target>Política predeterminada en vídeos que contenen contingut sensible</target>
5240 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.html</context><context context-type="linenumber">4</context></context-group> 5545 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.html</context><context context-type="linenumber">4</context></context-group>
5241 </trans-unit><trans-unit id="7350483582490037954" datatype="html"> 5546 </trans-unit>
5242 <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><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> 5547 <trans-unit id="7350483582490037954" datatype="html">
5548 <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>
5549 <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>
5243 <context-group purpose="location"> 5550 <context-group purpose="location">
5244 <context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.html</context> 5551 <context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.html</context>
5245 <context context-type="linenumber">8,9</context> 5552 <context context-type="linenumber">8,9</context>
5246 </context-group> 5553 </context-group>
5247 </trans-unit> 5554 </trans-unit>
5248
5249 <trans-unit id="4409859601539810260" datatype="html"> 5555 <trans-unit id="4409859601539810260" datatype="html">
5250 <source>Policy for sensitive videos</source> 5556 <source>Policy for sensitive videos</source>
5251 <target state="new">Policy for sensitive videos</target> 5557 <target state="new">Policy for sensitive videos</target>
5252 5558 <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>
5253 5559 <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>
5254 <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> 5560 </trans-unit>
5255 <trans-unit id="2864176699435587977" datatype="html"> 5561 <trans-unit id="2864176699435587977" datatype="html">
5256 <source>Only display videos in the following languages/subtitles</source> 5562 <source>Only display videos in the following languages/subtitles</source>
5257 <target state="new">Only display videos in the following languages/subtitles</target> 5563 <target state="new">Only display videos in the following languages/subtitles</target>
@@ -5265,10 +5571,9 @@ color: red;
5265 <trans-unit id="2658703380934466003" datatype="html"> 5571 <trans-unit id="2658703380934466003" datatype="html">
5266 <source>Add a new language</source> 5572 <source>Add a new language</source>
5267 <target state="new">Add a new language</target> 5573 <target state="new">Add a new language</target>
5268 5574 <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>
5269 5575 <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>
5270 <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> 5576 </trans-unit>
5271
5272 <trans-unit id="1530331428384894781" datatype="html"> 5577 <trans-unit id="1530331428384894781" datatype="html">
5273 <source><x id="START_TAG_SPAN"/><x id="INTERPOLATION"/><x id="CLOSE_TAG_SPAN"/> is awaiting email verification </source> 5578 <source><x id="START_TAG_SPAN"/><x id="INTERPOLATION"/><x id="CLOSE_TAG_SPAN"/> is awaiting email verification </source>
5274 <target state="new"> 5579 <target state="new">
@@ -5277,24 +5582,24 @@ color: red;
5277 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification 5582 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification
5278 5583
5279 </target> 5584 </target>
5280 5585 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context><context context-type="linenumber">10</context></context-group>
5281 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 5586 </trans-unit>
5282 <trans-unit id="264068562357780835" datatype="html"> 5587 <trans-unit id="264068562357780835" datatype="html">
5283 <source>New email</source> 5588 <source>New email</source>
5284 <target state="new">New email</target> 5589 <target state="new">New email</target>
5285 5590 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context><context context-type="linenumber">17</context></context-group>
5286 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit> 5591 </trans-unit>
5287 <trans-unit id="3000005804987112527" datatype="html"> 5592 <trans-unit id="3000005804987112527" datatype="html">
5288 <source>Change email</source> 5593 <source>Change email</source>
5289 <target state="new">Change email</target> 5594 <target state="new">Change email</target>
5290 5595 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context><context context-type="linenumber">36</context></context-group>
5291 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context><context context-type="linenumber">36</context></context-group></trans-unit> 5596 </trans-unit>
5292 <trans-unit id="7103588127254721505" datatype="html"> 5597 <trans-unit id="7103588127254721505" datatype="html">
5293 <source>Theme</source> 5598 <source>Theme</source>
5294 <target state="new">Theme</target> 5599 <target state="new">Theme</target>
5295 5600 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">14</context></context-group>
5296 5601 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group>
5297 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-interface-settings.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit> 5602 </trans-unit>
5298 <trans-unit id="4541462271161741535" datatype="html"> 5603 <trans-unit id="4541462271161741535" datatype="html">
5299 <source>instance default</source> 5604 <source>instance default</source>
5300 <target state="new">instance default</target> 5605 <target state="new">instance default</target>
@@ -5308,29 +5613,39 @@ color: red;
5308 <trans-unit id="4844578664427956129" datatype="html"> 5613 <trans-unit id="4844578664427956129" datatype="html">
5309 <source>Change ownership</source> 5614 <source>Change ownership</source>
5310 <target state="new">Change ownership</target> 5615 <target state="new">Change ownership</target>
5311 5616 <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>
5312 <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> 5617 <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>
5618 </trans-unit>
5313 <trans-unit id="4561174610228620528" datatype="html"> 5619 <trans-unit id="4561174610228620528" datatype="html">
5314 <source>Select the next owner</source> 5620 <source>Select the next owner</source>
5315 <target state="new">Select the next owner</target> 5621 <target state="new">Select the next owner</target>
5316 <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">10</context></context-group> 5622 <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">10</context></context-group>
5317 </trans-unit> 5623 </trans-unit>
5318 <trans-unit id="1788875035518441092" datatype="html"> 5624 <trans-unit id="1788875035518441092" datatype="html">
5319 <source>Last published first</source><target state="new">Last published first</target> 5625 <source>Last published first</source>
5320 5626 <target state="new">Last published first</target>
5321 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="4541072509002204177" datatype="html"> 5627 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">27</context></context-group>
5322 <source>Last created first</source><target state="new">Last created first</target> 5628 </trans-unit>
5323 5629 <trans-unit id="4541072509002204177" datatype="html">
5324 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit><trans-unit id="1142493792593089647" datatype="html"> 5630 <source>Last created first</source>
5325 <source>Most viewed first</source><target state="new">Most viewed first</target> 5631 <target state="new">Last created first</target>
5326 5632 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">28</context></context-group>
5327 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8108088952881606566" datatype="html"> 5633 </trans-unit>
5328 <source>Most liked first</source><target state="new">Most liked first</target> 5634 <trans-unit id="1142493792593089647" datatype="html">
5329 5635 <source>Most viewed first</source>
5330 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="2782422473180760140" datatype="html"> 5636 <target state="new">Most viewed first</target>
5331 <source>Longest first</source><target state="new">Longest first</target> 5637 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">29</context></context-group>
5332 5638 </trans-unit>
5333 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 5639 <trans-unit id="8108088952881606566" datatype="html">
5640 <source>Most liked first</source>
5641 <target state="new">Most liked first</target>
5642 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">30</context></context-group>
5643 </trans-unit>
5644 <trans-unit id="2782422473180760140" datatype="html">
5645 <source>Longest first</source>
5646 <target state="new">Longest first</target>
5647 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">31</context></context-group>
5648 </trans-unit>
5334 <trans-unit id="8714145624854863455" datatype="html"> 5649 <trans-unit id="8714145624854863455" datatype="html">
5335 <source>Accept ownership</source> 5650 <source>Accept ownership</source>
5336 <target state="new">Accept ownership</target> 5651 <target state="new">Accept ownership</target>
@@ -5341,7 +5656,6 @@ color: red;
5341 <target state="new">Select a channel to receive the video</target> 5656 <target state="new">Select a channel to receive the video</target>
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> 5657 <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>
5343 </trans-unit> 5658 </trans-unit>
5344
5345 <trans-unit id="3610344835750059476" datatype="html"> 5659 <trans-unit id="3610344835750059476" datatype="html">
5346 <source>My ownership changes</source> 5660 <source>My ownership changes</source>
5347 <target state="new">My ownership changes</target> 5661 <target state="new">My ownership changes</target>
@@ -5370,31 +5684,31 @@ color: red;
5370 <trans-unit id="5417361655914085905" datatype="html"> 5684 <trans-unit id="5417361655914085905" datatype="html">
5371 <source>Account page</source> 5685 <source>Account page</source>
5372 <target state="new">Account page</target> 5686 <target state="new">Account page</target>
5373 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>
5374 5688 <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>
5375 <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> 5689 </trans-unit>
5376 <trans-unit id="187187500641108332" datatype="html"> 5690 <trans-unit id="187187500641108332" datatype="html">
5377 <source><x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/> </source> 5691 <source><x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/> </source>
5378 <target state="new"> 5692 <target state="new">
5379 <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/> 5693 <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/>
5380 </target> 5694 </target>
5381 5695 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">196</context></context-group>
5382 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">196</context></context-group></trans-unit> 5696 </trans-unit>
5383 <trans-unit id="2000373220662583633" datatype="html"> 5697 <trans-unit id="2000373220662583633" datatype="html">
5384 <source>No ownership change request found.</source> 5698 <source>No ownership change request found.</source>
5385 <target state="new">No ownership change request found.</target> 5699 <target state="new">No ownership change request found.</target>
5386 5700 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">78</context></context-group>
5387 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit> 5701 </trans-unit>
5388 <trans-unit id="4247400351982331798" datatype="html"> 5702 <trans-unit id="4247400351982331798" datatype="html">
5389 <source>Account settings</source> 5703 <source>Account settings</source>
5390 <target state="new">Account settings</target> 5704 <target state="new">Account settings</target>
5391 5705 <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>
5392 <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> 5706 </trans-unit>
5393 <trans-unit id="2864486939135008600" datatype="html"> 5707 <trans-unit id="2864486939135008600" datatype="html">
5394 <source>Playlist elements</source> 5708 <source>Playlist elements</source>
5395 <target state="new">Playlist elements</target> 5709 <target state="new">Playlist elements</target>
5396 5710 <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>
5397 <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> 5711 </trans-unit>
5398 <trans-unit id="7801453816697513153" datatype="html"> 5712 <trans-unit id="7801453816697513153" datatype="html">
5399 <source>My imports</source> 5713 <source>My imports</source>
5400 <target state="new">My imports</target> 5714 <target state="new">My imports</target>
@@ -5404,9 +5718,11 @@ color: red;
5404 <trans-unit id="7000850040589508423" datatype="html"> 5718 <trans-unit id="7000850040589508423" datatype="html">
5405 <source>Create video channel</source> 5719 <source>Create video channel</source>
5406 <target state="new">Create video channel</target> 5720 <target state="new">Create video channel</target>
5407 5721 <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">12</context></context-group>
5408 <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">12</context></context-group></trans-unit><trans-unit id="5700655611297335752" datatype="html"> 5722 </trans-unit>
5409 <source>No channel found.</source><target state="new">No channel found.</target> 5723 <trans-unit id="5700655611297335752" datatype="html">
5724 <source>No channel found.</source>
5725 <target state="new">No channel found.</target>
5410 <context-group purpose="location"> 5726 <context-group purpose="location">
5411 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.html</context> 5727 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.html</context>
5412 <context context-type="linenumber">16</context> 5728 <context context-type="linenumber">16</context>
@@ -5417,21 +5733,23 @@ color: red;
5417 <target> 5733 <target>
5418 <x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscriptors 5734 <x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscriptors
5419 </target> 5735 </target>
5420 5736 <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>
5421 <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></trans-unit> 5737 </trans-unit>
5422 <trans-unit id="626184983378002054" datatype="html"> 5738 <trans-unit id="626184983378002054" datatype="html">
5423 <source>Example: my_channel</source> 5739 <source>Example: my_channel</source>
5424 <target state="new">Example: my_channel</target> 5740 <target state="new">Example: my_channel</target>
5425 5741 <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">47</context></context-group>
5426 5742 <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">47</context></context-group>
5427 <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">47</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">47</context></context-group></trans-unit> 5743 </trans-unit>
5428 <trans-unit id="5871023634125368211" datatype="html"> 5744 <trans-unit id="5871023634125368211" datatype="html">
5429 <source>CHANNEL</source> 5745 <source>CHANNEL</source>
5430 <target state="new">CHANNEL</target> 5746 <target state="new">CHANNEL</target>
5431 <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">26</context></context-group> 5747 <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">26</context></context-group>
5432 <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">26</context></context-group> 5748 <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">26</context></context-group>
5433 </trans-unit><trans-unit id="3582855804901374179" datatype="html"> 5749 </trans-unit>
5434 <source>Banner image of your channel</source><target state="new">Banner image of your channel</target> 5750 <trans-unit id="3582855804901374179" datatype="html">
5751 <source>Banner image of your channel</source>
5752 <target state="new">Banner image of your channel</target>
5435 <context-group purpose="location"> 5753 <context-group purpose="location">
5436 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context> 5754 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context>
5437 <context context-type="linenumber">30</context> 5755 <context context-type="linenumber">30</context>
@@ -5446,26 +5764,28 @@ color: red;
5446 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 5764 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5447 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br /> 5765 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5448 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target> 5766 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target>
5449 5767 <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">84</context></context-group>
5450 5768 <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">84</context></context-group>
5451 <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">84</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">84</context></context-group></trans-unit> 5769 </trans-unit>
5452 <trans-unit id="5278589041647101772" datatype="html"> 5770 <trans-unit id="5278589041647101772" datatype="html">
5453 <source>Overwrite support field of all videos of this channel</source> 5771 <source>Overwrite support field of all videos of this channel</source>
5454 <target state="new">Overwrite support field of all videos of this channel</target> 5772 <target state="new">Overwrite support field of all videos of this channel</target>
5455 5773 <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">99</context></context-group>
5456 5774 <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">99</context></context-group>
5457 <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">99</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">99</context></context-group></trans-unit> 5775 </trans-unit>
5458 <trans-unit id="5500467336262464724" datatype="html"> 5776 <trans-unit id="5500467336262464724" datatype="html">
5459 <source><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers </source> 5777 <source><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers </source>
5460 <target state="new"> 5778 <target state="new">
5461 <x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers 5779 <x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers
5462 </target> 5780 </target>
5463 5781 <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>
5464 <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><trans-unit id="31472093355465024" datatype="html"> 5782 </trans-unit>
5465 <source>Upload a new avatar</source><target state="new">Upload a new avatar</target> 5783 <trans-unit id="31472093355465024" datatype="html">
5466 5784 <source>Upload a new avatar</source>
5467 5785 <target state="new">Upload a new avatar</target>
5468 <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">9</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">34</context></context-group></trans-unit> 5786 <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">9</context></context-group>
5787 <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">34</context></context-group>
5788 </trans-unit>
5469 <trans-unit id="4854396465510517671" datatype="html"> 5789 <trans-unit id="4854396465510517671" datatype="html">
5470 <source>Target</source> 5790 <source>Target</source>
5471 <target state="new">Target</target> 5791 <target state="new">Target</target>
@@ -5474,9 +5794,8 @@ color: red;
5474 <trans-unit id="5352255295652969301" datatype="html"> 5794 <trans-unit id="5352255295652969301" datatype="html">
5475 <source>See the error</source> 5795 <source>See the error</source>
5476 <target state="new">See the error</target> 5796 <target state="new">See the error</target>
5477 5797 <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">26</context></context-group>
5478 5798 </trans-unit>
5479 <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">26</context></context-group></trans-unit>
5480 <trans-unit id="6376690302059877029" datatype="html"> 5799 <trans-unit id="6376690302059877029" datatype="html">
5481 <source>This video was deleted</source> 5800 <source>This video was deleted</source>
5482 <target state="new">This video was deleted</target> 5801 <target state="new">This video was deleted</target>
@@ -5499,30 +5818,28 @@ color: red;
5499 <trans-unit id="3122895472333547524" datatype="html"> 5818 <trans-unit id="3122895472333547524" datatype="html">
5500 <source>Delete your account</source> 5819 <source>Delete your account</source>
5501 <target state="new">Delete your account</target> 5820 <target state="new">Delete your account</target>
5502 5821 <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>
5503 <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> 5822 <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>
5504 5823 </trans-unit>
5505 <trans-unit id="4000980858407872649" datatype="html"> 5824 <trans-unit id="4000980858407872649" datatype="html">
5506 <source>Channel page</source> 5825 <source>Channel page</source>
5507 <target state="new">Channel page</target> 5826 <target state="new">Channel page</target>
5508 5827 <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>
5509 5828 <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>
5510 5829 <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>
5511 <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> 5830 </trans-unit>
5512 <trans-unit id="9131836378905533756"> 5831 <trans-unit id="9131836378905533756">
5513 <source>Created by <x id="INTERPOLATION"/></source> 5832 <source>Created by <x id="INTERPOLATION"/></source>
5514 <target>Creat per 5833 <target>Creat per
5515 <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/> 5834 <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/>
5516 </target> 5835 </target>
5517 5836 <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>
5518 <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></trans-unit> 5837 </trans-unit>
5519 <trans-unit id="228548407872312756" datatype="html"> 5838 <trans-unit id="228548407872312756" datatype="html">
5520 <source>Owner account page</source> 5839 <source>Owner account page</source>
5521 <target state="new">Owner account page</target> 5840 <target state="new">Owner account page</target>
5522 5841 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">27</context></context-group>
5523 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 5842 </trans-unit>
5524
5525
5526 <trans-unit id="2204625138753484173" datatype="html"> 5843 <trans-unit id="2204625138753484173" datatype="html">
5527 <source><x id="START_TAG_MY_GLOBAL_ICON"/><x id="CLOSE_TAG_MY_GLOBAL_ICON"/> Delete history </source> 5844 <source><x id="START_TAG_MY_GLOBAL_ICON"/><x id="CLOSE_TAG_MY_GLOBAL_ICON"/> Delete history </source>
5528 <target state="new"> 5845 <target state="new">
@@ -5531,16 +5848,19 @@ color: red;
5531 Delete history 5848 Delete history
5532 5849
5533 </target> 5850 </target>
5534 5851 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.html</context><context context-type="linenumber">17</context></context-group>
5535 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit><trans-unit id="4781078006040259916" datatype="html"> 5852 </trans-unit>
5536 <source>You don't have any video in your watch history yet.</source><target state="new">You don't have any video in your watch history yet.</target> 5853 <trans-unit id="4781078006040259916" datatype="html">
5854 <source>You don't have any video in your watch history yet.</source>
5855 <target state="new">You don't have any video in your watch history yet.</target>
5537 <context-group purpose="location"> 5856 <context-group purpose="location">
5538 <context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.html</context> 5857 <context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.html</context>
5539 <context context-type="linenumber">30</context> 5858 <context context-type="linenumber">30</context>
5540 </context-group> 5859 </context-group>
5541 </trans-unit> 5860 </trans-unit>
5542 <trans-unit id="687236465759862933" datatype="html"> 5861 <trans-unit id="687236465759862933" datatype="html">
5543 <source>Open syndication dropdown</source><target state="new">Open syndication dropdown</target> 5862 <source>Open syndication dropdown</source>
5863 <target state="new">Open syndication dropdown</target>
5544 <context-group purpose="location"> 5864 <context-group purpose="location">
5545 <context context-type="sourcefile">src/app/shared/shared-main/feeds/feed.component.html</context> 5865 <context context-type="sourcefile">src/app/shared/shared-main/feeds/feed.component.html</context>
5546 <context context-type="linenumber">3</context> 5866 <context context-type="linenumber">3</context>
@@ -5606,8 +5926,8 @@ color: red;
5606 <trans-unit id="3438686710205841496" datatype="html"> 5926 <trans-unit id="3438686710205841496" datatype="html">
5607 <source>Create playlist</source> 5927 <source>Create playlist</source>
5608 <target state="new">Create playlist</target> 5928 <target state="new">Create playlist</target>
5609 5929 <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">11</context></context-group>
5610 <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">11</context></context-group></trans-unit> 5930 </trans-unit>
5611 <trans-unit id="7040375308762081154" datatype="html"> 5931 <trans-unit id="7040375308762081154" datatype="html">
5612 <source>My video channels</source> 5932 <source>My video channels</source>
5613 <target state="new">My video channels</target> 5933 <target state="new">My video channels</target>
@@ -5621,15 +5941,14 @@ color: red;
5621 <trans-unit id="8828123061564507501" datatype="html"> 5941 <trans-unit id="8828123061564507501" datatype="html">
5622 <source>Playlist <x id="PH"/>} deleted.</source> 5942 <source>Playlist <x id="PH"/>} deleted.</source>
5623 <target state="new">Playlist <x id="PH"/>} deleted.</target> 5943 <target state="new">Playlist <x id="PH"/>} deleted.</target>
5624 5944 <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">45</context></context-group>
5625 <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">45</context></context-group></trans-unit> 5945 </trans-unit>
5626 <trans-unit id="3943893855105372623" datatype="html"> 5946 <trans-unit id="3943893855105372623" datatype="html">
5627 <source>Playlist thumbnail</source> 5947 <source>Playlist thumbnail</source>
5628 <target state="new">Playlist thumbnail</target> 5948 <target state="new">Playlist thumbnail</target>
5629 <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">82</context></context-group> 5949 <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">82</context></context-group>
5630 <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">82</context></context-group> 5950 <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">82</context></context-group>
5631 </trans-unit> 5951 </trans-unit>
5632
5633 <trans-unit id="7743343997362363486" datatype="html"> 5952 <trans-unit id="7743343997362363486" datatype="html">
5634 <source>No videos in this playlist.</source> 5953 <source>No videos in this playlist.</source>
5635 <target state="new">No videos in this playlist.</target> 5954 <target state="new">No videos in this playlist.</target>
@@ -5666,14 +5985,18 @@ color: red;
5666 5985
5667 </target> 5986 </target>
5668 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context><context context-type="linenumber">14</context></context-group> 5987 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context><context context-type="linenumber">14</context></context-group>
5669 </trans-unit><trans-unit id="3030338154442300172" datatype="html"> 5988 </trans-unit>
5670 <source> Created <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {1 playlist} other {{{ pagination.totalItems }} playlists}}"/> </source><target state="new"> Created <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {1 playlist} other {{{ pagination.totalItems }} playlists}}"/> </target> 5989 <trans-unit id="3030338154442300172" datatype="html">
5990 <source>Created <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {1 playlist} other {{{ pagination.totalItems }} playlists}}"/> </source>
5991 <target state="new"> Created <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {1 playlist} other {{{ pagination.totalItems }} playlists}}"/> </target>
5671 <context-group purpose="location"> 5992 <context-group purpose="location">
5672 <context context-type="sourcefile">src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.html</context> 5993 <context context-type="sourcefile">src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.html</context>
5673 <context context-type="linenumber">3,4</context> 5994 <context context-type="linenumber">3,4</context>
5674 </context-group> 5995 </context-group>
5675 </trans-unit><trans-unit id="3505845886770923767" datatype="html"> 5996 </trans-unit>
5676 <source>{VAR_PLURAL, plural, =1 {1 playlist} other {<x id="INTERPOLATION"/> playlists}}</source><target state="new">{VAR_PLURAL, plural, =1 {1 playlist} other {<x id="INTERPOLATION"/> playlists}}</target> 5997 <trans-unit id="3505845886770923767" datatype="html">
5998 <source>{VAR_PLURAL, plural, =1 {1 playlist} other {<x id="INTERPOLATION"/> playlists}}</source>
5999 <target state="new">{VAR_PLURAL, plural, =1 {1 playlist} other {<x id="INTERPOLATION"/> playlists}}</target>
5677 <context-group purpose="location"> 6000 <context-group purpose="location">
5678 <context context-type="sourcefile">src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.html</context> 6001 <context context-type="sourcefile">src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.html</context>
5679 <context context-type="linenumber">3</context> 6002 <context context-type="linenumber">3</context>
@@ -5701,20 +6024,21 @@ color: red;
5701 <trans-unit id="9128669621822125729" datatype="html"> 6024 <trans-unit id="9128669621822125729" datatype="html">
5702 <source>Video channel videos</source> 6025 <source>Video channel videos</source>
5703 <target state="new">Video channel videos</target> 6026 <target state="new">Video channel videos</target>
5704 6027 <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>
5705 <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> 6028 </trans-unit>
5706 <trans-unit id="3193822049276963401" datatype="html"> 6029 <trans-unit id="3193822049276963401" datatype="html">
5707 <source>Video channel playlists</source> 6030 <source>Video channel playlists</source>
5708 <target state="new">Video channel playlists</target> 6031 <target state="new">Video channel playlists</target>
5709 6032 <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>
5710 <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><trans-unit id="1949999959792821767" datatype="html"> 6033 </trans-unit>
5711 <source> Manage channel </source><target state="new"> Manage channel </target> 6034 <trans-unit id="1949999959792821767" datatype="html">
6035 <source>Manage channel</source>
6036 <target state="new"> Manage channel </target>
5712 <context-group purpose="location"> 6037 <context-group purpose="location">
5713 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context> 6038 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context>
5714 <context context-type="linenumber">10,11</context> 6039 <context context-type="linenumber">10,11</context>
5715 </context-group> 6040 </context-group>
5716 </trans-unit> 6041 </trans-unit>
5717
5718 <trans-unit id="4302331889176439801" datatype="html"> 6042 <trans-unit id="4302331889176439801" datatype="html">
5719 <source>Request email for account verification</source> 6043 <source>Request email for account verification</source>
5720 <target state="new"> 6044 <target state="new">
@@ -5735,105 +6059,132 @@ color: red;
5735 <trans-unit id="248731258067914565" datatype="html"> 6059 <trans-unit id="248731258067914565" datatype="html">
5736 <source>Verify account via email</source> 6060 <source>Verify account via email</source>
5737 <target state="new">Verify account via email</target> 6061 <target state="new">Verify account via email</target>
5738 6062 <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>
5739 <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> 6063 </trans-unit>
5740 <trans-unit id="9197112111252826229" datatype="html"> 6064 <trans-unit id="9197112111252826229" datatype="html">
5741 <source>Ask to send an email to verify you account</source> 6065 <source>Ask to send an email to verify you account</source>
5742 <target state="new">Ask to send an email to verify you account</target> 6066 <target state="new">Ask to send an email to verify you account</target>
5743 6067 <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>
5744 <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> 6068 </trans-unit>
5745 <trans-unit id="2999492056553212422" datatype="html"> 6069 <trans-unit id="2999492056553212422" datatype="html">
5746 <source>Banned</source> 6070 <source>Banned</source>
5747 <target state="new">Banned</target> 6071 <target state="new">Banned</target>
5748 6072 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">21</context></context-group>
5749 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 6073 </trans-unit>
5750 <trans-unit id="4572885137800697555" datatype="html"> 6074 <trans-unit id="4572885137800697555" datatype="html">
5751 <source>Instance muted</source> 6075 <source>Instance muted</source>
5752 <target state="new">Instance muted</target> 6076 <target state="new">Instance muted</target>
5753 6077 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">23</context></context-group>
5754 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 6078 </trans-unit>
5755 <trans-unit id="302022805144581075" datatype="html"> 6079 <trans-unit id="302022805144581075" datatype="html">
5756 <source>Muted by your instance</source> 6080 <source>Muted by your instance</source>
5757 <target state="new">Muted by your instance</target> 6081 <target state="new">Muted by your instance</target>
5758 6082 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">24</context></context-group>
5759 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 6083 </trans-unit>
5760 <trans-unit id="6860866645734090311" datatype="html"> 6084 <trans-unit id="6860866645734090311" datatype="html">
5761 <source>Instance muted by your instance</source> 6085 <source>Instance muted by your instance</source>
5762 <target state="new">Instance muted by your instance</target> 6086 <target state="new">Instance muted by your instance</target>
5763 6087 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">25</context></context-group>
5764 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="8661266239199665830" datatype="html"> 6088 </trans-unit>
5765 <source>Copy account handle</source><target state="new">Copy account handle</target> 6089 <trans-unit id="8661266239199665830" datatype="html">
6090 <source>Copy account handle</source>
6091 <target state="new">Copy account handle</target>
5766 <context-group purpose="location"> 6092 <context-group purpose="location">
5767 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context> 6093 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context>
5768 <context context-type="linenumber">31</context> 6094 <context context-type="linenumber">31</context>
5769 </context-group> 6095 </context-group>
5770 </trans-unit><trans-unit id="403587185492002456" datatype="html"> 6096 </trans-unit>
5771 <source>{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION"/> subscribers}}</source><target state="new">{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION"/> subscribers}}</target> 6097 <trans-unit id="403587185492002456" datatype="html">
5772 6098 <source>{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION"/> subscribers}}</source>
5773 <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><trans-unit id="3068011377000255023" datatype="html"> 6099 <target state="new">{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION"/> subscribers}}</target>
5774 <source>{VAR_PLURAL, plural, =1 {1 videos} other {<x id="INTERPOLATION"/> videos}}</source><target state="new">{VAR_PLURAL, plural, =1 {1 videos} other {<x id="INTERPOLATION"/> videos}}</target> 6100 <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>
6101 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group>
6102 <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>
6103 <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>
6104 <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>
6105 </trans-unit>
6106 <trans-unit id="3068011377000255023" datatype="html">
6107 <source>{VAR_PLURAL, plural, =1 {1 videos} other {<x id="INTERPOLATION"/> videos}}</source>
6108 <target state="new">{VAR_PLURAL, plural, =1 {1 videos} other {<x id="INTERPOLATION"/> videos}}</target>
5775 <context-group purpose="location"> 6109 <context-group purpose="location">
5776 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context> 6110 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context>
5777 <context context-type="linenumber">41</context> 6111 <context context-type="linenumber">41</context>
5778 </context-group> 6112 </context-group>
5779 </trans-unit><trans-unit id="8856905278208146821" datatype="html"> 6113 </trans-unit>
5780 <source> <x id="ICU" equiv-text="{accountVideosCount, plural, =1 {1 videos} other {{{ accountVideosCount }} videos}}"/> </source><target state="new"> <x id="ICU" equiv-text="{accountVideosCount, plural, =1 {1 videos} other {{{ accountVideosCount }} videos}}"/> </target> 6114 <trans-unit id="8856905278208146821" datatype="html">
6115 <source><x id="ICU" equiv-text="{accountVideosCount, plural, =1 {1 videos} other {{{ accountVideosCount }} videos}}"/> </source>
6116 <target state="new"> <x id="ICU" equiv-text="{accountVideosCount, plural, =1 {1 videos} other {{{ accountVideosCount }} videos}}"/> </target>
5781 <context-group purpose="location"> 6117 <context-group purpose="location">
5782 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context> 6118 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context>
5783 <context context-type="linenumber">41,42</context> 6119 <context context-type="linenumber">41,42</context>
5784 </context-group> 6120 </context-group>
5785 </trans-unit><trans-unit id="3061133792040537550" datatype="html"> 6121 </trans-unit>
5786 <source>Show the complete description</source><target state="new">Show the complete description</target> 6122 <trans-unit id="3061133792040537550" datatype="html">
5787 6123 <source>Show the complete description</source>
5788 6124 <target state="new">Show the complete description</target>
5789 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">94</context></context-group></trans-unit><trans-unit id="9098920722959201547" datatype="html"> 6125 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">55</context></context-group>
5790 <source> Show more... </source><target state="new"> Show more... </target> 6126 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">94</context></context-group>
5791 6127 </trans-unit>
5792 6128 <trans-unit id="9098920722959201547" datatype="html">
5793 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">96</context></context-group></trans-unit><trans-unit id="6808894347744915561" datatype="html"> 6129 <source>Show more...</source>
5794 <source> Manage account </source><target state="new"> Manage account </target> 6130 <target state="new"> Show more... </target>
5795 6131 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">57</context></context-group>
5796 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">62</context></context-group></trans-unit><trans-unit id="1311667768861466464" datatype="html"> 6132 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">96</context></context-group>
5797 <source>Search account videos</source><target state="new">Search account videos</target> 6133 </trans-unit>
5798 6134 <trans-unit id="6808894347744915561" datatype="html">
5799 <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"> 6135 <source>Manage account</source>
5800 <source>CHANNELS</source><target state="new">CHANNELS</target> 6136 <target state="new"> Manage account </target>
6137 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">62</context></context-group>
6138 </trans-unit>
6139 <trans-unit id="1311667768861466464" datatype="html">
6140 <source>Search account videos</source>
6141 <target state="new">Search account videos</target>
6142 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">80</context></context-group>
6143 </trans-unit>
6144 <trans-unit id="5512878593724620692" datatype="html">
6145 <source>CHANNELS</source>
6146 <target state="new">CHANNELS</target>
5801 <context-group purpose="location"> 6147 <context-group purpose="location">
5802 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 6148 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
5803 <context context-type="linenumber">82</context> 6149 <context context-type="linenumber">82</context>
5804 </context-group> 6150 </context-group>
5805 </trans-unit> 6151 </trans-unit>
5806
5807 <trans-unit id="3666829335406793239" datatype="html"> 6152 <trans-unit id="3666829335406793239" datatype="html">
5808 <source>This account does not have channels.</source> 6153 <source>This account does not have channels.</source>
5809 <target state="new">This account does not have channels.</target> 6154 <target state="new">This account does not have channels.</target>
5810 6155 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">5</context></context-group>
5811 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 6156 </trans-unit>
5812 <trans-unit id="403587185492002456" datatype="html"> 6157 <trans-unit id="403587185492002456" datatype="html">
5813 <source>{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION"/> subscribers}}</source> 6158 <source>{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION"/> subscribers}}</source>
5814 <target state="new">{VAR_PLURAL, plural, =1 {1 subscriber} other { 6159 <target state="new">{VAR_PLURAL, plural, =1 {1 subscriber} other {
5815 <x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers} } 6160 <x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers} }
5816 </target> 6161 </target>
5817 6162 <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>
5818 6163 <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>
5819 6164 <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>
5820 <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/+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></trans-unit><trans-unit id="3068011377000255023" datatype="html"> 6165 </trans-unit>
5821 <source>{VAR_PLURAL, plural, =1 {1 videos} other {<x id="INTERPOLATION"/> videos}}</source><target state="new">{VAR_PLURAL, plural, =1 {1 videos} other {<x id="INTERPOLATION"/> videos}}</target> 6166 <trans-unit id="3068011377000255023" datatype="html">
5822 6167 <source>{VAR_PLURAL, plural, =1 {1 videos} other {<x id="INTERPOLATION"/> videos}}</source>
5823 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="8856905278208146821" datatype="html"> 6168 <target state="new">{VAR_PLURAL, plural, =1 {1 videos} other {<x id="INTERPOLATION"/> videos}}</target>
5824 <source> <x id="ICU" equiv-text="{getTotalVideosOf(videoChannel), plural, =1 {1 videos} other {{{ getTotalVideosOf(videoChannel) }} videos}}"/> </source><target state="new"> <x id="ICU" equiv-text="{getTotalVideosOf(videoChannel), plural, =1 {1 videos} other {{{ getTotalVideosOf(videoChannel) }} videos}}"/> </target> 6169 <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>
5825 6170 </trans-unit>
5826 <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></trans-unit><trans-unit id="4071627711041975501" datatype="html"> 6171 <trans-unit id="8856905278208146821" datatype="html">
5827 <source>Show this channel</source><target state="new">Show this channel</target> 6172 <source><x id="ICU" equiv-text="{getTotalVideosOf(videoChannel), plural, =1 {1 videos} other {{{ getTotalVideosOf(videoChannel) }} videos}}"/> </source>
5828 6173 <target state="new"> <x id="ICU" equiv-text="{getTotalVideosOf(videoChannel), plural, =1 {1 videos} other {{{ getTotalVideosOf(videoChannel) }} videos}}"/> </target>
5829 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 6174 <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>
6175 </trans-unit>
6176 <trans-unit id="4071627711041975501" datatype="html">
6177 <source>Show this channel</source>
6178 <target state="new">Show this channel</target>
6179 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">35</context></context-group>
6180 </trans-unit>
5830 <trans-unit id="7766488542631150871" datatype="html"> 6181 <trans-unit id="7766488542631150871" datatype="html">
5831 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION"/> videos}}</source> 6182 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION"/> videos}}</source>
5832 <target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { 6183 <target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {
5833 <x id="INTERPOLATION" equiv-text="{{ videoChannel.videosCount }}"/> videos} } 6184 <x id="INTERPOLATION" equiv-text="{{ videoChannel.videosCount }}"/> videos} }
5834 </target> 6185 </target>
5835 6186 <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>
5836 <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></trans-unit> 6187 </trans-unit>
5837 <trans-unit id="7152797255397280410" datatype="html"> 6188 <trans-unit id="7152797255397280410" datatype="html">
5838 <source>Do you really want to delete <x id="PH" equiv-text="videoChannel.displayName"/>? 6189 <source>Do you really want to delete <x id="PH" equiv-text="videoChannel.displayName"/>?
5839It will delete <x id="PH_1" equiv-text="videoChannel.videosCount"/> videos uploaded in this channel, and you will not be able to create another 6190It will delete <x id="PH_1" equiv-text="videoChannel.videosCount"/> videos uploaded in this channel, and you will not be able to create another
@@ -5841,8 +6192,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
5841 <target state="new">Do you really want to delete <x id="PH"/>? 6192 <target state="new">Do you really want to delete <x id="PH"/>?
5842It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another 6193It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another
5843channel with the same name (<x id="PH_2"/>)!</target> 6194channel with the same name (<x id="PH_2"/>)!</target>
5844 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>
5845 <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> 6196 </trans-unit>
5846 <trans-unit id="5387007581996837469" datatype="html"> 6197 <trans-unit id="5387007581996837469" datatype="html">
5847 <source>My Channels</source> 6198 <source>My Channels</source>
5848 <target state="new">My Channels</target> 6199 <target state="new">My Channels</target>
@@ -5858,32 +6209,26 @@ channel with the same name (<x id="PH_2"/>)!</target>
5858 <trans-unit id="7828153032795614080"> 6209 <trans-unit id="7828153032795614080">
5859 <source>See this video channel</source> 6210 <source>See this video channel</source>
5860 <target>Veure aquest canal de vídeo</target> 6211 <target>Veure aquest canal de vídeo</target>
5861 6212 <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>
5862 <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> 6213 <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>
6214 <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>
6215 <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>
6216 </trans-unit>
5863 <trans-unit id="1545109431751219382" datatype="html"> 6217 <trans-unit id="1545109431751219382" datatype="html">
5864 <source>This channel doesn't have any videos.</source> 6218 <source>This channel doesn't have any videos.</source>
5865 <target state="new">This channel doesn't have any videos.</target> 6219 <target state="new">This channel doesn't have any videos.</target>
5866 6220 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">38</context></context-group>
5867 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">38</context></context-group></trans-unit><trans-unit id="2705478076887104088" datatype="html"> 6221 </trans-unit>
5868 <source>SHOW THIS CHANNEL ></source><target state="new">SHOW THIS CHANNEL ></target> 6222 <trans-unit id="2705478076887104088" datatype="html">
5869 6223 <source>SHOW THIS CHANNEL ></source>
5870 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit> 6224 <target state="new">SHOW THIS CHANNEL ></target>
5871 6225 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">46</context></context-group>
5872 6226 </trans-unit>
5873
5874 <trans-unit id="4088311569349098646"> 6227 <trans-unit id="4088311569349098646">
5875 <source>Stats</source> 6228 <source>Stats</source>
5876 <target>Estadístiques</target> 6229 <target>Estadístiques</target>
5877 6230 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">139</context></context-group>
5878 <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> 6231 </trans-unit>
5879
5880
5881
5882
5883
5884
5885
5886
5887 <trans-unit id="4068658588793749132" datatype="html"> 6232 <trans-unit id="4068658588793749132" datatype="html">
5888 <source>This channel does not have playlists.</source> 6233 <source>This channel does not have playlists.</source>
5889 <target state="new">This channel does not have playlists.</target> 6234 <target state="new">This channel does not have playlists.</target>
@@ -5903,14 +6248,18 @@ channel with the same name (<x id="PH_2"/>)!</target>
5903 <source>Follows</source> 6248 <source>Follows</source>
5904 <target state="new">Follows</target> 6249 <target state="new">Follows</target>
5905 <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> 6250 <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>
5906 </trans-unit><trans-unit id="400578776928464905" datatype="html"> 6251 </trans-unit>
5907 <source>Follower instances (<x id="INTERPOLATION" equiv-text="{{ followersPagination.totalItems }}"/>)</source><target state="new">Follower instances (<x id="INTERPOLATION" equiv-text="{{ followersPagination.totalItems }}"/>)</target> 6252 <trans-unit id="400578776928464905" datatype="html">
6253 <source>Follower instances (<x id="INTERPOLATION" equiv-text="{{ followersPagination.totalItems }}"/>)</source>
6254 <target state="new">Follower instances (<x id="INTERPOLATION" equiv-text="{{ followersPagination.totalItems }}"/>)</target>
5908 <context-group purpose="location"> 6255 <context-group purpose="location">
5909 <context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context> 6256 <context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context>
5910 <context context-type="linenumber">4</context> 6257 <context context-type="linenumber">4</context>
5911 </context-group> 6258 </context-group>
5912 </trans-unit><trans-unit id="2081837971167498893" datatype="html"> 6259 </trans-unit>
5913 <source>Following instances (<x id="INTERPOLATION" equiv-text="{{ followingsPagination.totalItems }}"/>)</source><target state="new">Following instances (<x id="INTERPOLATION" equiv-text="{{ followingsPagination.totalItems }}"/>)</target> 6260 <trans-unit id="2081837971167498893" datatype="html">
6261 <source>Following instances (<x id="INTERPOLATION" equiv-text="{{ followingsPagination.totalItems }}"/>)</source>
6262 <target state="new">Following instances (<x id="INTERPOLATION" equiv-text="{{ followingsPagination.totalItems }}"/>)</target>
5914 <context-group purpose="location"> 6263 <context-group purpose="location">
5915 <context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context> 6264 <context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context>
5916 <context context-type="linenumber">16</context> 6265 <context context-type="linenumber">16</context>
@@ -5981,14 +6330,15 @@ channel with the same name (<x id="PH_2"/>)!</target>
5981 <source>How long we plan to maintain this instance</source> 6330 <source>How long we plan to maintain this instance</source>
5982 <target state="new">How long we plan to maintain this instance</target> 6331 <target state="new">How long we plan to maintain this instance</target>
5983 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">72</context></context-group> 6332 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">72</context></context-group>
5984 </trans-unit><trans-unit id="8765504394950427814" datatype="html"> 6333 </trans-unit>
5985 <source>How we will pay for keeping our instance running</source><target state="new">How we will pay for keeping our instance running</target> 6334 <trans-unit id="8765504394950427814" datatype="html">
6335 <source>How we will pay for keeping our instance running</source>
6336 <target state="new">How we will pay for keeping our instance running</target>
5986 <context-group purpose="location"> 6337 <context-group purpose="location">
5987 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context> 6338 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
5988 <context context-type="linenumber">86</context> 6339 <context context-type="linenumber">86</context>
5989 </context-group> 6340 </context-group>
5990 </trans-unit> 6341 </trans-unit>
5991
5992 <trans-unit id="7707185552909365717" datatype="html"> 6342 <trans-unit id="7707185552909365717" datatype="html">
5993 <source>INFORMATION</source> 6343 <source>INFORMATION</source>
5994 <target state="new"> 6344 <target state="new">
@@ -6023,9 +6373,10 @@ channel with the same name (<x id="PH_2"/>)!</target>
6023 <trans-unit id="8495040351808033345" datatype="html"> 6373 <trans-unit id="8495040351808033345" datatype="html">
6024 <source>Features found on this instance</source> 6374 <source>Features found on this instance</source>
6025 <target state="new">Features found on this instance</target> 6375 <target state="new">Features found on this instance</target>
6026 6376 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">4</context></context-group>
6027 6377 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-about-accordion.component.html</context><context context-type="linenumber">6</context></context-group>
6028 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">4</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">6</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">6</context></context-group></trans-unit> 6378 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-about-accordion.component.html</context><context context-type="linenumber">6</context></context-group>
6379 </trans-unit>
6029 <trans-unit id="8932880935037645502" datatype="html"> 6380 <trans-unit id="8932880935037645502" datatype="html">
6030 <source>STATISTICS</source> 6381 <source>STATISTICS</source>
6031 <target state="new">STATISTICS</target> 6382 <target state="new">STATISTICS</target>
@@ -6106,8 +6457,10 @@ channel with the same name (<x id="PH_2"/>)!</target>
6106 follows applies only if you want to keep using the P2P mode of PeerTube. 6457 follows applies only if you want to keep using the P2P mode of PeerTube.
6107 </target> 6458 </target>
6108 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">75</context></context-group> 6459 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">75</context></context-group>
6109 </trans-unit><trans-unit id="6314880288843792309" datatype="html"> 6460 </trans-unit>
6110 <source> The main threat to your privacy induced by BitTorrent lies in your IP address being stored in the instance's BitTorrent tracker as long as you download or watch the video. </source><target state="new"> The main threat to your privacy induced by BitTorrent lies in your IP address being stored in the instance's BitTorrent tracker as long as you download or watch the video. </target> 6461 <trans-unit id="6314880288843792309" datatype="html">
6462 <source>The main threat to your privacy induced by BitTorrent lies in your IP address being stored in the instance's BitTorrent tracker as long as you download or watch the video.</source>
6463 <target state="new"> The main threat to your privacy induced by BitTorrent lies in your IP address being stored in the instance's BitTorrent tracker as long as you download or watch the video. </target>
6111 <context-group purpose="location"> 6464 <context-group purpose="location">
6112 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6465 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6113 <context context-type="linenumber">81,83</context> 6466 <context context-type="linenumber">81,83</context>
@@ -6161,27 +6514,28 @@ channel with the same name (<x id="PH_2"/>)!</target>
6161 The IP address is a vague information: usually, it regularly changes and can represent many persons or entities 6514 The IP address is a vague information: usually, it regularly changes and can represent many persons or entities
6162 </target> 6515 </target>
6163 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">114</context></context-group> 6516 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">114</context></context-group>
6164 </trans-unit><trans-unit id="1120376809358109718" datatype="html"> 6517 </trans-unit>
6165 <source> Web peers are not publicly accessible: because we use the websocket transport, the protocol is different from classic BitTorrent tracker. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See <x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://github.com/yciabaud/webtorrent/blob/beps/bep_webrtc.rst&quot;>"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> "/> for more information </source><target state="new"> Web peers are not publicly accessible: because we use the websocket transport, the protocol is different from classic BitTorrent tracker. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See <x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://github.com/yciabaud/webtorrent/blob/beps/bep_webrtc.rst&quot;>"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> "/> for more information </target> 6518 <trans-unit id="1120376809358109718" datatype="html">
6519 <source>Web peers are not publicly accessible: because we use the websocket transport, the protocol is different from classic BitTorrent tracker. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See <x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://github.com/yciabaud/webtorrent/blob/beps/bep_webrtc.rst&quot;>"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> "/> for more information </source>
6520 <target state="new"> Web peers are not publicly accessible: because we use the websocket transport, the protocol is different from classic BitTorrent tracker. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See <x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://github.com/yciabaud/webtorrent/blob/beps/bep_webrtc.rst&quot;>"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> "/> for more information </target>
6166 <context-group purpose="location"> 6521 <context-group purpose="location">
6167 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6522 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6168 <context context-type="linenumber">118,122</context> 6523 <context context-type="linenumber">118,122</context>
6169 </context-group> 6524 </context-group>
6170 </trans-unit> 6525 </trans-unit>
6171
6172 <trans-unit id="7812408733559506009" datatype="html"> 6526 <trans-unit id="7812408733559506009" datatype="html">
6173 <source>The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information.</source> 6527 <source>The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information.</source>
6174 <target state="new"> 6528 <target state="new">
6175 The worst-case scenario of an average person spying on their friends is quite unlikely. 6529 The worst-case scenario of an average person spying on their friends is quite unlikely.
6176 There are much more effective ways to get that kind of information. 6530 There are much more effective ways to get that kind of information.
6177 </target> 6531 </target>
6178 6532 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group>
6179 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group></trans-unit> 6533 </trans-unit>
6180 <trans-unit id="8484650229450883706" datatype="html"> 6534 <trans-unit id="8484650229450883706" datatype="html">
6181 <source>How does PeerTube compare with YouTube?</source> 6535 <source>How does PeerTube compare with YouTube?</source>
6182 <target state="new">How does PeerTube compare with YouTube?</target> 6536 <target state="new">How does PeerTube compare with YouTube?</target>
6183 6537 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">130</context></context-group>
6184 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">130</context></context-group></trans-unit> 6538 </trans-unit>
6185 <trans-unit id="6213340208914097303" datatype="html"> 6539 <trans-unit id="6213340208914097303" datatype="html">
6186 <source>The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).</source> 6540 <source>The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).</source>
6187 <target state="new"> 6541 <target state="new">
@@ -6189,13 +6543,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
6189 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. 6543 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6190 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics). 6544 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6191 </target> 6545 </target>
6192 6546 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group>
6193 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group></trans-unit> 6547 </trans-unit>
6194 <trans-unit id="2676074687792256808"> 6548 <trans-unit id="2676074687792256808">
6195 <source>What can I do to limit the exposure of my IP address?</source> 6549 <source>What can I do to limit the exposure of my IP address?</source>
6196 <target>Què puc fer per limitar l'exposició de la meva adreça IP?</target> 6550 <target>Què puc fer per limitar l'exposició de la meva adreça IP?</target>
6197 6551 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">138</context></context-group>
6198 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">138</context></context-group></trans-unit> 6552 </trans-unit>
6199 <trans-unit id="8804946818315976118" datatype="html"> 6553 <trans-unit id="8804946818315976118" datatype="html">
6200 <source>Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.</source> 6554 <source>Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.</source>
6201 <target state="new"> 6555 <target state="new">
@@ -6204,51 +6558,52 @@ channel with the same name (<x id="PH_2"/>)!</target>
6204 PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. 6558 PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser.
6205 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense. 6559 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6206 </target> 6560 </target>
6207 6561 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group>
6208 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group></trans-unit> 6562 </trans-unit>
6209 <trans-unit id="401806741040118292"> 6563 <trans-unit id="401806741040118292">
6210 <source>What will be done to mitigate this problem?</source> 6564 <source>What will be done to mitigate this problem?</source>
6211 <target>Què es farà per mitigar aquest problema?</target> 6565 <target>Què es farà per mitigar aquest problema?</target>
6212 6566 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">147</context></context-group>
6213 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">147</context></context-group></trans-unit> 6567 </trans-unit>
6214 <trans-unit id="7404776804526394585" datatype="html"> 6568 <trans-unit id="7404776804526394585" datatype="html">
6215 <source>PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far:</source> 6569 <source>PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far:</source>
6216 <target state="new"> 6570 <target state="new">
6217 PeerTube wants to deliver the best countermeasures possible, to give you more choice 6571 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6218 and render attacks less likely. Here is what we put in place so far: 6572 and render attacks less likely. Here is what we put in place so far:
6219 </target> 6573 </target>
6220 6574 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group>
6221 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group></trans-unit> 6575 </trans-unit>
6222 <trans-unit id="8635362984201852982" datatype="html"> 6576 <trans-unit id="8635362984201852982" datatype="html">
6223 <source>We set a limit to the number of peers sent by the tracker</source> 6577 <source>We set a limit to the number of peers sent by the tracker</source>
6224 <target state="new">We set a limit to the number of peers sent by the tracker</target> 6578 <target state="new">We set a limit to the number of peers sent by the tracker</target>
6225 6579 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">155</context></context-group>
6226 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">155</context></context-group></trans-unit> 6580 </trans-unit>
6227 <trans-unit id="8903417899533541365" datatype="html"> 6581 <trans-unit id="8903417899533541365" datatype="html">
6228 <source>We set a limit on the request frequency received by the tracker</source> 6582 <source>We set a limit on the request frequency received by the tracker</source>
6229 <target state="new">We set a limit on the request frequency received by the tracker</target> 6583 <target state="new">We set a limit on the request frequency received by the tracker</target>
6230 6584 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">156</context></context-group>
6231 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit> 6585 </trans-unit>
6232 <trans-unit id="2470460396724373169" datatype="html"> 6586 <trans-unit id="2470460396724373169" datatype="html">
6233 <source>Allow instance admins to disable P2P from the administration interface</source> 6587 <source>Allow instance admins to disable P2P from the administration interface</source>
6234 <target state="new">Allow instance admins to disable P2P from the administration interface</target> 6588 <target state="new">Allow instance admins to disable P2P from the administration interface</target>
6235 6589 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">157</context></context-group>
6236 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">157</context></context-group></trans-unit> 6590 </trans-unit>
6237 <trans-unit id="5991790391344625653" datatype="html"> 6591 <trans-unit id="5991790391344625653" datatype="html">
6238 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6592 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source>
6239 <target state="new"> 6593 <target state="new">
6240 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling 6594 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6241 WebRTC in your browser. 6595 WebRTC in your browser.
6242 </target> 6596 </target>
6243 6597 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">161</context></context-group>
6244 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">161</context></context-group></trans-unit> 6598 </trans-unit>
6245
6246 <trans-unit id="3857357852909495917" datatype="html"> 6599 <trans-unit id="3857357852909495917" datatype="html">
6247 <source>This instance does not have instances followers.</source> 6600 <source>This instance does not have instances followers.</source>
6248 <target state="new">This instance does not have instances followers.</target> 6601 <target state="new">This instance does not have instances followers.</target>
6249 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context><context context-type="linenumber">6</context></context-group> 6602 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context><context context-type="linenumber">6</context></context-group>
6250 </trans-unit><trans-unit id="8438752523256358076" datatype="html"> 6603 </trans-unit>
6251 <source>Show full list</source><target state="new">Show full list</target> 6604 <trans-unit id="8438752523256358076" datatype="html">
6605 <source>Show full list</source>
6606 <target state="new">Show full list</target>
6252 <context-group purpose="location"> 6607 <context-group purpose="location">
6253 <context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context> 6608 <context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context>
6254 <context context-type="linenumber">12</context> 6609 <context context-type="linenumber">12</context>
@@ -6261,29 +6616,28 @@ channel with the same name (<x id="PH_2"/>)!</target>
6261 <trans-unit id="7128556172318221342" datatype="html"> 6616 <trans-unit id="7128556172318221342" datatype="html">
6262 <source>This instance is not following any other.</source> 6617 <source>This instance is not following any other.</source>
6263 <target state="new">This instance is not following any other.</target> 6618 <target state="new">This instance is not following any other.</target>
6264 6619 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context><context context-type="linenumber">18</context></context-group>
6265 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit> 6620 </trans-unit>
6266
6267 <trans-unit id="4195286790385468087" datatype="html"> 6621 <trans-unit id="4195286790385468087" datatype="html">
6268 <source>About this instance</source> 6622 <source>About this instance</source>
6269 <target state="new">About this instance</target> 6623 <target state="new">About this instance</target>
6270 6624 <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> 6625 </trans-unit>
6272 <trans-unit id="8773846522957677259" datatype="html"> 6626 <trans-unit id="8773846522957677259" datatype="html">
6273 <source>About PeerTube</source> 6627 <source>About PeerTube</source>
6274 <target state="new">About PeerTube</target> 6628 <target state="new">About PeerTube</target>
6275 6629 <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> 6630 </trans-unit>
6277 <trans-unit id="1812900507515561988" datatype="html"> 6631 <trans-unit id="1812900507515561988" datatype="html">
6278 <source>About this instance's network</source> 6632 <source>About this instance's network</source>
6279 <target state="new">About this instance's network</target> 6633 <target state="new">About this instance's network</target>
6280 6634 <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> 6635 </trans-unit>
6282 <trans-unit id="892073694820881630" datatype="html"> 6636 <trans-unit id="892073694820881630" datatype="html">
6283 <source>Link copied</source> 6637 <source>Link copied</source>
6284 <target state="new">Link copied</target> 6638 <target state="new">Link copied</target>
6285 6639 <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> 6640 </trans-unit>
6287 <trans-unit id="1045244999981860085" datatype="html"> 6641 <trans-unit id="1045244999981860085" datatype="html">
6288 <source>Developed with ❤ by <x id="START_LINK"/>Framasoft<x id="CLOSE_LINK"/></source> 6642 <source>Developed with ❤ by <x id="START_LINK"/>Framasoft<x id="CLOSE_LINK"/></source>
6289 <target state="new">Developed with ❤ by 6643 <target state="new">Developed with ❤ by
@@ -6299,7 +6653,6 @@ channel with the same name (<x id="PH_2"/>)!</target>
6299 </target> 6653 </target>
6300 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">4</context></context-group> 6654 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">4</context></context-group>
6301 </trans-unit> 6655 </trans-unit>
6302
6303 <trans-unit id="9082008222523034483" datatype="html"> 6656 <trans-unit id="9082008222523034483" datatype="html">
6304 <source>Get help</source> 6657 <source>Get help</source>
6305 <target state="new">Get help</target> 6658 <target state="new">Get help</target>
@@ -6308,39 +6661,39 @@ channel with the same name (<x id="PH_2"/>)!</target>
6308 <trans-unit id="6386856862203107763" datatype="html"> 6661 <trans-unit id="6386856862203107763" datatype="html">
6309 <source>Create my account</source> 6662 <source>Create my account</source>
6310 <target state="translated">Crear el meu compte</target> 6663 <target state="translated">Crear el meu compte</target>
6311 6664 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">39</context></context-group>
6312 <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> 6665 </trans-unit>
6313 <trans-unit id="220345070199640496" datatype="html"> 6666 <trans-unit id="220345070199640496" datatype="html">
6314 <source>PeerTube is creating your account...</source> 6667 <source>PeerTube is creating your account...</source>
6315 <target state="translated">PeerTube està creant el vostre compte ...</target> 6668 <target state="translated">PeerTube està creant el vostre compte ...</target>
6316 6669 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">47</context></context-group>
6317 <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> 6670 </trans-unit>
6318 <trans-unit id="397098723873502323" datatype="html"> 6671 <trans-unit id="397098723873502323" datatype="html">
6319 <source>Done</source> 6672 <source>Done</source>
6320 <target state="translated">Fet</target> 6673 <target state="translated">Fet</target>
6321 6674 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">43</context></context-group>
6322 <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> 6675 </trans-unit>
6323 <trans-unit id="6294302495409052693" datatype="html"> 6676 <trans-unit id="6294302495409052693" datatype="html">
6324 <source>Who are we?</source> 6677 <source>Who are we?</source>
6325 <target state="translated">Qui sóm?</target> 6678 <target state="translated">Qui sóm?</target>
6326 6679 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-about-accordion.component.html</context><context context-type="linenumber">19</context></context-group>
6327 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-about-accordion.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit> 6680 </trans-unit>
6328 <trans-unit id="1445137115016841401" datatype="html"> 6681 <trans-unit id="1445137115016841401" datatype="html">
6329 <source>How long do we plan to maintain this instance?</source> 6682 <source>How long do we plan to maintain this instance?</source>
6330 <target state="translated">Quant de temps pretenem mantenir aquesta instància?</target> 6683 <target state="translated">Quant de temps pretenem mantenir aquesta instància?</target>
6331 6684 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-about-accordion.component.html</context><context context-type="linenumber">24</context></context-group>
6332 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-about-accordion.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 6685 </trans-unit>
6333 <trans-unit id="2975856643479054118" datatype="html"> 6686 <trans-unit id="2975856643479054118" datatype="html">
6334 <source>How will we finance this instance?</source> 6687 <source>How will we finance this instance?</source>
6335 <target state="translated">Com finançarem aquesta instància?</target> 6688 <target state="translated">Com finançarem aquesta instància?</target>
6336 6689 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-about-accordion.component.html</context><context context-type="linenumber">29</context></context-group>
6337 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-about-accordion.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 6690 </trans-unit>
6338 <trans-unit id="2573967459337636542" datatype="html"> 6691 <trans-unit id="2573967459337636542" datatype="html">
6339 <source>Administrators &amp; Sustainability</source> 6692 <source>Administrators &amp; Sustainability</source>
6340 <target state="new">Administrators &amp; Sustainability</target> 6693 <target state="new">Administrators &amp; Sustainability</target>
6341 6694 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-about-accordion.component.html</context><context context-type="linenumber">15</context></context-group>
6342 6695 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-about-accordion.component.html</context><context context-type="linenumber">15</context></context-group>
6343 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-about-accordion.component.html</context><context context-type="linenumber">15</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">15</context></context-group></trans-unit> 6696 </trans-unit>
6344 <trans-unit id="8980375993935541237" datatype="html"> 6697 <trans-unit id="8980375993935541237" datatype="html">
6345 <source>Step</source> 6698 <source>Step</source>
6346 <target state="new">Step</target> 6699 <target state="new">Step</target>
@@ -6397,8 +6750,10 @@ channel with the same name (<x id="PH_2"/>)!</target>
6397 <source>Channel name cannot be the same as your account name. You can click on the first step to update your account name.</source> 6750 <source>Channel name cannot be the same as your account name. You can click on the first step to update your account name.</source>
6398 <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> 6751 <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>
6399 <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> 6752 <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>
6400 </trans-unit><trans-unit id="7440807341905682986" datatype="html"> 6753 </trans-unit>
6401 <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> 6754 <trans-unit id="7440807341905682986" datatype="html">
6755 <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>
6756 <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>
6402 <context-group purpose="location"> 6757 <context-group purpose="location">
6403 <context context-type="sourcefile">src/app/+signup/+register/register-step-terms.component.html</context> 6758 <context context-type="sourcefile">src/app/+signup/+register/register-step-terms.component.html</context>
6404 <context context-type="linenumber">5,10</context> 6759 <context context-type="linenumber">5,10</context>
@@ -6419,32 +6774,34 @@ channel with the same name (<x id="PH_2"/>)!</target>
6419 <context context-type="linenumber">4,5</context> 6774 <context context-type="linenumber">4,5</context>
6420 </context-group> 6775 </context-group>
6421 </trans-unit> 6776 </trans-unit>
6422
6423 <trans-unit id="3301086086650990787" datatype="html"> 6777 <trans-unit id="3301086086650990787" datatype="html">
6424 <source>Register</source> 6778 <source>Register</source>
6425 <target state="new">Register</target> 6779 <target state="new">Register</target>
6426 6780 <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>
6427 <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> 6781 </trans-unit>
6428 <trans-unit id="6979021199788941693" datatype="html"> 6782 <trans-unit id="6979021199788941693" datatype="html">
6429 <source>Your message has been sent.</source> 6783 <source>Your message has been sent.</source>
6430 <target state="new">Your message has been sent.</target> 6784 <target state="new">Your message has been sent.</target>
6431 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>
6432 <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> 6786 </trans-unit>
6433 <trans-unit id="2072135752262464360" datatype="html"> 6787 <trans-unit id="2072135752262464360" datatype="html">
6434 <source>You already sent this form recently</source> 6788 <source>You already sent this form recently</source>
6435 <target state="new">You already sent this form recently</target> 6789 <target state="new">You already sent this form recently</target>
6436 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>
6437 <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> 6791 </trans-unit>
6438
6439 <trans-unit id="819067926858619041" datatype="html"> 6792 <trans-unit id="819067926858619041" datatype="html">
6440 <source>Account videos</source> 6793 <source>Account videos</source>
6441 <target state="new">Account videos</target> 6794 <target state="new">Account videos</target>
6442 6795 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts-routing.module.ts</context><context context-type="linenumber">36</context></context-group>
6443 <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><trans-unit id="2131232107132374967" datatype="html"> 6796 </trans-unit>
6444 <source>Search videos within account</source><target state="new">Search videos within account</target> 6797 <trans-unit id="2131232107132374967" datatype="html">
6445 6798 <source>Search videos within account</source>
6446 <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"> 6799 <target state="new">Search videos within account</target>
6447 <source>ACCOUNT</source><target state="new">ACCOUNT</target> 6800 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts-routing.module.ts</context><context context-type="linenumber">49</context></context-group>
6801 </trans-unit>
6802 <trans-unit id="4605517634011438234" datatype="html">
6803 <source>ACCOUNT</source>
6804 <target state="new">ACCOUNT</target>
6448 <context-group purpose="location"> 6805 <context-group purpose="location">
6449 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context> 6806 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context>
6450 <context context-type="linenumber">8</context> 6807 <context context-type="linenumber">8</context>
@@ -6453,182 +6810,198 @@ channel with the same name (<x id="PH_2"/>)!</target>
6453 <trans-unit id="6823616469362610020" datatype="html"> 6810 <trans-unit id="6823616469362610020" datatype="html">
6454 <source>Account video channels</source> 6811 <source>Account video channels</source>
6455 <target state="new">Account video channels</target> 6812 <target state="new">Account video channels</target>
6456 6813 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts-routing.module.ts</context><context context-type="linenumber">27</context></context-group>
6457 <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> 6814 </trans-unit>
6458
6459 <trans-unit id="3755500631176893489" datatype="html"> 6815 <trans-unit id="3755500631176893489" datatype="html">
6460 <source>Published <x id="PH"/> videos</source> 6816 <source>Published <x id="PH"/> videos</source>
6461 <target state="new">Published 6817 <target state="new">Published
6462 <x id="PH"/> videos 6818 <x id="PH"/> videos
6463 </target> 6819 </target>
6464 6820 <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>
6465 6821 </trans-unit>
6466 <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></trans-unit>
6467 <trans-unit id="807777065817324789" datatype="html"> 6822 <trans-unit id="807777065817324789" datatype="html">
6468 <source>Display all videos (private, unlisted or not yet published)</source> 6823 <source>Display all videos (private, unlisted or not yet published)</source>
6469 <target state="new">Display all videos (private, unlisted or not yet published)</target> 6824 <target state="new">Display all videos (private, unlisted or not yet published)</target>
6470 6825 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.html</context><context context-type="linenumber">36</context></context-group>
6471 6826 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.html</context><context context-type="linenumber">36</context></context-group>
6472 6827 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.html</context><context context-type="linenumber">36</context></context-group>
6473 6828 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.html</context><context context-type="linenumber">36</context></context-group>
6474 6829 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.html</context><context context-type="linenumber">36</context></context-group>
6475 6830 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.html</context><context context-type="linenumber">36</context></context-group>
6476 6831 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.html</context><context context-type="linenumber">36</context></context-group>
6477 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.html</context><context context-type="linenumber">36</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">36</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">36</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">36</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">36</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">36</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">36</context></context-group></trans-unit> 6832 </trans-unit>
6478 <trans-unit id="4856575356061361269" datatype="html"> 6833 <trans-unit id="4856575356061361269" datatype="html">
6479 <source><x id="PH"/> direct account followers </source> 6834 <source><x id="PH"/> direct account followers </source>
6480 <target state="new"> 6835 <target state="new">
6481 <x id="PH"/> direct account followers 6836 <x id="PH"/> direct account followers
6482 </target> 6837 </target>
6483 6838 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group>
6484 <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> 6839 </trans-unit>
6485 <trans-unit id="6250999352462648289" datatype="html"> 6840 <trans-unit id="6250999352462648289" datatype="html">
6486 <source>Report this account</source> 6841 <source>Report this account</source>
6487 <target state="new">Report this account</target> 6842 <target state="new">Report this account</target>
6488 6843 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group>
6489 <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> 6844 </trans-unit>
6490
6491 <trans-unit id="1504521795586863905" datatype="html"> 6845 <trans-unit id="1504521795586863905" datatype="html">
6492 <source>VIDEOS</source> 6846 <source>VIDEOS</source>
6493 <target state="new">VIDEOS</target> 6847 <target state="translated">VÍDEOS</target>
6494 6848 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group>
6495 6849 <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>
6496 <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/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit> 6850 </trans-unit>
6497
6498 <trans-unit id="25349740244798533" datatype="html"> 6851 <trans-unit id="25349740244798533" datatype="html">
6499 <source>Username copied</source> 6852 <source>Username copied</source>
6500 <target state="new">Username copied</target> 6853 <target state="new">Username copied</target>
6501 6854 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group>
6502 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>
6503 <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> 6856 </trans-unit>
6504 <trans-unit id="9221735175659318025" datatype="html"> 6857 <trans-unit id="9221735175659318025" datatype="html">
6505 <source>1 subscriber</source> 6858 <source>1 subscriber</source>
6506 <target state="new">1 subscriber</target> 6859 <target state="new">1 subscriber</target>
6507 6860 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group>
6508 <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> 6861 </trans-unit>
6509 <trans-unit id="4097331874769079975" datatype="html"> 6862 <trans-unit id="4097331874769079975" datatype="html">
6510 <source><x id="PH"/> subscribers</source> 6863 <source><x id="PH"/> subscribers</source>
6511 <target state="new"><x id="PH"/> subscribers</target> 6864 <target state="new"><x id="PH"/> subscribers</target>
6512 6865 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group>
6513 <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> 6866 </trans-unit>
6514 <trans-unit id="4682675125751819107" datatype="html"> 6867 <trans-unit id="4682675125751819107" datatype="html">
6515 <source>Instances you follow</source> 6868 <source>Instances you follow</source>
6516 <target state="new">Instances you follow</target> 6869 <target state="new">Instances you follow</target>
6517 6870 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
6518 <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> 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>
6519 <trans-unit id="8899833753704589712" datatype="html"> 6873 <trans-unit id="8899833753704589712" datatype="html">
6520 <source>Instances following you</source> 6874 <source>Instances following you</source>
6521 <target state="new">Instances following you</target> 6875 <target state="new">Instances following you</target>
6522 6876 <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/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> 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>
6524 <trans-unit id="1035838766454786107" datatype="html"> 6879 <trans-unit id="1035838766454786107" datatype="html">
6525 <source>Audio-only</source> 6880 <source>Audio-only</source>
6526 <target state="new">Audio-only</target> 6881 <target state="new">Audio-only</target>
6527 6882 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-configuration.service.ts</context><context context-type="linenumber">17</context></context-group>
6528 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-configuration.service.ts</context><context context-type="linenumber">17</context></context-group></trans-unit> 6883 </trans-unit>
6529 <trans-unit id="8011855989482474311" datatype="html"> 6884 <trans-unit id="8011855989482474311" datatype="html">
6530 <source>A &lt;code>.mp4&lt;/code> that keeps the original audio track, with no video</source> 6885 <source>A &lt;code>.mp4&lt;/code> that keeps the original audio track, with no video</source>
6531 <target state="new">A &lt;code>.mp4&lt;/code> that keeps the original audio track, with no video</target> 6886 <target state="new">A &lt;code>.mp4&lt;/code> that keeps the original audio track, with no video</target>
6532 6887 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-configuration.service.ts</context><context context-type="linenumber">18</context></context-group>
6533 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-configuration.service.ts</context><context context-type="linenumber">18</context></context-group></trans-unit> 6888 </trans-unit>
6534 <trans-unit id="3768852440495368591" datatype="html"> 6889 <trans-unit id="3768852440495368591" datatype="html">
6535 <source>240p</source> 6890 <source>240p</source>
6536 <target state="new">240p</target> 6891 <target state="new">240p</target>
6537 6892 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-configuration.service.ts</context><context context-type="linenumber">22</context></context-group>
6538 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-configuration.service.ts</context><context context-type="linenumber">22</context></context-group></trans-unit> 6893 </trans-unit>
6539 <trans-unit id="6824490596490222280" datatype="html"> 6894 <trans-unit id="6824490596490222280" datatype="html">
6540 <source>360p</source> 6895 <source>360p</source>
6541 <target state="new">360p</target> 6896 <target state="new">360p</target>
6542 6897 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-configuration.service.ts</context><context context-type="linenumber">26</context></context-group>
6543 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-configuration.service.ts</context><context context-type="linenumber">26</context></context-group></trans-unit> 6898 </trans-unit>
6544 <trans-unit id="4039682741786530029" datatype="html"> 6899 <trans-unit id="4039682741786530029" datatype="html">
6545 <source>480p</source> 6900 <source>480p</source>
6546 <target state="new">480p</target> 6901 <target state="new">480p</target>
6547 6902 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-configuration.service.ts</context><context context-type="linenumber">30</context></context-group>
6548 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-configuration.service.ts</context><context context-type="linenumber">30</context></context-group></trans-unit> 6903 </trans-unit>
6549 <trans-unit id="5165245100010036661" datatype="html"> 6904 <trans-unit id="5165245100010036661" datatype="html">
6550 <source>720p</source> 6905 <source>720p</source>
6551 <target state="new">720p</target> 6906 <target state="new">720p</target>
6552 6907 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-configuration.service.ts</context><context context-type="linenumber">34</context></context-group>
6553 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-configuration.service.ts</context><context context-type="linenumber">34</context></context-group></trans-unit> 6908 </trans-unit>
6554 <trans-unit id="7709767791012306261" datatype="html"> 6909 <trans-unit id="7709767791012306261" datatype="html">
6555 <source>1080p</source> 6910 <source>1080p</source>
6556 <target state="new">1080p</target> 6911 <target state="new">1080p</target>
6557 6912 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-configuration.service.ts</context><context context-type="linenumber">38</context></context-group>
6558 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-configuration.service.ts</context><context context-type="linenumber">38</context></context-group></trans-unit><trans-unit id="3671005503070777897" datatype="html"> 6913 </trans-unit>
6559 <source>1440p</source><target state="new">1440p</target> 6914 <trans-unit id="3671005503070777897" datatype="html">
6560 6915 <source>1440p</source>
6561 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-configuration.service.ts</context><context context-type="linenumber">42</context></context-group></trans-unit> 6916 <target state="new">1440p</target>
6917 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-configuration.service.ts</context><context context-type="linenumber">42</context></context-group>
6918 </trans-unit>
6562 <trans-unit id="597839553814574067" datatype="html"> 6919 <trans-unit id="597839553814574067" datatype="html">
6563 <source>2160p</source> 6920 <source>2160p</source>
6564 <target state="new">2160p</target> 6921 <target state="new">2160p</target>
6565 6922 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-configuration.service.ts</context><context context-type="linenumber">46</context></context-group>
6566 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-configuration.service.ts</context><context context-type="linenumber">46</context></context-group></trans-unit> 6923 </trans-unit>
6567 <trans-unit id="3957742085471141221" datatype="html"> 6924 <trans-unit id="3957742085471141221" datatype="html">
6568 <source>Auto (via ffmpeg)</source> 6925 <source>Auto (via ffmpeg)</source>
6569 <target state="new">Auto (via ffmpeg)</target> 6926 <target state="new">Auto (via ffmpeg)</target>
6570 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>
6571 <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> 6928 </trans-unit>
6572 <trans-unit id="931255636742351800" datatype="html"> 6929 <trans-unit id="931255636742351800" datatype="html">
6573 <source>No limit</source> 6930 <source>No limit</source>
6574 <target state="new">No limit</target> 6931 <target state="new">No limit</target>
6575 6932 <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>
6576 <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> 6933 </trans-unit>
6577 <trans-unit id="5250062810079582285" datatype="html"> 6934 <trans-unit id="5250062810079582285" datatype="html">
6578 <source>1 hour</source> 6935 <source>1 hour</source>
6579 <target state="new">1 hour</target> 6936 <target state="new">1 hour</target>
6580 6937 <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">35</context></context-group>
6581 <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">35</context></context-group></trans-unit> 6938 </trans-unit>
6582 <trans-unit id="8662356672298904015" datatype="html"> 6939 <trans-unit id="8662356672298904015" datatype="html">
6583 <source>3 hours</source> 6940 <source>3 hours</source>
6584 <target state="new">3 hours</target> 6941 <target state="new">3 hours</target>
6585 6942 <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">36</context></context-group>
6586 <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">36</context></context-group></trans-unit> 6943 </trans-unit>
6587 <trans-unit id="1794624538833178491" datatype="html"> 6944 <trans-unit id="1794624538833178491" datatype="html">
6588 <source>5 hours</source> 6945 <source>5 hours</source>
6589 <target state="new">5 hours</target> 6946 <target state="new">5 hours</target>
6590 6947 <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">37</context></context-group>
6591 <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">37</context></context-group></trans-unit> 6948 </trans-unit>
6592 <trans-unit id="4941148355486671862" datatype="html"> 6949 <trans-unit id="4941148355486671862" datatype="html">
6593 <source>10 hours</source> 6950 <source>10 hours</source>
6594 <target state="new">10 hours</target> 6951 <target state="new">10 hours</target>
6595 6952 <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">38</context></context-group>
6596 <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">38</context></context-group></trans-unit><trans-unit id="6659155428791414865" datatype="html"> 6953 </trans-unit>
6597 <source>x264, targeting maximum device compatibility</source><target state="new">x264, targeting maximum device compatibility</target> 6954 <trans-unit id="6659155428791414865" datatype="html">
6598 6955 <source>x264, targeting maximum device compatibility</source>
6599 6956 <target state="new">x264, targeting maximum device compatibility</target>
6600 <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">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="1473738049081128420" datatype="html"> 6957 <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">55</context></context-group>
6601 <source> Estimating a server's capacity to transcode and stream videos isn't easy and we can't tune PeerTube automatically. </source><target state="new"> Estimating a server's capacity to transcode and stream videos isn't easy and we can't tune PeerTube automatically. </target> 6958 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts</context><context context-type="linenumber">50</context></context-group>
6959 </trans-unit>
6960 <trans-unit id="1473738049081128420" datatype="html">
6961 <source>Estimating a server's capacity to transcode and stream videos isn't easy and we can't tune PeerTube automatically.</source>
6962 <target state="new"> Estimating a server's capacity to transcode and stream videos isn't easy and we can't tune PeerTube automatically. </target>
6602 <context-group purpose="location"> 6963 <context-group purpose="location">
6603 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html</context> 6964 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html</context>
6604 <context context-type="linenumber">9,10</context> 6965 <context context-type="linenumber">9,10</context>
6605 </context-group> 6966 </context-group>
6606 </trans-unit><trans-unit id="9122600735711449044" datatype="html"> 6967 </trans-unit>
6607 <source> However, you may want to read our guidelines before tweaking the following values. </source><target state="new"> However, you may want to read our guidelines before tweaking the following values. </target> 6968 <trans-unit id="9122600735711449044" datatype="html">
6969 <source>However, you may want to read our guidelines before tweaking the following values.</source>
6970 <target state="new"> However, you may want to read our guidelines before tweaking the following values. </target>
6608 <context-group purpose="location"> 6971 <context-group purpose="location">
6609 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html</context> 6972 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html</context>
6610 <context context-type="linenumber">12,13</context> 6973 <context context-type="linenumber">12,13</context>
6611 </context-group> 6974 </context-group>
6612 </trans-unit><trans-unit id="9035429011363248302" datatype="html"> 6975 </trans-unit>
6613 <source> Read guidelines </source><target state="new"> Read guidelines </target> 6976 <trans-unit id="9035429011363248302" datatype="html">
6977 <source>Read guidelines</source>
6978 <target state="new"> Read guidelines </target>
6614 <context-group purpose="location"> 6979 <context-group purpose="location">
6615 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html</context> 6980 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html</context>
6616 <context context-type="linenumber">17,18</context> 6981 <context context-type="linenumber">17,18</context>
6617 </context-group> 6982 </context-group>
6618 </trans-unit><trans-unit id="2384409178337534505" datatype="html"> 6983 </trans-unit>
6619 <source> Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully. </source><target state="new"> Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully. </target> 6984 <trans-unit id="2384409178337534505" datatype="html">
6985 <source>Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully.</source>
6986 <target state="new"> Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully. </target>
6620 <context-group purpose="location"> 6987 <context-group purpose="location">
6621 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html</context> 6988 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html</context>
6622 <context context-type="linenumber">28,30</context> 6989 <context context-type="linenumber">28,30</context>
6623 </context-group> 6990 </context-group>
6624 </trans-unit><trans-unit id="1618463615802675111" datatype="html"> 6991 </trans-unit>
6625 <source>threads</source><target state="new">threads</target> 6992 <trans-unit id="1618463615802675111" datatype="html">
6626 6993 <source>threads</source>
6627 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-configuration.service.ts</context><context context-type="linenumber">86</context></context-group></trans-unit><trans-unit id="593234948551881507" datatype="html"> 6994 <target state="new">threads</target>
6628 <source>thread</source><target state="new">thread</target> 6995 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-configuration.service.ts</context><context context-type="linenumber">86</context></context-group>
6629 6996 </trans-unit>
6630 <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></trans-unit><trans-unit id="1305357231288135414" datatype="html"> 6997 <trans-unit id="593234948551881507" datatype="html">
6631 <source>Homepage</source><target state="new">Homepage</target> 6998 <source>thread</source>
6999 <target state="new">thread</target>
7000 <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>
7001 </trans-unit>
7002 <trans-unit id="1305357231288135414" datatype="html">
7003 <source>Homepage</source>
7004 <target state="new">Homepage</target>
6632 <context-group purpose="location"> 7005 <context-group purpose="location">
6633 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 7006 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6634 <context context-type="linenumber">7</context> 7007 <context context-type="linenumber">7</context>
@@ -6637,14 +7010,18 @@ channel with the same name (<x id="PH_2"/>)!</target>
6637 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-homepage.component.html</context> 7010 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-homepage.component.html</context>
6638 <context context-type="linenumber">13</context> 7011 <context context-type="linenumber">13</context>
6639 </context-group> 7012 </context-group>
6640 </trans-unit><trans-unit id="5037437391296624618" datatype="html"> 7013 </trans-unit>
6641 <source>Information</source><target state="new">Information</target> 7014 <trans-unit id="5037437391296624618" datatype="html">
7015 <source>Information</source>
7016 <target state="new">Information</target>
6642 <context-group purpose="location"> 7017 <context-group purpose="location">
6643 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 7018 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6644 <context context-type="linenumber">15</context> 7019 <context context-type="linenumber">15</context>
6645 </context-group> 7020 </context-group>
6646 </trans-unit><trans-unit id="8643289769990675407" datatype="html"> 7021 </trans-unit>
6647 <source>Basic</source><target state="new">Basic</target> 7022 <trans-unit id="8643289769990675407" datatype="html">
7023 <source>Basic</source>
7024 <target state="new">Basic</target>
6648 <context-group purpose="location"> 7025 <context-group purpose="location">
6649 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 7026 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6650 <context context-type="linenumber">24</context> 7027 <context context-type="linenumber">24</context>
@@ -6653,9 +7030,11 @@ channel with the same name (<x id="PH_2"/>)!</target>
6653 <trans-unit id="2060042292048624940"> 7030 <trans-unit id="2060042292048624940">
6654 <source>Configuration updated.</source> 7031 <source>Configuration updated.</source>
6655 <target>S'ha actualitzat la configuració.</target> 7032 <target>S'ha actualitzat la configuració.</target>
6656 7033 <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>
6657 <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"> 7034 </trans-unit>
6658 <source>INSTANCE HOMEPAGE</source><target state="new">INSTANCE HOMEPAGE</target> 7035 <trans-unit id="6920964195632624609" datatype="html">
7036 <source>INSTANCE HOMEPAGE</source>
7037 <target state="new">INSTANCE HOMEPAGE</target>
6659 <context-group purpose="location"> 7038 <context-group purpose="location">
6660 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-homepage.component.html</context> 7039 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-homepage.component.html</context>
6661 <context context-type="linenumber">7</context> 7040 <context context-type="linenumber">7</context>
@@ -6664,8 +7043,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
6664 <trans-unit id="3203902538239082422" datatype="html"> 7043 <trans-unit id="3203902538239082422" datatype="html">
6665 <source>You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below.</source> 7044 <source>You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below.</source>
6666 <target state="new">You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below.</target> 7045 <target state="new">You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below.</target>
6667 7046 <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>
6668 <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> 7047 </trans-unit>
6669 <trans-unit id="6284468333579755406" datatype="html"> 7048 <trans-unit id="6284468333579755406" datatype="html">
6670 <source>Edit custom configuration</source> 7049 <source>Edit custom configuration</source>
6671 <target state="new">Edit custom configuration</target> 7050 <target state="new">Edit custom configuration</target>
@@ -6711,31 +7090,31 @@ channel with the same name (<x id="PH_2"/>)!</target>
6711 <trans-unit id="240806681889331244"> 7090 <trans-unit id="240806681889331244">
6712 <source>Unlimited</source> 7091 <source>Unlimited</source>
6713 <target>Il·limitat</target> 7092 <target>Il·limitat</target>
6714 7093 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">22</context></context-group>
6715 7094 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">36</context></context-group>
6716 7095 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.ts</context><context context-type="linenumber">30</context></context-group>
6717 7096 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.ts</context><context context-type="linenumber">37</context></context-group>
6718 7097 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-quota.component.ts</context><context context-type="linenumber">32</context></context-group>
6719 7098 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-quota.component.ts</context><context context-type="linenumber">38</context></context-group>
6720 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.ts</context><context context-type="linenumber">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.ts</context><context context-type="linenumber">37</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-quota.component.ts</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-quota.component.ts</context><context context-type="linenumber">38</context></context-group></trans-unit> 7099 </trans-unit>
6721 <trans-unit id="5504952199515017930" datatype="html"> 7100 <trans-unit id="5504952199515017930" datatype="html">
6722 <source>None - no upload possible</source> 7101 <source>None - no upload possible</source>
6723 <target state="new">None - no upload possible</target> 7102 <target state="new">None - no upload possible</target>
6724 7103 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">23</context></context-group>
6725 7104 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">37</context></context-group>
6726 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">37</context></context-group></trans-unit> 7105 </trans-unit>
6727 <trans-unit id="616370606803836610" datatype="html"> 7106 <trans-unit id="616370606803836610" datatype="html">
6728 <source>100MB</source> 7107 <source>100MB</source>
6729 <target state="new">100MB</target> 7108 <target state="new">100MB</target>
6730 7109 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">24</context></context-group>
6731 7110 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">40</context></context-group>
6732 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">40</context></context-group></trans-unit> 7111 </trans-unit>
6733 <trans-unit id="9162997081789455476" datatype="html"> 7112 <trans-unit id="9162997081789455476" datatype="html">
6734 <source>500MB</source> 7113 <source>500MB</source>
6735 <target state="new">500MB</target> 7114 <target state="new">500MB</target>
6736 7115 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">25</context></context-group>
6737 7116 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">41</context></context-group>
6738 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">41</context></context-group></trans-unit> 7117 </trans-unit>
6739 <trans-unit id="1541266817985876981" datatype="html"> 7118 <trans-unit id="1541266817985876981" datatype="html">
6740 <source>1GB</source> 7119 <source>1GB</source>
6741 <target state="new">1GB</target> 7120 <target state="new">1GB</target>
@@ -6744,32 +7123,40 @@ channel with the same name (<x id="PH_2"/>)!</target>
6744 <trans-unit id="6075751004411938819" datatype="html"> 7123 <trans-unit id="6075751004411938819" datatype="html">
6745 <source>5GB</source> 7124 <source>5GB</source>
6746 <target state="new">5GB</target> 7125 <target state="new">5GB</target>
6747 7126 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">27</context></context-group>
6748 7127 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">43</context></context-group>
6749 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">43</context></context-group></trans-unit> 7128 </trans-unit>
6750 <trans-unit id="246811372655482890" datatype="html"> 7129 <trans-unit id="246811372655482890" datatype="html">
6751 <source>20GB</source> 7130 <source>20GB</source>
6752 <target state="new">20GB</target> 7131 <target state="new">20GB</target>
6753 7132 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">28</context></context-group>
6754 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">45</context></context-group></trans-unit> 7133 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">45</context></context-group>
7134 </trans-unit>
6755 <trans-unit id="2491910291056632032" datatype="html"> 7135 <trans-unit id="2491910291056632032" datatype="html">
6756 <source>50GB</source> 7136 <source>50GB</source>
6757 <target state="new">50GB</target> 7137 <target state="new">50GB</target>
6758 7138 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">29</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">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">46</context></context-group></trans-unit><trans-unit id="5514849824631859021" datatype="html"> 7139 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">46</context></context-group>
6760 <source>100GB</source><target state="new">100GB</target> 7140 </trans-unit>
7141 <trans-unit id="5514849824631859021" datatype="html">
7142 <source>100GB</source>
7143 <target state="new">100GB</target>
6761 <context-group purpose="location"> 7144 <context-group purpose="location">
6762 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context> 7145 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6763 <context context-type="linenumber">30</context> 7146 <context context-type="linenumber">30</context>
6764 </context-group> 7147 </context-group>
6765 </trans-unit><trans-unit id="8245180845645676506" datatype="html"> 7148 </trans-unit>
6766 <source>200GB</source><target state="new">200GB</target> 7149 <trans-unit id="8245180845645676506" datatype="html">
7150 <source>200GB</source>
7151 <target state="new">200GB</target>
6767 <context-group purpose="location"> 7152 <context-group purpose="location">
6768 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context> 7153 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6769 <context context-type="linenumber">31</context> 7154 <context context-type="linenumber">31</context>
6770 </context-group> 7155 </context-group>
6771 </trans-unit><trans-unit id="5468089754278798237" datatype="html"> 7156 </trans-unit>
6772 <source>500GB</source><target state="new">500GB</target> 7157 <trans-unit id="5468089754278798237" datatype="html">
7158 <source>500GB</source>
7159 <target state="new">500GB</target>
6773 <context-group purpose="location"> 7160 <context-group purpose="location">
6774 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context> 7161 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6775 <context context-type="linenumber">32</context> 7162 <context context-type="linenumber">32</context>
@@ -6778,19 +7165,21 @@ channel with the same name (<x id="PH_2"/>)!</target>
6778 <trans-unit id="3977630500122496087" datatype="html"> 7165 <trans-unit id="3977630500122496087" datatype="html">
6779 <source>10MB</source> 7166 <source>10MB</source>
6780 <target state="new">10MB</target> 7167 <target state="new">10MB</target>
6781 7168 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">38</context></context-group>
6782 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">38</context></context-group></trans-unit> 7169 </trans-unit>
6783 <trans-unit id="2060593120571755546" datatype="html"> 7170 <trans-unit id="2060593120571755546" datatype="html">
6784 <source>50MB</source> 7171 <source>50MB</source>
6785 <target state="new">50MB</target> 7172 <target state="new">50MB</target>
6786 7173 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">39</context></context-group>
6787 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">39</context></context-group></trans-unit> 7174 </trans-unit>
6788 <trans-unit id="7653028819867308249" datatype="html"> 7175 <trans-unit id="7653028819867308249" datatype="html">
6789 <source>2GB</source> 7176 <source>2GB</source>
6790 <target state="new">2GB</target> 7177 <target state="new">2GB</target>
6791 7178 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">42</context></context-group>
6792 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="7641416475804061087" datatype="html"> 7179 </trans-unit>
6793 <source>10GB</source><target state="new">10GB</target> 7180 <trans-unit id="7641416475804061087" datatype="html">
7181 <source>10GB</source>
7182 <target state="new">10GB</target>
6794 <context-group purpose="location"> 7183 <context-group purpose="location">
6795 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context> 7184 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
6796 <context context-type="linenumber">44</context> 7185 <context context-type="linenumber">44</context>
@@ -6828,29 +7217,29 @@ channel with the same name (<x id="PH_2"/>)!</target>
6828 <trans-unit id="7022070615528435141" datatype="html"> 7217 <trans-unit id="7022070615528435141" datatype="html">
6829 <source>Delete</source> 7218 <source>Delete</source>
6830 <target state="new">Delete</target> 7219 <target state="new">Delete</target>
6831 7220 <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>
6832 7221 <context-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>
6833 7222 <context-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>
6834 7223 <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>
6835 7224 <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>
6836 7225 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">85</context></context-group>
6837 7226 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">199</context></context-group>
6838 7227 <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>
6839 7228 <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>
6840 7229 <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>
6841 7230 <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>
6842 7231 <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>
6843 7232 <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>
6844 7233 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group>
6845 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">144</context></context-group>
6846 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">386</context></context-group>
6847 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">421</context></context-group>
6848 7237 <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>
6849 7238 <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>
6850 7239 <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>
6851 7240 <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>
6852 7241 <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>
6853 <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">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">199</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.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-watch/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">92</context></context-group><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> 7242 </trans-unit>
6854 <trans-unit id="2452034338905853167" datatype="html"> 7243 <trans-unit id="2452034338905853167" datatype="html">
6855 <source><x id="PH"/> removed from instance followers </source> 7244 <source><x id="PH"/> removed from instance followers </source>
6856 <target state="new"> 7245 <target state="new">
@@ -6937,8 +7326,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
6937 <target state="new">Account 7326 <target state="new">Account
6938 <x id="PH"/> unmuted by your instance. 7327 <x id="PH"/> unmuted by your instance.
6939 </target> 7328 </target>
6940 7329 <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>
6941 <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></trans-unit> 7330 </trans-unit>
6942 <trans-unit id="3371601176452094961" datatype="html"> 7331 <trans-unit id="3371601176452094961" datatype="html">
6943 <source>Instance <x id="PH"/> unmuted by your instance.</source> 7332 <source>Instance <x id="PH"/> unmuted by your instance.</source>
6944 <target state="new">Instance 7333 <target state="new">Instance
@@ -6951,9 +7340,9 @@ channel with the same name (<x id="PH_2"/>)!</target>
6951 <target state="new">Instance 7340 <target state="new">Instance
6952 <x id="PH"/> muted. 7341 <x id="PH"/> muted.
6953 </target> 7342 </target>
6954 7343 <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>
6955 7344 <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>
6956 <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> 7345 </trans-unit>
6957 <trans-unit id="3096398988891996621" datatype="html"> 7346 <trans-unit id="3096398988891996621" datatype="html">
6958 <source>Instance <x id="PH"/> muted by your instance.</source> 7347 <source>Instance <x id="PH"/> muted by your instance.</source>
6959 <target state="new">Instance 7348 <target state="new">Instance
@@ -6969,162 +7358,162 @@ channel with the same name (<x id="PH_2"/>)!</target>
6969 <trans-unit id="149121389669248117" datatype="html"> 7358 <trans-unit id="149121389669248117" datatype="html">
6970 <source>Violent or Repulsive</source> 7359 <source>Violent or Repulsive</source>
6971 <target state="new">Violent or Repulsive</target> 7360 <target state="new">Violent or Repulsive</target>
6972 7361 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.ts</context><context context-type="linenumber">19</context></context-group>
6973 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.ts</context><context context-type="linenumber">19</context></context-group></trans-unit> 7362 </trans-unit>
6974 <trans-unit id="2493388551376623687" datatype="html"> 7363 <trans-unit id="2493388551376623687" datatype="html">
6975 <source>Hateful or Abusive</source> 7364 <source>Hateful or Abusive</source>
6976 <target state="new">Hateful or Abusive</target> 7365 <target state="new">Hateful or Abusive</target>
6977 7366 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.ts</context><context context-type="linenumber">20</context></context-group>
6978 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.ts</context><context context-type="linenumber">20</context></context-group></trans-unit> 7367 </trans-unit>
6979 <trans-unit id="5124757565683866220" datatype="html"> 7368 <trans-unit id="5124757565683866220" datatype="html">
6980 <source>Spam or Misleading</source> 7369 <source>Spam or Misleading</source>
6981 <target state="new">Spam or Misleading</target> 7370 <target state="new">Spam or Misleading</target>
6982 7371 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.ts</context><context context-type="linenumber">21</context></context-group>
6983 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.ts</context><context context-type="linenumber">21</context></context-group></trans-unit> 7372 </trans-unit>
6984 <trans-unit id="8440128775129354214" datatype="html"> 7373 <trans-unit id="8440128775129354214" datatype="html">
6985 <source>Privacy</source> 7374 <source>Privacy</source>
6986 <target state="new">Privacy</target> 7375 <target state="new">Privacy</target>
6987 7376 <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>
6988 <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> 7377 </trans-unit>
6989 <trans-unit id="8768506950499277937" datatype="html"> 7378 <trans-unit id="8768506950499277937" datatype="html">
6990 <source>Copyright</source> 7379 <source>Copyright</source>
6991 <target state="new">Copyright</target> 7380 <target state="new">Copyright</target>
6992 7381 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.ts</context><context context-type="linenumber">23</context></context-group>
6993 7382 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/abuse.service.ts</context><context context-type="linenumber">159</context></context-group>
6994 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.ts</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/abuse.service.ts</context><context context-type="linenumber">159</context></context-group></trans-unit> 7383 </trans-unit>
6995 <trans-unit id="3776575731053010580" datatype="html"> 7384 <trans-unit id="3776575731053010580" datatype="html">
6996 <source>Server rules</source> 7385 <source>Server rules</source>
6997 <target state="new">Server rules</target> 7386 <target state="new">Server rules</target>
6998 7387 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.ts</context><context context-type="linenumber">24</context></context-group>
6999 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.ts</context><context context-type="linenumber">24</context></context-group></trans-unit> 7388 </trans-unit>
7000 <trans-unit id="6907161397537530258" datatype="html"> 7389 <trans-unit id="6907161397537530258" datatype="html">
7001 <source>Thumbnails</source> 7390 <source>Thumbnails</source>
7002 <target state="new">Thumbnails</target> 7391 <target state="new">Thumbnails</target>
7003 7392 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.ts</context><context context-type="linenumber">25</context></context-group>
7004 7393 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/abuse.service.ts</context><context context-type="linenumber">173</context></context-group>
7005 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.ts</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/abuse.service.ts</context><context context-type="linenumber">173</context></context-group></trans-unit> 7394 </trans-unit>
7006 <trans-unit id="6473213678768782133" datatype="html"> 7395 <trans-unit id="6473213678768782133" datatype="html">
7007 <source>Internal actions</source> 7396 <source>Internal actions</source>
7008 <target state="new">Internal actions</target> 7397 <target state="new">Internal actions</target>
7009 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>
7010 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>
7011 <context-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> 7400 </trans-unit>
7012 <trans-unit id="4559872264406386913" datatype="html"> 7401 <trans-unit id="4559872264406386913" datatype="html">
7013 <source>Delete report</source> 7402 <source>Delete report</source>
7014 <target state="new">Delete report</target> 7403 <target state="new">Delete report</target>
7015 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>
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">285</context></context-group></trans-unit> 7405 </trans-unit>
7017 <trans-unit id="5793550984155962433" datatype="html"> 7406 <trans-unit id="5793550984155962433" datatype="html">
7018 <source>Actions for the flagged account</source> 7407 <source>Actions for the flagged account</source>
7019 <target state="new">Actions for the flagged account</target> 7408 <target state="new">Actions for the flagged account</target>
7020 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>
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">296</context></context-group></trans-unit> 7410 </trans-unit>
7022 <trans-unit id="1679841953757186358" datatype="html"> 7411 <trans-unit id="1679841953757186358" datatype="html">
7023 <source>Mark as accepted</source> 7412 <source>Mark as accepted</source>
7024 <target state="new">Mark as accepted</target> 7413 <target state="new">Mark as accepted</target>
7025 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>
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">270</context></context-group></trans-unit> 7415 </trans-unit>
7027 <trans-unit id="7993358694073742566" datatype="html"> 7416 <trans-unit id="7993358694073742566" datatype="html">
7028 <source>Mark as rejected</source> 7417 <source>Mark as rejected</source>
7029 <target state="new">Mark as rejected</target> 7418 <target state="new">Mark as rejected</target>
7030 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>
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">275</context></context-group></trans-unit> 7420 </trans-unit>
7032 <trans-unit id="4175703770051343108" datatype="html"> 7421 <trans-unit id="4175703770051343108" datatype="html">
7033 <source>Add internal note</source> 7422 <source>Add internal note</source>
7034 <target state="new">Add internal note</target> 7423 <target state="new">Add internal note</target>
7035 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>
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">280</context></context-group></trans-unit> 7425 </trans-unit>
7037 <trans-unit id="296166371893775555" datatype="html"> 7426 <trans-unit id="296166371893775555" datatype="html">
7038 <source>Actions for the video</source> 7427 <source>Actions for the video</source>
7039 <target state="new">Actions for the video</target> 7428 <target state="new">Actions for the video</target>
7040 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>
7041 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>
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">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> 7431 </trans-unit>
7043 <trans-unit id="3924877328520650445" datatype="html"> 7432 <trans-unit id="3924877328520650445" datatype="html">
7044 <source>Block video</source> 7433 <source>Block video</source>
7045 <target state="new">Block video</target> 7434 <target state="new">Block video</target>
7046 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>
7047 <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> 7436 </trans-unit>
7048 <trans-unit id="4762794934098378428" datatype="html"> 7437 <trans-unit id="4762794934098378428" datatype="html">
7049 <source>Video blocked.</source> 7438 <source>Video blocked.</source>
7050 <target state="new">Video blocked.</target> 7439 <target state="new">Video blocked.</target>
7051 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>
7052 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>
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">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> 7442 </trans-unit>
7054 <trans-unit id="4328862996304258770" datatype="html"> 7443 <trans-unit id="4328862996304258770" datatype="html">
7055 <source>Unblock video</source> 7444 <source>Unblock video</source>
7056 <target state="new">Unblock video</target> 7445 <target state="new">Unblock video</target>
7057 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>
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">365</context></context-group></trans-unit> 7447 </trans-unit>
7059 <trans-unit id="9065327551191479877" datatype="html"> 7448 <trans-unit id="9065327551191479877" datatype="html">
7060 <source>Video unblocked.</source> 7449 <source>Video unblocked.</source>
7061 <target state="new">Video unblocked.</target> 7450 <target state="new">Video unblocked.</target>
7062 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>
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">371</context></context-group></trans-unit> 7452 </trans-unit>
7064 <trans-unit id="1250415136605923486" datatype="html"> 7453 <trans-unit id="1250415136605923486" datatype="html">
7065 <source>Do you really want to delete this abuse report?</source> 7454 <source>Do you really want to delete this abuse report?</source>
7066 <target state="new">Do you really want to delete this abuse report?</target> 7455 <target state="new">Do you really want to delete this abuse report?</target>
7067 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>
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">144</context></context-group></trans-unit> 7457 </trans-unit>
7069 <trans-unit id="3482559157143817408" datatype="html"> 7458 <trans-unit id="3482559157143817408" datatype="html">
7070 <source>Abuse deleted.</source> 7459 <source>Abuse deleted.</source>
7071 <target state="new">Abuse deleted.</target> 7460 <target state="new">Abuse deleted.</target>
7072 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>
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">149</context></context-group></trans-unit> 7462 </trans-unit>
7074 <trans-unit id="6282990098351939529" datatype="html"> 7463 <trans-unit id="6282990098351939529" datatype="html">
7075 <source>Deleted comment</source> 7464 <source>Deleted comment</source>
7076 <target state="new">Deleted comment</target> 7465 <target state="new">Deleted comment</target>
7077 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>
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">225</context></context-group></trans-unit> 7467 </trans-unit>
7079 <trans-unit id="9196775343330824083" datatype="html"> 7468 <trans-unit id="9196775343330824083" datatype="html">
7080 <source>Messages with reporter</source> 7469 <source>Messages with reporter</source>
7081 <target state="new">Messages with reporter</target> 7470 <target state="new">Messages with reporter</target>
7082 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>
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">259</context></context-group></trans-unit> 7472 </trans-unit>
7084 <trans-unit id="8770468575924421391" datatype="html"> 7473 <trans-unit id="8770468575924421391" datatype="html">
7085 <source>Messages with moderators</source> 7474 <source>Messages with moderators</source>
7086 <target state="new">Messages with moderators</target> 7475 <target state="new">Messages with moderators</target>
7087 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>
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">260</context></context-group></trans-unit> 7477 </trans-unit>
7089 <trans-unit id="8528549800795985099" datatype="html"> 7478 <trans-unit id="8528549800795985099" datatype="html">
7090 <source>Update internal note</source> 7479 <source>Update internal note</source>
7091 <target state="new">Update internal note</target> 7480 <target state="new">Update internal note</target>
7092 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>
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">265</context></context-group></trans-unit> 7482 </trans-unit>
7094 <trans-unit id="3962242315365992494" datatype="html"> 7483 <trans-unit id="3962242315365992494" datatype="html">
7095 <source>Switch video block to manual</source> 7484 <source>Switch video block to manual</source>
7096 <target state="new">Switch video block to manual</target> 7485 <target state="new">Switch video block to manual</target>
7097 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>
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">60</context></context-group></trans-unit> 7487 </trans-unit>
7099 <trans-unit id="6906423861055262169" datatype="html"> 7488 <trans-unit id="6906423861055262169" datatype="html">
7100 <source>Video <x id="PH"/> switched to manual block.</source> 7489 <source>Video <x id="PH"/> switched to manual block.</source>
7101 <target state="new">Video 7490 <target state="new">Video
7102 <x id="PH"/> switched to manual block. 7491 <x id="PH"/> switched to manual block.
7103 </target> 7492 </target>
7104 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>
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">66</context></context-group></trans-unit> 7494 </trans-unit>
7106 <trans-unit id="7293356040886494773" datatype="html"> 7495 <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> 7496 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
7108 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target> 7497 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target>
7109 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>
7110 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>
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">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> 7500 </trans-unit>
7112 <trans-unit id="4859202148272511129" datatype="html"> 7501 <trans-unit id="4859202148272511129" datatype="html">
7113 <source>Unblock</source> 7502 <source>Unblock</source>
7114 <target state="new">Unblock</target> 7503 <target state="new">Unblock</target>
7115 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>
7116 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>
7117 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>
7118 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>
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">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> 7508 </trans-unit>
7120 <trans-unit id="4922469417589203720" datatype="html"> 7509 <trans-unit id="4922469417589203720" datatype="html">
7121 <source>Video <x id="PH"/> unblocked.</source> 7510 <source>Video <x id="PH"/> unblocked.</source>
7122 <target state="new">Video 7511 <target state="new">Video
7123 <x id="PH"/> unblocked. 7512 <x id="PH"/> unblocked.
7124 </target> 7513 </target>
7125 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>
7126 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>
7127 <context-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> 7516 </trans-unit>
7128 <trans-unit id="6286037250766429054" datatype="html"> 7517 <trans-unit id="6286037250766429054" datatype="html">
7129 <source>yes</source> 7518 <source>yes</source>
7130 <target state="new">yes</target> 7519 <target state="new">yes</target>
@@ -7140,55 +7529,61 @@ channel with the same name (<x id="PH_2"/>)!</target>
7140 <trans-unit id="212615365039028546" datatype="html"> 7529 <trans-unit id="212615365039028546" datatype="html">
7141 <source>You don't have plugins installed yet.</source> 7530 <source>You don't have plugins installed yet.</source>
7142 <target state="new">You don't have plugins installed yet.</target> 7531 <target state="new">You don't have plugins installed yet.</target>
7143 7532 <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>
7144 <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> 7533 </trans-unit>
7145 <trans-unit id="1710094819987243777" datatype="html"> 7534 <trans-unit id="1710094819987243777" datatype="html">
7146 <source>You don't have themes installed yet.</source> 7535 <source>You don't have themes installed yet.</source>
7147 <target state="new">You don't have themes installed yet.</target> 7536 <target state="new">You don't have themes installed yet.</target>
7148 7537 <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>
7149 <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> 7538 </trans-unit>
7150 <trans-unit id="931472057457682240" datatype="html"> 7539 <trans-unit id="931472057457682240" datatype="html">
7151 <source>Update to <x id="PH"/> </source> 7540 <source>Update to <x id="PH"/> </source>
7152 <target state="new">Update to 7541 <target state="new">Update to
7153 <x id="PH"/> 7542 <x id="PH"/>
7154 </target> 7543 </target>
7155 7544 <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>
7156 <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> 7545 </trans-unit>
7157 <trans-unit id="9107383323119159110" datatype="html"> 7546 <trans-unit id="9107383323119159110" datatype="html">
7158 <source>Do you really want to uninstall <x id="PH"/>?</source> 7547 <source>Do you really want to uninstall <x id="PH"/>?</source>
7159 <target state="new">Do you really want to uninstall 7548 <target state="new">Do you really want to uninstall
7160 <x id="PH"/>? 7549 <x id="PH"/>?
7161 </target> 7550 </target>
7162 7551 <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>
7163 <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> 7552 </trans-unit>
7164 <trans-unit id="4474510732215437338" datatype="html"> 7553 <trans-unit id="4474510732215437338" datatype="html">
7165 <source>Uninstall</source> 7554 <source>Uninstall</source>
7166 <target state="new">Uninstall</target> 7555 <target state="new">Uninstall</target>
7167 7556 <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">112</context></context-group>
7168 <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">112</context></context-group></trans-unit> 7557 </trans-unit>
7169 <trans-unit id="3773378957693174719" datatype="html"> 7558 <trans-unit id="3773378957693174719" datatype="html">
7170 <source><x id="PH"/> uninstalled. </source> 7559 <source><x id="PH"/> uninstalled. </source>
7171 <target state="new"> 7560 <target state="new">
7172 <x id="PH"/> uninstalled. 7561 <x id="PH"/> uninstalled.
7173 </target> 7562 </target>
7174 7563 <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>
7175 <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><trans-unit id="7914215986085479339" datatype="html"> 7564 </trans-unit>
7176 <source>This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes.</source><target state="new">This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes.</target> 7565 <trans-unit id="7914215986085479339" datatype="html">
7177 7566 <source>This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes.</source>
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">134</context></context-group></trans-unit><trans-unit id="2849750161085431718" datatype="html"> 7567 <target state="new">This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes.</target>
7179 <source>Upgrade</source><target state="new">Upgrade</target> 7568 <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>
7180 7569 </trans-unit>
7181 <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><trans-unit id="7686590072950686188" datatype="html"> 7570 <trans-unit id="2849750161085431718" datatype="html">
7182 <source>Proceed upgrade</source><target state="new">Proceed upgrade</target> 7571 <source>Upgrade</source>
7183 7572 <target state="new">Upgrade</target>
7184 <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> 7573 <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>
7574 </trans-unit>
7575 <trans-unit id="7686590072950686188" datatype="html">
7576 <source>Proceed upgrade</source>
7577 <target state="new">Proceed upgrade</target>
7578 <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>
7579 </trans-unit>
7185 <trans-unit id="7830308409197461339" datatype="html"> 7580 <trans-unit id="7830308409197461339" datatype="html">
7186 <source><x id="PH"/> updated. </source> 7581 <source><x id="PH"/> updated. </source>
7187 <target state="new"> 7582 <target state="new">
7188 <x id="PH"/> updated. 7583 <x id="PH"/> updated.
7189 </target> 7584 </target>
7190 7585 <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>
7191 <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> 7586 </trans-unit>
7192 <trans-unit id="3229595422546554334" datatype="html"> 7587 <trans-unit id="3229595422546554334" datatype="html">
7193 <source>Jobs</source> 7588 <source>Jobs</source>
7194 <target state="new">Jobs</target> 7589 <target state="new">Jobs</target>
@@ -7202,32 +7597,32 @@ channel with the same name (<x id="PH_2"/>)!</target>
7202 <trans-unit id="3150704904301058778" datatype="html"> 7597 <trans-unit id="3150704904301058778" datatype="html">
7203 <source>The plugin index is not available. Please retry later.</source> 7598 <source>The plugin index is not available. Please retry later.</source>
7204 <target state="new">The plugin index is not available. Please retry later.</target> 7599 <target state="new">The plugin index is not available. Please retry later.</target>
7205 7600 <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>
7206 <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> 7601 </trans-unit>
7207 <trans-unit id="1387301493234848481" datatype="html"> 7602 <trans-unit id="1387301493234848481" datatype="html">
7208 <source>Please only install plugins or themes you trust, since they can execute any code on your instance.</source> 7603 <source>Please only install plugins or themes you trust, since they can execute any code on your instance.</source>
7209 <target state="new">Please only install plugins or themes you trust, since they can execute any code on your instance.</target> 7604 <target state="new">Please only install plugins or themes you trust, since they can execute any code on your instance.</target>
7210 7605 <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>
7211 <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> 7606 </trans-unit>
7212 <trans-unit id="2994182849694226596" datatype="html"> 7607 <trans-unit id="2994182849694226596" datatype="html">
7213 <source>Install <x id="PH"/>?</source> 7608 <source>Install <x id="PH"/>?</source>
7214 <target state="new">Install 7609 <target state="new">Install
7215 <x id="PH"/>? 7610 <x id="PH"/>?
7216 </target> 7611 </target>
7217 7612 <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>
7218 <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> 7613 </trans-unit>
7219 <trans-unit id="6703720397495603345" datatype="html"> 7614 <trans-unit id="6703720397495603345" datatype="html">
7220 <source><x id="PH"/> installed. </source> 7615 <source><x id="PH"/> installed. </source>
7221 <target state="new"> 7616 <target state="new">
7222 <x id="PH"/> installed. 7617 <x id="PH"/> installed.
7223 </target> 7618 </target>
7224 7619 <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>
7225 <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> 7620 </trans-unit>
7226 <trans-unit id="1875025899004073421" datatype="html"> 7621 <trans-unit id="1875025899004073421" datatype="html">
7227 <source>Settings updated.</source> 7622 <source>Settings updated.</source>
7228 <target state="new">Settings updated.</target> 7623 <target state="new">Settings updated.</target>
7229 7624 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.ts</context><context context-type="linenumber">55</context></context-group>
7230 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit> 7625 </trans-unit>
7231 <trans-unit id="6901018060567164184" datatype="html"> 7626 <trans-unit id="6901018060567164184" datatype="html">
7232 <source>Plugins</source> 7627 <source>Plugins</source>
7233 <target state="new">Plugins</target> 7628 <target state="new">Plugins</target>
@@ -7247,56 +7642,74 @@ channel with the same name (<x id="PH_2"/>)!</target>
7247 <source>theme</source> 7642 <source>theme</source>
7248 <target state="new">theme</target> 7643 <target state="new">theme</target>
7249 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/shared/plugin-api.service.ts</context><context context-type="linenumber">48</context></context-group> 7644 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/shared/plugin-api.service.ts</context><context context-type="linenumber">48</context></context-group>
7250 </trans-unit><trans-unit id="2483018961011868950" datatype="html"> 7645 </trans-unit>
7251 <source>IP address</source><target state="new">IP address</target> 7646 <trans-unit id="2483018961011868950" datatype="html">
7647 <source>IP address</source>
7648 <target state="new">IP address</target>
7252 <context-group purpose="location"> 7649 <context-group purpose="location">
7253 <context context-type="sourcefile">src/app/+admin/system/debug/debug.component.html</context> 7650 <context context-type="sourcefile">src/app/+admin/system/debug/debug.component.html</context>
7254 <context context-type="linenumber">2</context> 7651 <context context-type="linenumber">2</context>
7255 </context-group> 7652 </context-group>
7256 </trans-unit><trans-unit id="7223931053738621590" datatype="html"> 7653 </trans-unit>
7257 <source>PeerTube thinks your web browser public IP is <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/><x id="INTERPOLATION" equiv-text="{{ debug?.ip }}"/><x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.</source><target state="new">PeerTube thinks your web browser public IP is <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/><x id="INTERPOLATION" equiv-text="{{ debug?.ip }}"/><x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.</target> 7654 <trans-unit id="7223931053738621590" datatype="html">
7655 <source>PeerTube thinks your web browser public IP is <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/><x id="INTERPOLATION" equiv-text="{{ debug?.ip }}"/><x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.</source>
7656 <target state="new">PeerTube thinks your web browser public IP is <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/><x id="INTERPOLATION" equiv-text="{{ debug?.ip }}"/><x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.</target>
7258 <context-group purpose="location"> 7657 <context-group purpose="location">
7259 <context context-type="sourcefile">src/app/+admin/system/debug/debug.component.html</context> 7658 <context context-type="sourcefile">src/app/+admin/system/debug/debug.component.html</context>
7260 <context context-type="linenumber">4</context> 7659 <context context-type="linenumber">4</context>
7261 </context-group> 7660 </context-group>
7262 </trans-unit><trans-unit id="722088235348685072" datatype="html"> 7661 </trans-unit>
7263 <source>If this is not your correct public IP, please consider fixing it because:</source><target state="new">If this is not your correct public IP, please consider fixing it because:</target> 7662 <trans-unit id="722088235348685072" datatype="html">
7663 <source>If this is not your correct public IP, please consider fixing it because:</source>
7664 <target state="new">If this is not your correct public IP, please consider fixing it because:</target>
7264 <context-group purpose="location"> 7665 <context-group purpose="location">
7265 <context context-type="sourcefile">src/app/+admin/system/debug/debug.component.html</context> 7666 <context context-type="sourcefile">src/app/+admin/system/debug/debug.component.html</context>
7266 <context context-type="linenumber">6</context> 7667 <context context-type="linenumber">6</context>
7267 </context-group> 7668 </context-group>
7268 </trans-unit><trans-unit id="8079826195972333513" datatype="html"> 7669 </trans-unit>
7269 <source>Views may not be counted correctly (reduced compared to what they should be)</source><target state="new">Views may not be counted correctly (reduced compared to what they should be)</target> 7670 <trans-unit id="8079826195972333513" datatype="html">
7671 <source>Views may not be counted correctly (reduced compared to what they should be)</source>
7672 <target state="new">Views may not be counted correctly (reduced compared to what they should be)</target>
7270 <context-group purpose="location"> 7673 <context-group purpose="location">
7271 <context context-type="sourcefile">src/app/+admin/system/debug/debug.component.html</context> 7674 <context context-type="sourcefile">src/app/+admin/system/debug/debug.component.html</context>
7272 <context context-type="linenumber">8</context> 7675 <context context-type="linenumber">8</context>
7273 </context-group> 7676 </context-group>
7274 </trans-unit><trans-unit id="565435193934699740" datatype="html"> 7677 </trans-unit>
7275 <source>Anti brute force system could be overzealous</source><target state="new">Anti brute force system could be overzealous</target> 7678 <trans-unit id="565435193934699740" datatype="html">
7679 <source>Anti brute force system could be overzealous</source>
7680 <target state="new">Anti brute force system could be overzealous</target>
7276 <context-group purpose="location"> 7681 <context-group purpose="location">
7277 <context context-type="sourcefile">src/app/+admin/system/debug/debug.component.html</context> 7682 <context context-type="sourcefile">src/app/+admin/system/debug/debug.component.html</context>
7278 <context context-type="linenumber">9</context> 7683 <context context-type="linenumber">9</context>
7279 </context-group> 7684 </context-group>
7280 </trans-unit><trans-unit id="4468853448271686046" datatype="html"> 7685 </trans-unit>
7281 <source>P2P system could not work correctly</source><target state="new">P2P system could not work correctly</target> 7686 <trans-unit id="4468853448271686046" datatype="html">
7687 <source>P2P system could not work correctly</source>
7688 <target state="new">P2P system could not work correctly</target>
7282 <context-group purpose="location"> 7689 <context-group purpose="location">
7283 <context context-type="sourcefile">src/app/+admin/system/debug/debug.component.html</context> 7690 <context context-type="sourcefile">src/app/+admin/system/debug/debug.component.html</context>
7284 <context context-type="linenumber">10</context> 7691 <context context-type="linenumber">10</context>
7285 </context-group> 7692 </context-group>
7286 </trans-unit><trans-unit id="5743050350352753869" datatype="html"> 7693 </trans-unit>
7287 <source>To fix it:</source><target state="new">To fix it:</target> 7694 <trans-unit id="5743050350352753869" datatype="html">
7695 <source>To fix it:</source>
7696 <target state="new">To fix it:</target>
7288 <context-group purpose="location"> 7697 <context-group purpose="location">
7289 <context context-type="sourcefile">src/app/+admin/system/debug/debug.component.html</context> 7698 <context context-type="sourcefile">src/app/+admin/system/debug/debug.component.html</context>
7290 <context context-type="linenumber">13</context> 7699 <context context-type="linenumber">13</context>
7291 </context-group> 7700 </context-group>
7292 </trans-unit><trans-unit id="1285026053775066761" datatype="html"> 7701 </trans-unit>
7293 <source>Check the <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>trust_proxy<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> configuration key</source><target state="new">Check the <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>trust_proxy<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> configuration key</target> 7702 <trans-unit id="1285026053775066761" datatype="html">
7703 <source>Check the <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>trust_proxy<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> configuration key</source>
7704 <target state="new">Check the <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>trust_proxy<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> configuration key</target>
7294 <context-group purpose="location"> 7705 <context-group purpose="location">
7295 <context context-type="sourcefile">src/app/+admin/system/debug/debug.component.html</context> 7706 <context context-type="sourcefile">src/app/+admin/system/debug/debug.component.html</context>
7296 <context context-type="linenumber">15</context> 7707 <context context-type="linenumber">15</context>
7297 </context-group> 7708 </context-group>
7298 </trans-unit><trans-unit id="7014275542536964627" datatype="html"> 7709 </trans-unit>
7299 <source>If you run PeerTube using Docker, check you run the <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>reverse-proxy<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> with <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>network_mode: "host"<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> (see <x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://github.com/Chocobozzz/PeerTube/issues/1643#issuecomment-464789666&quot;>"/>issue 1643<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>)</source><target state="new">If you run PeerTube using Docker, check you run the <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>reverse-proxy<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> with <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>network_mode: "host"<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> (see <x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://github.com/Chocobozzz/PeerTube/issues/1643#issuecomment-464789666&quot;>"/>issue 1643<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>)</target> 7710 <trans-unit id="7014275542536964627" datatype="html">
7711 <source>If you run PeerTube using Docker, check you run the <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>reverse-proxy<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> with <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>network_mode: "host"<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> (see <x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://github.com/Chocobozzz/PeerTube/issues/1643#issuecomment-464789666&quot;>"/>issue 1643<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>)</source>
7712 <target state="new">If you run PeerTube using Docker, check you run the <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>reverse-proxy<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> with <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>network_mode: "host"<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> (see <x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://github.com/Chocobozzz/PeerTube/issues/1643#issuecomment-464789666&quot;>"/>issue 1643<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>)</target>
7300 <context-group purpose="location"> 7713 <context-group purpose="location">
7301 <context context-type="sourcefile">src/app/+admin/system/debug/debug.component.html</context> 7714 <context context-type="sourcefile">src/app/+admin/system/debug/debug.component.html</context>
7302 <context context-type="linenumber">16,17</context> 7715 <context context-type="linenumber">16,17</context>
@@ -7305,38 +7718,38 @@ channel with the same name (<x id="PH_2"/>)!</target>
7305 <trans-unit id="7591870443991978948" datatype="html"> 7718 <trans-unit id="7591870443991978948" datatype="html">
7306 <source>Last week</source> 7719 <source>Last week</source>
7307 <target state="new">Last week</target> 7720 <target state="new">Last week</target>
7308 7721 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context><context context-type="linenumber">87</context></context-group>
7309 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context><context context-type="linenumber">87</context></context-group></trans-unit> 7722 </trans-unit>
7310 <trans-unit id="4981709795568846080" datatype="html"> 7723 <trans-unit id="4981709795568846080" datatype="html">
7311 <source>Last day</source> 7724 <source>Last day</source>
7312 <target state="new">Last day</target> 7725 <target state="new">Last day</target>
7313 7726 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context><context context-type="linenumber">92</context></context-group>
7314 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context><context context-type="linenumber">92</context></context-group></trans-unit> 7727 </trans-unit>
7315 <trans-unit id="9178360613965745088" datatype="html"> 7728 <trans-unit id="9178360613965745088" datatype="html">
7316 <source>Last hour</source> 7729 <source>Last hour</source>
7317 <target state="new">Last hour</target> 7730 <target state="new">Last hour</target>
7318 7731 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context><context context-type="linenumber">97</context></context-group>
7319 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context><context context-type="linenumber">97</context></context-group></trans-unit> 7732 </trans-unit>
7320 <trans-unit id="3164845764519833078" datatype="html"> 7733 <trans-unit id="3164845764519833078" datatype="html">
7321 <source>debug</source> 7734 <source>debug</source>
7322 <target state="new">debug</target> 7735 <target state="new">debug</target>
7323 7736 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context><context context-type="linenumber">109</context></context-group>
7324 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context><context context-type="linenumber">109</context></context-group></trans-unit> 7737 </trans-unit>
7325 <trans-unit id="4279081882680795350" datatype="html"> 7738 <trans-unit id="4279081882680795350" datatype="html">
7326 <source>info</source> 7739 <source>info</source>
7327 <target state="new">info</target> 7740 <target state="new">info</target>
7328 7741 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context><context context-type="linenumber">113</context></context-group>
7329 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit> 7742 </trans-unit>
7330 <trans-unit id="3379167598974960777" datatype="html"> 7743 <trans-unit id="3379167598974960777" datatype="html">
7331 <source>warning</source> 7744 <source>warning</source>
7332 <target state="new">warning</target> 7745 <target state="new">warning</target>
7333 7746 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context><context context-type="linenumber">117</context></context-group>
7334 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit> 7747 </trans-unit>
7335 <trans-unit id="8772116786769251214" datatype="html"> 7748 <trans-unit id="8772116786769251214" datatype="html">
7336 <source>error</source> 7749 <source>error</source>
7337 <target state="new">error</target> 7750 <target state="new">error</target>
7338 7751 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context><context context-type="linenumber">121</context></context-group>
7339 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context><context context-type="linenumber">121</context></context-group></trans-unit> 7752 </trans-unit>
7340 <trans-unit id="3422890808980876594" datatype="html"> 7753 <trans-unit id="3422890808980876594" datatype="html">
7341 <source>Debug</source> 7754 <source>Debug</source>
7342 <target state="new">Debug</target> 7755 <target state="new">Debug</target>
@@ -7355,26 +7768,26 @@ channel with the same name (<x id="PH_2"/>)!</target>
7355 <trans-unit id="1519954996184640001"> 7768 <trans-unit id="1519954996184640001">
7356 <source>Error</source> 7769 <source>Error</source>
7357 <target>Error</target> 7770 <target>Error</target>
7358 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>
7359 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>
7360 <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> 7773 </trans-unit>
7361 <trans-unit id="5076187961693950167" datatype="html"> 7774 <trans-unit id="5076187961693950167" datatype="html">
7362 <source>Standard logs</source> 7775 <source>Standard logs</source>
7363 <target state="new">Standard logs</target> 7776 <target state="new">Standard logs</target>
7364 7777 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context><context context-type="linenumber">132</context></context-group>
7365 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context><context context-type="linenumber">132</context></context-group></trans-unit> 7778 </trans-unit>
7366 <trans-unit id="4737341634746310376" datatype="html"> 7779 <trans-unit id="4737341634746310376" datatype="html">
7367 <source>Audit logs</source> 7780 <source>Audit logs</source>
7368 <target state="new">Audit logs</target> 7781 <target state="new">Audit logs</target>
7369 7782 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context><context context-type="linenumber">136</context></context-group>
7370 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context><context context-type="linenumber">136</context></context-group></trans-unit> 7783 </trans-unit>
7371 <trans-unit id="1886888801485703107"> 7784 <trans-unit id="1886888801485703107">
7372 <source>User <x id="PH"/> created.</source> 7785 <source>User <x id="PH"/> created.</source>
7373 <target>Usuari 7786 <target>Usuari
7374 <x id="PH"/> creat. 7787 <x id="PH"/> creat.
7375 </target> 7788 </target>
7376 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group> 7789
7377 </trans-unit> 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>
7378 <trans-unit id="8286337167859377104" datatype="html"> 7791 <trans-unit id="8286337167859377104" datatype="html">
7379 <source>Create user</source> 7792 <source>Create user</source>
7380 <target state="new">Create user</target> 7793 <target state="new">Create user</target>
@@ -7417,20 +7830,20 @@ channel with the same name (<x id="PH_2"/>)!</target>
7417 <target state="new">User 7830 <target state="new">User
7418 <x id="PH"/> updated. 7831 <x id="PH"/> updated.
7419 </target> 7832 </target>
7420 7833 <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>
7421 <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> 7834 </trans-unit>
7422 <trans-unit id="1349763489797682899"> 7835 <trans-unit id="1349763489797682899">
7423 <source>Update user</source> 7836 <source>Update user</source>
7424 <target>Actualitzar usuari</target> 7837 <target>Actualitzar usuari</target>
7425 7838 <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>
7426 <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> 7839 </trans-unit>
7427 <trans-unit id="8819563010322372715" datatype="html"> 7840 <trans-unit id="8819563010322372715" datatype="html">
7428 <source>An email asking for password reset has been sent to <x id="PH"/>.</source> 7841 <source>An email asking for password reset has been sent to <x id="PH"/>.</source>
7429 <target state="new">An email asking for password reset has been sent to 7842 <target state="new">An email asking for password reset has been sent to
7430 <x id="PH"/>. 7843 <x id="PH"/>.
7431 </target> 7844 </target>
7432 7845 <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>
7433 <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> 7846 </trans-unit>
7434 <trans-unit id="7483807629538115183" datatype="html"> 7847 <trans-unit id="7483807629538115183" datatype="html">
7435 <source>Users list</source> 7848 <source>Users list</source>
7436 <target state="new">Users list</target> 7849 <target state="new">Users list</target>
@@ -7444,8 +7857,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7444 <trans-unit id="5552039423287890133" datatype="html"> 7857 <trans-unit id="5552039423287890133" datatype="html">
7445 <source>Update a user</source> 7858 <source>Update a user</source>
7446 <target state="new">Update a user</target> 7859 <target state="new">Update a user</target>
7447 7860 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/users.routes.ts</context><context context-type="linenumber">45</context></context-group>
7448 <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> 7861 </trans-unit>
7449 <trans-unit id="8564701209009684429" datatype="html"> 7862 <trans-unit id="8564701209009684429" datatype="html">
7450 <source>Federation</source> 7863 <source>Federation</source>
7451 <target state="new">Federation</target> 7864 <target state="new">Federation</target>
@@ -7464,135 +7877,138 @@ channel with the same name (<x id="PH_2"/>)!</target>
7464 <trans-unit id="3767259920053407667" datatype="html"> 7877 <trans-unit id="3767259920053407667" datatype="html">
7465 <source>Videos will be deleted, comments will be tombstoned.</source> 7878 <source>Videos will be deleted, comments will be tombstoned.</source>
7466 <target state="new">Videos will be deleted, comments will be tombstoned.</target> 7879 <target state="new">Videos will be deleted, comments will be tombstoned.</target>
7467 7880 <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>
7468 7881 <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>
7469 <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> 7882 </trans-unit>
7470 <trans-unit id="4209525355702493436" datatype="html"> 7883 <trans-unit id="4209525355702493436" datatype="html">
7471 <source>Ban</source> 7884 <source>Ban</source>
7472 <target state="new">Ban</target> 7885 <target state="new">Ban</target>
7473 7886 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">91</context></context-group>
7474 7887 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">274</context></context-group>
7475 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">91</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">274</context></context-group></trans-unit> 7888 </trans-unit>
7476 <trans-unit id="3855396975723886053" datatype="html"> 7889 <trans-unit id="3855396975723886053" datatype="html">
7477 <source>User won't be able to login anymore, but videos and comments will be kept as is.</source> 7890 <source>User won't be able to login anymore, but videos and comments will be kept as is.</source>
7478 <target state="new">User won't be able to login anymore, but videos and comments will be kept as is.</target> 7891 <target state="new">User won't be able to login anymore, but videos and comments will be kept as is.</target>
7479 7892 <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>
7480 7893 <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>
7481 <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> 7894 </trans-unit>
7482 <trans-unit id="4451482225013335720" datatype="html"> 7895 <trans-unit id="4451482225013335720" datatype="html">
7483 <source>Unban</source> 7896 <source>Unban</source>
7484 <target state="new">Unban</target> 7897 <target state="new">Unban</target>
7485 7898 <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>
7486 7899 <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>
7487 7900 <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>
7488 <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> 7901 </trans-unit>
7489 <trans-unit id="7210277223053877333" datatype="html"> 7902 <trans-unit id="7210277223053877333" datatype="html">
7490 <source>Set Email as Verified</source> 7903 <source>Set Email as Verified</source>
7491 <target state="new">Set Email as Verified</target> 7904 <target state="new">Set Email as Verified</target>
7492 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>
7493 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>
7494 <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> 7907 </trans-unit>
7495 <trans-unit id="3403978719736970622" datatype="html"> 7908 <trans-unit id="3403978719736970622" datatype="html">
7496 <source>You cannot ban root.</source> 7909 <source>You cannot ban root.</source>
7497 <target state="new">You cannot ban root.</target> 7910 <target state="new">You cannot ban root.</target>
7498 7911 <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>
7499 7912 <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>
7500 <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> 7913 </trans-unit>
7501 <trans-unit id="4884272193574287483" datatype="html"> 7914 <trans-unit id="4884272193574287483" datatype="html">
7502 <source>Do you really want to unban <x id="PH"/> users?</source> 7915 <source>Do you really want to unban <x id="PH"/> users?</source>
7503 <target state="new">Do you really want to unban 7916 <target state="new">Do you really want to unban
7504 <x id="PH"/> users? 7917 <x id="PH"/> users?
7505 </target> 7918 </target>
7506 7919 <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>
7507 <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> 7920 </trans-unit>
7508 <trans-unit id="8712248120167780385" datatype="html"> 7921 <trans-unit id="8712248120167780385" datatype="html">
7509 <source><x id="PH"/> users unbanned. </source> 7922 <source><x id="PH"/> users unbanned. </source>
7510 <target state="new"> 7923 <target state="new">
7511 <x id="PH"/> users unbanned. 7924 <x id="PH"/> users unbanned.
7512 </target> 7925 </target>
7513 7926 <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>
7514 <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> 7927 </trans-unit>
7515 <trans-unit id="5325873477837320044"> 7928 <trans-unit id="5325873477837320044">
7516 <source>You cannot delete root.</source> 7929 <source>You cannot delete root.</source>
7517 <target>No pots esborrar root.</target> 7930 <target>No pots esborrar root.</target>
7518 7931 <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>
7519 7932 <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>
7520 <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> 7933 </trans-unit>
7521 <trans-unit id="4086135983283545219" datatype="html"> 7934 <trans-unit id="4086135983283545219" datatype="html">
7522 <source>If you remove these users, you will not be able to create others with the same username!</source> 7935 <source>If you remove these users, you will not be able to create others with the same username!</source>
7523 <target state="new">If you remove these users, you will not be able to create others with the same username!</target> 7936 <target state="new">If you remove these users, you will not be able to create others with the same username!</target>
7524 7937 <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>
7525 <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> 7938 </trans-unit>
7526 <trans-unit id="7166936623843420016" datatype="html"> 7939 <trans-unit id="7166936623843420016" datatype="html">
7527 <source><x id="PH"/> users deleted. </source> 7940 <source><x id="PH"/> users deleted. </source>
7528 <target state="new"> 7941 <target state="new">
7529 <x id="PH"/> users deleted. 7942 <x id="PH"/> users deleted.
7530 </target> 7943 </target>
7531 7944 <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>
7532 <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> 7945 </trans-unit>
7533 <trans-unit id="8360664597512051242" datatype="html"> 7946 <trans-unit id="8360664597512051242" datatype="html">
7534 <source><x id="PH"/> users email set as verified. </source> 7947 <source><x id="PH"/> users email set as verified. </source>
7535 <target state="new"> 7948 <target state="new">
7536 <x id="PH"/> users email set as verified. 7949 <x id="PH"/> users email set as verified.
7537 </target> 7950 </target>
7538 7951 <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>
7539 <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> 7952 </trans-unit>
7540 <trans-unit id="7390990800435887351" datatype="html"> 7953 <trans-unit id="7390990800435887351" datatype="html">
7541 <source>Account <x id="PH"/> unmuted.</source> 7954 <source>Account <x id="PH"/> unmuted.</source>
7542 <target state="new">Account 7955 <target state="new">Account
7543 <x id="PH"/> unmuted. 7956 <x id="PH"/> unmuted.
7544 </target> 7957 </target>
7545 7958 <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>
7546 7959 <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>
7547 <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> 7960 </trans-unit>
7548 <trans-unit id="7246356397085094208" datatype="html"> 7961 <trans-unit id="7246356397085094208" datatype="html">
7549 <source>Instance <x id="PH"/> unmuted.</source> 7962 <source>Instance <x id="PH"/> unmuted.</source>
7550 <target state="new">Instance 7963 <target state="new">Instance
7551 <x id="PH"/> unmuted. 7964 <x id="PH"/> unmuted.
7552 </target> 7965 </target>
7553 7966 <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>
7554 7967 <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>
7555 <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> 7968 </trans-unit>
7556
7557 <trans-unit id="5551551295632950210" datatype="html"> 7969 <trans-unit id="5551551295632950210" datatype="html">
7558 <source>Videos history is enabled</source> 7970 <source>Videos history is enabled</source>
7559 <target state="new">Videos history is enabled</target> 7971 <target state="new">Videos history is enabled</target>
7560 7972 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.ts</context><context context-type="linenumber">113</context></context-group>
7561 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit> 7973 </trans-unit>
7562 <trans-unit id="9136227503281311926" datatype="html"> 7974 <trans-unit id="9136227503281311926" datatype="html">
7563 <source>Videos history is disabled</source> 7975 <source>Videos history is disabled</source>
7564 <target state="new">Videos history is disabled</target> 7976 <target state="new">Videos history is disabled</target>
7565 7977 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.ts</context><context context-type="linenumber">114</context></context-group>
7566 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.ts</context><context context-type="linenumber">114</context></context-group></trans-unit> 7978 </trans-unit>
7567 <trans-unit id="8966726118414892732" datatype="html"> 7979 <trans-unit id="8966726118414892732" datatype="html">
7568 <source>Delete videos history</source> 7980 <source>Delete videos history</source>
7569 <target state="new">Delete videos history</target> 7981 <target state="new">Delete videos history</target>
7570 7982 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.ts</context><context context-type="linenumber">126</context></context-group>
7571 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.ts</context><context context-type="linenumber">126</context></context-group></trans-unit> 7983 </trans-unit>
7572 <trans-unit id="2482543433481435105" datatype="html"> 7984 <trans-unit id="2482543433481435105" datatype="html">
7573 <source>Are you sure you want to delete all your videos history?</source> 7985 <source>Are you sure you want to delete all your videos history?</source>
7574 <target state="new">Are you sure you want to delete all your videos history?</target> 7986 <target state="new">Are you sure you want to delete all your videos history?</target>
7575 7987 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.ts</context><context context-type="linenumber">127</context></context-group>
7576 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.ts</context><context context-type="linenumber">127</context></context-group></trans-unit> 7988 </trans-unit>
7577 <trans-unit id="4051606152827088952" datatype="html"> 7989 <trans-unit id="4051606152827088952" datatype="html">
7578 <source>Videos history deleted</source> 7990 <source>Videos history deleted</source>
7579 <target state="new">Videos history deleted</target> 7991 <target state="new">Videos history deleted</target>
7580 7992 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.ts</context><context context-type="linenumber">135</context></context-group>
7581 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.ts</context><context context-type="linenumber">135</context></context-group></trans-unit><trans-unit id="1486537403020619891" datatype="html"> 7993 </trans-unit>
7582 <source>My watch history</source><target state="new">My watch history</target> 7994 <trans-unit id="1486537403020619891" datatype="html">
7995 <source>My watch history</source>
7996 <target state="translated">Historial de visualitzacions</target>
7583 <context-group purpose="location"> 7997 <context-group purpose="location">
7584 <context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.html</context> 7998 <context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.html</context>
7585 <context context-type="linenumber">3</context> 7999 <context context-type="linenumber">3</context>
7586 </context-group> 8000 </context-group>
7587 </trans-unit><trans-unit id="3656932706364053858" datatype="html"> 8001 </trans-unit>
7588 <source>Track watch history</source><target state="new">Track watch history</target> 8002 <trans-unit id="3656932706364053858" datatype="html">
7589 8003 <source>Track watch history</source>
7590 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 8004 <target state="new">Track watch history</target>
8005 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.html</context><context context-type="linenumber">13</context></context-group>
8006 </trans-unit>
7591 <trans-unit id="3183245287221165928" datatype="html"> 8007 <trans-unit id="3183245287221165928" datatype="html">
7592 <source>Ownership accepted</source> 8008 <source>Ownership accepted</source>
7593 <target state="new">Ownership accepted</target> 8009 <target state="new">Ownership accepted</target>
7594 8010 <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>
7595 <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> 8011 </trans-unit>
7596 <trans-unit id="6012072687166259654" datatype="html"> 8012 <trans-unit id="6012072687166259654" datatype="html">
7597 <source>Please check your emails to verify your new email.</source> 8013 <source>Please check your emails to verify your new email.</source>
7598 <target state="new">Please check your emails to verify your new email.</target> 8014 <target state="new">Please check your emails to verify your new email.</target>
@@ -7602,9 +8018,10 @@ channel with the same name (<x id="PH_2"/>)!</target>
7602 <source>Email updated.</source> 8018 <source>Email updated.</source>
7603 <target state="new">Email updated.</target> 8019 <target state="new">Email updated.</target>
7604 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.ts</context><context context-type="linenumber">55</context></context-group> 8020 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.ts</context><context context-type="linenumber">55</context></context-group>
7605 </trans-unit><trans-unit id="8553059323353586765" datatype="html"> 8021 </trans-unit>
7606 <source> Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span class=&quot;email&quot;>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>. It is never shown to the public. 8022 <trans-unit id="8553059323353586765" datatype="html">
7607</source><target state="new"> Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span class=&quot;email&quot;>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>. It is never shown to the public. 8023 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span class=&quot;email&quot;>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>. It is never shown to the public. </source>
8024 <target state="new"> Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span class=&quot;email&quot;>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>. It is never shown to the public.
7608</target> 8025</target>
7609 <context-group purpose="location"> 8026 <context-group purpose="location">
7610 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 8027 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
@@ -7650,9 +8067,9 @@ channel with the same name (<x id="PH_2"/>)!</target>
7650 <trans-unit id="4776289814033837037" datatype="html"> 8067 <trans-unit id="4776289814033837037" datatype="html">
7651 <source>Interface settings updated.</source> 8068 <source>Interface settings updated.</source>
7652 <target state="new">Interface settings updated.</target> 8069 <target state="new">Interface settings updated.</target>
7653 8070 <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>
7654 8071 <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>
7655 <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> 8072 </trans-unit>
7656 <trans-unit id="77907918814566205" datatype="html"> 8073 <trans-unit id="77907918814566205" datatype="html">
7657 <source>New video from your subscriptions</source> 8074 <source>New video from your subscriptions</source>
7658 <target state="new">New video from your subscriptions</target> 8075 <target state="new">New video from your subscriptions</target>
@@ -7722,14 +8139,18 @@ channel with the same name (<x id="PH_2"/>)!</target>
7722 <source>One of your abuse reports has been accepted or rejected by moderators</source> 8139 <source>One of your abuse reports has been accepted or rejected by moderators</source>
7723 <target state="new">One of your abuse reports has been accepted or rejected by moderators</target> 8140 <target state="new">One of your abuse reports has been accepted or rejected by moderators</target>
7724 <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">45</context></context-group> 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">45</context></context-group>
7725 </trans-unit><trans-unit id="2764971902180889905" datatype="html"> 8142 </trans-unit>
7726 <source>A new PeerTube version is available</source><target state="new">A new PeerTube version is available</target> 8143 <trans-unit id="2764971902180889905" datatype="html">
8144 <source>A new PeerTube version is available</source>
8145 <target state="new">A new PeerTube version is available</target>
7727 <context-group purpose="location"> 8146 <context-group purpose="location">
7728 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context> 8147 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
7729 <context context-type="linenumber">46</context> 8148 <context context-type="linenumber">46</context>
7730 </context-group> 8149 </context-group>
7731 </trans-unit><trans-unit id="2560339336098442670" datatype="html"> 8150 </trans-unit>
7732 <source>One of your plugin/theme has a new available version</source><target state="new">One of your plugin/theme has a new available version</target> 8151 <trans-unit id="2560339336098442670" datatype="html">
8152 <source>One of your plugin/theme has a new available version</source>
8153 <target state="new">One of your plugin/theme has a new available version</target>
7733 <context-group purpose="location"> 8154 <context-group purpose="location">
7734 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context> 8155 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
7735 <context context-type="linenumber">47</context> 8156 <context context-type="linenumber">47</context>
@@ -7738,14 +8159,16 @@ channel with the same name (<x id="PH_2"/>)!</target>
7738 <trans-unit id="5095562193296630034" datatype="html"> 8159 <trans-unit id="5095562193296630034" datatype="html">
7739 <source>Preferences saved</source> 8160 <source>Preferences saved</source>
7740 <target state="new">Preferences saved</target> 8161 <target state="new">Preferences saved</target>
7741 8162 <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>
7742 <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> 8163 </trans-unit>
7743 <trans-unit id="4967231969832964676"> 8164 <trans-unit id="4967231969832964676">
7744 <source>Profile updated.</source> 8165 <source>Profile updated.</source>
7745 <target>S'ha actualitzat el perfil.</target> 8166 <target>S'ha actualitzat el perfil.</target>
7746 8167 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.ts</context><context context-type="linenumber">58</context></context-group>
7747 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.ts</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="6721822899525405039" datatype="html"> 8168 </trans-unit>
7748 <source> People can find you using @<x id="INTERPOLATION" equiv-text="sing @{{ user.usern"/>@<x id="INTERPOLATION_1" equiv-text="me }}@{{ instanceH"/> </source><target state="new"> People can find you using @<x id="INTERPOLATION" equiv-text="sing @{{ user.usern"/>@<x id="INTERPOLATION_1" equiv-text="me }}@{{ instanceH"/> </target> 8169 <trans-unit id="6721822899525405039" datatype="html">
8170 <source>People can find you using @<x id="INTERPOLATION" equiv-text="sing @{{ user.usern"/>@<x id="INTERPOLATION_1" equiv-text="me }}@{{ instanceH"/> </source>
8171 <target state="new"> People can find you using @<x id="INTERPOLATION" equiv-text="sing @{{ user.usern"/>@<x id="INTERPOLATION_1" equiv-text="me }}@{{ instanceH"/> </target>
7749 <context-group purpose="location"> 8172 <context-group purpose="location">
7750 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context> 8173 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context>
7751 <context context-type="linenumber">11,13</context> 8174 <context context-type="linenumber">11,13</context>
@@ -7754,86 +8177,94 @@ channel with the same name (<x id="PH_2"/>)!</target>
7754 <trans-unit id="3525866160632851851"> 8177 <trans-unit id="3525866160632851851">
7755 <source>Avatar changed.</source> 8178 <source>Avatar changed.</source>
7756 <target>Avatar canviat.</target> 8179 <target>Avatar canviat.</target>
7757 8180 <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>
7758 8181 <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>
7759 <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> 8182 </trans-unit>
7760 <trans-unit id="8920809083620698740" datatype="html"> 8183 <trans-unit id="8920809083620698740" datatype="html">
7761 <source>avatar</source> 8184 <source>avatar</source>
7762 <target state="new">avatar</target> 8185 <target state="new">avatar</target>
7763 8186 <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>
7764 <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><trans-unit id="2775050991871557896" datatype="html"> 8187 <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>
7765 <source>Avatar deleted.</source><target state="new">Avatar deleted.</target> 8188 </trans-unit>
7766 8189 <trans-unit id="2775050991871557896" datatype="html">
7767 8190 <source>Avatar deleted.</source>
7768 <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> 8191 <target state="new">Avatar deleted.</target>
8192 <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>
8193 <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>
8194 </trans-unit>
7769 <trans-unit id="1233062525939746039" datatype="html"> 8195 <trans-unit id="1233062525939746039" datatype="html">
7770 <source>Unknown language</source> 8196 <source>Unknown language</source>
7771 <target state="new">Unknown language</target> 8197 <target state="new">Unknown language</target>
7772 8198 <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>
7773 <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> 8199 </trans-unit>
7774 <trans-unit id="3761504852202418603" datatype="html"> 8200 <trans-unit id="3761504852202418603" datatype="html">
7775 <source>Too many languages are enabled. Please enable them all or stay below 20 enabled languages.</source> 8201 <source>Too many languages are enabled. Please enable them all or stay below 20 enabled languages.</source>
7776 <target state="new">Too many languages are enabled. Please enable them all or stay below 20 enabled languages.</target> 8202 <target state="new">Too many languages are enabled. Please enable them all or stay below 20 enabled languages.</target>
7777 8203 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.ts</context><context context-type="linenumber">92</context></context-group>
7778 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.ts</context><context context-type="linenumber">92</context></context-group></trans-unit> 8204 </trans-unit>
7779
7780 <trans-unit id="3960396487495291449" datatype="html"> 8205 <trans-unit id="3960396487495291449" datatype="html">
7781 <source>Video settings updated.</source> 8206 <source>Video settings updated.</source>
7782 <target state="new">Video settings updated.</target> 8207 <target state="new">Video settings updated.</target>
7783 8208 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.ts</context><context context-type="linenumber">169</context></context-group>
7784 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.ts</context><context context-type="linenumber">169</context></context-group></trans-unit> 8209 </trans-unit>
7785 <trans-unit id="3326446048041727269" datatype="html"> 8210 <trans-unit id="3326446048041727269" datatype="html">
7786 <source>Display/Video settings updated.</source> 8211 <source>Display/Video settings updated.</source>
7787 <target state="new">Display/Video settings updated.</target> 8212 <target state="new">Display/Video settings updated.</target>
7788 8213 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.ts</context><context context-type="linenumber">178</context></context-group>
7789 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.ts</context><context context-type="linenumber">178</context></context-group></trans-unit> 8214 </trans-unit>
7790 <trans-unit id="1137937154872046253"> 8215 <trans-unit id="1137937154872046253">
7791 <source>Video channel <x id="PH"/> created.</source> 8216 <source>Video channel <x id="PH"/> created.</source>
7792 <target>Canal de vídeo 8217 <target>Canal de vídeo
7793 <x id="PH"/> creat. 8218 <x id="PH"/> creat.
7794 </target> 8219 </target>
7795 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>
7796 <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> 8221 </trans-unit>
7797 <trans-unit id="8723777130353305761" datatype="html"> 8222 <trans-unit id="8723777130353305761" datatype="html">
7798 <source>This name already exists on this instance.</source> 8223 <source>This name already exists on this instance.</source>
7799 <target state="new">This name already exists on this instance.</target> 8224 <target state="new">This name already exists on this instance.</target>
7800 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>
7801 <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> 8226 </trans-unit>
7802 <trans-unit id="7589345916094713536"> 8227 <trans-unit id="7589345916094713536">
7803 <source>Video channel <x id="PH"/> updated.</source> 8228 <source>Video channel <x id="PH"/> updated.</source>
7804 <target>Canal de vídeo 8229 <target>Canal de vídeo
7805 <x id="PH"/> actualitzat. 8230 <x id="PH"/> actualitzat.
7806 </target> 8231 </target>
7807 8232 <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>
7808 <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><trans-unit id="8407755843502300957" datatype="html"> 8233 </trans-unit>
7809 <source>Banner changed.</source><target state="new">Banner changed.</target> 8234 <trans-unit id="8407755843502300957" datatype="html">
7810 8235 <source>Banner changed.</source>
7811 <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><trans-unit id="689638706960732906" datatype="html"> 8236 <target state="new">Banner changed.</target>
7812 <source>banner</source><target state="new">banner</target> 8237 <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>
7813 8238 </trans-unit>
7814 <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><trans-unit id="3230561499965076671" datatype="html"> 8239 <trans-unit id="689638706960732906" datatype="html">
7815 <source>Banner deleted.</source><target state="new">Banner deleted.</target> 8240 <source>banner</source>
7816 8241 <target state="new">banner</target>
7817 <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> 8242 <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>
8243 </trans-unit>
8244 <trans-unit id="3230561499965076671" datatype="html">
8245 <source>Banner deleted.</source>
8246 <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>
8248 </trans-unit>
7818 <trans-unit id="2575302837003821736" datatype="html"> 8249 <trans-unit id="2575302837003821736" datatype="html">
7819 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source> 8250 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
7820 <target state="new">Please type the display name of the video channel ( 8251 <target state="new">Please type the display name of the video channel (
7821 <x id="PH"/>) to confirm 8252 <x id="PH"/>) to confirm
7822 </target> 8253 </target>
7823 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>
7824 <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> 8255 </trans-unit>
7825 <trans-unit id="624066830180032195"> 8256 <trans-unit id="624066830180032195">
7826 <source>Video channel <x id="PH"/> deleted.</source> 8257 <source>Video channel <x id="PH"/> deleted.</source>
7827 <target>Canal de vídeo 8258 <target>Canal de vídeo
7828 <x id="PH"/> eliminat. 8259 <x id="PH"/> eliminat.
7829 </target> 8260 </target>
7830 8261 <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>
7831 <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></trans-unit> 8262 </trans-unit>
7832 <trans-unit id="6450826648284332649" datatype="html"> 8263 <trans-unit id="6450826648284332649" datatype="html">
7833 <source>Views for the day</source> 8264 <source>Views for the day</source>
7834 <target state="new">Views for the day</target> 8265 <target state="new">Views for the day</target>
7835 8266 <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>
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">88</context></context-group></trans-unit> 8267 </trans-unit>
7837 <trans-unit id="6059091237492573541" datatype="html"> 8268 <trans-unit id="6059091237492573541" datatype="html">
7838 <source>Update video channel</source> 8269 <source>Update video channel</source>
7839 <target state="new">Update video channel</target> 8270 <target state="new">Update video channel</target>
@@ -7843,26 +8274,34 @@ channel with the same name (<x id="PH_2"/>)!</target>
7843 <source>Not found</source> 8274 <source>Not found</source>
7844 <target state="new">Not found</target> 8275 <target state="new">Not found</target>
7845 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found-routing.module.ts</context><context context-type="linenumber">14</context></context-group> 8276 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found-routing.module.ts</context><context context-type="linenumber">14</context></context-group>
7846 </trans-unit><trans-unit id="1009095940160473792" datatype="html"> 8277 </trans-unit>
7847 <source>URL parameter is missing in URL parameters</source><target state="new">URL parameter is missing in URL parameters</target> 8278 <trans-unit id="1009095940160473792" datatype="html">
8279 <source>URL parameter is missing in URL parameters</source>
8280 <target state="new">URL parameter is missing in URL parameters</target>
7848 <context-group purpose="location"> 8281 <context-group purpose="location">
7849 <context context-type="sourcefile">src/app/+remote-interaction/remote-interaction.component.ts</context> 8282 <context context-type="sourcefile">src/app/+remote-interaction/remote-interaction.component.ts</context>
7850 <context context-type="linenumber">25</context> 8283 <context context-type="linenumber">25</context>
7851 </context-group> 8284 </context-group>
7852 </trans-unit><trans-unit id="7553172329217243895" datatype="html"> 8285 </trans-unit>
7853 <source>Cannot access to the remote resource</source><target state="new">Cannot access to the remote resource</target> 8286 <trans-unit id="7553172329217243895" datatype="html">
8287 <source>Cannot access to the remote resource</source>
8288 <target state="new">Cannot access to the remote resource</target>
7854 <context-group purpose="location"> 8289 <context-group purpose="location">
7855 <context context-type="sourcefile">src/app/+remote-interaction/remote-interaction.component.ts</context> 8290 <context context-type="sourcefile">src/app/+remote-interaction/remote-interaction.component.ts</context>
7856 <context context-type="linenumber">48</context> 8291 <context context-type="linenumber">48</context>
7857 </context-group> 8292 </context-group>
7858 </trans-unit><trans-unit id="1636934520301910285" datatype="html"> 8293 </trans-unit>
7859 <source>Reset password</source><target state="new">Reset password</target> 8294 <trans-unit id="1636934520301910285" datatype="html">
8295 <source>Reset password</source>
8296 <target state="new">Reset password</target>
7860 <context-group purpose="location"> 8297 <context-group purpose="location">
7861 <context context-type="sourcefile">src/app/+reset-password/reset-password-routing.module.ts</context> 8298 <context context-type="sourcefile">src/app/+reset-password/reset-password-routing.module.ts</context>
7862 <context context-type="linenumber">11</context> 8299 <context context-type="linenumber">11</context>
7863 </context-group> 8300 </context-group>
7864 </trans-unit><trans-unit id="3851357780293085233" datatype="html"> 8301 </trans-unit>
7865 <source>Remote interaction</source><target state="new">Remote interaction</target> 8302 <trans-unit id="3851357780293085233" datatype="html">
8303 <source>Remote interaction</source>
8304 <target state="new">Remote interaction</target>
7866 <context-group purpose="location"> 8305 <context-group purpose="location">
7867 <context context-type="sourcefile">src/app/+remote-interaction/remote-interaction-routing.module.ts</context> 8306 <context context-type="sourcefile">src/app/+remote-interaction/remote-interaction-routing.module.ts</context>
7868 <context context-type="linenumber">13</context> 8307 <context context-type="linenumber">13</context>
@@ -7878,18 +8317,18 @@ channel with the same name (<x id="PH_2"/>)!</target>
7878 <trans-unit id="5674286808255988565" datatype="html"> 8317 <trans-unit id="5674286808255988565" datatype="html">
7879 <source>Create</source> 8318 <source>Create</source>
7880 <target state="new">Create</target> 8319 <target state="new">Create</target>
7881 8320 <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>
7882 8321 <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>
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">103</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></trans-unit> 8322 </trans-unit>
7884 <trans-unit id="8869957234869568361" datatype="html"> 8323 <trans-unit id="8869957234869568361" datatype="html">
7885 <source>Update playlist</source> 8324 <source>Update playlist</source>
7886 <target state="new">Update playlist</target> 8325 <target state="new">Update playlist</target>
7887 8326 <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>
7888 8327 <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>
7889 <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> 8328 </trans-unit>
7890 <trans-unit id="5851560788527570644" datatype="html"> 8329 <trans-unit id="5851560788527570644" datatype="html">
7891 <source>Notifications</source> 8330 <source>Notifications</source>
7892 <target state="new">Notifications</target> 8331 <target state="translated">Notificacions</target>
7893 <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> 8332 <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>
7894 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-routing.module.ts</context><context context-type="linenumber">109</context></context-group> 8333 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-routing.module.ts</context><context context-type="linenumber">109</context></context-group>
7895 </trans-unit> 8334 </trans-unit>
@@ -7916,15 +8355,15 @@ channel with the same name (<x id="PH_2"/>)!</target>
7916 <target state="new">Do you really want to delete 8355 <target state="new">Do you really want to delete
7917 <x id="PH"/>? 8356 <x id="PH"/>?
7918 </target> 8357 </target>
7919 8358 <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>
7920 8359 <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>
7921 8360 <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>
7922 <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><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><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></trans-unit> 8361 </trans-unit>
7923 <trans-unit id="4844578664427956129" datatype="html"> 8362 <trans-unit id="4844578664427956129" datatype="html">
7924 <source>Change ownership</source> 8363 <source>Change ownership</source>
7925 <target state="new">Change ownership</target> 8364 <target state="new">Change ownership</target>
7926 8365 <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>
7927 <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> 8366 </trans-unit>
7928 <trans-unit id="3380608219513805292" datatype="html"> 8367 <trans-unit id="3380608219513805292" datatype="html">
7929 <source>Playlist <x id="PH"/> deleted.</source> 8368 <source>Playlist <x id="PH"/> deleted.</source>
7930 <target state="new">Playlist 8369 <target state="new">Playlist
@@ -7940,22 +8379,23 @@ channel with the same name (<x id="PH_2"/>)!</target>
7940 <trans-unit id="5752861278140673787" datatype="html"> 8379 <trans-unit id="5752861278140673787" datatype="html">
7941 <source>Ownership changes</source> 8380 <source>Ownership changes</source>
7942 <target state="new">Ownership changes</target> 8381 <target state="new">Ownership changes</target>
7943 8382 <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>
7944 <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> 8383 <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>
8384 </trans-unit>
7945 <trans-unit id="8197117721861453263"> 8385 <trans-unit id="8197117721861453263">
7946 <source>Do you really want to delete <x id="PH"/> videos?</source> 8386 <source>Do you really want to delete <x id="PH"/> videos?</source>
7947 <target>Estàs realment segur de eliminar els 8387 <target>Estàs realment segur de eliminar els
7948 <x id="PH"/> vídeos? 8388 <x id="PH"/> vídeos?
7949 </target> 8389 </target>
7950 8390 <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>
7951 <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></trans-unit> 8391 </trans-unit>
7952 <trans-unit id="2728855911908920537"> 8392 <trans-unit id="2728855911908920537">
7953 <source><x id="PH"/> videos deleted. </source> 8393 <source><x id="PH"/> videos deleted. </source>
7954 <target> 8394 <target>
7955 <x id="PH"/> vídeos eliminats. 8395 <x id="PH"/> vídeos eliminats.
7956 </target> 8396 </target>
7957 8397 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">131</context></context-group>
7958 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">131</context></context-group></trans-unit> 8398 </trans-unit>
7959 <trans-unit id="2027805873922338635"> 8399 <trans-unit id="2027805873922338635">
7960 <source>Do you really want to delete <x id="PH"/>? </source> 8400 <source>Do you really want to delete <x id="PH"/>? </source>
7961 <target>Vols realment eliminar 8401 <target>Vols realment eliminar
@@ -7971,9 +8411,9 @@ channel with the same name (<x id="PH_2"/>)!</target>
7971 <target>Vídeo 8411 <target>Vídeo
7972 <x id="PH"/> eliminat. 8412 <x id="PH"/> eliminat.
7973 </target> 8413 </target>
7974 8414 <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>
7975 8415 <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>
7976 <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><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></trans-unit> 8416 </trans-unit>
7977 <trans-unit id="6810714890760227072" datatype="html"> 8417 <trans-unit id="6810714890760227072" datatype="html">
7978 <source>Ownership change request sent.</source> 8418 <source>Ownership change request sent.</source>
7979 <target state="new">Ownership change request sent.</target> 8419 <target state="new">Ownership change request sent.</target>
@@ -7982,29 +8422,28 @@ channel with the same name (<x id="PH_2"/>)!</target>
7982 <trans-unit id="3245220240937722814" datatype="html"> 8422 <trans-unit id="3245220240937722814" datatype="html">
7983 <source>My channels</source> 8423 <source>My channels</source>
7984 <target state="new">My channels</target> 8424 <target state="new">My channels</target>
7985 8425 <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">3</context></context-group>
7986 <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">3</context></context-group></trans-unit> 8426 </trans-unit>
7987
7988 <trans-unit id="7545420287297803988" datatype="html"> 8427 <trans-unit id="7545420287297803988" datatype="html">
7989 <source>My playlists</source> 8428 <source>My playlists</source>
7990 <target state="new">My playlists</target> 8429 <target state="translated">Les meues llistes de reproducció</target>
7991 8430 <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>
7992 <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></trans-unit> 8431 </trans-unit>
7993 <trans-unit id="2527931602940887636" datatype="html"> 8432 <trans-unit id="2527931602940887636" datatype="html">
7994 <source>My subscriptions</source> 8433 <source>My subscriptions</source>
7995 <target state="new">My subscriptions</target> 8434 <target state="translated">Les meues subscripcions</target>
7996 <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> 8435 <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>
7997 </trans-unit> 8436 </trans-unit>
7998 <trans-unit id="5177154708872200221" datatype="html"> 8437 <trans-unit id="5177154708872200221" datatype="html">
7999 <source>You don't have any subscription yet.</source><target state="new">You don't have any subscription yet.</target> 8438 <source>You don't have any subscription yet.</source>
8000 8439 <target state="new">You don't have any subscription yet.</target>
8001 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 8440 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">13</context></context-group>
8002 8441 </trans-unit>
8003 <trans-unit id="1991904494976135035" datatype="html"> 8442 <trans-unit id="1991904494976135035" datatype="html">
8004 <source>My abuse reports</source> 8443 <source>My abuse reports</source>
8005 <target state="new">My abuse reports</target> 8444 <target state="new">My abuse reports</target>
8006 8445 <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>
8007 <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> 8446 </trans-unit>
8008 <trans-unit id="5752861278140673787" datatype="html"> 8447 <trans-unit id="5752861278140673787" datatype="html">
8009 <source>Ownership changes</source> 8448 <source>Ownership changes</source>
8010 <target state="new">Ownership changes</target> 8449 <target state="new">Ownership changes</target>
@@ -8013,13 +8452,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
8013 <trans-unit id="5983006734882925930" datatype="html"> 8452 <trans-unit id="5983006734882925930" datatype="html">
8014 <source>My video history</source> 8453 <source>My video history</source>
8015 <target state="new">My video history</target> 8454 <target state="new">My video history</target>
8016 8455 <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>
8017 <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> 8456 </trans-unit>
8018 <trans-unit id="8181077408762380407" datatype="html"> 8457 <trans-unit id="8181077408762380407" datatype="html">
8019 <source>Channels</source> 8458 <source>Channels</source>
8020 <target state="new">Channels</target> 8459 <target state="new">Channels</target>
8021 8460 <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>
8022 <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> 8461 </trans-unit>
8023 <trans-unit id="8936704404804793618" datatype="html"> 8462 <trans-unit id="8936704404804793618" datatype="html">
8024 <source>Videos</source> 8463 <source>Videos</source>
8025 <target state="new">Videos</target> 8464 <target state="new">Videos</target>
@@ -8027,44 +8466,44 @@ channel with the same name (<x id="PH_2"/>)!</target>
8027 </trans-unit> 8466 </trans-unit>
8028 <trans-unit id="1823843876735462104" datatype="html"> 8467 <trans-unit id="1823843876735462104" datatype="html">
8029 <source>Playlists</source> 8468 <source>Playlists</source>
8030 <target state="new">Playlists</target> 8469 <target state="translated">Llistes de reproducció</target>
8031 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library.component.ts</context><context context-type="linenumber">61</context></context-group> 8470 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library.component.ts</context><context context-type="linenumber">61</context></context-group>
8032 </trans-unit> 8471 </trans-unit>
8033 <trans-unit id="7916647920967632052" datatype="html"> 8472 <trans-unit id="7916647920967632052" datatype="html">
8034 <source>max size</source> 8473 <source>max size</source>
8035 <target state="new">max size</target> 8474 <target state="new">max size</target>
8036 8475 <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>
8037 8476 <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>
8038 <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> 8477 </trans-unit>
8039 <trans-unit id="6489275254908395777" datatype="html"> 8478 <trans-unit id="6489275254908395777" datatype="html">
8040 <source>Maximize editor</source> 8479 <source>Maximize editor</source>
8041 <target state="new">Maximize editor</target> 8480 <target state="new">Maximize editor</target>
8042 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>
8043 <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> 8482 </trans-unit>
8044 <trans-unit id="4243591013849340688" datatype="html"> 8483 <trans-unit id="4243591013849340688" datatype="html">
8045 <source>Exit maximized editor</source> 8484 <source>Exit maximized editor</source>
8046 <target state="new">Exit maximized editor</target> 8485 <target state="new">Exit maximized editor</target>
8047 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>
8048 <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> 8487 </trans-unit>
8049 <trans-unit id="6537885755702623401" datatype="html"> 8488 <trans-unit id="6537885755702623401" datatype="html">
8050 <source>Now please check your emails to verify your account and complete signup.</source> 8489 <source>Now please check your emails to verify your account and complete signup.</source>
8051 <target state="new">Now please check your emails to verify your account and complete signup.</target> 8490 <target state="new">Now please check your emails to verify your account and complete signup.</target>
8052 8491 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context><context context-type="linenumber">130</context></context-group>
8053 <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> 8492 </trans-unit>
8054 <trans-unit id="2847376451647729886" datatype="html"> 8493 <trans-unit id="2847376451647729886" datatype="html">
8055 <source>You are now logged in as <x id="PH"/>!</source> 8494 <source>You are now logged in as <x id="PH"/>!</source>
8056 <target state="new">You are now logged in as 8495 <target state="new">You are now logged in as
8057 <x id="PH"/>! 8496 <x id="PH"/>!
8058 </target> 8497 </target>
8059 8498 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context><context context-type="linenumber">138</context></context-group>
8060 <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> 8499 </trans-unit>
8061 <trans-unit id="2687679787442328897" datatype="html"> 8500 <trans-unit id="2687679787442328897" datatype="html">
8062 <source>An email with verification link will be sent to <x id="PH"/>.</source> 8501 <source>An email with verification link will be sent to <x id="PH"/>.</source>
8063 <target state="new">An email with verification link will be sent to 8502 <target state="new">An email with verification link will be sent to
8064 <x id="PH"/>. 8503 <x id="PH"/>.
8065 </target> 8504 </target>
8066 8505 <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>
8067 <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> 8506 </trans-unit>
8068 <trans-unit id="4180693983967989981"> 8507 <trans-unit id="4180693983967989981">
8069 <source>Unable to find user id or verification string.</source> 8508 <source>Unable to find user id or verification string.</source>
8070 <target>No es pot trobar l'identificador d'usuari ni la cadena de verificació.</target> 8509 <target>No es pot trobar l'identificador d'usuari ni la cadena de verificació.</target>
@@ -8074,113 +8513,121 @@ channel with the same name (<x id="PH_2"/>)!</target>
8074 <trans-unit id="4802465052975340965"> 8513 <trans-unit id="4802465052975340965">
8075 <source>Published videos</source> 8514 <source>Published videos</source>
8076 <target>Vídeos publicats</target> 8515 <target>Vídeos publicats</target>
8077 8516 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts</context><context context-type="linenumber">56</context></context-group>
8078 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts</context><context context-type="linenumber">56</context></context-group></trans-unit> 8517 </trans-unit>
8079
8080 <trans-unit id="1783173774503340906" datatype="html"> 8518 <trans-unit id="1783173774503340906" datatype="html">
8081 <source>Subscribe to the account</source> 8519 <source>Subscribe to the account</source>
8082 <target state="new">Subscribe to the account</target> 8520 <target state="new">Subscribe to the account</target>
8083 8521
8084 8522
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">701</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html"> 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>
8086 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target> 8524 <trans-unit id="3131904093925601441" datatype="html">
8525 <source>PLAYLISTS</source>
8526 <target state="new">PLAYLISTS</target>
8087 <context-group purpose="location"> 8527 <context-group purpose="location">
8088 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 8528 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
8089 <context context-type="linenumber">77</context> 8529 <context context-type="linenumber">77</context>
8090 </context-group> 8530 </context-group>
8091 </trans-unit> 8531 </trans-unit>
8092
8093 <trans-unit id="7709367721354853232" datatype="html"> 8532 <trans-unit id="7709367721354853232" datatype="html">
8094 <source>Focus the search bar</source> 8533 <source>Focus the search bar</source>
8095 <target state="new">Focus the search bar</target> 8534 <target state="new">Focus the search bar</target>
8096 8535 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">300</context></context-group>
8097 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">300</context></context-group></trans-unit> 8536 </trans-unit>
8098 <trans-unit id="4049262826107502276" datatype="html"> 8537 <trans-unit id="4049262826107502276" datatype="html">
8099 <source>Toggle the left menu</source> 8538 <source>Toggle the left menu</source>
8100 <target state="new">Toggle the left menu</target> 8539 <target state="new">Toggle the left menu</target>
8101 8540 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">305</context></context-group>
8102 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">305</context></context-group></trans-unit> 8541 </trans-unit>
8103 <trans-unit id="5409372033656550095" datatype="html"> 8542 <trans-unit id="5409372033656550095" datatype="html">
8104 <source>Go to the discover videos page</source> 8543 <source>Go to the discover videos page</source>
8105 <target state="translated">Vés a la pàgina de descobrir vídeos</target> 8544 <target state="translated">Vés a la pàgina de descobrir vídeos</target>
8106 8545 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">310</context></context-group>
8107 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">310</context></context-group></trans-unit> 8546 </trans-unit>
8108 <trans-unit id="4278050445961255445" datatype="html"> 8547 <trans-unit id="4278050445961255445" datatype="html">
8109 <source>Go to the trending videos page</source> 8548 <source>Go to the trending videos page</source>
8110 <target state="translated">Vés a la pàgina de vídeos tendència</target> 8549 <target state="translated">Vés a la pàgina de vídeos tendència</target>
8111 8550 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">315</context></context-group>
8112 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">315</context></context-group></trans-unit> 8551 </trans-unit>
8113 <trans-unit id="3242234958443825475" datatype="html"> 8552 <trans-unit id="3242234958443825475" datatype="html">
8114 <source>Go to the recently added videos page</source> 8553 <source>Go to the recently added videos page</source>
8115 <target state="new">Go to the recently added videos page</target> 8554 <target state="new">Go to the recently added videos page</target>
8116 8555 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">320</context></context-group>
8117 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">320</context></context-group></trans-unit> 8556 </trans-unit>
8118 <trans-unit id="2887122197778293919" datatype="html"> 8557 <trans-unit id="2887122197778293919" datatype="html">
8119 <source>Go to the local videos page</source> 8558 <source>Go to the local videos page</source>
8120 <target state="new">Go to the local videos page</target> 8559 <target state="new">Go to the local videos page</target>
8121 8560 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">325</context></context-group>
8122 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">325</context></context-group></trans-unit> 8561 </trans-unit>
8123 <trans-unit id="8009065619559214982" datatype="html"> 8562 <trans-unit id="8009065619559214982" datatype="html">
8124 <source>Go to the videos upload page</source> 8563 <source>Go to the videos upload page</source>
8125 <target state="new">Go to the videos upload page</target> 8564 <target state="new">Go to the videos upload page</target>
8126 8565 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">330</context></context-group>
8127 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">330</context></context-group></trans-unit> 8566 </trans-unit>
8128 <trans-unit id="3779524668013120370" datatype="html"> 8567 <trans-unit id="3779524668013120370" datatype="html">
8129 <source>Go to my subscriptions</source> 8568 <source>Go to my subscriptions</source>
8130 <target state="new">Go to my subscriptions</target> 8569 <target state="new">Go to my subscriptions</target>
8131 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>
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></trans-unit> 8571 </trans-unit>
8133 <trans-unit id="1136469849928650779" datatype="html"> 8572 <trans-unit id="1136469849928650779" datatype="html">
8134 <source>Go to my videos</source> 8573 <source>Go to my videos</source>
8135 <target state="new">Go to my videos</target> 8574 <target state="new">Go to my videos</target>
8136 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>
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></trans-unit> 8576 </trans-unit>
8138 <trans-unit id="7836683738999600376" datatype="html"> 8577 <trans-unit id="7836683738999600376" datatype="html">
8139 <source>Go to my imports</source> 8578 <source>Go to my imports</source>
8140 <target state="new">Go to my imports</target> 8579 <target state="new">Go to my imports</target>
8141 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>
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></trans-unit> 8581 </trans-unit>
8143 <trans-unit id="7511292153332773503" datatype="html"> 8582 <trans-unit id="7511292153332773503" datatype="html">
8144 <source>Go to my channels</source> 8583 <source>Go to my channels</source>
8145 <target state="new">Go to my channels</target> 8584 <target state="new">Go to my channels</target>
8146 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>
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></trans-unit> 8586 </trans-unit>
8148 <trans-unit id="2013324644839511073" datatype="html"> 8587 <trans-unit id="2013324644839511073" datatype="html">
8149 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>. 8588 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>.
8150Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source> 8589Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
8151 <target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>. 8590 <target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>.
8152Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target> 8591Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target>
8153 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>
8154 <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> 8593 </trans-unit>
8155 <trans-unit id="375263728166936544"> 8594 <trans-unit id="375263728166936544">
8156 <source>You need to reconnect.</source> 8595 <source>You need to reconnect.</source>
8157 <target>Necessites tornar a connectar.</target> 8596 <target>Necessites tornar a connectar.</target>
8158 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>
8159 <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> 8598 </trans-unit>
8160 <trans-unit id="2206638022166154361" datatype="html"> 8599 <trans-unit id="2206638022166154361" datatype="html">
8161 <source>Keyboard Shortcuts:</source> 8600 <source>Keyboard Shortcuts:</source>
8162 <target state="new">Keyboard Shortcuts:</target> 8601 <target state="new">Keyboard Shortcuts:</target>
8163 <context-group purpose="location"><context context-type="sourcefile">src/app/core/hotkeys/hotkeys.component.ts</context><context context-type="linenumber">11</context></context-group> 8602 <context-group purpose="location"><context context-type="sourcefile">src/app/core/hotkeys/hotkeys.component.ts</context><context context-type="linenumber">11</context></context-group>
8164 </trans-unit><trans-unit id="3608407683173066091" datatype="html"> 8603 </trans-unit>
8165 <source>My history</source><target state="new">My history</target> 8604 <trans-unit id="3608407683173066091" datatype="html">
8605 <source>My history</source>
8606 <target state="new">My history</target>
8166 <context-group purpose="location"> 8607 <context-group purpose="location">
8167 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context> 8608 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8168 <context context-type="linenumber">98</context> 8609 <context context-type="linenumber">98</context>
8169 </context-group> 8610 </context-group>
8170 </trans-unit><trans-unit id="232050922346936574" datatype="html"> 8611 </trans-unit>
8171 <source>Trending</source><target state="new">Trending</target> 8612 <trans-unit id="232050922346936574" datatype="html">
8172 8613 <source>Trending</source>
8173 <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"> 8614 <target state="new">Trending</target>
8174 <source>ON <x id="PH" equiv-text="config.instance.name"/></source><target state="new">ON <x id="PH" equiv-text="config.instance.name"/></target> 8615 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">131</context></context-group>
8616 </trans-unit>
8617 <trans-unit id="6470888608149621404" datatype="html">
8618 <source>ON <x id="PH" equiv-text="config.instance.name"/></source>
8619 <target state="new">ON <x id="PH" equiv-text="config.instance.name"/></target>
8175 <context-group purpose="location"> 8620 <context-group purpose="location">
8176 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context> 8621 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8177 <context context-type="linenumber">150</context> 8622 <context context-type="linenumber">150</context>
8178 </context-group> 8623 </context-group>
8179 </trans-unit><trans-unit id="2821179408673282599" datatype="html"> 8624 </trans-unit>
8180 <source>Home</source><target state="new">Home</target> 8625 <trans-unit id="2821179408673282599" datatype="html">
8181 8626 <source>Home</source>
8182 8627 <target state="new">Home</target>
8183 <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> 8628 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">115</context></context-group>
8629 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">116</context></context-group>
8630 </trans-unit>
8184 <trans-unit id="4648900870671159218"> 8631 <trans-unit id="4648900870671159218">
8185 <source>Success</source> 8632 <source>Success</source>
8186 <target>Èxit</target> 8633 <target>Èxit</target>
@@ -8189,107 +8636,111 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8189 <trans-unit id="1266887509445371246" datatype="html"> 8636 <trans-unit id="1266887509445371246" datatype="html">
8190 <source>Incorrect username or password.</source> 8637 <source>Incorrect username or password.</source>
8191 <target state="new">Incorrect username or password.</target> 8638 <target state="new">Incorrect username or password.</target>
8192 8639 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group>
8193 <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> 8640 </trans-unit>
8194 <trans-unit id="6974874606619467663" datatype="html"> 8641 <trans-unit id="6974874606619467663" datatype="html">
8195 <source>Your account is blocked.</source> 8642 <source>Your account is blocked.</source>
8196 <target state="new">Your account is blocked.</target> 8643 <target state="new">Your account is blocked.</target>
8197 8644 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group>
8198 <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> 8645 </trans-unit>
8199 <trans-unit id="7939914198003891823" datatype="html"> 8646 <trans-unit id="7939914198003891823" datatype="html">
8200 <source>any language</source> 8647 <source>any language</source>
8201 <target state="new">any language</target> 8648 <target state="new">any language</target>
8202 8649 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group>
8203 <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 </trans-unit>
8204
8205 <trans-unit id="5633144232269377096" datatype="html"> 8651 <trans-unit id="5633144232269377096" datatype="html">
8206 <source>hide</source> 8652 <source>hide</source>
8207 <target state="new">hide</target> 8653 <target state="new">hide</target>
8208 8654 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group>
8209 <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> 8655 </trans-unit>
8210 <trans-unit id="8603861867909474404" datatype="html"> 8656 <trans-unit id="8603861867909474404" datatype="html">
8211 <source>blur</source> 8657 <source>blur</source>
8212 <target state="new">blur</target> 8658 <target state="new">blur</target>
8213 8659 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group>
8214 <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> 8660 </trans-unit>
8215 <trans-unit id="4534458451100881847" datatype="html"> 8661 <trans-unit id="4534458451100881847" datatype="html">
8216 <source>display</source> 8662 <source>display</source>
8217 <target state="new">display</target> 8663 <target state="new">display</target>
8218 8664 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group>
8219 <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> 8665 </trans-unit>
8220 <trans-unit id="4467323362722952678" datatype="html"> 8666 <trans-unit id="4467323362722952678" datatype="html">
8221 <source>Unknown</source> 8667 <source>Unknown</source>
8222 <target state="new">Unknown</target> 8668 <target state="new">Unknown</target>
8223 8669 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group>
8224 <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> 8670 </trans-unit>
8225 <trans-unit id="8781423666414310853"> 8671 <trans-unit id="8781423666414310853">
8226 <source>Your password has been successfully reset!</source> 8672 <source>Your password has been successfully reset!</source>
8227 <target>La contrasenya s'ha restablit correctament!</target> 8673 <target>La contrasenya s'ha restablit correctament!</target>
8228 <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> 8674 <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>
8229 </trans-unit> 8675 </trans-unit>
8230
8231 <trans-unit id="6048892649018070225"> 8676 <trans-unit id="6048892649018070225">
8232 <source>Today</source> 8677 <source>Today</source>
8233 <target>Avui</target> 8678 <target>Avui</target>
8234 8679 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">41</context></context-group>
8235 8680 <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>
8236 8681 <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>
8237 <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> 8682 </trans-unit>
8238 <trans-unit id="4498682414491138092" datatype="html"> 8683 <trans-unit id="4498682414491138092" datatype="html">
8239 <source>Yesterday</source> 8684 <source>Yesterday</source>
8240 <target state="new">Yesterday</target> 8685 <target state="new">Yesterday</target>
8241 8686 <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>
8242 <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> 8687 </trans-unit>
8243 <trans-unit id="5073473933031004097" datatype="html"> 8688 <trans-unit id="5073473933031004097" datatype="html">
8244 <source>This week</source> 8689 <source>This week</source>
8245 <target state="new">This week</target> 8690 <target state="new">This week</target>
8246 8691 <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>
8247 <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> 8692 </trans-unit>
8248 <trans-unit id="842657237693374355" datatype="html"> 8693 <trans-unit id="842657237693374355" datatype="html">
8249 <source>This month</source> 8694 <source>This month</source>
8250 <target state="new">This month</target> 8695 <target state="new">This month</target>
8251 8696 <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>
8252 <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> 8697 </trans-unit>
8253 <trans-unit id="4463380307954693363" datatype="html"> 8698 <trans-unit id="4463380307954693363" datatype="html">
8254 <source>Last month</source> 8699 <source>Last month</source>
8255 <target state="new">Last month</target> 8700 <target state="new">Last month</target>
8256 8701 <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>
8257 <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> 8702 </trans-unit>
8258 <trans-unit id="7473676707373218484" datatype="html"> 8703 <trans-unit id="7473676707373218484" datatype="html">
8259 <source>Older</source> 8704 <source>Older</source>
8260 <target state="new">Older</target> 8705 <target state="new">Older</target>
8261 8706 <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>
8262 <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> 8707 </trans-unit>
8263 <trans-unit id="5036991421517255667" datatype="html"> 8708 <trans-unit id="5036991421517255667" datatype="html">
8264 <source>Cannot load more videos. Try again later.</source> 8709 <source>Cannot load more videos. Try again later.</source>
8265 <target state="new">Cannot load more videos. Try again later.</target> 8710 <target state="new">Cannot load more videos. Try again later.</target>
8266 8711 <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>
8267 <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><trans-unit id="7460399579150761114" datatype="html"> 8712 </trans-unit>
8268 <source>function is not implemented</source><target state="new">function is not implemented</target> 8713 <trans-unit id="7460399579150761114" datatype="html">
8269 8714 <source>function is not implemented</source>
8270 <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> 8715 <target state="new">function is not implemented</target>
8716 <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>
8717 </trans-unit>
8271 <trans-unit id="4873149362496451858" datatype="html"> 8718 <trans-unit id="4873149362496451858" datatype="html">
8272 <source>Last 7 days</source> 8719 <source>Last 7 days</source>
8273 <target state="new">Last 7 days</target> 8720 <target state="new">Last 7 days</target>
8274 8721 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">45</context></context-group>
8275 <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> 8722 </trans-unit>
8276 <trans-unit id="2949150997160654358" datatype="html"> 8723 <trans-unit id="2949150997160654358" datatype="html">
8277 <source>Last 30 days</source> 8724 <source>Last 30 days</source>
8278 <target state="new">Last 30 days</target> 8725 <target state="new">Last 30 days</target>
8279 8726 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">49</context></context-group>
8280 <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> 8727 </trans-unit>
8281 <trans-unit id="5328600704510694984" datatype="html"> 8728 <trans-unit id="5328600704510694984" datatype="html">
8282 <source>Last 365 days</source> 8729 <source>Last 365 days</source>
8283 <target state="new">Last 365 days</target> 8730 <target state="new">Last 365 days</target>
8284 8731 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">53</context></context-group>
8285 <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"> 8732 </trans-unit>
8286 <source>VOD videos</source><target state="new">VOD videos</target> 8733 <trans-unit id="2392481201920342009" datatype="html">
8734 <source>VOD videos</source>
8735 <target state="translated">Vídeos sota demanda</target>
8287 <context-group purpose="location"> 8736 <context-group purpose="location">
8288 <context context-type="sourcefile">src/app/+search/search-filters.component.ts</context> 8737 <context context-type="sourcefile">src/app/+search/search-filters.component.ts</context>
8289 <context context-type="linenumber">60</context> 8738 <context context-type="linenumber">60</context>
8290 </context-group> 8739 </context-group>
8291 </trans-unit><trans-unit id="2180217594100853008" datatype="html"> 8740 </trans-unit>
8292 <source>Live videos</source><target state="new">Live videos</target> 8741 <trans-unit id="2180217594100853008" datatype="html">
8742 <source>Live videos</source>
8743 <target state="translated">Vídeos en directe</target>
8293 <context-group purpose="location"> 8744 <context-group purpose="location">
8294 <context context-type="sourcefile">src/app/+search/search-filters.component.ts</context> 8745 <context context-type="sourcefile">src/app/+search/search-filters.component.ts</context>
8295 <context context-type="linenumber">64</context> 8746 <context context-type="linenumber">64</context>
@@ -8298,50 +8749,55 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8298 <trans-unit id="8487565500496466433" datatype="html"> 8749 <trans-unit id="8487565500496466433" datatype="html">
8299 <source>Short (&lt; 4 min)</source> 8750 <source>Short (&lt; 4 min)</source>
8300 <target state="new">Short (&lt; 4 min)</target> 8751 <target state="new">Short (&lt; 4 min)</target>
8301 8752 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">71</context></context-group>
8302 <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> 8753 </trans-unit>
8303 <trans-unit id="3642535017283477339" datatype="html"> 8754 <trans-unit id="3642535017283477339" datatype="html">
8304 <source>Medium (4-10 min)</source> 8755 <source>Medium (4-10 min)</source>
8305 <target state="new">Medium (4-10 min)</target> 8756 <target state="new">Medium (4-10 min)</target>
8306 8757 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">75</context></context-group>
8307 <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> 8758 </trans-unit>
8308 <trans-unit id="6613870447286561244" datatype="html"> 8759 <trans-unit id="6613870447286561244" datatype="html">
8309 <source>Long (> 10 min)</source> 8760 <source>Long (> 10 min)</source>
8310 <target state="new">Long (> 10 min)</target> 8761 <target state="new">Long (> 10 min)</target>
8311 8762 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">79</context></context-group>
8312 <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> 8763 </trans-unit>
8313 <trans-unit id="1787083504545967" datatype="html"> 8764 <trans-unit id="1787083504545967" datatype="html">
8314 <source>Relevance</source> 8765 <source>Relevance</source>
8315 <target state="new">Relevance</target> 8766 <target state="new">Relevance</target>
8316 8767 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">86</context></context-group>
8317 <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> 8768 </trans-unit>
8318 <trans-unit id="7944277186358179990" datatype="html"> 8769 <trans-unit id="7944277186358179990" datatype="html">
8319 <source>Publish date</source> 8770 <source>Publish date</source>
8320 <target state="new">Publish date</target> 8771 <target state="new">Publish date</target>
8321 8772 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">90</context></context-group>
8322 <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> 8773 </trans-unit>
8323 <trans-unit id="2123659921722214537" datatype="html"> 8774 <trans-unit id="2123659921722214537" datatype="html">
8324 <source>Views</source> 8775 <source>Views</source>
8325 <target state="new">Views</target> 8776 <target state="new">Views</target>
8326 8777 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">94</context></context-group>
8327 <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> 8778 <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>
8779 </trans-unit>
8328 <trans-unit id="3208627574396957172" datatype="html"> 8780 <trans-unit id="3208627574396957172" datatype="html">
8329 <source>Search index is unavailable. Retrying with instance results instead.</source> 8781 <source>Search index is unavailable. Retrying with instance results instead.</source>
8330 <target state="new">Search index is unavailable. Retrying with instance results instead.</target> 8782 <target state="new">Search index is unavailable. Retrying with instance results instead.</target>
8331 8783 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group>
8332 <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> 8784 </trans-unit>
8333 <trans-unit id="307702206382241469" datatype="html"> 8785 <trans-unit id="307702206382241469" datatype="html">
8334 <source>Search error</source> 8786 <source>Search error</source>
8335 <target state="new">Search error</target> 8787 <target state="new">Search error</target>
8336 8788 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group>
8337 <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> 8789 </trans-unit>
8338 <trans-unit id="4580988005648117665" datatype="html"> 8790 <trans-unit id="4580988005648117665" datatype="html">
8339 <source>Search</source> 8791 <source>Search</source>
8340 <target state="new">Search</target> 8792 <target state="new">Search</target>
8341 8793 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">15</context></context-group>
8342 8794 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">242</context></context-group>
8343 <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"> 8795 <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>
8344 <source><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {result} other {results}}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {result} other {results}}"/></target> 8796 <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>
8797 </trans-unit>
8798 <trans-unit id="7804724824750282316" datatype="html">
8799 <source><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {result} other {results}}"/></source>
8800 <target state="new"><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {result} other {results}}"/></target>
8345 <context-group purpose="location"> 8801 <context-group purpose="location">
8346 <context context-type="sourcefile">src/app/+search/search.component.html</context> 8802 <context context-type="sourcefile">src/app/+search/search.component.html</context>
8347 <context context-type="linenumber">5</context> 8803 <context context-type="linenumber">5</context>
@@ -8352,9 +8808,11 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8352 <target>Fa 8808 <target>Fa
8353 <x id="PH"/> anys 8809 <x id="PH"/> anys
8354 </target> 8810 </target>
8355 8811 <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>
8356 <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"> 8812 </trans-unit>
8357 <source>1 year ago</source><target state="new">1 year ago</target> 8813 <trans-unit id="8392321423487952834" datatype="html">
8814 <source>1 year ago</source>
8815 <target state="new">1 year ago</target>
8358 <context-group purpose="location"> 8816 <context-group purpose="location">
8359 <context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context> 8817 <context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context>
8360 <context context-type="linenumber">12</context> 8818 <context context-type="linenumber">12</context>
@@ -8364,15 +8822,16 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8364 <context context-type="linenumber">17</context> 8822 <context context-type="linenumber">17</context>
8365 </context-group> 8823 </context-group>
8366 </trans-unit> 8824 </trans-unit>
8367
8368 <trans-unit id="9022576335789205254"> 8825 <trans-unit id="9022576335789205254">
8369 <source><x id="PH"/> months ago </source> 8826 <source><x id="PH"/> months ago </source>
8370 <target>Fa 8827 <target>Fa
8371 <x id="PH"/> mesos 8828 <x id="PH"/> mesos
8372 </target> 8829 </target>
8373 8830 <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>
8374 <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"> 8831 </trans-unit>
8375 <source>1 month ago</source><target state="new">1 month ago</target> 8832 <trans-unit id="6874778750344205852" datatype="html">
8833 <source>1 month ago</source>
8834 <target state="new">1 month ago</target>
8376 <context-group purpose="location"> 8835 <context-group purpose="location">
8377 <context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context> 8836 <context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context>
8378 <context context-type="linenumber">19</context> 8837 <context context-type="linenumber">19</context>
@@ -8382,61 +8841,63 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8382 <context context-type="linenumber">24</context> 8841 <context context-type="linenumber">24</context>
8383 </context-group> 8842 </context-group>
8384 </trans-unit> 8843 </trans-unit>
8385
8386 <trans-unit id="6473426250245763193"> 8844 <trans-unit id="6473426250245763193">
8387 <source><x id="PH"/> weeks ago </source> 8845 <source><x id="PH"/> weeks ago </source>
8388 <target>Fa 8846 <target>Fa
8389 <x id="PH"/> setmanes 8847 <x id="PH"/> setmanes
8390 </target> 8848 </target>
8391 8849 <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>
8392 <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"> 8850 </trans-unit>
8393 <source>1 week ago</source><target state="new">1 week ago</target> 8851 <trans-unit id="6538455390369999912" datatype="html">
8852 <source>1 week ago</source>
8853 <target state="new">1 week ago</target>
8394 <context-group purpose="location"> 8854 <context-group purpose="location">
8395 <context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context> 8855 <context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context>
8396 <context context-type="linenumber">26</context> 8856 <context context-type="linenumber">26</context>
8397 </context-group> 8857 </context-group>
8398 </trans-unit> 8858 </trans-unit>
8399
8400 <trans-unit id="5186107770140555014"> 8859 <trans-unit id="5186107770140555014">
8401 <source><x id="PH"/> days ago </source> 8860 <source><x id="PH"/> days ago </source>
8402 <target>Fa 8861 <target>Fa
8403 <x id="PH"/> dies 8862 <x id="PH"/> dies
8404 </target> 8863 </target>
8405 8864 <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>
8406 <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"> 8865 </trans-unit>
8407 <source>1 day ago</source><target state="new">1 day ago</target> 8866 <trans-unit id="3927517496763161987" datatype="html">
8867 <source>1 day ago</source>
8868 <target state="new">1 day ago</target>
8408 <context-group purpose="location"> 8869 <context-group purpose="location">
8409 <context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context> 8870 <context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context>
8410 <context context-type="linenumber">30</context> 8871 <context context-type="linenumber">30</context>
8411 </context-group> 8872 </context-group>
8412 </trans-unit> 8873 </trans-unit>
8413
8414 <trans-unit id="6522428509564266583"> 8874 <trans-unit id="6522428509564266583">
8415 <source><x id="PH"/> hours ago </source> 8875 <source><x id="PH"/> hours ago </source>
8416 <target>Fa 8876 <target>Fa
8417 <x id="PH"/> hores 8877 <x id="PH"/> hores
8418 </target> 8878 </target>
8419 8879 <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>
8420 <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"> 8880 </trans-unit>
8421 <source>1 hour ago</source><target state="new">1 hour ago</target> 8881 <trans-unit id="6285422673271535468" datatype="html">
8882 <source>1 hour ago</source>
8883 <target state="new">1 hour ago</target>
8422 <context-group purpose="location"> 8884 <context-group purpose="location">
8423 <context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context> 8885 <context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context>
8424 <context context-type="linenumber">34</context> 8886 <context context-type="linenumber">34</context>
8425 </context-group> 8887 </context-group>
8426 </trans-unit> 8888 </trans-unit>
8427
8428 <trans-unit id="8256466313580256940"> 8889 <trans-unit id="8256466313580256940">
8429 <source><x id="PH"/> min ago </source> 8890 <source><x id="PH"/> min ago </source>
8430 <target>Fa 8891 <target>Fa
8431 <x id="PH"/> minuts 8892 <x id="PH"/> minuts
8432 </target> 8893 </target>
8433 8894 <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>
8434 <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> 8895 </trans-unit>
8435 <trans-unit id="4733690367258997247" datatype="html"> 8896 <trans-unit id="4733690367258997247" datatype="html">
8436 <source>just now</source> 8897 <source>just now</source>
8437 <target state="new">just now</target> 8898 <target state="new">just now</target>
8438 8899 <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>
8439 <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> 8900 </trans-unit>
8440 <trans-unit id="2222108104954671970" datatype="html"> 8901 <trans-unit id="2222108104954671970" datatype="html">
8441 <source><x id="PH"/> sec </source> 8902 <source><x id="PH"/> sec </source>
8442 <target state="new"> 8903 <target state="new">
@@ -8508,32 +8969,39 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8508 <source>Signup limit is required.</source> 8969 <source>Signup limit is required.</source>
8509 <target>El límit de registre és obligatori.</target> 8970 <target>El límit de registre és obligatori.</target>
8510 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">46</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">46</context></context-group>
8511 </trans-unit><trans-unit id="5630311719329022718" datatype="html"> 8972 </trans-unit>
8512 <source>Signup limit must be greater than 1. Use -1 to disable it.</source><target state="new">Signup limit must be greater than 1. Use -1 to disable it.</target> 8973 <trans-unit id="5630311719329022718" datatype="html">
8974 <source>Signup limit must be greater than 1. Use -1 to disable it.</source>
8975 <target state="new">Signup limit must be greater than 1. Use -1 to disable it.</target>
8513 <context-group purpose="location"> 8976 <context-group purpose="location">
8514 <context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context> 8977 <context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context>
8515 <context context-type="linenumber">47</context> 8978 <context context-type="linenumber">47</context>
8516 </context-group> 8979 </context-group>
8517 </trans-unit> 8980 </trans-unit>
8518
8519 <trans-unit id="2555843408410000965"> 8981 <trans-unit id="2555843408410000965">
8520 <source>Signup limit must be a number.</source> 8982 <source>Signup limit must be a number.</source>
8521 <target>El límit de registre ha de ser un número.</target> 8983 <target>El límit de registre ha de ser un número.</target>
8522 <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> 8984 <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>
8523 </trans-unit><trans-unit id="346485141381099383" datatype="html"> 8985 </trans-unit>
8524 <source>Signup minimum age is required.</source><target state="new">Signup minimum age is required.</target> 8986 <trans-unit id="346485141381099383" datatype="html">
8987 <source>Signup minimum age is required.</source>
8988 <target state="new">Signup minimum age is required.</target>
8525 <context-group purpose="location"> 8989 <context-group purpose="location">
8526 <context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context> 8990 <context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context>
8527 <context context-type="linenumber">55</context> 8991 <context context-type="linenumber">55</context>
8528 </context-group> 8992 </context-group>
8529 </trans-unit><trans-unit id="4230672031132838318" datatype="html"> 8993 </trans-unit>
8530 <source>Signup minimum age must be greater than 1.</source><target state="new">Signup minimum age must be greater than 1.</target> 8994 <trans-unit id="4230672031132838318" datatype="html">
8995 <source>Signup minimum age must be greater than 1.</source>
8996 <target state="new">Signup minimum age must be greater than 1.</target>
8531 <context-group purpose="location"> 8997 <context-group purpose="location">
8532 <context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context> 8998 <context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context>
8533 <context context-type="linenumber">56</context> 8999 <context context-type="linenumber">56</context>
8534 </context-group> 9000 </context-group>
8535 </trans-unit><trans-unit id="5929230001329133993" datatype="html"> 9001 </trans-unit>
8536 <source>Signup minimum age must be a number.</source><target state="new">Signup minimum age must be a number.</target> 9002 <trans-unit id="5929230001329133993" datatype="html">
9003 <source>Signup minimum age must be a number.</source>
9004 <target state="new">Signup minimum age must be a number.</target>
8537 <context-group purpose="location"> 9005 <context-group purpose="location">
8538 <context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context> 9006 <context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context>
8539 <context context-type="linenumber">57</context> 9007 <context context-type="linenumber">57</context>
@@ -8542,75 +9010,95 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8542 <trans-unit id="240096858386658337"> 9010 <trans-unit id="240096858386658337">
8543 <source>Admin email is required.</source> 9011 <source>Admin email is required.</source>
8544 <target>Es necessita un correu electrònic d'administrador.</target> 9012 <target>Es necessita un correu electrònic d'administrador.</target>
8545 9013 <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>
8546 <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> 9014 </trans-unit>
8547 <trans-unit id="4392533896009432078"> 9015 <trans-unit id="4392533896009432078">
8548 <source>Admin email must be valid.</source> 9016 <source>Admin email must be valid.</source>
8549 <target>El correu electrònic d'administrador ha de ser vàlid.</target> 9017 <target>El correu electrònic d'administrador ha de ser vàlid.</target>
8550 9018 <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>
8551 <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> 9019 </trans-unit>
8552 <trans-unit id="6172217783476989430"> 9020 <trans-unit id="6172217783476989430">
8553 <source>Transcoding threads is required.</source> 9021 <source>Transcoding threads is required.</source>
8554 <target>Es requereixen els subprocessos de transcodificació.</target> 9022 <target>Es requereixen els subprocessos de transcodificació.</target>
8555 9023 <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>
8556 <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> 9024 </trans-unit>
8557 <trans-unit id="5320424292625586941" datatype="html"> 9025 <trans-unit id="5320424292625586941" datatype="html">
8558 <source>Transcoding threads must be greater or equal to 0.</source> 9026 <source>Transcoding threads must be greater or equal to 0.</source>
8559 <target state="new">Transcoding threads must be greater or equal to 0.</target> 9027 <target state="new">Transcoding threads must be greater or equal to 0.</target>
8560 9028 <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>
8561 <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><trans-unit id="8185661254949728718" datatype="html"> 9029 </trans-unit>
8562 <source>Max live duration is required.</source><target state="new">Max live duration is required.</target> 9030 <trans-unit id="8185661254949728718" datatype="html">
8563 9031 <source>Max live duration is required.</source>
8564 <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><trans-unit id="8892863662898651766" datatype="html"> 9032 <target state="new">Max live duration is required.</target>
8565 <source>Max live duration should be greater or equal to -1.</source><target state="new">Max live duration should be greater or equal to -1.</target> 9033 <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>
8566 9034 </trans-unit>
8567 <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><trans-unit id="8196240396863235661" datatype="html"> 9035 <trans-unit id="8892863662898651766" datatype="html">
8568 <source>Max instance lives is required.</source><target state="new">Max instance lives is required.</target> 9036 <source>Max live duration should be greater or equal to -1.</source>
8569 9037 <target state="new">Max live duration should be greater or equal to -1.</target>
8570 <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><trans-unit id="913683464711184925" datatype="html"> 9038 <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>
8571 <source>Max instance lives should be greater or equal to -1.</source><target state="new">Max instance lives should be greater or equal to -1.</target> 9039 </trans-unit>
8572 9040 <trans-unit id="8196240396863235661" datatype="html">
8573 <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><trans-unit id="5614457087254770778" datatype="html"> 9041 <source>Max instance lives is required.</source>
8574 <source>Max user lives is required.</source><target state="new">Max user lives is required.</target> 9042 <target state="new">Max instance lives is required.</target>
8575 9043 <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>
8576 <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><trans-unit id="2779726697233311712" datatype="html"> 9044 </trans-unit>
8577 <source>Max user lives should be greater or equal to -1.</source><target state="new">Max user lives should be greater or equal to -1.</target> 9045 <trans-unit id="913683464711184925" datatype="html">
8578 9046 <source>Max instance lives should be greater or equal to -1.</source>
8579 <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><trans-unit id="5832601947705094130" datatype="html"> 9047 <target state="new">Max instance lives should be greater or equal to -1.</target>
8580 <source>Concurrency is required.</source><target state="new">Concurrency is required.</target> 9048 <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>
8581 9049 </trans-unit>
8582 <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><trans-unit id="4751566092251132371" datatype="html"> 9050 <trans-unit id="5614457087254770778" datatype="html">
8583 <source>Concurrency should be greater or equal to 1.</source><target state="new">Concurrency should be greater or equal to 1.</target> 9051 <source>Max user lives is required.</source>
8584 9052 <target state="new">Max user lives is required.</target>
8585 <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> 9053 <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>
9054 </trans-unit>
9055 <trans-unit id="2779726697233311712" datatype="html">
9056 <source>Max user lives should be greater or equal to -1.</source>
9057 <target state="new">Max user lives should be greater or equal to -1.</target>
9058 <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>
9059 </trans-unit>
9060 <trans-unit id="5832601947705094130" datatype="html">
9061 <source>Concurrency is required.</source>
9062 <target state="new">Concurrency is required.</target>
9063 <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>
9064 </trans-unit>
9065 <trans-unit id="4751566092251132371" datatype="html">
9066 <source>Concurrency should be greater or equal to 1.</source>
9067 <target state="new">Concurrency should be greater or equal to 1.</target>
9068 <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>
9069 </trans-unit>
8586 <trans-unit id="75589896034107743" datatype="html"> 9070 <trans-unit id="75589896034107743" datatype="html">
8587 <source>Index URL should be a URL</source> 9071 <source>Index URL should be a URL</source>
8588 <target state="new">Index URL should be a URL</target> 9072 <target state="new">Index URL should be a URL</target>
8589 9073 <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>
8590 <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> 9074 </trans-unit>
8591 <trans-unit id="3964961007325702684" datatype="html"> 9075 <trans-unit id="3964961007325702684" datatype="html">
8592 <source>Search index URL should be a URL</source> 9076 <source>Search index URL should be a URL</source>
8593 <target state="new">Search index URL should be a URL</target> 9077 <target state="new">Search index URL should be a URL</target>
8594 9078 <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>
8595 <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> 9079 </trans-unit>
8596 <trans-unit id="8602814243662345124"> 9080 <trans-unit id="8602814243662345124">
8597 <source>Email is required.</source> 9081 <source>Email is required.</source>
8598 <target>Es requereix un correu electrònic.</target> 9082 <target>Es requereix un correu electrònic.</target>
8599 9083 <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>
8600 9084 <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>
8601 <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> 9085 </trans-unit>
8602 <trans-unit id="4591482207344282590"> 9086 <trans-unit id="4591482207344282590">
8603 <source>Email must be valid.</source> 9087 <source>Email must be valid.</source>
8604 <target>El correu electrònic ha de ser vàlid.</target> 9088 <target>El correu electrònic ha de ser vàlid.</target>
8605 9089 <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>
8606 9090 <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>
8607 <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><trans-unit id="544279804045883862" datatype="html"> 9091 </trans-unit>
8608 <source>Handle is required.</source><target state="new">Handle is required.</target> 9092 <trans-unit id="544279804045883862" datatype="html">
8609 9093 <source>Handle is required.</source>
8610 <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><trans-unit id="2805037637775107078" datatype="html"> 9094 <target state="new">Handle is required.</target>
8611 <source>Handle must be valid (eg. chocobozzz@example.com).</source><target state="new">Handle must be valid (eg. chocobozzz@example.com).</target> 9095 <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>
8612 9096 </trans-unit>
8613 <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> 9097 <trans-unit id="2805037637775107078" datatype="html">
9098 <source>Handle must be valid (eg. chocobozzz@example.com).</source>
9099 <target state="new">Handle must be valid (eg. chocobozzz@example.com).</target>
9100 <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>
9101 </trans-unit>
8614 <trans-unit id="4968369344159400023" datatype="html"> 9102 <trans-unit id="4968369344159400023" datatype="html">
8615 <source>Your name is required.</source> 9103 <source>Your name is required.</source>
8616 <target state="new">Your name is required.</target> 9104 <target state="new">Your name is required.</target>
@@ -8659,16 +9147,16 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8659 <trans-unit id="3868123820758341861"> 9147 <trans-unit id="3868123820758341861">
8660 <source>Username is required.</source> 9148 <source>Username is required.</source>
8661 <target>Es requereix nom d'usuari.</target> 9149 <target>Es requereix nom d'usuari.</target>
8662 9150 <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>
8663 9151 <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>
8664 <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> 9152 </trans-unit>
8665 <trans-unit id="3577237269587081090"> 9153 <trans-unit id="3577237269587081090">
8666 <source>Password is required.</source> 9154 <source>Password is required.</source>
8667 <target>Es requereix contrasenya.</target> 9155 <target>Es requereix contrasenya.</target>
8668 9156 <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>
8669 9157 <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>
8670 9158 <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>
8671 <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> 9159 </trans-unit>
8672 <trans-unit id="3152303769378345477"> 9160 <trans-unit id="3152303769378345477">
8673 <source>Confirmation of the password is required.</source> 9161 <source>Confirmation of the password is required.</source>
8674 <target>Es requereix confirmació de la contrasenya.</target> 9162 <target>Es requereix confirmació de la contrasenya.</target>
@@ -8677,129 +9165,129 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8677 <trans-unit id="4786141633412279939" datatype="html"> 9165 <trans-unit id="4786141633412279939" datatype="html">
8678 <source>Username must be at least 1 character long.</source> 9166 <source>Username must be at least 1 character long.</source>
8679 <target state="new">Username must be at least 1 character long.</target> 9167 <target state="new">Username must be at least 1 character long.</target>
8680 9168 <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>
8681 <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> 9169 </trans-unit>
8682 <trans-unit id="1019755749203839300" datatype="html"> 9170 <trans-unit id="1019755749203839300" datatype="html">
8683 <source>Username cannot be more than 50 characters long.</source> 9171 <source>Username cannot be more than 50 characters long.</source>
8684 <target state="new">Username cannot be more than 50 characters long.</target> 9172 <target state="new">Username cannot be more than 50 characters long.</target>
8685 9173 <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>
8686 <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> 9174 </trans-unit>
8687 <trans-unit id="5621067256208426608" datatype="html"> 9175 <trans-unit id="5621067256208426608" datatype="html">
8688 <source>Username should be lowercase alphanumeric; dots and underscores are allowed.</source> 9176 <source>Username should be lowercase alphanumeric; dots and underscores are allowed.</source>
8689 <target state="new">Username should be lowercase alphanumeric; dots and underscores are allowed.</target> 9177 <target state="new">Username should be lowercase alphanumeric; dots and underscores are allowed.</target>
8690 9178 <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>
8691 <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> 9179 </trans-unit>
8692 <trans-unit id="6288154707582132676" datatype="html"> 9180 <trans-unit id="6288154707582132676" datatype="html">
8693 <source>Channel name is required.</source> 9181 <source>Channel name is required.</source>
8694 <target state="new">Channel name is required.</target> 9182 <target state="new">Channel name is required.</target>
8695 9183 <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>
8696 <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> 9184 </trans-unit>
8697 <trans-unit id="8178814467139959283" datatype="html"> 9185 <trans-unit id="8178814467139959283" datatype="html">
8698 <source>Channel name must be at least 1 character long.</source> 9186 <source>Channel name must be at least 1 character long.</source>
8699 <target state="new">Channel name must be at least 1 character long.</target> 9187 <target state="new">Channel name must be at least 1 character long.</target>
8700 9188 <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>
8701 <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> 9189 </trans-unit>
8702 <trans-unit id="8602785819772117007" datatype="html"> 9190 <trans-unit id="8602785819772117007" datatype="html">
8703 <source>Channel name cannot be more than 50 characters long.</source> 9191 <source>Channel name cannot be more than 50 characters long.</source>
8704 <target state="new">Channel name cannot be more than 50 characters long.</target> 9192 <target state="new">Channel name cannot be more than 50 characters long.</target>
8705 9193 <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>
8706 <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> 9194 </trans-unit>
8707 <trans-unit id="3419415520566928243" datatype="html"> 9195 <trans-unit id="3419415520566928243" datatype="html">
8708 <source>Channel name should be lowercase, and can contain only alphanumeric characters, dots and underscores.</source> 9196 <source>Channel name should be lowercase, and can contain only alphanumeric characters, dots and underscores.</source>
8709 <target state="new">Channel name should be lowercase, and can contain only alphanumeric characters, dots and underscores.</target> 9197 <target state="new">Channel name should be lowercase, and can contain only alphanumeric characters, dots and underscores.</target>
8710 9198 <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>
8711 <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> 9199 </trans-unit>
8712 <trans-unit id="525871656034789056"> 9200 <trans-unit id="525871656034789056">
8713 <source>Password must be at least 6 characters long.</source> 9201 <source>Password must be at least 6 characters long.</source>
8714 <target>La contrasenya ha de tenir com a mínim 6 caràcters.</target> 9202 <target>La contrasenya ha de tenir com a mínim 6 caràcters.</target>
8715 9203 <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>
8716 9204 <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>
8717 <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> 9205 </trans-unit>
8718 <trans-unit id="1099684476181448167"> 9206 <trans-unit id="1099684476181448167">
8719 <source>Password cannot be more than 255 characters long.</source> 9207 <source>Password cannot be more than 255 characters long.</source>
8720 <target>La contrasenya no pot tenir més de 255 caràcters.</target> 9208 <target>La contrasenya no pot tenir més de 255 caràcters.</target>
8721 9209 <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>
8722 9210 <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>
8723 <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> 9211 </trans-unit>
8724 <trans-unit id="3392630942539073768"> 9212 <trans-unit id="3392630942539073768">
8725 <source>The new password and the confirmed password do not correspond.</source> 9213 <source>The new password and the confirmed password do not correspond.</source>
8726 <target>La nova contrasenya i la contrasenya confirmada no es corresponen.</target> 9214 <target>La nova contrasenya i la contrasenya confirmada no es corresponen.</target>
8727 9215 <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>
8728 <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> 9216 </trans-unit>
8729 <trans-unit id="2027337371129904473"> 9217 <trans-unit id="2027337371129904473">
8730 <source>Video quota is required.</source> 9218 <source>Video quota is required.</source>
8731 <target>Es requereix una quota de vídeo.</target> 9219 <target>Es requereix una quota de vídeo.</target>
8732 9220 <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>
8733 <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> 9221 </trans-unit>
8734 <trans-unit id="267386529333143660"> 9222 <trans-unit id="267386529333143660">
8735 <source>Quota must be greater than -1.</source> 9223 <source>Quota must be greater than -1.</source>
8736 <target>La quota ha de ser superior a -1.</target> 9224 <target>La quota ha de ser superior a -1.</target>
8737 9225 <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>
8738 <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> 9226 </trans-unit>
8739 <trans-unit id="1220179061234048936" datatype="html"> 9227 <trans-unit id="1220179061234048936" datatype="html">
8740 <source>Daily upload limit is required.</source> 9228 <source>Daily upload limit is required.</source>
8741 <target state="new">Daily upload limit is required.</target> 9229 <target state="new">Daily upload limit is required.</target>
8742 9230 <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>
8743 <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> 9231 </trans-unit>
8744 <trans-unit id="8959404382357999234" datatype="html"> 9232 <trans-unit id="8959404382357999234" datatype="html">
8745 <source>Daily upload limit must be greater than -1.</source> 9233 <source>Daily upload limit must be greater than -1.</source>
8746 <target state="new">Daily upload limit must be greater than -1.</target> 9234 <target state="new">Daily upload limit must be greater than -1.</target>
8747 9235 <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>
8748 <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> 9236 </trans-unit>
8749 <trans-unit id="4796798537475457493"> 9237 <trans-unit id="4796798537475457493">
8750 <source>User role is required.</source> 9238 <source>User role is required.</source>
8751 <target>Es requereix una funció d'usuari.</target> 9239 <target>Es requereix una funció d'usuari.</target>
8752 9240 <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>
8753 <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> 9241 </trans-unit>
8754 <trans-unit id="2761226139624435788"> 9242 <trans-unit id="2761226139624435788">
8755 <source>Description must be at least 3 characters long.</source> 9243 <source>Description must be at least 3 characters long.</source>
8756 <target>La descripció ha de tenir almenys 3 caràcters de longitud.</target> 9244 <target>La descripció ha de tenir almenys 3 caràcters de longitud.</target>
8757 9245 <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>
8758 9246 <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>
8759 9247 <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>
8760 <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> 9248 </trans-unit>
8761 <trans-unit id="4717982586356605243" datatype="html"> 9249 <trans-unit id="4717982586356605243" datatype="html">
8762 <source>Description cannot be more than 1000 characters long.</source> 9250 <source>Description cannot be more than 1000 characters long.</source>
8763 <target state="new">Description cannot be more than 1000 characters long.</target> 9251 <target state="new">Description cannot be more than 1000 characters long.</target>
8764 9252 <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>
8765 9253 <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>
8766 9254 <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>
8767 <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> 9255 </trans-unit>
8768 <trans-unit id="1814372869868173571" datatype="html"> 9256 <trans-unit id="1814372869868173571" datatype="html">
8769 <source>You must agree with the instance terms in order to register on it.</source> 9257 <source>You must agree with the instance terms in order to register on it.</source>
8770 <target state="new">You must agree with the instance terms in order to register on it.</target> 9258 <target state="new">You must agree with the instance terms in order to register on it.</target>
8771 9259 <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>
8772 <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> 9260 </trans-unit>
8773 <trans-unit id="7803960725351649605" datatype="html"> 9261 <trans-unit id="7803960725351649605" datatype="html">
8774 <source>Ban reason must be at least 3 characters long.</source> 9262 <source>Ban reason must be at least 3 characters long.</source>
8775 <target state="new">Ban reason must be at least 3 characters long.</target> 9263 <target state="new">Ban reason must be at least 3 characters long.</target>
8776 9264 <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>
8777 <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> 9265 </trans-unit>
8778 <trans-unit id="3851609012243698179" datatype="html"> 9266 <trans-unit id="3851609012243698179" datatype="html">
8779 <source>Ban reason cannot be more than 250 characters long.</source> 9267 <source>Ban reason cannot be more than 250 characters long.</source>
8780 <target state="new">Ban reason cannot be more than 250 characters long.</target> 9268 <target state="new">Ban reason cannot be more than 250 characters long.</target>
8781 9269 <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>
8782 <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> 9270 </trans-unit>
8783 <trans-unit id="6632896893630378443"> 9271 <trans-unit id="6632896893630378443">
8784 <source>Display name is required.</source> 9272 <source>Display name is required.</source>
8785 <target>El nom de visualització és obligatori.</target> 9273 <target>El nom de visualització és obligatori.</target>
8786 9274 <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>
8787 9275 <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>
8788 9276 <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>
8789 <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> 9277 </trans-unit>
8790 <trans-unit id="1303578752658966736" datatype="html"> 9278 <trans-unit id="1303578752658966736" datatype="html">
8791 <source>Display name must be at least 1 character long.</source> 9279 <source>Display name must be at least 1 character long.</source>
8792 <target state="new">Display name must be at least 1 character long.</target> 9280 <target state="new">Display name must be at least 1 character long.</target>
8793 9281 <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>
8794 9282 <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>
8795 9283 <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>
8796 <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> 9284 </trans-unit>
8797 <trans-unit id="4613240543124934954" datatype="html"> 9285 <trans-unit id="4613240543124934954" datatype="html">
8798 <source>Display name cannot be more than 50 characters long.</source> 9286 <source>Display name cannot be more than 50 characters long.</source>
8799 <target state="new">Display name cannot be more than 50 characters long.</target> 9287 <target state="new">Display name cannot be more than 50 characters long.</target>
8800 9288 <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>
8801 9289 <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>
8802 <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> 9290 </trans-unit>
8803 <trans-unit id="1000468652492651683"> 9291 <trans-unit id="1000468652492651683">
8804 <source>Report reason is required.</source> 9292 <source>Report reason is required.</source>
8805 <target>Cal un motiu del informe.</target> 9293 <target>Cal un motiu del informe.</target>
@@ -8909,11 +9397,10 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8909 <source>Support text cannot be more than 1000 characters long</source> 9397 <source>Support text cannot be more than 1000 characters long</source>
8910 <target state="new">Support text cannot be more than 1000 characters long</target> 9398 <target state="new">Support text cannot be more than 1000 characters long</target>
8911 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-channel-validators.ts</context><context context-type="linenumber">50</context></context-group> 9399 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-channel-validators.ts</context><context context-type="linenumber">50</context></context-group>
8912 </trans-unit><trans-unit id="5637879201055173642" datatype="html"> 9400 </trans-unit>
8913 <source> See <x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://docs.joinpeertube.org/#/use-create-upload-video?id=publish-a-live-in-peertube-gt-v3&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>the documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> 9401 <trans-unit id="5637879201055173642" datatype="html">
8914 "/> to learn how to use the PeerTube live streaming feature. 9402 <source>See <x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://docs.joinpeertube.org/#/use-create-upload-video?id=publish-a-live-in-peertube-gt-v3&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>the documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> "/> to learn how to use the PeerTube live streaming feature. </source>
8915</source><target state="new"> See <x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://docs.joinpeertube.org/#/use-create-upload-video?id=publish-a-live-in-peertube-gt-v3&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>the documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> 9403 <target state="new"> See <x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://docs.joinpeertube.org/#/use-create-upload-video?id=publish-a-live-in-peertube-gt-v3&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>the documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> "/> to learn how to use the PeerTube live streaming feature.
8916 "/> to learn how to use the PeerTube live streaming feature.
8917</target> 9404</target>
8918 <context-group purpose="location"> 9405 <context-group purpose="location">
8919 <context context-type="sourcefile">src/app/shared/shared-video-live/live-documentation-link.component.html</context> 9406 <context context-type="sourcefile">src/app/shared/shared-video-live/live-documentation-link.component.html</context>
@@ -8958,21 +9445,21 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8958 <trans-unit id="7220386604464537651" datatype="html"> 9445 <trans-unit id="7220386604464537651" datatype="html">
8959 <source>Live RTMP Url</source> 9446 <source>Live RTMP Url</source>
8960 <target state="new">Live RTMP Url</target> 9447 <target state="new">Live RTMP Url</target>
8961 9448 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-live/live-stream-information.component.html</context><context context-type="linenumber">19</context></context-group>
8962 9449 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">218</context></context-group>
8963 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-live/live-stream-information.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">218</context></context-group></trans-unit> 9450 </trans-unit>
8964 <trans-unit id="1225050607125362052" datatype="html"> 9451 <trans-unit id="1225050607125362052" datatype="html">
8965 <source>Live stream key</source> 9452 <source>Live stream key</source>
8966 <target state="new">Live stream key</target> 9453 <target state="new">Live stream key</target>
8967 9454 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-live/live-stream-information.component.html</context><context context-type="linenumber">24</context></context-group>
8968 9455 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">223</context></context-group>
8969 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-live/live-stream-information.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">223</context></context-group></trans-unit> 9456 </trans-unit>
8970 <trans-unit id="5058286083557987083" datatype="html"> 9457 <trans-unit id="5058286083557987083" datatype="html">
8971 <source>⚠️ Never share your stream key with anyone.</source> 9458 <source>⚠️ Never share your stream key with anyone.</source>
8972 <target state="new">⚠️ Never share your stream key with anyone.</target> 9459 <target state="new">⚠️ Never share your stream key with anyone.</target>
8973 9460 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-live/live-stream-information.component.html</context><context context-type="linenumber">27</context></context-group>
8974 9461 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group>
8975 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-live/live-stream-information.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group></trans-unit> 9462 </trans-unit>
8976 <trans-unit id="1276362324126004421" datatype="html"> 9463 <trans-unit id="1276362324126004421" datatype="html">
8977 <source>Permanent live</source> 9464 <source>Permanent live</source>
8978 <target state="new">Permanent live</target> 9465 <target state="new">Permanent live</target>
@@ -8992,19 +9479,21 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8992 <trans-unit id="5437132245714159662"> 9479 <trans-unit id="5437132245714159662">
8993 <source>Video name is required.</source> 9480 <source>Video name is required.</source>
8994 <target>El nom del vídeo és obligatori.</target> 9481 <target>El nom del vídeo és obligatori.</target>
8995 9482 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-validators.ts</context><context context-type="linenumber">15</context></context-group>
8996 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-validators.ts</context><context context-type="linenumber">15</context></context-group></trans-unit> 9483 </trans-unit>
8997 <trans-unit id="2807676084745266104"> 9484 <trans-unit id="2807676084745266104">
8998 <source>Video name must be at least 3 characters long.</source> 9485 <source>Video name must be at least 3 characters long.</source>
8999 <target>El nom del vídeo ha de tenir almenys 3 caràcters de longitud.</target> 9486 <target>El nom del vídeo ha de tenir almenys 3 caràcters de longitud.</target>
9000 9487 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-validators.ts</context><context context-type="linenumber">16</context></context-group>
9001 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-validators.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 9488 </trans-unit>
9002 <trans-unit id="2155414141025589556"> 9489 <trans-unit id="2155414141025589556">
9003 <source>Video name cannot be more than 120 characters long.</source> 9490 <source>Video name cannot be more than 120 characters long.</source>
9004 <target>El nom del vídeo no pot tenir més de 120 caràcters.</target> 9491 <target>El nom del vídeo no pot tenir més de 120 caràcters.</target>
9005 9492 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-validators.ts</context><context context-type="linenumber">17</context></context-group>
9006 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-validators.ts</context><context context-type="linenumber">17</context></context-group></trans-unit><trans-unit id="1074634769552897790" datatype="html"> 9493 </trans-unit>
9007 <source>Video name has leading or trailing whitespace.</source><target state="new">Video name has leading or trailing whitespace.</target> 9494 <trans-unit id="1074634769552897790" datatype="html">
9495 <source>Video name has leading or trailing whitespace.</source>
9496 <target state="new">Video name has leading or trailing whitespace.</target>
9008 <context-group purpose="location"> 9497 <context-group purpose="location">
9009 <context context-type="sourcefile">src/app/shared/form-validators/video-validators.ts</context> 9498 <context context-type="sourcefile">src/app/shared/form-validators/video-validators.ts</context>
9010 <context context-type="linenumber">18</context> 9499 <context context-type="linenumber">18</context>
@@ -9013,58 +9502,58 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9013 <trans-unit id="9115337161597088460"> 9502 <trans-unit id="9115337161597088460">
9014 <source>Video privacy is required.</source> 9503 <source>Video privacy is required.</source>
9015 <target>La privadesa del vídeo és obligatòria.</target> 9504 <target>La privadesa del vídeo és obligatòria.</target>
9016 9505 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-validators.ts</context><context context-type="linenumber">25</context></context-group>
9017 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-validators.ts</context><context context-type="linenumber">25</context></context-group></trans-unit> 9506 </trans-unit>
9018 <trans-unit id="7309902991450450996"> 9507 <trans-unit id="7309902991450450996">
9019 <source>Video channel is required.</source> 9508 <source>Video channel is required.</source>
9020 <target>Cal un canal de vídeo.</target> 9509 <target>Cal un canal de vídeo.</target>
9021 9510 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-validators.ts</context><context context-type="linenumber">52</context></context-group>
9022 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-validators.ts</context><context context-type="linenumber">52</context></context-group></trans-unit> 9511 </trans-unit>
9023 <trans-unit id="3959376623771116873"> 9512 <trans-unit id="3959376623771116873">
9024 <source>Video description must be at least 3 characters long.</source> 9513 <source>Video description must be at least 3 characters long.</source>
9025 <target>La descripció del vídeo ha de tenir un mínim de 3 caràcters.</target> 9514 <target>La descripció del vídeo ha de tenir un mínim de 3 caràcters.</target>
9026 9515 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-validators.ts</context><context context-type="linenumber">59</context></context-group>
9027 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-validators.ts</context><context context-type="linenumber">59</context></context-group></trans-unit> 9516 </trans-unit>
9028 <trans-unit id="725195891739570830"> 9517 <trans-unit id="725195891739570830">
9029 <source>Video description cannot be more than 10000 characters long.</source> 9518 <source>Video description cannot be more than 10000 characters long.</source>
9030 <target>La descripció del vídeo no pot tenir més de 10000 caràcters.</target> 9519 <target>La descripció del vídeo no pot tenir més de 10000 caràcters.</target>
9031 9520 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-validators.ts</context><context context-type="linenumber">60</context></context-group>
9032 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-validators.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 9521 </trans-unit>
9033 <trans-unit id="142488285332434408"> 9522 <trans-unit id="142488285332434408">
9034 <source>A tag should be more than 2 characters long.</source> 9523 <source>A tag should be more than 2 characters long.</source>
9035 <target>L'etiqueta ha de tenir més de 2 caràcters.</target> 9524 <target>L'etiqueta ha de tenir més de 2 caràcters.</target>
9036 9525 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-validators.ts</context><context context-type="linenumber">67</context></context-group>
9037 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-validators.ts</context><context context-type="linenumber">67</context></context-group></trans-unit> 9526 </trans-unit>
9038 <trans-unit id="691846635236293620"> 9527 <trans-unit id="691846635236293620">
9039 <source>A tag should be less than 30 characters long.</source> 9528 <source>A tag should be less than 30 characters long.</source>
9040 <target>L'etiqueta ha de tenir menys de 30 caràcters.</target> 9529 <target>L'etiqueta ha de tenir menys de 30 caràcters.</target>
9041 9530 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-validators.ts</context><context context-type="linenumber">68</context></context-group>
9042 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-validators.ts</context><context context-type="linenumber">68</context></context-group></trans-unit> 9531 </trans-unit>
9043 <trans-unit id="4146790476782316573" datatype="html"> 9532 <trans-unit id="4146790476782316573" datatype="html">
9044 <source>A maximum of 5 tags can be used on a video.</source> 9533 <source>A maximum of 5 tags can be used on a video.</source>
9045 <target state="new">A maximum of 5 tags can be used on a video.</target> 9534 <target state="new">A maximum of 5 tags can be used on a video.</target>
9046 9535 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-validators.ts</context><context context-type="linenumber">75</context></context-group>
9047 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-validators.ts</context><context context-type="linenumber">75</context></context-group></trans-unit> 9536 </trans-unit>
9048 <trans-unit id="2389667090302909529" datatype="html"> 9537 <trans-unit id="2389667090302909529" datatype="html">
9049 <source>A tag should be more than 1 and less than 30 characters long.</source> 9538 <source>A tag should be more than 1 and less than 30 characters long.</source>
9050 <target state="new">A tag should be more than 1 and less than 30 characters long.</target> 9539 <target state="new">A tag should be more than 1 and less than 30 characters long.</target>
9051 9540 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-validators.ts</context><context context-type="linenumber">76</context></context-group>
9052 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-validators.ts</context><context context-type="linenumber">76</context></context-group></trans-unit> 9541 </trans-unit>
9053 <trans-unit id="4806300480558315727"> 9542 <trans-unit id="4806300480558315727">
9054 <source>Video support must be at least 3 characters long.</source> 9543 <source>Video support must be at least 3 characters long.</source>
9055 <target>La compatibilitat de vídeo ha de tenir un mínim de 3 caràcters.</target> 9544 <target>La compatibilitat de vídeo ha de tenir un mínim de 3 caràcters.</target>
9056 9545 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-validators.ts</context><context context-type="linenumber">83</context></context-group>
9057 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-validators.ts</context><context context-type="linenumber">83</context></context-group></trans-unit> 9546 </trans-unit>
9058 <trans-unit id="6655773021893755977" datatype="html"> 9547 <trans-unit id="6655773021893755977" datatype="html">
9059 <source>Video support cannot be more than 1000 characters long.</source> 9548 <source>Video support cannot be more than 1000 characters long.</source>
9060 <target state="new">Video support cannot be more than 1000 characters long.</target> 9549 <target state="new">Video support cannot be more than 1000 characters long.</target>
9061 9550 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-validators.ts</context><context context-type="linenumber">84</context></context-group>
9062 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-validators.ts</context><context context-type="linenumber">84</context></context-group></trans-unit> 9551 </trans-unit>
9063 <trans-unit id="4246579596585402255"> 9552 <trans-unit id="4246579596585402255">
9064 <source>A date is required to schedule video update.</source> 9553 <source>A date is required to schedule video update.</source>
9065 <target>Es requereix una data per programar l'actualització de vídeo.</target> 9554 <target>Es requereix una data per programar l'actualització de vídeo.</target>
9066 9555 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-validators.ts</context><context context-type="linenumber">91</context></context-group>
9067 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-validators.ts</context><context context-type="linenumber">91</context></context-group></trans-unit> 9556 </trans-unit>
9068 <trans-unit id="8728283516316752593" datatype="html"> 9557 <trans-unit id="8728283516316752593" datatype="html">
9069 <source>This file is too large.</source> 9558 <source>This file is too large.</source>
9070 <target state="translated">Aquest fitxer és massa gran.</target> 9559 <target state="translated">Aquest fitxer és massa gran.</target>
@@ -9079,8 +9568,10 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9079 <source>Add a new option</source> 9568 <source>Add a new option</source>
9080 <target state="new">Add a new option</target> 9569 <target state="new">Add a new option</target>
9081 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/select/select-checkbox.component.ts</context><context context-type="linenumber">28</context></context-group> 9570 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/select/select-checkbox.component.ts</context><context context-type="linenumber">28</context></context-group>
9082 </trans-unit><trans-unit id="4076995379551303829" datatype="html"> 9571 </trans-unit>
9083 <source>Custom value...</source><target state="new">Custom value...</target> 9572 <trans-unit id="4076995379551303829" datatype="html">
9573 <source>Custom value...</source>
9574 <target state="new">Custom value...</target>
9084 <context-group purpose="location"> 9575 <context-group purpose="location">
9085 <context context-type="sourcefile">src/app/shared/shared-forms/select/select-custom-value.component.ts</context> 9576 <context context-type="sourcefile">src/app/shared/shared-forms/select/select-custom-value.component.ts</context>
9086 <context context-type="linenumber">69</context> 9577 <context context-type="linenumber">69</context>
@@ -9094,332 +9585,334 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9094 <trans-unit id="6950140976689343775"> 9585 <trans-unit id="6950140976689343775">
9095 <source>Sunday</source> 9586 <source>Sunday</source>
9096 <target>Diumenge</target> 9587 <target>Diumenge</target>
9097 9588 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">10</context></context-group>
9098 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">10</context></context-group></trans-unit> 9589 </trans-unit>
9099 <trans-unit id="8739442281958563044"> 9590 <trans-unit id="8739442281958563044">
9100 <source>Monday</source> 9591 <source>Monday</source>
9101 <target>Dilluns</target> 9592 <target>Dilluns</target>
9102 9593 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">11</context></context-group>
9103 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">11</context></context-group></trans-unit> 9594 </trans-unit>
9104 <trans-unit id="9176037901730521018"> 9595 <trans-unit id="9176037901730521018">
9105 <source>Tuesday</source> 9596 <source>Tuesday</source>
9106 <target>Dimarts</target> 9597 <target>Dimarts</target>
9107 9598 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">12</context></context-group>
9108 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">12</context></context-group></trans-unit> 9599 </trans-unit>
9109 <trans-unit id="8798932904948432529"> 9600 <trans-unit id="8798932904948432529">
9110 <source>Wednesday</source> 9601 <source>Wednesday</source>
9111 <target>Dimecres</target> 9602 <target>Dimecres</target>
9112 9603 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">13</context></context-group>
9113 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">13</context></context-group></trans-unit> 9604 </trans-unit>
9114 <trans-unit id="1433683192825895947"> 9605 <trans-unit id="1433683192825895947">
9115 <source>Thursday</source> 9606 <source>Thursday</source>
9116 <target>Dijous</target> 9607 <target>Dijous</target>
9117 9608 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">14</context></context-group>
9118 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">14</context></context-group></trans-unit> 9609 </trans-unit>
9119 <trans-unit id="3730139500618908668"> 9610 <trans-unit id="3730139500618908668">
9120 <source>Friday</source> 9611 <source>Friday</source>
9121 <target>Divendres</target> 9612 <target>Divendres</target>
9122 9613 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">15</context></context-group>
9123 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">15</context></context-group></trans-unit> 9614 </trans-unit>
9124 <trans-unit id="1830554030016307335"> 9615 <trans-unit id="1830554030016307335">
9125 <source>Saturday</source> 9616 <source>Saturday</source>
9126 <target>Dissabte</target> 9617 <target>Dissabte</target>
9127 9618 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group>
9128 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 9619 </trans-unit>
9129 <trans-unit id="4921929243068857081"> 9620 <trans-unit id="4921929243068857081">
9130 <source>Sun</source> 9621 <source>Sun</source>
9131 <target>Dg</target> 9622 <target>Dg</target>
9132 <note from="description" priority="1">Day name short</note> 9623 <note from="description" priority="1">Day name short</note>
9133 9624 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group>
9134 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">20</context></context-group></trans-unit> 9625 </trans-unit>
9135 <trans-unit id="8563137213157122993"> 9626 <trans-unit id="8563137213157122993">
9136 <source>Mon</source> 9627 <source>Mon</source>
9137 <target>Dl</target> 9628 <target>Dl</target>
9138 <note from="description" priority="1">Day name short</note> 9629 <note from="description" priority="1">Day name short</note>
9139 9630 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group>
9140 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">21</context></context-group></trans-unit> 9631 </trans-unit>
9141 <trans-unit id="8502240922750617054"> 9632 <trans-unit id="8502240922750617054">
9142 <source>Tue</source> 9633 <source>Tue</source>
9143 <target>Dt</target> 9634 <target>Dt</target>
9144 <note from="description" priority="1">Day name short</note> 9635 <note from="description" priority="1">Day name short</note>
9145 9636 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group>
9146 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">22</context></context-group></trans-unit> 9637 </trans-unit>
9147 <trans-unit id="7421778640995344715"> 9638 <trans-unit id="7421778640995344715">
9148 <source>Wed</source> 9639 <source>Wed</source>
9149 <target>Dc</target> 9640 <target>Dc</target>
9150 <note from="description" priority="1">Day name short</note> 9641 <note from="description" priority="1">Day name short</note>
9151 9642 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group>
9152 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">23</context></context-group></trans-unit> 9643 </trans-unit>
9153 <trans-unit id="4409954796361883558"> 9644 <trans-unit id="4409954796361883558">
9154 <source>Thu</source> 9645 <source>Thu</source>
9155 <target>Dj</target> 9646 <target>Dj</target>
9156 <note from="description" priority="1">Day name short</note> 9647 <note from="description" priority="1">Day name short</note>
9157 9648 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group>
9158 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">24</context></context-group></trans-unit> 9649 </trans-unit>
9159 <trans-unit id="5651951128882735477"> 9650 <trans-unit id="5651951128882735477">
9160 <source>Fri</source> 9651 <source>Fri</source>
9161 <target>Dv</target> 9652 <target>Dv</target>
9162 <note from="description" priority="1">Day name short</note> 9653 <note from="description" priority="1">Day name short</note>
9163 9654 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group>
9164 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">25</context></context-group></trans-unit> 9655 </trans-unit>
9165 <trans-unit id="93026920674143073"> 9656 <trans-unit id="93026920674143073">
9166 <source>Sat</source> 9657 <source>Sat</source>
9167 <target>Ds</target> 9658 <target>Ds</target>
9168 <note from="description" priority="1">Day name short</note> 9659 <note from="description" priority="1">Day name short</note>
9169 9660 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group>
9170 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">26</context></context-group></trans-unit> 9661 </trans-unit>
9171 <trans-unit id="8349763432924710200"> 9662 <trans-unit id="8349763432924710200">
9172 <source>Su</source> 9663 <source>Su</source>
9173 <target>Dg</target> 9664 <target>Dg</target>
9174 <note from="description" priority="1">Day name min</note> 9665 <note from="description" priority="1">Day name min</note>
9175 9666 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group>
9176 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">30</context></context-group></trans-unit> 9667 </trans-unit>
9177 <trans-unit id="4197236438302165051"> 9668 <trans-unit id="4197236438302165051">
9178 <source>Mo</source> 9669 <source>Mo</source>
9179 <target>Dl</target> 9670 <target>Dl</target>
9180 <note from="description" priority="1">Day name min</note> 9671 <note from="description" priority="1">Day name min</note>
9181 9672 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group>
9182 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">31</context></context-group></trans-unit> 9673 </trans-unit>
9183 <trans-unit id="6034455877220674404"> 9674 <trans-unit id="6034455877220674404">
9184 <source>Tu</source> 9675 <source>Tu</source>
9185 <target>Dt</target> 9676 <target>Dt</target>
9186 <note from="description" priority="1">Day name min</note> 9677 <note from="description" priority="1">Day name min</note>
9187 9678 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group>
9188 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">32</context></context-group></trans-unit> 9679 </trans-unit>
9189 <trans-unit id="3221670730445125135"> 9680 <trans-unit id="3221670730445125135">
9190 <source>We</source> 9681 <source>We</source>
9191 <target>Dm</target> 9682 <target>Dm</target>
9192 <note from="description" priority="1">Day name min</note> 9683 <note from="description" priority="1">Day name min</note>
9193 9684 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group>
9194 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">33</context></context-group></trans-unit> 9685 </trans-unit>
9195 <trans-unit id="772466829681972216"> 9686 <trans-unit id="772466829681972216">
9196 <source>Th</source> 9687 <source>Th</source>
9197 <target>Dj</target> 9688 <target>Dj</target>
9198 <note from="description" priority="1">Day name min</note> 9689 <note from="description" priority="1">Day name min</note>
9199 9690 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group>
9200 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">34</context></context-group></trans-unit> 9691 </trans-unit>
9201 <trans-unit id="8598262708800132669"> 9692 <trans-unit id="8598262708800132669">
9202 <source>Fr</source> 9693 <source>Fr</source>
9203 <target>Dv</target> 9694 <target>Dv</target>
9204 <note from="description" priority="1">Day name min</note> 9695 <note from="description" priority="1">Day name min</note>
9205 9696 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group>
9206 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">35</context></context-group></trans-unit> 9697 </trans-unit>
9207 <trans-unit id="569007902695332072"> 9698 <trans-unit id="569007902695332072">
9208 <source>Sa</source> 9699 <source>Sa</source>
9209 <target>Ds</target> 9700 <target>Ds</target>
9210 <note from="description" priority="1">Day name min</note> 9701 <note from="description" priority="1">Day name min</note>
9211 9702 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group>
9212 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">36</context></context-group></trans-unit> 9703 </trans-unit>
9213 <trans-unit id="3913843642962116845"> 9704 <trans-unit id="3913843642962116845">
9214 <source>January</source> 9705 <source>January</source>
9215 <target>Gener</target> 9706 <target>Gener</target>
9216 9707 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">40</context></context-group>
9217 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">40</context></context-group></trans-unit> 9708 </trans-unit>
9218 <trans-unit id="6642324138857419870"> 9709 <trans-unit id="6642324138857419870">
9219 <source>February</source> 9710 <source>February</source>
9220 <target>Febrer</target> 9711 <target>Febrer</target>
9221 9712 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">41</context></context-group>
9222 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">41</context></context-group></trans-unit> 9713 </trans-unit>
9223 <trans-unit id="7918954644624211958"> 9714 <trans-unit id="7918954644624211958">
9224 <source>March</source> 9715 <source>March</source>
9225 <target>Març</target> 9716 <target>Març</target>
9226 9717 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">42</context></context-group>
9227 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">42</context></context-group></trans-unit> 9718 </trans-unit>
9228 <trans-unit id="1809521303476565743"> 9719 <trans-unit id="1809521303476565743">
9229 <source>April</source> 9720 <source>April</source>
9230 <target>Abril</target> 9721 <target>Abril</target>
9231 9722 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">43</context></context-group>
9232 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">43</context></context-group></trans-unit> 9723 </trans-unit>
9233 <trans-unit id="8469692700277617405"> 9724 <trans-unit id="8469692700277617405">
9234 <source>May</source> 9725 <source>May</source>
9235 <target>Maig</target> 9726 <target>Maig</target>
9236 9727 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</context></context-group>
9237 9728 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">59</context></context-group>
9238 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">44</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">59</context></context-group></trans-unit> 9729 </trans-unit>
9239 <trans-unit id="9055297580745330415"> 9730 <trans-unit id="9055297580745330415">
9240 <source>June</source> 9731 <source>June</source>
9241 <target>Juny</target> 9732 <target>Juny</target>
9242 9733 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">45</context></context-group>
9243 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">45</context></context-group></trans-unit> 9734 </trans-unit>
9244 <trans-unit id="9087113544612471348"> 9735 <trans-unit id="9087113544612471348">
9245 <source>July</source> 9736 <source>July</source>
9246 <target>Juliol</target> 9737 <target>Juliol</target>
9247 9738 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">46</context></context-group>
9248 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">46</context></context-group></trans-unit> 9739 </trans-unit>
9249 <trans-unit id="3984618989093293779"> 9740 <trans-unit id="3984618989093293779">
9250 <source>August</source> 9741 <source>August</source>
9251 <target>Agost</target> 9742 <target>Agost</target>
9252 9743 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">47</context></context-group>
9253 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">47</context></context-group></trans-unit> 9744 </trans-unit>
9254 <trans-unit id="5872622085239011307"> 9745 <trans-unit id="5872622085239011307">
9255 <source>September</source> 9746 <source>September</source>
9256 <target>Setembre</target> 9747 <target>Setembre</target>
9257 9748 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">48</context></context-group>
9258 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">48</context></context-group></trans-unit> 9749 </trans-unit>
9259 <trans-unit id="1491482705364427867"> 9750 <trans-unit id="1491482705364427867">
9260 <source>October</source> 9751 <source>October</source>
9261 <target>Octubre</target> 9752 <target>Octubre</target>
9262 9753 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">49</context></context-group>
9263 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">49</context></context-group></trans-unit> 9754 </trans-unit>
9264 <trans-unit id="1109977718843277527"> 9755 <trans-unit id="1109977718843277527">
9265 <source>November</source> 9756 <source>November</source>
9266 <target>Novembre</target> 9757 <target>Novembre</target>
9267 9758 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">50</context></context-group>
9268 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">50</context></context-group></trans-unit> 9759 </trans-unit>
9269 <trans-unit id="124191049522509365"> 9760 <trans-unit id="124191049522509365">
9270 <source>December</source> 9761 <source>December</source>
9271 <target>Desembre</target> 9762 <target>Desembre</target>
9272 9763 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group>
9273 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">51</context></context-group></trans-unit> 9764 </trans-unit>
9274 <trans-unit id="7595747576974676670"> 9765 <trans-unit id="7595747576974676670">
9275 <source>Jan</source> 9766 <source>Jan</source>
9276 <target>Gen</target> 9767 <target>Gen</target>
9277 <note from="description" priority="1">Month name short</note> 9768 <note from="description" priority="1">Month name short</note>
9278 9769 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group>
9279 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">55</context></context-group></trans-unit> 9770 </trans-unit>
9280 <trans-unit id="4916040996255005712"> 9771 <trans-unit id="4916040996255005712">
9281 <source>Feb</source> 9772 <source>Feb</source>
9282 <target>Feb</target> 9773 <target>Feb</target>
9283 <note from="description" priority="1">Month name short</note> 9774 <note from="description" priority="1">Month name short</note>
9284 9775 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group>
9285 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">56</context></context-group></trans-unit> 9776 </trans-unit>
9286 <trans-unit id="6438827956918137617"> 9777 <trans-unit id="6438827956918137617">
9287 <source>Mar</source> 9778 <source>Mar</source>
9288 <target>Mar</target> 9779 <target>Mar</target>
9289 <note from="description" priority="1">Month name short</note> 9780 <note from="description" priority="1">Month name short</note>
9290 9781 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group>
9291 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">57</context></context-group></trans-unit> 9782 </trans-unit>
9292 <trans-unit id="5507326650332881991"> 9783 <trans-unit id="5507326650332881991">
9293 <source>Apr</source> 9784 <source>Apr</source>
9294 <target>Abr</target> 9785 <target>Abr</target>
9295 <note from="description" priority="1">Month name short</note> 9786 <note from="description" priority="1">Month name short</note>
9296 9787 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group>
9297 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 9788 </trans-unit>
9298 <trans-unit id="2113470244260512015"> 9789 <trans-unit id="2113470244260512015">
9299 <source>Jun</source> 9790 <source>Jun</source>
9300 <target>Jun</target> 9791 <target>Jun</target>
9301 <note from="description" priority="1">Month name short</note> 9792 <note from="description" priority="1">Month name short</note>
9302 9793 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group>
9303 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 9794 </trans-unit>
9304 <trans-unit id="53176888553719239"> 9795 <trans-unit id="53176888553719239">
9305 <source>Jul</source> 9796 <source>Jul</source>
9306 <target>Jul</target> 9797 <target>Jul</target>
9307 <note from="description" priority="1">Month name short</note> 9798 <note from="description" priority="1">Month name short</note>
9308 9799 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group>
9309 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit> 9800 </trans-unit>
9310 <trans-unit id="5648574669404659458"> 9801 <trans-unit id="5648574669404659458">
9311 <source>Aug</source> 9802 <source>Aug</source>
9312 <target>Ago</target> 9803 <target>Ago</target>
9313 <note from="description" priority="1">Month name short</note> 9804 <note from="description" priority="1">Month name short</note>
9314 9805 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group>
9315 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">62</context></context-group></trans-unit> 9806 </trans-unit>
9316 <trans-unit id="4354095055982674918"> 9807 <trans-unit id="4354095055982674918">
9317 <source>Sep</source> 9808 <source>Sep</source>
9318 <target>Set</target> 9809 <target>Set</target>
9319 <note from="description" priority="1">Month name short</note> 9810 <note from="description" priority="1">Month name short</note>
9320 9811 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group>
9321 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit> 9812 </trans-unit>
9322 <trans-unit id="6207754626941051341"> 9813 <trans-unit id="6207754626941051341">
9323 <source>Oct</source> 9814 <source>Oct</source>
9324 <target>Oct</target> 9815 <target>Oct</target>
9325 <note from="description" priority="1">Month name short</note> 9816 <note from="description" priority="1">Month name short</note>
9326 9817 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group>
9327 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 9818 </trans-unit>
9328 <trans-unit id="8269261039058575292"> 9819 <trans-unit id="8269261039058575292">
9329 <source>Nov</source> 9820 <source>Nov</source>
9330 <target>Nov</target> 9821 <target>Nov</target>
9331 <note from="description" priority="1">Month name short</note> 9822 <note from="description" priority="1">Month name short</note>
9332 9823 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group>
9333 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">65</context></context-group></trans-unit> 9824 </trans-unit>
9334 <trans-unit id="7777579586760423636"> 9825 <trans-unit id="7777579586760423636">
9335 <source>Dec</source> 9826 <source>Dec</source>
9336 <target>Des</target> 9827 <target>Des</target>
9337 <note from="description" priority="1">Month name short</note> 9828 <note from="description" priority="1">Month name short</note>
9338 9829 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group>
9339 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit> 9830 </trans-unit>
9340 <trans-unit id="8700121026680200191"> 9831 <trans-unit id="8700121026680200191">
9341 <source>Clear</source> 9832 <source>Clear</source>
9342 <target>Clar</target> 9833 <target>Clar</target>
9343 9834 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">71</context></context-group>
9344 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit> 9835 </trans-unit>
9345 <trans-unit id="5922757127987546008"> 9836 <trans-unit id="5922757127987546008">
9346 <source>yy-mm-dd</source> 9837 <source>yy-mm-dd</source>
9347 <target>aa-mm-dd </target> 9838 <target>aa-mm-dd </target>
9348 <note from="description" priority="1">Date format in this locale.</note> 9839 <note from="description" priority="1">Date format in this locale.</note>
9349 9840 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">83</context></context-group>
9350 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">83</context></context-group></trans-unit> 9841 </trans-unit>
9351 <trans-unit id="2830831449226931729" datatype="html"> 9842 <trans-unit id="2830831449226931729" datatype="html">
9352 <source>Instance languages</source> 9843 <source>Instance languages</source>
9353 <target state="new">Instance languages</target> 9844 <target state="new">Instance languages</target>
9354 9845 <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>
9355 <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> 9846 </trans-unit>
9356 <trans-unit id="40119547597591062" datatype="html"> 9847 <trans-unit id="40119547597591062" datatype="html">
9357 <source>All languages</source> 9848 <source>All languages</source>
9358 <target state="new">All languages</target> 9849 <target state="new">All languages</target>
9359 9850 <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>
9360 9851 <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>
9361 <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> 9852 </trans-unit>
9362 <trans-unit id="996392855508119363" datatype="html"> 9853 <trans-unit id="996392855508119363" datatype="html">
9363 <source>Hidden</source> 9854 <source>Hidden</source>
9364 <target state="new">Hidden</target> 9855 <target state="new">Hidden</target>
9365 9856 <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>
9366 <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> 9857 </trans-unit>
9367 <trans-unit id="2173989454916398137" datatype="html"> 9858 <trans-unit id="2173989454916398137" datatype="html">
9368 <source>Blurred with confirmation request</source> 9859 <source>Blurred with confirmation request</source>
9369 <target state="new">Blurred with confirmation request</target> 9860 <target state="new">Blurred with confirmation request</target>
9370 9861 <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>
9371 <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> 9862 </trans-unit>
9372 <trans-unit id="8929218224642530466" datatype="html"> 9863 <trans-unit id="8929218224642530466" datatype="html">
9373 <source>Displayed</source> 9864 <source>Displayed</source>
9374 <target state="new">Displayed</target> 9865 <target state="new">Displayed</target>
9375 9866 <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>
9376 <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> 9867 </trans-unit>
9377 <trans-unit id="6291055174438137560" datatype="html"> 9868 <trans-unit id="6291055174438137560" datatype="html">
9378 <source>~ 1 minute</source> 9869 <source>~ 1 minute</source>
9379 <target state="new">~ 1 minute</target> 9870 <target state="new">~ 1 minute</target>
9380 9871 <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>
9381 <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> 9872 </trans-unit>
9382 <trans-unit id="189524047518780716" datatype="html"> 9873 <trans-unit id="189524047518780716" datatype="html">
9383 <source>~ <x id="PH"/> minutes</source> 9874 <source>~ <x id="PH"/> minutes</source>
9384 <target state="new">~ <x id="PH"/> minutes</target> 9875 <target state="new">~ <x id="PH"/> minutes</target>
9385 9876 <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>
9386 <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> 9877 </trans-unit>
9387 <trans-unit id="6028521920505655348"> 9878 <trans-unit id="6028521920505655348">
9388 <source><x id="PH"/> of full HD videos </source> 9879 <source><x id="PH"/> of full HD videos </source>
9389 <target> 9880 <target>
9390 <x id="PH"/> de vídeos HD 9881 <x id="PH"/> de vídeos HD
9391 </target> 9882 </target>
9392 9883 <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>
9393 <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> 9884 </trans-unit>
9394 <trans-unit id="117588083391484998"> 9885 <trans-unit id="117588083391484998">
9395 <source><x id="PH"/> of HD videos </source> 9886 <source><x id="PH"/> of HD videos </source>
9396 <target> 9887 <target>
9397 <x id="PH"/> de vídeos HD 9888 <x id="PH"/> de vídeos HD
9398 </target> 9889 </target>
9399 9890 <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>
9400 <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> 9891 </trans-unit>
9401 <trans-unit id="6636555695556123073"> 9892 <trans-unit id="6636555695556123073">
9402 <source><x id="PH"/> of average quality videos </source> 9893 <source><x id="PH"/> of average quality videos </source>
9403 <target> 9894 <target>
9404 <x id="PH"/> de vídeos de qualitat mitjana 9895 <x id="PH"/> de vídeos de qualitat mitjana
9405 </target> 9896 </target>
9406 9897 <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>
9407 <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> 9898 </trans-unit>
9408 <trans-unit id="6952960992592445535" datatype="html"> 9899 <trans-unit id="6952960992592445535" datatype="html">
9409 <source><x id="PH"/> (channel page) </source> 9900 <source><x id="PH"/> (channel page) </source>
9410 <target state="new"> 9901 <target state="new">
9411 <x id="PH"/> (channel page) 9902 <x id="PH"/> (channel page)
9412 </target> 9903 </target>
9413 9904 <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>
9414 9905 <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>
9415 <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> 9906 <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>
9907 </trans-unit>
9416 <trans-unit id="1209500590333005801" datatype="html"> 9908 <trans-unit id="1209500590333005801" datatype="html">
9417 <source><x id="PH"/> (account page) </source> 9909 <source><x id="PH"/> (account page) </source>
9418 <target state="new"> 9910 <target state="new">
9419 <x id="PH"/> (account page) 9911 <x id="PH"/> (account page)
9420 </target> 9912 </target>
9421 9913 <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>
9422 <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> 9914 <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>
9915 </trans-unit>
9423 <trans-unit id="2516633974298697807"> 9916 <trans-unit id="2516633974298697807">
9424 <source>Emphasis</source> 9917 <source>Emphasis</source>
9425 <target>Èmfasi</target> 9918 <target>Èmfasi</target>
@@ -9444,8 +9937,10 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9444 <source>Images</source> 9937 <source>Images</source>
9445 <target>Imatges</target> 9938 <target>Imatges</target>
9446 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/help.component.ts</context><context context-type="linenumber">85</context></context-group> 9939 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/help.component.ts</context><context context-type="linenumber">85</context></context-group>
9447 </trans-unit><trans-unit id="6853170548960328665" datatype="html"> 9940 </trans-unit>
9448 <source>Close search</source><target state="new">Close search</target> 9941 <trans-unit id="6853170548960328665" datatype="html">
9942 <source>Close search</source>
9943 <target state="new">Close search</target>
9449 <context-group purpose="location"> 9944 <context-group purpose="location">
9450 <context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.html</context> 9945 <context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.html</context>
9451 <context context-type="linenumber">14</context> 9946 <context context-type="linenumber">14</context>
@@ -9470,42 +9965,42 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9470 <target state="new">Do you really want to unban 9965 <target state="new">Do you really want to unban
9471 <x id="PH"/>? 9966 <x id="PH"/>?
9472 </target> 9967 </target>
9473 9968 <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>
9474 <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> 9969 </trans-unit>
9475 <trans-unit id="1794219875546376069" datatype="html"> 9970 <trans-unit id="1794219875546376069" datatype="html">
9476 <source>User <x id="PH"/> unbanned.</source> 9971 <source>User <x id="PH"/> unbanned.</source>
9477 <target state="new">User 9972 <target state="new">User
9478 <x id="PH"/> unbanned. 9973 <x id="PH"/> unbanned.
9479 </target> 9974 </target>
9480 9975 <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>
9481 <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> 9976 </trans-unit>
9482 <trans-unit id="4885683604826993045" datatype="html"> 9977 <trans-unit id="4885683604826993045" datatype="html">
9483 <source>If you remove this user, you will not be able to create another with the same username!</source> 9978 <source>If you remove this user, you will not be able to create another with the same username!</source>
9484 <target state="new">If you remove this user, you will not be able to create another with the same username!</target> 9979 <target state="new">If you remove this user, you will not be able to create another with the same username!</target>
9485 9980 <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>
9486 <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> 9981 </trans-unit>
9487 <trans-unit id="6301381219225831298"> 9982 <trans-unit id="6301381219225831298">
9488 <source>User <x id="PH"/> deleted.</source> 9983 <source>User <x id="PH"/> deleted.</source>
9489 <target>Usuari 9984 <target>Usuari
9490 <x id="PH"/> eliminat. 9985 <x id="PH"/> eliminat.
9491 </target> 9986 </target>
9492 9987 <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>
9493 <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> 9988 </trans-unit>
9494 <trans-unit id="3896582359861826661" datatype="html"> 9989 <trans-unit id="3896582359861826661" datatype="html">
9495 <source>User <x id="PH"/> email set as verified</source> 9990 <source>User <x id="PH"/> email set as verified</source>
9496 <target state="new">User 9991 <target state="new">User
9497 <x id="PH"/> email set as verified 9992 <x id="PH"/> email set as verified
9498 </target> 9993 </target>
9499 9994 <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>
9500 <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> 9995 </trans-unit>
9501 <trans-unit id="8150022485860412528" datatype="html"> 9996 <trans-unit id="8150022485860412528" datatype="html">
9502 <source>Account <x id="PH"/> muted.</source> 9997 <source>Account <x id="PH"/> muted.</source>
9503 <target state="new">Account 9998 <target state="new">Account
9504 <x id="PH"/> muted. 9999 <x id="PH"/> muted.
9505 </target> 10000 </target>
9506 10001 <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>
9507 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">240</context></context-group>
9508 <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> 10003 </trans-unit>
9509 <trans-unit id="1598375456114200087" datatype="html"> 10004 <trans-unit id="1598375456114200087" datatype="html">
9510 <source>Instance <x id="PH"/> muted. </source> 10005 <source>Instance <x id="PH"/> muted. </source>
9511 <target state="new">Instance 10006 <target state="new">Instance
@@ -9521,21 +10016,21 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9521 <target state="new">Account 10016 <target state="new">Account
9522 <x id="PH"/> muted by the instance. 10017 <x id="PH"/> muted by the instance.
9523 </target> 10018 </target>
9524 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>
9525 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>
9526 <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> 10021 </trans-unit>
9527 <trans-unit id="1595779426198793580" datatype="html"> 10022 <trans-unit id="1595779426198793580" datatype="html">
9528 <source>Mute server</source> 10023 <source>Mute server</source>
9529 <target state="new">Mute server</target> 10024 <target state="new">Mute server</target>
9530 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>
9531 <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> 10026 </trans-unit>
9532 <trans-unit id="8014491157078444256" datatype="html"> 10027 <trans-unit id="8014491157078444256" datatype="html">
9533 <source>Server <x id="PH"/> muted by the instance.</source> 10028 <source>Server <x id="PH"/> muted by the instance.</source>
9534 <target state="new">Server 10029 <target state="new">Server
9535 <x id="PH"/> muted by the instance. 10030 <x id="PH"/> muted by the instance.
9536 </target> 10031 </target>
9537 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>
9538 <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> 10033 </trans-unit>
9539 <trans-unit id="2044813052587776285" datatype="html"> 10034 <trans-unit id="2044813052587776285" datatype="html">
9540 <source>Add a message to communicate with the reporter</source> 10035 <source>Add a message to communicate with the reporter</source>
9541 <target state="new">Add a message to communicate with the reporter</target> 10036 <target state="new">Add a message to communicate with the reporter</target>
@@ -9551,162 +10046,162 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9551 <target state="new">Account 10046 <target state="new">Account
9552 <x id="PH"/> unmuted by the instance. 10047 <x id="PH"/> unmuted by the instance.
9553 </target> 10048 </target>
9554 10049 <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>
9555 <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> 10050 </trans-unit>
9556 <trans-unit id="4991892477258601737" datatype="html"> 10051 <trans-unit id="4991892477258601737" datatype="html">
9557 <source>Instance <x id="PH"/> muted by the instance.</source> 10052 <source>Instance <x id="PH"/> muted by the instance.</source>
9558 <target state="new">Instance 10053 <target state="new">Instance
9559 <x id="PH"/> muted by the instance. 10054 <x id="PH"/> muted by the instance.
9560 </target> 10055 </target>
9561 10056 <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>
9562 <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> 10057 </trans-unit>
9563 <trans-unit id="4379430340167561220" datatype="html"> 10058 <trans-unit id="4379430340167561220" datatype="html">
9564 <source>Instance <x id="PH"/> unmuted by the instance.</source> 10059 <source>Instance <x id="PH"/> unmuted by the instance.</source>
9565 <target state="new">Instance 10060 <target state="new">Instance
9566 <x id="PH"/> unmuted by the instance. 10061 <x id="PH"/> unmuted by the instance.
9567 </target> 10062 </target>
9568 10063 <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>
9569 <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> 10064 </trans-unit>
9570 <trans-unit id="8173437618471379044" datatype="html"> 10065 <trans-unit id="8173437618471379044" datatype="html">
9571 <source>Are you sure you want to remove all the comments of this account?</source> 10066 <source>Are you sure you want to remove all the comments of this account?</source>
9572 <target state="new">Are you sure you want to remove all the comments of this account?</target> 10067 <target state="new">Are you sure you want to remove all the comments of this account?</target>
9573 10068 <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>
9574 <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> 10069 </trans-unit>
9575 <trans-unit id="6315346579373254461" datatype="html"> 10070 <trans-unit id="6315346579373254461" datatype="html">
9576 <source>Delete account comments</source> 10071 <source>Delete account comments</source>
9577 <target state="new">Delete account comments</target> 10072 <target state="new">Delete account comments</target>
9578 10073 <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>
9579 <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> 10074 </trans-unit>
9580 <trans-unit id="8559170154828316298" datatype="html"> 10075 <trans-unit id="8559170154828316298" datatype="html">
9581 <source>Will remove comments of this account (may take several minutes).</source> 10076 <source>Will remove comments of this account (may take several minutes).</source>
9582 <target state="new">Will remove comments of this account (may take several minutes).</target> 10077 <target state="new">Will remove comments of this account (may take several minutes).</target>
9583 10078 <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>
9584 <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> 10079 </trans-unit>
9585 <trans-unit id="7187838764371214919" datatype="html"> 10080 <trans-unit id="7187838764371214919" datatype="html">
9586 <source>Edit user</source> 10081 <source>Edit user</source>
9587 <target state="new">Edit user</target> 10082 <target state="new">Edit user</target>
9588 10083 <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>
9589 <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> 10084 </trans-unit>
9590 <trans-unit id="4728427543536046034" datatype="html"> 10085 <trans-unit id="4728427543536046034" datatype="html">
9591 <source>Change quota, role, and more.</source> 10086 <source>Change quota, role, and more.</source>
9592 <target state="new">Change quota, role, and more.</target> 10087 <target state="new">Change quota, role, and more.</target>
9593 10088 <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>
9594 <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> 10089 </trans-unit>
9595 <trans-unit id="7913022656086109932" datatype="html"> 10090 <trans-unit id="7913022656086109932" datatype="html">
9596 <source>Delete user</source> 10091 <source>Delete user</source>
9597 <target state="new">Delete user</target> 10092 <target state="new">Delete user</target>
9598 10093 <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>
9599 <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> 10094 </trans-unit>
9600 <trans-unit id="7577876364431026966" datatype="html"> 10095 <trans-unit id="7577876364431026966" datatype="html">
9601 <source>Unban user</source> 10096 <source>Unban user</source>
9602 <target state="new">Unban user</target> 10097 <target state="new">Unban user</target>
9603 10098 <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>
9604 <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> 10099 </trans-unit>
9605 <trans-unit id="3508163549683020253" datatype="html"> 10100 <trans-unit id="3508163549683020253" datatype="html">
9606 <source>Allow the user to login and create videos/comments again</source> 10101 <source>Allow the user to login and create videos/comments again</source>
9607 <target state="new">Allow the user to login and create videos/comments again</target> 10102 <target state="new">Allow the user to login and create videos/comments again</target>
9608 10103 <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>
9609 <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> 10104 </trans-unit>
9610 <trans-unit id="1888272455383898478" datatype="html"> 10105 <trans-unit id="1888272455383898478" datatype="html">
9611 <source>Mute this account</source> 10106 <source>Mute this account</source>
9612 <target state="new">Mute this account</target> 10107 <target state="new">Mute this account</target>
9613 10108 <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>
9614 <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> 10109 </trans-unit>
9615 <trans-unit id="2365286519320230773" datatype="html"> 10110 <trans-unit id="2365286519320230773" datatype="html">
9616 <source>Hide any content from that user from you.</source> 10111 <source>Hide any content from that user from you.</source>
9617 <target state="new">Hide any content from that user from you.</target> 10112 <target state="new">Hide any content from that user from you.</target>
9618 10113 <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>
9619 <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> 10114 </trans-unit>
9620 <trans-unit id="4043508901590508211" datatype="html"> 10115 <trans-unit id="4043508901590508211" datatype="html">
9621 <source>Unmute this account</source> 10116 <source>Unmute this account</source>
9622 <target state="new">Unmute this account</target> 10117 <target state="new">Unmute this account</target>
9623 10118 <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>
9624 <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> 10119 </trans-unit>
9625 <trans-unit id="2843593344827160627" datatype="html"> 10120 <trans-unit id="2843593344827160627" datatype="html">
9626 <source>Show back content from that user for you.</source> 10121 <source>Show back content from that user for you.</source>
9627 <target state="new">Show back content from that user for you.</target> 10122 <target state="new">Show back content from that user for you.</target>
9628 10123 <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>
9629 <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> 10124 </trans-unit>
9630 <trans-unit id="6198109035280957164" datatype="html"> 10125 <trans-unit id="6198109035280957164" datatype="html">
9631 <source>Mute the instance</source> 10126 <source>Mute the instance</source>
9632 <target state="new">Mute the instance</target> 10127 <target state="new">Mute the instance</target>
9633 10128 <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>
9634 <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> 10129 </trans-unit>
9635 <trans-unit id="4537735378779630558" datatype="html"> 10130 <trans-unit id="4537735378779630558" datatype="html">
9636 <source>Hide any content from that instance for you.</source> 10131 <source>Hide any content from that instance for you.</source>
9637 <target state="new">Hide any content from that instance for you.</target> 10132 <target state="new">Hide any content from that instance for you.</target>
9638 10133 <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>
9639 <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> 10134 </trans-unit>
9640 <trans-unit id="6247487021683085858" datatype="html"> 10135 <trans-unit id="6247487021683085858" datatype="html">
9641 <source>Unmute the instance</source> 10136 <source>Unmute the instance</source>
9642 <target state="new">Unmute the instance</target> 10137 <target state="new">Unmute the instance</target>
9643 10138 <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>
9644 <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> 10139 </trans-unit>
9645 <trans-unit id="4024846984475742259" datatype="html"> 10140 <trans-unit id="4024846984475742259" datatype="html">
9646 <source>Show back content from that instance for you.</source> 10141 <source>Show back content from that instance for you.</source>
9647 <target state="new">Show back content from that instance for you.</target> 10142 <target state="new">Show back content from that instance for you.</target>
9648 10143 <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>
9649 <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> 10144 </trans-unit>
9650 <trans-unit id="3108200185023875257" datatype="html"> 10145 <trans-unit id="3108200185023875257" datatype="html">
9651 <source>Remove comments from your videos</source> 10146 <source>Remove comments from your videos</source>
9652 <target state="new">Remove comments from your videos</target> 10147 <target state="new">Remove comments from your videos</target>
9653 10148 <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>
9654 <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> 10149 </trans-unit>
9655 <trans-unit id="4810478487244286994" datatype="html"> 10150 <trans-unit id="4810478487244286994" datatype="html">
9656 <source>Remove comments made by this account on your videos.</source> 10151 <source>Remove comments made by this account on your videos.</source>
9657 <target state="new">Remove comments made by this account on your videos.</target> 10152 <target state="new">Remove comments made by this account on your videos.</target>
9658 10153 <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>
9659 <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> 10154 </trans-unit>
9660 <trans-unit id="81452583525574033" datatype="html"> 10155 <trans-unit id="81452583525574033" datatype="html">
9661 <source>Mute this account by your instance</source> 10156 <source>Mute this account by your instance</source>
9662 <target state="new">Mute this account by your instance</target> 10157 <target state="new">Mute this account by your instance</target>
9663 10158 <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>
9664 <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> 10159 </trans-unit>
9665 <trans-unit id="2077144178298031252" datatype="html"> 10160 <trans-unit id="2077144178298031252" datatype="html">
9666 <source>Hide any content from that user from you, your instance and its users.</source> 10161 <source>Hide any content from that user from you, your instance and its users.</source>
9667 <target state="new">Hide any content from that user from you, your instance and its users.</target> 10162 <target state="new">Hide any content from that user from you, your instance and its users.</target>
9668 10163 <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>
9669 <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> 10164 </trans-unit>
9670 <trans-unit id="884942914962310163" datatype="html"> 10165 <trans-unit id="884942914962310163" datatype="html">
9671 <source>Unmute this account by your instance</source> 10166 <source>Unmute this account by your instance</source>
9672 <target state="new">Unmute this account by your instance</target> 10167 <target state="new">Unmute this account by your instance</target>
9673 10168 <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>
9674 <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> 10169 </trans-unit>
9675 <trans-unit id="7675070596643104983" datatype="html"> 10170 <trans-unit id="7675070596643104983" datatype="html">
9676 <source>Show this user's content to the users of this instance again.</source> 10171 <source>Show this user's content to the users of this instance again.</source>
9677 <target state="new">Show this user's content to the users of this instance again.</target> 10172 <target state="new">Show this user's content to the users of this instance again.</target>
9678 10173 <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>
9679 <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> 10174 </trans-unit>
9680 <trans-unit id="3191211873505538654" datatype="html"> 10175 <trans-unit id="3191211873505538654" datatype="html">
9681 <source>Mute the instance by your instance</source> 10176 <source>Mute the instance by your instance</source>
9682 <target state="new">Mute the instance by your instance</target> 10177 <target state="new">Mute the instance by your instance</target>
9683 10178 <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>
9684 <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> 10179 </trans-unit>
9685 <trans-unit id="525915681688649453" datatype="html"> 10180 <trans-unit id="525915681688649453" datatype="html">
9686 <source>Hide any content from that instance from you, your instance and its users.</source> 10181 <source>Hide any content from that instance from you, your instance and its users.</source>
9687 <target state="new">Hide any content from that instance from you, your instance and its users.</target> 10182 <target state="new">Hide any content from that instance from you, your instance and its users.</target>
9688 10183 <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>
9689 <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> 10184 </trans-unit>
9690 <trans-unit id="5325628963747139770" datatype="html"> 10185 <trans-unit id="5325628963747139770" datatype="html">
9691 <source>Unmute the instance by your instance</source> 10186 <source>Unmute the instance by your instance</source>
9692 <target state="new">Unmute the instance by your instance</target> 10187 <target state="new">Unmute the instance by your instance</target>
9693 10188 <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>
9694 <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> 10189 </trans-unit>
9695 <trans-unit id="758471033841077314" datatype="html"> 10190 <trans-unit id="758471033841077314" datatype="html">
9696 <source>Show back content from that instance for you, your instance and its users.</source> 10191 <source>Show back content from that instance for you, your instance and its users.</source>
9697 <target state="new">Show back content from that instance for you, your instance and its users.</target> 10192 <target state="new">Show back content from that instance for you, your instance and its users.</target>
9698 10193 <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>
9699 <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> 10194 </trans-unit>
9700 <trans-unit id="3785095284194008197" datatype="html"> 10195 <trans-unit id="3785095284194008197" datatype="html">
9701 <source>Remove comments from your instance</source> 10196 <source>Remove comments from your instance</source>
9702 <target state="new">Remove comments from your instance</target> 10197 <target state="new">Remove comments from your instance</target>
9703 10198 <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>
9704 <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> 10199 </trans-unit>
9705 <trans-unit id="4809327075591089709" datatype="html"> 10200 <trans-unit id="4809327075591089709" datatype="html">
9706 <source>Remove comments made by this account from your instance.</source> 10201 <source>Remove comments made by this account from your instance.</source>
9707 <target state="new">Remove comments made by this account from your instance.</target> 10202 <target state="new">Remove comments made by this account from your instance.</target>
9708 10203 <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>
9709 <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> 10204 </trans-unit>
9710 <trans-unit id="6746743143272021955" datatype="html"> 10205 <trans-unit id="6746743143272021955" datatype="html">
9711 <source>Violent or repulsive</source> 10206 <source>Violent or repulsive</source>
9712 <target state="new">Violent or repulsive</target> 10207 <target state="new">Violent or repulsive</target>
@@ -9770,9 +10265,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9770 <trans-unit id="2602773901491715295" datatype="html"> 10265 <trans-unit id="2602773901491715295" datatype="html">
9771 <source>Captions</source> 10266 <source>Captions</source>
9772 <target state="new">Captions</target> 10267 <target state="new">Captions</target>
9773 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>
9774 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>
9775 <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> 10270 </trans-unit>
9776 <trans-unit id="5779804235244672536" datatype="html"> 10271 <trans-unit id="5779804235244672536" datatype="html">
9777 <source>The above can only be seen in captions (please describe which).</source> 10272 <source>The above can only be seen in captions (please describe which).</source>
9778 <target state="new">The above can only be seen in captions (please describe which).</target> 10273 <target state="new">The above can only be seen in captions (please describe which).</target>
@@ -9783,18 +10278,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9783 <target>Hi ha massa intents, torna-ho a provar després de 10278 <target>Hi ha massa intents, torna-ho a provar després de
9784 <x id="PH"/> minuts. 10279 <x id="PH"/> minuts.
9785 </target> 10280 </target>
9786 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>
9787 <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> 10282 </trans-unit>
9788 <trans-unit id="4965472196059235310"> 10283 <trans-unit id="4965472196059235310">
9789 <source>Too many attempts, please try again later.</source> 10284 <source>Too many attempts, please try again later.</source>
9790 <target>Hi ha massa intents, torna-ho a provar més tard.</target> 10285 <target>Hi ha massa intents, torna-ho a provar més tard.</target>
9791 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>
9792 <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> 10287 </trans-unit>
9793 <trans-unit id="1693549688987384699"> 10288 <trans-unit id="1693549688987384699">
9794 <source>Server error. Please retry later.</source> 10289 <source>Server error. Please retry later.</source>
9795 <target>Error del servidor. Torna-ho a intentar més tard.</target> 10290 <target>Error del servidor. Torna-ho a intentar més tard.</target>
9796 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>
9797 <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> 10292 </trans-unit>
9798 <trans-unit id="5927402622550505067" datatype="html"> 10293 <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> 10294 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
9800 <target state="new">Subscribed to all current channels of 10295 <target state="new">Subscribed to all current channels of
@@ -9832,14 +10327,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9832 <source>Unsubscribed</source> 10327 <source>Unsubscribed</source>
9833 <target state="new">Unsubscribed</target> 10328 <target state="new">Unsubscribed</target>
9834 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.ts</context><context context-type="linenumber">142</context></context-group> 10329 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.ts</context><context context-type="linenumber">142</context></context-group>
9835 </trans-unit><trans-unit id="1000724328916033777" datatype="html"> 10330 </trans-unit>
9836 <source>Multiple ways to subscribe to the current channel</source><target state="new">Multiple ways to subscribe to the current channel</target> 10331 <trans-unit id="1000724328916033777" datatype="html">
10332 <source>Multiple ways to subscribe to the current channel</source>
10333 <target state="new">Multiple ways to subscribe to the current channel</target>
9837 <context-group purpose="location"> 10334 <context-group purpose="location">
9838 <context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.html</context> 10335 <context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.html</context>
9839 <context context-type="linenumber">44</context> 10336 <context context-type="linenumber">44</context>
9840 </context-group> 10337 </context-group>
9841 </trans-unit><trans-unit id="363499678348067004" datatype="html"> 10338 </trans-unit>
9842 <source>Open subscription dropdown</source><target state="new">Open subscription dropdown</target> 10339 <trans-unit id="363499678348067004" datatype="html">
10340 <source>Open subscription dropdown</source>
10341 <target state="new">Open subscription dropdown</target>
9843 <context-group purpose="location"> 10342 <context-group purpose="location">
9844 <context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.html</context> 10343 <context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.html</context>
9845 <context context-type="linenumber">46</context> 10344 <context context-type="linenumber">46</context>
@@ -9848,9 +10347,11 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9848 <trans-unit id="4968151111061046122" datatype="html"> 10347 <trans-unit id="4968151111061046122" datatype="html">
9849 <source>Moderator</source> 10348 <source>Moderator</source>
9850 <target state="new">Moderator</target> 10349 <target state="new">Moderator</target>
9851 10350 <context-group purpose="location"><context context-type="sourcefile">src/app/core/users/user.service.ts</context><context context-type="linenumber">407</context></context-group>
9852 <context-group purpose="location"><context context-type="sourcefile">src/app/core/users/user.service.ts</context><context context-type="linenumber">407</context></context-group></trans-unit><trans-unit id="2279527393438260622" datatype="html"> 10351 </trans-unit>
9853 <source>Search videos, playlists, channels…</source><target state="new">Search videos, playlists, channels…</target> 10352 <trans-unit id="2279527393438260622" datatype="html">
10353 <source>Search videos, playlists, channels…</source>
10354 <target state="new">Search videos, playlists, channels…</target>
9854 <context-group purpose="location"> 10355 <context-group purpose="location">
9855 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 10356 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
9856 <context context-type="linenumber">3</context> 10357 <context context-type="linenumber">3</context>
@@ -9861,9 +10362,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9861 <target state="new">Video removed from 10362 <target state="new">Video removed from
9862 <x id="PH"/> 10363 <x id="PH"/>
9863 </target> 10364 </target>
9864 10365 <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>
9865 10366 <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>
9866 <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> 10367 </trans-unit>
9867 <trans-unit id="1056145626640340519" datatype="html"> 10368 <trans-unit id="1056145626640340519" datatype="html">
9868 <source>Video added in <x id="PH"/> at timestamps <x id="PH_1"/></source> 10369 <source>Video added in <x id="PH"/> at timestamps <x id="PH_1"/></source>
9869 <target state="new">Video added in 10370 <target state="new">Video added in
@@ -9882,117 +10383,117 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9882 <trans-unit id="985751964589921228" datatype="html"> 10383 <trans-unit id="985751964589921228" datatype="html">
9883 <source>Timestamps updated</source> 10384 <source>Timestamps updated</source>
9884 <target state="new">Timestamps updated</target> 10385 <target state="new">Timestamps updated</target>
9885 10386 <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>
9886 10387 <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>
9887 <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> 10388 </trans-unit>
9888 <trans-unit id="6421445850411984665" datatype="html"> 10389 <trans-unit id="6421445850411984665" datatype="html">
9889 <source>Starts at</source> 10390 <source>Starts at</source>
9890 <target state="new">Starts at </target> 10391 <target state="new">Starts at </target>
9891 10392 <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>
9892 10393 <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>
9893 <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> 10394 </trans-unit>
9894 <trans-unit id="7145200412085189912" datatype="html"> 10395 <trans-unit id="7145200412085189912" datatype="html">
9895 <source>Stops at</source> 10396 <source>Stops at</source>
9896 <target state="new">Stops at </target> 10397 <target state="new">Stops at </target>
9897 10398 <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>
9898 <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> 10399 </trans-unit>
9899 <trans-unit id="921225940108335688" datatype="html"> 10400 <trans-unit id="921225940108335688" datatype="html">
9900 <source>and stops at</source> 10401 <source>and stops at</source>
9901 <target state="new"> and stops at </target> 10402 <target state="new"> and stops at </target>
9902 10403 <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>
9903 <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> 10404 </trans-unit>
9904 <trans-unit id="2909684945706361544" datatype="html"> 10405 <trans-unit id="2909684945706361544" datatype="html">
9905 <source>Delete video</source> 10406 <source>Delete video</source>
9906 <target state="new">Delete video</target> 10407 <target state="new">Delete video</target>
9907 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>
9908 <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> 10409 </trans-unit>
9909 <trans-unit id="2210418817778733727" datatype="html"> 10410 <trans-unit id="2210418817778733727" datatype="html">
9910 <source>Actions for the comment</source> 10411 <source>Actions for the comment</source>
9911 <target state="new">Actions for the comment</target> 10412 <target state="new">Actions for the comment</target>
9912 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>
9913 <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> 10414 </trans-unit>
9914 <trans-unit id="7978668497183230348" datatype="html"> 10415 <trans-unit id="7978668497183230348" datatype="html">
9915 <source>Delete comment</source> 10416 <source>Delete comment</source>
9916 <target state="new">Delete comment</target> 10417 <target state="new">Delete comment</target>
9917 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>
9918 <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> 10419 </trans-unit>
9919 <trans-unit id="6747218355168080191" datatype="html"> 10420 <trans-unit id="6747218355168080191" datatype="html">
9920 <source>Do you really want to delete this comment?</source> 10421 <source>Do you really want to delete this comment?</source>
9921 <target state="new">Do you really want to delete this comment?</target> 10422 <target state="new">Do you really want to delete this comment?</target>
9922 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>
9923 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>
9924 <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> 10425 </trans-unit>
9925 <trans-unit id="7837272126865175984" datatype="html"> 10426 <trans-unit id="7837272126865175984" datatype="html">
9926 <source>Comment deleted.</source> 10427 <source>Comment deleted.</source>
9927 <target state="new">Comment deleted.</target> 10428 <target state="new">Comment deleted.</target>
9928 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>
9929 <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> 10430 </trans-unit>
9930 <trans-unit id="346270517625845962" datatype="html"> 10431 <trans-unit id="346270517625845962" datatype="html">
9931 <source>Encoder</source> 10432 <source>Encoder</source>
9932 <target state="new">Encoder</target> 10433 <target state="new">Encoder</target>
9933 10434 <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>
9934 <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> 10435 </trans-unit>
9935 <trans-unit id="2331557444464201331" datatype="html"> 10436 <trans-unit id="2331557444464201331" datatype="html">
9936 <source>Format name</source> 10437 <source>Format name</source>
9937 <target state="new">Format name</target> 10438 <target state="new">Format name</target>
9938 10439 <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>
9939 <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> 10440 </trans-unit>
9940 <trans-unit id="45739481977493163" datatype="html"> 10441 <trans-unit id="45739481977493163" datatype="html">
9941 <source>Size</source> 10442 <source>Size</source>
9942 <target state="new">Size</target> 10443 <target state="new">Size</target>
9943 10444 <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>
9944 <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> 10445 </trans-unit>
9945 <trans-unit id="7742520815129539114" datatype="html"> 10446 <trans-unit id="7742520815129539114" datatype="html">
9946 <source>Bitrate</source> 10447 <source>Bitrate</source>
9947 <target state="new">Bitrate</target> 10448 <target state="new">Bitrate</target>
9948 10449 <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>
9949 10450 <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>
9950 <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> 10451 </trans-unit>
9951 <trans-unit id="4094960161662677662" datatype="html"> 10452 <trans-unit id="4094960161662677662" datatype="html">
9952 <source>Codec</source> 10453 <source>Codec</source>
9953 <target state="new">Codec</target> 10454 <target state="new">Codec</target>
9954 10455 <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>
9955 <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> 10456 </trans-unit>
9956 <trans-unit id="2115592966120408375"> 10457 <trans-unit id="2115592966120408375">
9957 <source>Copied</source> 10458 <source>Copied</source>
9958 <target>Copiat</target> 10459 <target>Copiat</target>
9959 10460 <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>
9960 10461 <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>
9961 <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> 10462 </trans-unit>
9962 <trans-unit id="4323470180912194028" datatype="html"> 10463 <trans-unit id="4323470180912194028" datatype="html">
9963 <source>Copy</source> 10464 <source>Copy</source>
9964 <target state="new">Copy</target> 10465 <target state="new">Copy</target>
9965 10466 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/input-toggle-hidden.component.html</context><context context-type="linenumber">15</context></context-group>
9966 10467 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/input-toggle-hidden.component.html</context><context context-type="linenumber">15</context></context-group>
9967 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/input-toggle-hidden.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/input-toggle-hidden.component.html</context><context context-type="linenumber">15</context></context-group></trans-unit> 10468 </trans-unit>
9968 <trans-unit id="1472171759957681533"> 10469 <trans-unit id="1472171759957681533">
9969 <source>Video reported.</source> 10470 <source>Video reported.</source>
9970 <target>Vídeo reportat.</target> 10471 <target>Vídeo reportat.</target>
9971 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>
9972 <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> 10473 </trans-unit>
9973 <trans-unit id="3622946684246476652"> 10474 <trans-unit id="3622946684246476652">
9974 <source>Do you really want to delete this video?</source> 10475 <source>Do you really want to delete this video?</source>
9975 <target>Segur que vols suprimir aquest vídeo?</target> 10476 <target>Segur que vols suprimir aquest vídeo?</target>
9976 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>
9977 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>
9978 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>
9979 <context-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> 10480 </trans-unit>
9980 <trans-unit id="3941342949736653028" datatype="html"> 10481 <trans-unit id="3941342949736653028" datatype="html">
9981 <source>Video deleted.</source> 10482 <source>Video deleted.</source>
9982 <target state="new">Video deleted.</target> 10483 <target state="new">Video deleted.</target>
9983 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>
9984 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>
9985 <context-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> 10486 </trans-unit>
9986 <trans-unit id="5072091387445907742" datatype="html"> 10487 <trans-unit id="5072091387445907742" datatype="html">
9987 <source>Actions for the reporter</source> 10488 <source>Actions for the reporter</source>
9988 <target state="new">Actions for the reporter</target> 10489 <target state="new">Actions for the reporter</target>
9989 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>
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">320</context></context-group></trans-unit> 10491 </trans-unit>
9991 <trans-unit id="6599069899275412095" datatype="html"> 10492 <trans-unit id="6599069899275412095" datatype="html">
9992 <source>Mute reporter</source> 10493 <source>Mute reporter</source>
9993 <target state="new">Mute reporter</target> 10494 <target state="new">Mute reporter</target>
9994 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>
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">326</context></context-group></trans-unit> 10496 </trans-unit>
9996 <trans-unit id="2990849907502572301" datatype="html"> 10497 <trans-unit id="2990849907502572301" datatype="html">
9997 <source>This video will be duplicated by your instance.</source> 10498 <source>This video will be duplicated by your instance.</source>
9998 <target state="new">This video will be duplicated by your instance.</target> 10499 <target state="new">This video will be duplicated by your instance.</target>
@@ -10006,18 +10507,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10006 <trans-unit id="7672331870004528654" datatype="html"> 10507 <trans-unit id="7672331870004528654" datatype="html">
10007 <source>Display live information</source> 10508 <source>Display live information</source>
10008 <target state="new">Display live information</target> 10509 <target state="new">Display live information</target>
10009 10510 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">172</context></context-group>
10010 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">278</context></context-group>
10011 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">278</context></context-group></trans-unit> 10512 </trans-unit>
10012 <trans-unit id="4021752662928002901" datatype="html"> 10513 <trans-unit id="4021752662928002901" datatype="html">
10013 <source>Update</source> 10514 <source>Update</source>
10014 <target state="new">Update</target> 10515 <target state="new">Update</target>
10015 10516 <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">176</context></context-group>
10016 10517 <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>
10017 10518 <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>
10018 10519 <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>
10019 10520 <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>
10020 <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">176</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/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> 10521 </trans-unit>
10021 <trans-unit id="420763834450076269" datatype="html"> 10522 <trans-unit id="420763834450076269" datatype="html">
10022 <source>Block</source> 10523 <source>Block</source>
10023 <target state="new">Block</target> 10524 <target state="new">Block</target>
@@ -10026,20 +10527,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10026 <trans-unit id="1950057220179636309" datatype="html"> 10527 <trans-unit id="1950057220179636309" datatype="html">
10027 <source>Save to playlist</source> 10528 <source>Save to playlist</source>
10028 <target state="new">Save to playlist</target> 10529 <target state="new">Save to playlist</target>
10029 10530 <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>
10030 10531 <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>
10031 <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> 10532 </trans-unit>
10032 <trans-unit id="8272123190776748811" datatype="html"> 10533 <trans-unit id="8272123190776748811" datatype="html">
10033 <source>You need to be &lt;a href="/login">logged in&lt;/a> to rate this video.</source> 10534 <source>You need to be &lt;a href="/login">logged in&lt;/a> to rate this video.</source>
10034 <target state="new">You need to be &lt;a href="/login">logged in&lt;/a> to rate this video.</target> 10535 <target state="new">You need to be &lt;a href="/login">logged in&lt;/a> to rate this video.</target>
10035 10536 <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>
10036 <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> 10537 </trans-unit>
10037 <trans-unit id="4503408361537553733" datatype="html"> 10538 <trans-unit id="4503408361537553733" datatype="html">
10038 <source>Mirror</source> 10539 <source>Mirror</source>
10039 <target state="new">Mirror</target> 10540 <target state="new">Mirror</target>
10040 <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> 10541 <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>
10041 </trans-unit><trans-unit id="2631340539474479416" datatype="html"> 10542 </trans-unit>
10042 <source>Subtitles</source><target state="new">Subtitles</target> 10543 <trans-unit id="2631340539474479416" datatype="html">
10544 <source>Subtitles</source>
10545 <target state="new">Subtitles</target>
10043 <context-group purpose="location"> 10546 <context-group purpose="location">
10044 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context> 10547 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context>
10045 <context context-type="linenumber">9</context> 10548 <context context-type="linenumber">9</context>
@@ -10048,28 +10551,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10048 <trans-unit id="7008439939460403347" datatype="html"> 10551 <trans-unit id="7008439939460403347" datatype="html">
10049 <source>Report</source> 10552 <source>Report</source>
10050 <target state="new">Report</target> 10553 <target state="new">Report</target>
10051 10554 <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>
10052 <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> 10555 <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>
10556 </trans-unit>
10053 <trans-unit id="4814285799071780083" datatype="html"> 10557 <trans-unit id="4814285799071780083" datatype="html">
10054 <source>Remove</source> 10558 <source>Remove</source>
10055 <target state="new">Remove</target> 10559 <target state="new">Remove</target>
10056 10560 <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>
10057 <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> 10561 </trans-unit>
10058 <trans-unit id="6871668720687277843" datatype="html"> 10562 <trans-unit id="6871668720687277843" datatype="html">
10059 <source>Remove &amp; re-draft</source> 10563 <source>Remove &amp; re-draft</source>
10060 <target state="new">Remove &amp; re-draft</target> 10564 <target state="new">Remove &amp; re-draft</target>
10061 10565 <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>
10062 <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><trans-unit id="992317512448454409" datatype="html"> 10566 </trans-unit>
10063 <source>{VAR_PLURAL, plural, =0 {Comments} =1 {1 Comment} other {<x id="INTERPOLATION"/> Comments}}</source><target state="new">{VAR_PLURAL, plural, =0 {Comments} =1 {1 Comment} other {<x id="INTERPOLATION"/> Comments}}</target> 10567 <trans-unit id="992317512448454409" datatype="html">
10064 10568 <source>{VAR_PLURAL, plural, =0 {Comments} =1 {1 Comment} other {<x id="INTERPOLATION"/> Comments}}</source>
10065 <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> 10569 <target state="new">{VAR_PLURAL, plural, =0 {Comments} =1 {1 Comment} other {<x id="INTERPOLATION"/> Comments}}</target>
10570 <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>
10571 </trans-unit>
10066 <trans-unit id="4903651219400691248" datatype="html"> 10572 <trans-unit id="4903651219400691248" datatype="html">
10067 <source>Mute account</source> 10573 <source>Mute account</source>
10068 <target state="new">Mute account</target> 10574 <target state="new">Mute account</target>
10069 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>
10070 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>
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><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"> 10577 </trans-unit>
10072 <source>Open video actions</source><target state="new">Open video actions</target> 10578 <trans-unit id="4021487547497211597" datatype="html">
10579 <source>Open video actions</source>
10580 <target state="new">Open video actions</target>
10073 <context-group purpose="location"> 10581 <context-group purpose="location">
10074 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.html</context> 10582 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.html</context>
10075 <context context-type="linenumber">4</context> 10583 <context context-type="linenumber">4</context>
@@ -10082,33 +10590,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10082 <trans-unit id="3719503424625455635" datatype="html"> 10590 <trans-unit id="3719503424625455635" datatype="html">
10083 <source>Mute server account</source> 10591 <source>Mute server account</source>
10084 <target state="new">Mute server account</target> 10592 <target state="new">Mute server account</target>
10085 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>
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">308</context></context-group></trans-unit> 10594 </trans-unit>
10087 <trans-unit id="7008439939460403347"> 10595 <trans-unit id="7008439939460403347">
10088 <source>Report</source> 10596 <source>Report</source>
10089 <target>Reporta</target> 10597 <target>Reporta</target>
10090 10598 <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>
10091 <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></trans-unit> 10599 </trans-unit>
10092 <trans-unit id="829951422090160526" datatype="html"> 10600 <trans-unit id="829951422090160526" datatype="html">
10093 <source>Reported part</source> 10601 <source>Reported part</source>
10094 <target state="new">Reported part</target> 10602 <target state="new">Reported part</target>
10095 10603 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.html</context><context context-type="linenumber">73</context></context-group>
10096 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.html</context><context context-type="linenumber">73</context></context-group></trans-unit> 10604 </trans-unit>
10097 <trans-unit id="4388879716045736175" datatype="html"> 10605 <trans-unit id="4388879716045736175" datatype="html">
10098 <source>Note</source> 10606 <source>Note</source>
10099 <target state="new">Note</target> 10607 <target state="new">Note</target>
10100 10608 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.html</context><context context-type="linenumber">80</context></context-group>
10101 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit> 10609 </trans-unit>
10102 <trans-unit id="7234922541542636802" datatype="html"> 10610 <trans-unit id="7234922541542636802" datatype="html">
10103 <source>The video was deleted</source> 10611 <source>The video was deleted</source>
10104 <target state="new">The video was deleted</target> 10612 <target state="new">The video was deleted</target>
10105 10613 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.html</context><context context-type="linenumber">89</context></context-group>
10106 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit> 10614 </trans-unit>
10107 <trans-unit id="872792317034860453" datatype="html"> 10615 <trans-unit id="872792317034860453" datatype="html">
10108 <source>Comment:</source> 10616 <source>Comment:</source>
10109 <target state="new">Comment:</target> 10617 <target state="new">Comment:</target>
10110 10618 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.html</context><context context-type="linenumber">95</context></context-group>
10111 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit> 10619 </trans-unit>
10112 <trans-unit id="397679576231234820" datatype="html"> 10620 <trans-unit id="397679576231234820" datatype="html">
10113 <source>Messages with the reporter</source> 10621 <source>Messages with the reporter</source>
10114 <target state="new">Messages with the reporter</target> 10622 <target state="new">Messages with the reporter</target>
@@ -10134,29 +10642,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10134 <trans-unit id="4058575476871566236"> 10642 <trans-unit id="4058575476871566236">
10135 <source>Published</source> 10643 <source>Published</source>
10136 <target>Publicat</target> 10644 <target>Publicat</target>
10137 10645 <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>
10138 <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> 10646 </trans-unit>
10139 <trans-unit id="1747928867514972971" datatype="html"> 10647 <trans-unit id="1747928867514972971" datatype="html">
10140 <source>Publication scheduled on</source> 10648 <source>Publication scheduled on</source>
10141 <target state="new">Publication scheduled on </target> 10649 <target state="new">Publication scheduled on </target>
10142 10650 <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>
10143 <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> 10651 </trans-unit>
10144 <trans-unit id="4887724548587271148"> 10652 <trans-unit id="4887724548587271148">
10145 <source>Waiting transcoding</source> 10653 <source>Waiting transcoding</source>
10146 <target>Esperant transcodificació</target> 10654 <target>Esperant transcodificació</target>
10147 10655 <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>
10148 <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> 10656 </trans-unit>
10149 <trans-unit id="4517785179607945981"> 10657 <trans-unit id="4517785179607945981">
10150 <source>To transcode</source> 10658 <source>To transcode</source>
10151 <target>Transcodificar</target> 10659 <target>Transcodificar</target>
10152 10660 <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>
10153 <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> 10661 </trans-unit>
10154 <trans-unit id="3299576663551440736" datatype="html"> 10662 <trans-unit id="3299576663551440736" datatype="html">
10155 <source>To import</source> 10663 <source>To import</source>
10156 <target state="translated">Per importar</target> 10664 <target state="translated">Per importar</target>
10157 10665 <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>
10158 <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><trans-unit id="187187500641108332" datatype="html"> 10666 </trans-unit>
10159 <source><x id="INTERPOLATION" equiv-text="{{ noResultMessage }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ noResultMessage }}"/></target> 10667 <trans-unit id="187187500641108332" datatype="html">
10668 <source><x id="INTERPOLATION" equiv-text="{{ noResultMessage }}"/></source>
10669 <target state="new"><x id="INTERPOLATION" equiv-text="{{ noResultMessage }}"/></target>
10160 <context-group purpose="location"> 10670 <context-group purpose="location">
10161 <context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context> 10671 <context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context>
10162 <context context-type="linenumber">1</context> 10672 <context context-type="linenumber">1</context>
@@ -10180,250 +10690,246 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10180 <trans-unit id="2439066254855913806" datatype="html"> 10690 <trans-unit id="2439066254855913806" datatype="html">
10181 <source>Only I can see this video</source> 10691 <source>Only I can see this video</source>
10182 <target state="new">Only I can see this video</target> 10692 <target state="new">Only I can see this video</target>
10183 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>
10184 <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> 10694 </trans-unit>
10185 <trans-unit id="6767380569816110388" datatype="html"> 10695 <trans-unit id="6767380569816110388" datatype="html">
10186 <source>Only shareable via a private link</source> 10696 <source>Only shareable via a private link</source>
10187 <target state="new">Only shareable via a private link</target> 10697 <target state="new">Only shareable via a private link</target>
10188 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>
10189 <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> 10699 </trans-unit>
10190 <trans-unit id="6828965264297239528" datatype="html"> 10700 <trans-unit id="6828965264297239528" datatype="html">
10191 <source>Anyone can see this video</source> 10701 <source>Anyone can see this video</source>
10192 <target state="new">Anyone can see this video</target> 10702 <target state="new">Anyone can see this video</target>
10193 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>
10194 <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> 10704 </trans-unit>
10195 <trans-unit id="1425933035739773115" datatype="html"> 10705 <trans-unit id="1425933035739773115" datatype="html">
10196 <source>Only users of this instance can see this video</source> 10706 <source>Only users of this instance can see this video</source>
10197 <target state="new">Only users of this instance can see this video</target> 10707 <target state="new">Only users of this instance can see this video</target>
10198 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>
10199 <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> 10709 </trans-unit>
10200 <trans-unit id="8312101634344200207" datatype="html"> 10710 <trans-unit id="8312101634344200207" datatype="html">
10201 <source><x id="PH" equiv-text="this.views"/> viewers</source> 10711 <source><x id="PH" equiv-text="this.views"/> viewers</source>
10202 <target state="new"><x id="PH" equiv-text="this.views"/> viewers</target> 10712 <target state="new"><x id="PH" equiv-text="this.views"/> viewers</target>
10203 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>
10204 <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> 10714 </trans-unit>
10205 <trans-unit id="7756087706411154095" datatype="html"> 10715 <trans-unit id="7756087706411154095" datatype="html">
10206 <source><x id="PH" equiv-text="this.views"/> views</source> 10716 <source><x id="PH" equiv-text="this.views"/> views</source>
10207 <target state="new"><x id="PH" equiv-text="this.views"/> views</target> 10717 <target state="new"><x id="PH" equiv-text="this.views"/> views</target>
10208 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>
10209 <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> 10719 </trans-unit>
10210 <trans-unit id="ngb.alert.close" datatype="html"> 10720 <trans-unit id="ngb.alert.close" datatype="html">
10211 <source>Close</source> 10721 <source>Close</source>
10212 <target state="new">Close</target> 10722 <target state="new">Close</target>
10213 10723 <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>
10214 10724 </trans-unit>
10215 <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>
10216 <trans-unit id="ngb.carousel.slide-number" datatype="html"> 10725 <trans-unit id="ngb.carousel.slide-number" datatype="html">
10217 <source>Slide <x id="INTERPOLATION" equiv-text="ate _pauseOnHov"/> of <x id="INTERPOLATION_1" equiv-text="ect(false); p"/> </source> 10726 <source>Slide <x id="INTERPOLATION" equiv-text="ate _pauseOnHov"/> of <x id="INTERPOLATION_1" equiv-text="ect(false); p"/> </source>
10218 <target state="new"> Slide <x id="INTERPOLATION" equiv-text="ate _pauseOnHov"/> of <x id="INTERPOLATION_1" equiv-text="ect(false); p"/> </target> 10727 <target state="new"> Slide <x id="INTERPOLATION" equiv-text="ate _pauseOnHov"/> of <x id="INTERPOLATION_1" equiv-text="ect(false); p"/> </target>
10219
10220 <note priority="1" from="description">Currently selected slide number read by screen reader</note> 10728 <note priority="1" from="description">Currently selected slide number read by screen reader</note>
10221 <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> 10729 <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>
10730 </trans-unit>
10222 <trans-unit id="ngb.carousel.previous" datatype="html"> 10731 <trans-unit id="ngb.carousel.previous" datatype="html">
10223 <source>Previous</source> 10732 <source>Previous</source>
10224 <target state="new">Previous</target> 10733 <target state="new">Previous</target>
10225 10734 <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>
10226 <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> 10735 </trans-unit>
10227 <trans-unit id="ngb.carousel.next" datatype="html"> 10736 <trans-unit id="ngb.carousel.next" datatype="html">
10228 <source>Next</source> 10737 <source>Next</source>
10229 <target state="new">Next</target> 10738 <target state="new">Next</target>
10230 10739 <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>
10231 <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> 10740 </trans-unit>
10232 <trans-unit id="ngb.datepicker.previous-month" datatype="html"> 10741 <trans-unit id="ngb.datepicker.previous-month" datatype="html">
10233 <source>Previous month</source> 10742 <source>Previous month</source>
10234 <target state="new">Previous month</target> 10743 <target state="new">Previous month</target>
10235 10744 <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>
10236 10745 <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>
10237 <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> 10746 </trans-unit>
10238 <trans-unit id="ngb.datepicker.next-month" datatype="html"> 10747 <trans-unit id="ngb.datepicker.next-month" datatype="html">
10239 <source>Next month</source> 10748 <source>Next month</source>
10240 <target state="new">Next month</target> 10749 <target state="new">Next month</target>
10241 10750 <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>
10242 10751 <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>
10243 <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> 10752 </trans-unit>
10244 <trans-unit id="ngb.datepicker.select-month" datatype="html"> 10753 <trans-unit id="ngb.datepicker.select-month" datatype="html">
10245 <source>Select month</source> 10754 <source>Select month</source>
10246 <target state="new">Select month</target> 10755 <target state="new">Select month</target>
10247 10756 <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>
10248 10757 <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>
10249 <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> 10758 </trans-unit>
10250 <trans-unit id="ngb.datepicker.select-year" datatype="html"> 10759 <trans-unit id="ngb.datepicker.select-year" datatype="html">
10251 <source>Select year</source> 10760 <source>Select year</source>
10252 <target state="new">Select year</target> 10761 <target state="new">Select year</target>
10253 10762 <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>
10254 10763 <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>
10255 <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> 10764 </trans-unit>
10256 <trans-unit id="ngb.pagination.first" datatype="html"> 10765 <trans-unit id="ngb.pagination.first" datatype="html">
10257 <source>««</source> 10766 <source>««</source>
10258 <target state="new">««</target> 10767 <target state="new">««</target>
10259 10768 <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>
10260 <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> 10769 </trans-unit>
10261 <trans-unit id="ngb.pagination.previous" datatype="html"> 10770 <trans-unit id="ngb.pagination.previous" datatype="html">
10262 <source>«</source> 10771 <source>«</source>
10263 <target state="new">«</target> 10772 <target state="new">«</target>
10264 10773 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts</context><context context-type="linenumber">186</context></context-group>
10265 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts</context><context context-type="linenumber">186</context></context-group></trans-unit> 10774 </trans-unit>
10266 <trans-unit id="ngb.pagination.next" datatype="html"> 10775 <trans-unit id="ngb.pagination.next" datatype="html">
10267 <source>»</source> 10776 <source>»</source>
10268 <target state="new">»</target> 10777 <target state="new">»</target>
10269 10778 <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>
10270 <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> 10779 </trans-unit>
10271 <trans-unit id="ngb.pagination.last" datatype="html"> 10780 <trans-unit id="ngb.pagination.last" datatype="html">
10272 <source>»»</source> 10781 <source>»»</source>
10273 <target state="new">»»</target> 10782 <target state="new">»»</target>
10274 10783 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts</context><context context-type="linenumber">201</context></context-group>
10275 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts</context><context context-type="linenumber">201</context></context-group></trans-unit> 10784 </trans-unit>
10276 <trans-unit id="ngb.pagination.first-aria" datatype="html"> 10785 <trans-unit id="ngb.pagination.first-aria" datatype="html">
10277 <source>First</source> 10786 <source>First</source>
10278 <target state="new">First</target> 10787 <target state="new">First</target>
10279 10788 <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>
10280 <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> 10789 </trans-unit>
10281 <trans-unit id="ngb.pagination.previous-aria" datatype="html"> 10790 <trans-unit id="ngb.pagination.previous-aria" datatype="html">
10282 <source>Previous</source> 10791 <source>Previous</source>
10283 <target state="new">Previous</target> 10792 <target state="new">Previous</target>
10284 10793 <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>
10285 <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> 10794 </trans-unit>
10286 <trans-unit id="ngb.pagination.next-aria" datatype="html"> 10795 <trans-unit id="ngb.pagination.next-aria" datatype="html">
10287 <source>Next</source> 10796 <source>Next</source>
10288 <target state="new">Next</target> 10797 <target state="new">Next</target>
10289 10798 <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>
10290 <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> 10799 </trans-unit>
10291 <trans-unit id="ngb.pagination.last-aria" datatype="html"> 10800 <trans-unit id="ngb.pagination.last-aria" datatype="html">
10292 <source>Last</source> 10801 <source>Last</source>
10293 <target state="new">Last</target> 10802 <target state="new">Last</target>
10294 10803 <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>
10295 <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> 10804 </trans-unit>
10296 <trans-unit id="ngb.progressbar.value" datatype="html"> 10805 <trans-unit id="ngb.progressbar.value" datatype="html">
10297 <source><x id="INTERPOLATION"/></source> 10806 <source><x id="INTERPOLATION"/></source>
10298 <target state="new"><x id="INTERPOLATION"/></target> 10807 <target state="new"><x id="INTERPOLATION"/></target>
10299 10808 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/progressbar/progressbar.ts</context><context context-type="linenumber">31</context></context-group>
10300 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/progressbar/progressbar.ts</context><context context-type="linenumber">31</context></context-group></trans-unit> 10809 </trans-unit>
10301 <trans-unit id="ngb.timepicker.HH" datatype="html"> 10810 <trans-unit id="ngb.timepicker.HH" datatype="html">
10302 <source>HH</source> 10811 <source>HH</source>
10303 <target state="new">HH</target> 10812 <target state="new">HH</target>
10304 10813 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts</context><context context-type="linenumber">40</context></context-group>
10305 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts</context><context context-type="linenumber">40</context></context-group></trans-unit> 10814 </trans-unit>
10306 <trans-unit id="ngb.timepicker.hours" datatype="html"> 10815 <trans-unit id="ngb.timepicker.hours" datatype="html">
10307 <source>Hours</source> 10816 <source>Hours</source>
10308 <target state="new">Hours</target> 10817 <target state="new">Hours</target>
10309 10818 <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>
10310 <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> 10819 </trans-unit>
10311 <trans-unit id="ngb.timepicker.MM" datatype="html"> 10820 <trans-unit id="ngb.timepicker.MM" datatype="html">
10312 <source>MM</source> 10821 <source>MM</source>
10313 <target state="new">MM</target> 10822 <target state="new">MM</target>
10314 10823 <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>
10315 <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> 10824 </trans-unit>
10316 <trans-unit id="ngb.timepicker.minutes" datatype="html"> 10825 <trans-unit id="ngb.timepicker.minutes" datatype="html">
10317 <source>Minutes</source> 10826 <source>Minutes</source>
10318 <target state="new">Minutes</target> 10827 <target state="new">Minutes</target>
10319 10828 <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>
10320 <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> 10829 </trans-unit>
10321 <trans-unit id="ngb.timepicker.increment-hours" datatype="html"> 10830 <trans-unit id="ngb.timepicker.increment-hours" datatype="html">
10322 <source>Increment hours</source> 10831 <source>Increment hours</source>
10323 <target state="new">Increment hours</target> 10832 <target state="new">Increment hours</target>
10324 10833 <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>
10325 <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> 10834 </trans-unit>
10326 <trans-unit id="ngb.timepicker.decrement-hours" datatype="html"> 10835 <trans-unit id="ngb.timepicker.decrement-hours" datatype="html">
10327 <source>Decrement hours</source> 10836 <source>Decrement hours</source>
10328 <target state="new">Decrement hours</target> 10837 <target state="new">Decrement hours</target>
10329 10838 <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>
10330 <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> 10839 </trans-unit>
10331 <trans-unit id="ngb.timepicker.increment-minutes" datatype="html"> 10840 <trans-unit id="ngb.timepicker.increment-minutes" datatype="html">
10332 <source>Increment minutes</source> 10841 <source>Increment minutes</source>
10333 <target state="new">Increment minutes</target> 10842 <target state="new">Increment minutes</target>
10334 10843 <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>
10335 <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> 10844 </trans-unit>
10336 <trans-unit id="ngb.timepicker.decrement-minutes" datatype="html"> 10845 <trans-unit id="ngb.timepicker.decrement-minutes" datatype="html">
10337 <source>Decrement minutes</source> 10846 <source>Decrement minutes</source>
10338 <target state="new">Decrement minutes</target> 10847 <target state="new">Decrement minutes</target>
10339 10848 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts</context><context context-type="linenumber">82</context></context-group>
10340 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts</context><context context-type="linenumber">82</context></context-group></trans-unit> 10849 </trans-unit>
10341 <trans-unit id="ngb.timepicker.SS" datatype="html"> 10850 <trans-unit id="ngb.timepicker.SS" datatype="html">
10342 <source>SS</source> 10851 <source>SS</source>
10343 <target state="new">SS</target> 10852 <target state="new">SS</target>
10344 10853 <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>
10345 <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> 10854 </trans-unit>
10346 <trans-unit id="ngb.timepicker.seconds" datatype="html"> 10855 <trans-unit id="ngb.timepicker.seconds" datatype="html">
10347 <source>Seconds</source> 10856 <source>Seconds</source>
10348 <target state="new">Seconds</target> 10857 <target state="new">Seconds</target>
10349 10858 <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>
10350 <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> 10859 </trans-unit>
10351 <trans-unit id="ngb.timepicker.increment-seconds" datatype="html"> 10860 <trans-unit id="ngb.timepicker.increment-seconds" datatype="html">
10352 <source>Increment seconds</source> 10861 <source>Increment seconds</source>
10353 <target state="new">Increment seconds</target> 10862 <target state="new">Increment seconds</target>
10354 10863 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts</context><context context-type="linenumber">98</context></context-group>
10355 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts</context><context context-type="linenumber">98</context></context-group></trans-unit> 10864 </trans-unit>
10356 <trans-unit id="ngb.timepicker.decrement-seconds" datatype="html"> 10865 <trans-unit id="ngb.timepicker.decrement-seconds" datatype="html">
10357 <source>Decrement seconds</source> 10866 <source>Decrement seconds</source>
10358 <target state="new">Decrement seconds</target> 10867 <target state="new">Decrement seconds</target>
10359 10868 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts</context><context context-type="linenumber">105</context></context-group>
10360 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts</context><context context-type="linenumber">105</context></context-group></trans-unit> 10869 </trans-unit>
10361 <trans-unit id="ngb.timepicker.PM" datatype="html"> 10870 <trans-unit id="ngb.timepicker.PM" datatype="html">
10362 <source><x id="INTERPOLATION"/></source> 10871 <source><x id="INTERPOLATION"/></source>
10363 <target state="new"><x id="INTERPOLATION"/></target> 10872 <target state="new"><x id="INTERPOLATION"/></target>
10364 10873 <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>
10365 <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> 10874 </trans-unit>
10366 <trans-unit id="ngb.timepicker.AM" datatype="html"> 10875 <trans-unit id="ngb.timepicker.AM" datatype="html">
10367 <source><x id="INTERPOLATION"/></source> 10876 <source><x id="INTERPOLATION"/></source>
10368 <target state="new"><x id="INTERPOLATION"/></target> 10877 <target state="new"><x id="INTERPOLATION"/></target>
10369 10878 <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>
10370 <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> 10879 </trans-unit>
10371 <trans-unit id="ngb.toast.close-aria" datatype="html"> 10880 <trans-unit id="ngb.toast.close-aria" datatype="html">
10372 <source>Close</source> 10881 <source>Close</source>
10373 <target state="new">Close</target> 10882 <target state="new">Close</target>
10374 10883 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/toast/toast.ts</context><context context-type="linenumber">76</context></context-group>
10375 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/toast/toast.ts</context><context context-type="linenumber">76</context></context-group></trans-unit> 10884 </trans-unit>
10376 <trans-unit id="5210096066382592800" datatype="html"> 10885 <trans-unit id="5210096066382592800" datatype="html">
10377 <source>Video to import updated.</source> 10886 <source>Video to import updated.</source>
10378 <target state="new">Video to import updated.</target> 10887 <target state="new">Video to import updated.</target>
10379 10888 <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>
10380 10889 <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>
10381 <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> 10890 </trans-unit>
10382 <trans-unit id="3284171506518522275" datatype="html"> 10891 <trans-unit id="3284171506518522275" datatype="html">
10383 <source>Your video was uploaded to your account and is private.</source> 10892 <source>Your video was uploaded to your account and is private.</source>
10384 <target state="new">Your video was uploaded to your account and is private.</target> 10893 <target state="new">Your video was uploaded to your account and is private.</target>
10385 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>
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">162</context></context-group></trans-unit> 10895 </trans-unit>
10387 <trans-unit id="5699822024600815733"> 10896 <trans-unit id="5699822024600815733">
10388 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10897 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
10389 <target>Però es perdran les dades associades (etiquetes, descripció ...), estàs segur que vols deixar aquesta pàgina?</target> 10898 <target>Però es perdran les dades associades (etiquetes, descripció ...), estàs segur que vols deixar aquesta pàgina?</target>
10390 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>
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">163</context></context-group></trans-unit> 10900 </trans-unit>
10392 <trans-unit id="1219739004043110649"> 10901 <trans-unit id="1219739004043110649">
10393 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10902 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10394 <target>El teu vídeo encara no s'ha carregat, estàs segur que vols sortir d'aquesta pàgina?</target> 10903 <target>El teu vídeo encara no s'ha carregat, estàs segur que vols sortir d'aquesta pàgina?</target>
10395 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>
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">165</context></context-group></trans-unit> 10905 </trans-unit>
10397 <trans-unit id="6932865105766151309" datatype="html"> 10906 <trans-unit id="6932865105766151309" datatype="html">
10398 <source>Upload</source> 10907 <source>Upload</source>
10399 <target state="new">Upload</target> 10908 <target state="new">Upload</target>
10400 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>
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">222</context></context-group></trans-unit> 10910 </trans-unit>
10402 <trans-unit id="8278735427925094503" datatype="html"> 10911 <trans-unit id="8278735427925094503" datatype="html">
10403 <source>Upload <x id="PH"/> </source> 10912 <source>Upload <x id="PH"/> </source>
10404 <target state="translated">Puja 10913 <target state="translated">Puja
10405 <x id="PH"/> 10914 <x id="PH"/>
10406 </target> 10915 </target>
10407 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>
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></trans-unit> 10917 </trans-unit>
10409
10410 <trans-unit id="5981816353437801748"> 10918 <trans-unit id="5981816353437801748">
10411 <source>Video published.</source> 10919 <source>Video published.</source>
10412 <target>Vídeo publicat.</target> 10920 <target>Vídeo publicat.</target>
10413 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>
10414 <context-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> 10922 </trans-unit>
10415
10416
10417 <trans-unit id="764164089183618119" datatype="html"> 10923 <trans-unit id="764164089183618119" datatype="html">
10418 <source>You have unsaved changes! If you leave, your changes will be lost.</source> 10924 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
10419 <target state="new">You have unsaved changes! If you leave, your changes will be lost.</target> 10925 <target state="new">You have unsaved changes! If you leave, your changes will be lost.</target>
10420 10926 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">93</context></context-group>
10421 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">93</context></context-group></trans-unit> 10927 </trans-unit>
10422 <trans-unit id="8306050839443016954"> 10928 <trans-unit id="8306050839443016954">
10423 <source>Video updated.</source> 10929 <source>Video updated.</source>
10424 <target>Vídeo actualitzat.</target> 10930 <target>Vídeo actualitzat.</target>
10425 10931 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">158</context></context-group>
10426 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">158</context></context-group></trans-unit> 10932 </trans-unit>
10427 <trans-unit id="5512208811126492983" datatype="html"> 10933 <trans-unit id="5512208811126492983" datatype="html">
10428 <source>Report comment</source> 10934 <source>Report comment</source>
10429 <target state="new">Report comment</target> 10935 <target state="new">Report comment</target>
@@ -10432,24 +10938,26 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10432 <trans-unit id="6775540171466219199" datatype="html"> 10938 <trans-unit id="6775540171466219199" datatype="html">
10433 <source>Stop autoplaying next video</source> 10939 <source>Stop autoplaying next video</source>
10434 <target state="new">Stop autoplaying next video</target> 10940 <target state="new">Stop autoplaying next video</target>
10435 10941 <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>
10436 <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> 10942 </trans-unit>
10437 <trans-unit id="5149234672404299151" datatype="html"> 10943 <trans-unit id="5149234672404299151" datatype="html">
10438 <source>Autoplay next video</source> 10944 <source>Autoplay next video</source>
10439 <target state="new">Autoplay next video</target> 10945 <target state="new">Autoplay next video</target>
10440 10946 <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>
10441 <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> 10947 </trans-unit>
10442 <trans-unit id="5870421136141540382" datatype="html"> 10948 <trans-unit id="5870421136141540382" datatype="html">
10443 <source>Stop looping playlist videos</source> 10949 <source>Stop looping playlist videos</source>
10444 <target state="new">Stop looping playlist videos</target> 10950 <target state="new">Stop looping playlist videos</target>
10445 10951 <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>
10446 <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> 10952 </trans-unit>
10447 <trans-unit id="1599585307037758139" datatype="html"> 10953 <trans-unit id="1599585307037758139" datatype="html">
10448 <source>Loop playlist videos</source> 10954 <source>Loop playlist videos</source>
10449 <target state="new">Loop playlist videos</target> 10955 <target state="new">Loop playlist videos</target>
10450 10956 <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>
10451 <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><trans-unit id="3704292036525161260" datatype="html"> 10957 </trans-unit>
10452 <source>Placeholder image</source><target state="new">Placeholder image</target> 10958 <trans-unit id="3704292036525161260" datatype="html">
10959 <source>Placeholder image</source>
10960 <target state="new">Placeholder image</target>
10453 <context-group purpose="location"> 10961 <context-group purpose="location">
10454 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context> 10962 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context>
10455 <context context-type="linenumber">11</context> 10963 <context context-type="linenumber">11</context>
@@ -10458,142 +10966,144 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10458 <trans-unit id="961774488937452220" datatype="html"> 10966 <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> 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>
10460 <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> 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>
10461 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>
10462 <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> 10970 </trans-unit>
10463 <trans-unit id="5761611056224181752" datatype="html"> 10971 <trans-unit id="5761611056224181752" datatype="html">
10464 <source>Redirection</source> 10972 <source>Redirection</source>
10465 <target state="new">Redirection</target> 10973 <target state="new">Redirection</target>
10466 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>
10467 <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> 10975 </trans-unit>
10468 <trans-unit id="8858527736400081688"> 10976 <trans-unit id="8858527736400081688">
10469 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10977 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10470 <target>Aquest vídeo conté contingut madur o explícit. Estàs segur que el vols veure?</target> 10978 <target>Aquest vídeo conté contingut madur o explícit. Estàs segur que el vols veure?</target>
10471 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>
10472 <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> 10980 </trans-unit>
10473 <trans-unit id="3937119019020041049"> 10981 <trans-unit id="3937119019020041049">
10474 <source>Mature or explicit content</source> 10982 <source>Mature or explicit content</source>
10475 <target>Contingut madur o explícit</target> 10983 <target>Contingut madur o explícit</target>
10476 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>
10477 <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> 10985 </trans-unit>
10478 <trans-unit id="1755474755114288376" datatype="html"> 10986 <trans-unit id="1755474755114288376" datatype="html">
10479 <source>Up Next</source> 10987 <source>Up Next</source>
10480 <target state="new">Up Next</target> 10988 <target state="new">Up Next</target>
10481 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>
10482 <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> 10990 </trans-unit>
10483 <trans-unit id="2159130950882492111" datatype="html"> 10991 <trans-unit id="2159130950882492111" datatype="html">
10484 <source>Cancel</source> 10992 <source>Cancel</source>
10485 <target state="new">Cancel</target> 10993 <target state="new">Cancel</target>
10486 10994 <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>
10487 <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> 10995 </trans-unit>
10488 <trans-unit id="3354816756665089864" datatype="html"> 10996 <trans-unit id="3354816756665089864" datatype="html">
10489 <source>Autoplay is suspended</source> 10997 <source>Autoplay is suspended</source>
10490 <target state="new">Autoplay is suspended</target> 10998 <target state="new">Autoplay is suspended</target>
10491 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>
10492 <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> 11000 </trans-unit>
10493 <trans-unit id="7895294730547405228" datatype="html"> 11001 <trans-unit id="7895294730547405228" datatype="html">
10494 <source>Enter/exit fullscreen (requires player focus)</source> 11002 <source>Enter/exit fullscreen (requires player focus)</source>
10495 <target state="new">Enter/exit fullscreen (requires player focus)</target> 11003 <target state="new">Enter/exit fullscreen (requires player focus)</target>
10496 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>
10497 <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> 11005 </trans-unit>
10498 <trans-unit id="7618388257165864759" datatype="html"> 11006 <trans-unit id="7618388257165864759" datatype="html">
10499 <source>Play/Pause the video (requires player focus)</source> 11007 <source>Play/Pause the video (requires player focus)</source>
10500 <target state="new">Play/Pause the video (requires player focus)</target> 11008 <target state="new">Play/Pause the video (requires player focus)</target>
10501 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>
10502 <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> 11010 </trans-unit>
10503 <trans-unit id="7761890399634216630" datatype="html"> 11011 <trans-unit id="7761890399634216630" datatype="html">
10504 <source>Mute/unmute the video (requires player focus)</source> 11012 <source>Mute/unmute the video (requires player focus)</source>
10505 <target state="new">Mute/unmute the video (requires player focus)</target> 11013 <target state="new">Mute/unmute the video (requires player focus)</target>
10506 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>
10507 <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> 11015 </trans-unit>
10508 <trans-unit id="5996585232248234904" datatype="html"> 11016 <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> 11017 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10510 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target> 11018 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target>
10511 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>
10512 <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> 11020 </trans-unit>
10513 <trans-unit id="3748765405903319998" datatype="html"> 11021 <trans-unit id="3748765405903319998" datatype="html">
10514 <source>Increase the volume (requires player focus)</source> 11022 <source>Increase the volume (requires player focus)</source>
10515 <target state="new">Increase the volume (requires player focus)</target> 11023 <target state="new">Increase the volume (requires player focus)</target>
10516 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>
10517 <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> 11025 </trans-unit>
10518 <trans-unit id="5810704036407159982" datatype="html"> 11026 <trans-unit id="5810704036407159982" datatype="html">
10519 <source>Decrease the volume (requires player focus)</source> 11027 <source>Decrease the volume (requires player focus)</source>
10520 <target state="new">Decrease the volume (requires player focus)</target> 11028 <target state="new">Decrease the volume (requires player focus)</target>
10521 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>
10522 <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> 11030 </trans-unit>
10523 <trans-unit id="2622048822548065691" datatype="html"> 11031 <trans-unit id="2622048822548065691" datatype="html">
10524 <source>Seek the video forward (requires player focus)</source> 11032 <source>Seek the video forward (requires player focus)</source>
10525 <target state="new">Seek the video forward (requires player focus)</target> 11033 <target state="new">Seek the video forward (requires player focus)</target>
10526 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>
10527 <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> 11035 </trans-unit>
10528 <trans-unit id="6540078205109221153" datatype="html"> 11036 <trans-unit id="6540078205109221153" datatype="html">
10529 <source>Seek the video backward (requires player focus)</source> 11037 <source>Seek the video backward (requires player focus)</source>
10530 <target state="new">Seek the video backward (requires player focus)</target> 11038 <target state="new">Seek the video backward (requires player focus)</target>
10531 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>
10532 <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> 11040 </trans-unit>
10533 <trans-unit id="1956491957766210808" datatype="html"> 11041 <trans-unit id="1956491957766210808" datatype="html">
10534 <source>Increase playback rate (requires player focus)</source> 11042 <source>Increase playback rate (requires player focus)</source>
10535 <target state="new">Increase playback rate (requires player focus)</target> 11043 <target state="new">Increase playback rate (requires player focus)</target>
10536 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>
10537 <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> 11045 </trans-unit>
10538 <trans-unit id="5495529997674803186" datatype="html"> 11046 <trans-unit id="5495529997674803186" datatype="html">
10539 <source>Decrease playback rate (requires player focus)</source> 11047 <source>Decrease playback rate (requires player focus)</source>
10540 <target state="new">Decrease playback rate (requires player focus)</target> 11048 <target state="new">Decrease playback rate (requires player focus)</target>
10541 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>
10542 <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> 11050 </trans-unit>
10543 <trans-unit id="3178343147230721210" datatype="html"> 11051 <trans-unit id="3178343147230721210" datatype="html">
10544 <source>Navigate in the video frame by frame (requires player focus)</source> 11052 <source>Navigate in the video frame by frame (requires player focus)</source>
10545 <target state="new">Navigate in the video frame by frame (requires player focus)</target> 11053 <target state="new">Navigate in the video frame by frame (requires player focus)</target>
10546 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>
10547 <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> 11055 </trans-unit>
10548 <trans-unit id="8025996572234182184" datatype="html"> 11056 <trans-unit id="8025996572234182184" datatype="html">
10549 <source>Like the video</source> 11057 <source>Like the video</source>
10550 <target state="new">Like the video</target> 11058 <target state="new">Like the video</target>
10551 11059 <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>
10552 <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> 11060 </trans-unit>
10553 <trans-unit id="7692127636377222448" datatype="html"> 11061 <trans-unit id="7692127636377222448" datatype="html">
10554 <source>Dislike the video</source> 11062 <source>Dislike the video</source>
10555 <target state="new">Dislike the video</target> 11063 <target state="new">Dislike the video</target>
10556 11064 <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>
10557 <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> 11065 </trans-unit>
10558 <trans-unit id="1729036051846673606" datatype="html"> 11066 <trans-unit id="1729036051846673606" datatype="html">
10559 <source>When active, the next video is automatically played after the current one.</source> 11067 <source>When active, the next video is automatically played after the current one.</source>
10560 <target state="new">When active, the next video is automatically played after the current one.</target> 11068 <target state="new">When active, the next video is automatically played after the current one.</target>
10561 11069 <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>
10562 <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> 11070 </trans-unit>
10563 <trans-unit id="2431286785954354122" datatype="html"> 11071 <trans-unit id="2431286785954354122" datatype="html">
10564 <source>Recently added</source> 11072 <source>Recently added</source>
10565 <target state="new">Recently added</target> 11073 <target state="new">Recently added</target>
10566 11074 <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>
10567 <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> 11075 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">137</context></context-group>
10568 11076 </trans-unit>
10569
10570 <trans-unit id="12646164819555880" datatype="html"> 11077 <trans-unit id="12646164819555880" datatype="html">
10571 <source>Videos from your subscriptions</source> 11078 <source>Videos from your subscriptions</source>
10572 <target state="new">Videos from your subscriptions</target> 11079 <target state="new">Videos from your subscriptions</target>
10573 11080 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/video-user-subscriptions.component.ts</context><context context-type="linenumber">42</context></context-group>
10574 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/video-user-subscriptions.component.ts</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="4361762785337785037" datatype="html"> 11081 </trans-unit>
10575 <source>Copy feed URL</source><target state="new">Copy feed URL</target> 11082 <trans-unit id="4361762785337785037" datatype="html">
10576 11083 <source>Copy feed URL</source>
10577 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/video-user-subscriptions.component.ts</context><context context-type="linenumber">65</context></context-group></trans-unit> 11084 <target state="new">Copy feed URL</target>
10578 11085 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/video-user-subscriptions.component.ts</context><context context-type="linenumber">65</context></context-group>
11086 </trans-unit>
10579 <trans-unit id="3392372077636861449" datatype="html"> 11087 <trans-unit id="3392372077636861449" datatype="html">
10580 <source>Feed URL copied</source> 11088 <source>Feed URL copied</source>
10581 <target state="new">Feed URL copied</target> 11089 <target state="new">Feed URL copied</target>
10582 11090 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/video-user-subscriptions.component.ts</context><context context-type="linenumber">110</context></context-group>
10583 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/video-user-subscriptions.component.ts</context><context context-type="linenumber">110</context></context-group></trans-unit> 11091 </trans-unit>
10584 <trans-unit id="1812379335568847528" datatype="html"> 11092 <trans-unit id="1812379335568847528" datatype="html">
10585 <source>Subscriptions</source> 11093 <source>Subscriptions</source>
10586 <target state="new">Subscriptions</target> 11094 <target state="translated">Subscripcions</target>
10587 11095 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library.component.ts</context><context context-type="linenumber">66</context></context-group>
10588 11096 <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>
10589 11097 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/videos-routing.module.ts</context><context context-type="linenumber">59</context></context-group>
10590 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library.component.ts</context><context context-type="linenumber">66</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">59</context></context-group></trans-unit> 11098 </trans-unit>
10591 <trans-unit id="186236568870281953" datatype="html"> 11099 <trans-unit id="186236568870281953" datatype="html">
10592 <source>History</source> 11100 <source>History</source>
10593 <target state="new">History</target> 11101 <target state="translated">Historial</target>
10594 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library.component.ts</context><context context-type="linenumber">71</context></context-group> 11102 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library.component.ts</context><context context-type="linenumber">71</context></context-group>
10595 </trans-unit><trans-unit id="5237588857224999862" datatype="html"> 11103 </trans-unit>
10596 <source>Open actions</source><target state="new">Open actions</target> 11104 <trans-unit id="5237588857224999862" datatype="html">
11105 <source>Open actions</source>
11106 <target state="new">Open actions</target>
10597 <context-group purpose="location"> 11107 <context-group purpose="location">
10598 <context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context> 11108 <context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context>
10599 <context context-type="linenumber">4</context> 11109 <context context-type="linenumber">4</context>
@@ -10602,34 +11112,39 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10602 <trans-unit id="8681933925782924101" datatype="html"> 11112 <trans-unit id="8681933925782924101" datatype="html">
10603 <source>Local videos</source> 11113 <source>Local videos</source>
10604 <target state="new">Local videos</target> 11114 <target state="new">Local videos</target>
10605 11115 <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>
10606 11116 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/videos-routing.module.ts</context><context context-type="linenumber">70</context></context-group>
10607 <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> 11117 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">142</context></context-group>
11118 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">143</context></context-group>
11119 </trans-unit>
10608 <trans-unit id="4668975178372693951" datatype="html"> 11120 <trans-unit id="4668975178372693951" datatype="html">
10609 <source>Discover videos</source> 11121 <source>Discover videos</source>
10610 <target state="new">Discover videos</target> 11122 <target state="new">Discover videos</target>
10611 11123 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/videos-routing.module.ts</context><context context-type="linenumber">21</context></context-group>
10612 <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> 11124 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">124</context></context-group>
11125 </trans-unit>
10613 <trans-unit id="8067135025051844577" datatype="html"> 11126 <trans-unit id="8067135025051844577" datatype="html">
10614 <source>Trending videos</source> 11127 <source>Trending videos</source>
10615 <target state="new">Trending videos</target> 11128 <target state="new">Trending videos</target>
10616 11129 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/videos-routing.module.ts</context><context context-type="linenumber">30</context></context-group>
10617 <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> 11130 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">130</context></context-group>
11131 </trans-unit>
10618 <trans-unit id="664221386829541948" datatype="html"> 11132 <trans-unit id="664221386829541948" datatype="html">
10619 <source>Recently added videos</source> 11133 <source>Recently added videos</source>
10620 <target state="new">Recently added videos</target> 11134 <target state="new">Recently added videos</target>
10621 11135 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/videos-routing.module.ts</context><context context-type="linenumber">43</context></context-group>
10622 <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> 11136 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">136</context></context-group>
11137 </trans-unit>
10623 <trans-unit id="8212906256415538361" datatype="html"> 11138 <trans-unit id="8212906256415538361" datatype="html">
10624 <source>Upload a video</source> 11139 <source>Upload a video</source>
10625 <target state="new">Upload a video</target> 11140 <target state="new">Upload a video</target>
10626 11141 <context-group purpose="location"><context context-type="sourcefile">src/app/app-routing.module.ts</context><context context-type="linenumber">91</context></context-group>
10627 <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> 11142 </trans-unit>
10628 <trans-unit id="7590784934397800835" datatype="html"> 11143 <trans-unit id="7590784934397800835" datatype="html">
10629 <source>Edit a video</source> 11144 <source>Edit a video</source>
10630 <target state="new">Edit a video</target> 11145 <target state="new">Edit a video</target>
10631 11146 <context-group purpose="location"><context context-type="sourcefile">src/app/app-routing.module.ts</context><context context-type="linenumber">100</context></context-group>
10632 <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> 11147 </trans-unit>
10633 </body> 11148 </body>
10634 </file> 11149 </file>
10635</xliff> 11150</xliff>
diff --git a/client/src/locale/angular.cs-CZ.xlf b/client/src/locale/angular.cs-CZ.xlf
index 52b3da304..2bfcfb63b 100644
--- a/client/src/locale/angular.cs-CZ.xlf
+++ b/client/src/locale/angular.cs-CZ.xlf
@@ -2546,13 +2546,13 @@ The link will expire within 1 hour.</target>
2546 <trans-unit id="9172233176401579786" datatype="html"> 2546 <trans-unit id="9172233176401579786" datatype="html">
2547 <source>Scheduled</source> 2547 <source>Scheduled</source>
2548 <target state="new">Scheduled</target> 2548 <target state="new">Scheduled</target>
2549 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group> 2549
2550 </trans-unit> 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></trans-unit>
2551 <trans-unit id="1435317307066082710" datatype="html"> 2551 <trans-unit id="1435317307066082710" datatype="html">
2552 <source>Hide the video until a specific date</source> 2552 <source>Hide the video until a specific date</source>
2553 <target state="new">Hide the video until a specific date</target> 2553 <target state="new">Hide the video until a specific date</target>
2554 <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> 2554
2555 </trans-unit> 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></trans-unit>
2556 <trans-unit id="6148369758871787018" datatype="html"> 2556 <trans-unit id="6148369758871787018" datatype="html">
2557 <source>Video background image</source> 2557 <source>Video background image</source>
2558 <target state="new">Video background image</target> 2558 <target state="new">Video background image</target>
@@ -3484,9 +3484,9 @@ The link will expire within 1 hour.</target>
3484 <trans-unit id="8286337167859377104"> 3484 <trans-unit id="8286337167859377104">
3485 <source>Create user</source> 3485 <source>Create user</source>
3486 <target>Vytvořit uživatele</target> 3486 <target>Vytvořit uživatele</target>
3487 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-group> 3487
3488 <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> 3488
3489 </trans-unit> 3489 <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>
3490 <trans-unit id="8363291180171434623" datatype="html"> 3490 <trans-unit id="8363291180171434623" datatype="html">
3491 <source>Table parameters</source> 3491 <source>Table parameters</source>
3492 <target state="new">Table parameters</target> 3492 <target state="new">Table parameters</target>
@@ -7804,8 +7804,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7804 <trans-unit id="1886888801485703107"> 7804 <trans-unit id="1886888801485703107">
7805 <source>User <x id="PH"/> created.</source> 7805 <source>User <x id="PH"/> created.</source>
7806 <target>Uživatel <x id="PH"/> vytvořen.</target> 7806 <target>Uživatel <x id="PH"/> vytvořen.</target>
7807 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group> 7807
7808 </trans-unit> 7808 <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>
7809 <trans-unit id="8286337167859377104" datatype="html"> 7809 <trans-unit id="8286337167859377104" datatype="html">
7810 <source>Create user</source> 7810 <source>Create user</source>
7811 <target state="new">Create user</target> 7811 <target state="new">Create user</target>
@@ -8510,7 +8510,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8510 <target>Odebírat účet</target> 8510 <target>Odebírat účet</target>
8511 8511
8512 8512
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">701</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">704</context></context-group></trans-unit>
8514 <trans-unit id="3131904093925601441" datatype="html"> 8514 <trans-unit id="3131904093925601441" datatype="html">
8515 <source>PLAYLISTS</source> 8515 <source>PLAYLISTS</source>
8516 <target state="new">PLAYLISTS</target> 8516 <target state="new">PLAYLISTS</target>
diff --git a/client/src/locale/angular.da-DK.xlf b/client/src/locale/angular.da-DK.xlf
index b293a3ae2..687604dd9 100644
--- a/client/src/locale/angular.da-DK.xlf
+++ b/client/src/locale/angular.da-DK.xlf
@@ -2333,12 +2333,12 @@ The link will expire within 1 hour.</target>
2333 <source>Scheduled</source> 2333 <source>Scheduled</source>
2334 <target state="new">Scheduled</target> 2334 <target state="new">Scheduled</target>
2335 2335
2336 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group></trans-unit> 2336 <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>
2337 <trans-unit id="1435317307066082710" datatype="html"> 2337 <trans-unit id="1435317307066082710" datatype="html">
2338 <source>Hide the video until a specific date</source> 2338 <source>Hide the video until a specific date</source>
2339 <target state="new">Hide the video until a specific date</target> 2339 <target state="new">Hide the video until a specific date</target>
2340 2340
2341 <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> 2341 <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>
2342 <trans-unit id="6148369758871787018" datatype="html"> 2342 <trans-unit id="6148369758871787018" datatype="html">
2343 <source>Video background image</source> 2343 <source>Video background image</source>
2344 <target state="new">Video background image</target> 2344 <target state="new">Video background image</target>
@@ -3285,7 +3285,7 @@ The link will expire within 1 hour.</target>
3285 <source>Create user</source> 3285 <source>Create user</source>
3286 <target state="new">Create user</target> 3286 <target state="new">Create user</target>
3287 3287
3288 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-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> 3288 <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>
3289 <trans-unit id="8363291180171434623" datatype="html"> 3289 <trans-unit id="8363291180171434623" datatype="html">
3290 <source>Table parameters</source> 3290 <source>Table parameters</source>
3291 <target state="new">Table parameters</target> 3291 <target state="new">Table parameters</target>
@@ -7536,8 +7536,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7536 <target state="new">User 7536 <target state="new">User
7537 <x id="PH"/> created. 7537 <x id="PH"/> created.
7538 </target> 7538 </target>
7539 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group> 7539
7540 </trans-unit> 7540 <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>
7541 <trans-unit id="8286337167859377104" datatype="html"> 7541 <trans-unit id="8286337167859377104" datatype="html">
7542 <source>Create user</source> 7542 <source>Create user</source>
7543 <target state="new">Create user</target> 7543 <target state="new">Create user</target>
@@ -8254,7 +8254,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8254 <target state="new">Subscribe to the account</target> 8254 <target state="new">Subscribe to the account</target>
8255 8255
8256 8256
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">701</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html"> 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">
8258 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target> 8258 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target>
8259 <context-group purpose="location"> 8259 <context-group purpose="location">
8260 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 8260 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
diff --git a/client/src/locale/angular.de-DE.xlf b/client/src/locale/angular.de-DE.xlf
index 1031ce187..6f2d33ba5 100644
--- a/client/src/locale/angular.de-DE.xlf
+++ b/client/src/locale/angular.de-DE.xlf
@@ -2372,13 +2372,13 @@ Hilf mit PeerTube zu übersetzen!</target>
2372 <trans-unit id="9172233176401579786"> 2372 <trans-unit id="9172233176401579786">
2373 <source>Scheduled</source> 2373 <source>Scheduled</source>
2374 <target>Geplante Veröffentlichung</target> 2374 <target>Geplante Veröffentlichung</target>
2375 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group> 2375
2376 </trans-unit> 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>
2377 <trans-unit id="1435317307066082710" datatype="html"> 2377 <trans-unit id="1435317307066082710" datatype="html">
2378 <source>Hide the video until a specific date</source> 2378 <source>Hide the video until a specific date</source>
2379 <target state="translated">Video bis zu einem bestimmten Datum verbergen</target> 2379 <target state="translated">Video bis zu einem bestimmten Datum verbergen</target>
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> 2380
2381 </trans-unit> 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>
2382 <trans-unit id="6148369758871787018"> 2382 <trans-unit id="6148369758871787018">
2383 <source>Video background image</source> 2383 <source>Video background image</source>
2384 <target>Videohintergrundbild</target> 2384 <target>Videohintergrundbild</target>
@@ -3275,9 +3275,9 @@ Hilf mit PeerTube zu übersetzen!</target>
3275 <trans-unit id="8286337167859377104"> 3275 <trans-unit id="8286337167859377104">
3276 <source>Create user</source> 3276 <source>Create user</source>
3277 <target>Benutzer anlegen</target> 3277 <target>Benutzer anlegen</target>
3278 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-group> 3278
3279 <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> 3279
3280 </trans-unit> 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>
3281 <trans-unit id="8363291180171434623" datatype="html"> 3281 <trans-unit id="8363291180171434623" datatype="html">
3282 <source>Table parameters</source> 3282 <source>Table parameters</source>
3283 <target state="translated">Tabelleneigenschaften</target> 3283 <target state="translated">Tabelleneigenschaften</target>
@@ -7387,8 +7387,8 @@ Erstelle mein Konto</target>
7387 <trans-unit id="1886888801485703107"> 7387 <trans-unit id="1886888801485703107">
7388 <source>User <x id="PH"/> created.</source> 7388 <source>User <x id="PH"/> created.</source>
7389 <target>Benutzer <x id="PH"/> erstellt.</target> 7389 <target>Benutzer <x id="PH"/> erstellt.</target>
7390 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group> 7390
7391 </trans-unit> 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>
7392 <trans-unit id="8286337167859377104" datatype="html"> 7392 <trans-unit id="8286337167859377104" datatype="html">
7393 <source>Create user</source> 7393 <source>Create user</source>
7394 <target state="translated">Benutzer anlegen</target> 7394 <target state="translated">Benutzer anlegen</target>
@@ -8084,7 +8084,7 @@ Erstelle mein Konto</target>
8084 <target>Diesen Account abonnieren</target> 8084 <target>Diesen Account abonnieren</target>
8085 8085
8086 8086
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">701</context></context-group></trans-unit> 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>
8088 <trans-unit id="3131904093925601441" datatype="html"> 8088 <trans-unit id="3131904093925601441" datatype="html">
8089 <source>PLAYLISTS</source> 8089 <source>PLAYLISTS</source>
8090 <target state="translated">PLAYLISTS</target> 8090 <target state="translated">PLAYLISTS</target>
diff --git a/client/src/locale/angular.el-GR.xlf b/client/src/locale/angular.el-GR.xlf
index 306f3f5e0..a3b37b853 100644
--- a/client/src/locale/angular.el-GR.xlf
+++ b/client/src/locale/angular.el-GR.xlf
@@ -2340,12 +2340,12 @@ The link will expire within 1 hour.</target>
2340 <source>Scheduled</source> 2340 <source>Scheduled</source>
2341 <target>Προγραμματισμένο</target> 2341 <target>Προγραμματισμένο</target>
2342 2342
2343 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group></trans-unit> 2343 <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>
2344 <trans-unit id="1435317307066082710" datatype="html"> 2344 <trans-unit id="1435317307066082710" datatype="html">
2345 <source>Hide the video until a specific date</source> 2345 <source>Hide the video until a specific date</source>
2346 <target state="new">Hide the video until a specific date</target> 2346 <target state="new">Hide the video until a specific date</target>
2347 2347
2348 <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> 2348 <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>
2349 <trans-unit id="6148369758871787018"> 2349 <trans-unit id="6148369758871787018">
2350 <source>Video background image</source> 2350 <source>Video background image</source>
2351 <target>Εικόνα φόντου βίντεο</target> 2351 <target>Εικόνα φόντου βίντεο</target>
@@ -3312,7 +3312,7 @@ The link will expire within 1 hour.</target>
3312 <source>Create user</source> 3312 <source>Create user</source>
3313 <target>Δημιουργία χρήστη</target> 3313 <target>Δημιουργία χρήστη</target>
3314 3314
3315 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-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> 3315 <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>
3316 <trans-unit id="8363291180171434623" datatype="html"> 3316 <trans-unit id="8363291180171434623" datatype="html">
3317 <source>Table parameters</source> 3317 <source>Table parameters</source>
3318 <target state="new">Table parameters</target> 3318 <target state="new">Table parameters</target>
@@ -7614,8 +7614,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7614 <target>Ο χρήστης 7614 <target>Ο χρήστης
7615 <x id="PH"/> δημιουργήθηκε. 7615 <x id="PH"/> δημιουργήθηκε.
7616 </target> 7616 </target>
7617 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group> 7617
7618 </trans-unit> 7618 <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>
7619 <trans-unit id="8286337167859377104" datatype="html"> 7619 <trans-unit id="8286337167859377104" datatype="html">
7620 <source>Create user</source> 7620 <source>Create user</source>
7621 <target state="translated">Δημιουργία χρήστη</target> 7621 <target state="translated">Δημιουργία χρήστη</target>
@@ -8345,7 +8345,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8345 <target>Συνδρομή στον λογαριασμό</target> 8345 <target>Συνδρομή στον λογαριασμό</target>
8346 8346
8347 8347
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">701</context></context-group></trans-unit> 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>
8349 <trans-unit id="3131904093925601441" datatype="html"> 8349 <trans-unit id="3131904093925601441" datatype="html">
8350 <source>PLAYLISTS</source> 8350 <source>PLAYLISTS</source>
8351 <target state="new">PLAYLISTS</target> 8351 <target state="new">PLAYLISTS</target>
diff --git a/client/src/locale/angular.en-GB.xlf b/client/src/locale/angular.en-GB.xlf
index bfc4139b4..034488b82 100644
--- a/client/src/locale/angular.en-GB.xlf
+++ b/client/src/locale/angular.en-GB.xlf
@@ -2325,12 +2325,12 @@ The link will expire within 1 hour.</target>
2325 <source>Scheduled</source> 2325 <source>Scheduled</source>
2326 <target>Scheduled</target> 2326 <target>Scheduled</target>
2327 2327
2328 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group></trans-unit> 2328 <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>
2329 <trans-unit id="1435317307066082710" datatype="html"> 2329 <trans-unit id="1435317307066082710" datatype="html">
2330 <source>Hide the video until a specific date</source> 2330 <source>Hide the video until a specific date</source>
2331 <target state="new">Hide the video until a specific date</target> 2331 <target state="new">Hide the video until a specific date</target>
2332 2332
2333 <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> 2333 <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>
2334 <trans-unit id="6148369758871787018" datatype="html"> 2334 <trans-unit id="6148369758871787018" datatype="html">
2335 <source>Video background image</source> 2335 <source>Video background image</source>
2336 <target state="new">Video background image</target> 2336 <target state="new">Video background image</target>
@@ -3208,7 +3208,7 @@ The link will expire within 1 hour.</target>
3208 <source>Create user</source> 3208 <source>Create user</source>
3209 <target>Create user</target> 3209 <target>Create user</target>
3210 3210
3211 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-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> 3211 <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>
3212 <trans-unit id="8363291180171434623" datatype="html"> 3212 <trans-unit id="8363291180171434623" datatype="html">
3213 <source>Table parameters</source> 3213 <source>Table parameters</source>
3214 <target state="new">Table parameters</target> 3214 <target state="new">Table parameters</target>
@@ -7171,7 +7171,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7171 <x id="PH"/> created. 7171 <x id="PH"/> created.
7172 </target> 7172 </target>
7173 7173
7174 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="8286337167859377104" datatype="html"> 7174 <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><trans-unit id="8286337167859377104" datatype="html">
7175 <source>Create user</source><target state="new">Create user</target> 7175 <source>Create user</source><target state="new">Create user</target>
7176 7176
7177 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit><trans-unit id="7098180453085889026" datatype="html"> 7177 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit><trans-unit id="7098180453085889026" datatype="html">
@@ -7834,7 +7834,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7834 <target>Subscribe to the account</target> 7834 <target>Subscribe to the account</target>
7835 7835
7836 7836
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">701</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html"> 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">
7838 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target> 7838 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target>
7839 <context-group purpose="location"> 7839 <context-group purpose="location">
7840 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 7840 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
diff --git a/client/src/locale/angular.en-US.xlf b/client/src/locale/angular.en-US.xlf
index 913ce3e6b..707ab9e3b 100644
--- a/client/src/locale/angular.en-US.xlf
+++ b/client/src/locale/angular.en-US.xlf
@@ -2127,12 +2127,12 @@ The link will expire within 1 hour.</target>
2127 <source>Scheduled</source> 2127 <source>Scheduled</source>
2128 <target state="final">Scheduled</target> 2128 <target state="final">Scheduled</target>
2129 2129
2130 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group></trans-unit> 2130 <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>
2131 <trans-unit id="1435317307066082710" datatype="html"> 2131 <trans-unit id="1435317307066082710" datatype="html">
2132 <source>Hide the video until a specific date</source> 2132 <source>Hide the video until a specific date</source>
2133 <target state="final">Hide the video until a specific date</target> 2133 <target state="final">Hide the video until a specific date</target>
2134 2134
2135 <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> 2135 <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>
2136 <trans-unit id="6148369758871787018" datatype="html"> 2136 <trans-unit id="6148369758871787018" datatype="html">
2137 <source>Video background image</source> 2137 <source>Video background image</source>
2138 <target state="final">Video background image</target> 2138 <target state="final">Video background image</target>
@@ -2975,7 +2975,7 @@ The link will expire within 1 hour.</target>
2975 <source>Create user</source> 2975 <source>Create user</source>
2976 <target state="final">Create user</target> 2976 <target state="final">Create user</target>
2977 2977
2978 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-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> 2978 <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>
2979 <trans-unit id="8363291180171434623" datatype="html"> 2979 <trans-unit id="8363291180171434623" datatype="html">
2980 <source>Table parameters</source> 2980 <source>Table parameters</source>
2981 <target state="final">Table parameters</target> 2981 <target state="final">Table parameters</target>
@@ -6762,7 +6762,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
6762 <source>User <x id="PH"/> created.</source> 6762 <source>User <x id="PH"/> created.</source>
6763 <target state="final">User <x id="PH"/> created.</target> 6763 <target state="final">User <x id="PH"/> created.</target>
6764 6764
6765 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="8286337167859377104" datatype="html"> 6765 <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><trans-unit id="8286337167859377104" datatype="html">
6766 <source>Create user</source><target state="final">Create user</target> 6766 <source>Create user</source><target state="final">Create user</target>
6767 6767
6768 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit><trans-unit id="7098180453085889026" datatype="html"> 6768 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit><trans-unit id="7098180453085889026" datatype="html">
@@ -7389,7 +7389,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7389 <target state="final">Subscribe to the account</target> 7389 <target state="final">Subscribe to the account</target>
7390 7390
7391 7391
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">701</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html"> 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">
7393 <source>PLAYLISTS</source><target state="final">PLAYLISTS</target> 7393 <source>PLAYLISTS</source><target state="final">PLAYLISTS</target>
7394 <context-group purpose="location"> 7394 <context-group purpose="location">
7395 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 7395 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
diff --git a/client/src/locale/angular.eo.xlf b/client/src/locale/angular.eo.xlf
index 98ca3a533..884779094 100644
--- a/client/src/locale/angular.eo.xlf
+++ b/client/src/locale/angular.eo.xlf
@@ -2209,12 +2209,12 @@ The link will expire within 1 hour.</source>
2209 <source>Scheduled</source> 2209 <source>Scheduled</source>
2210 <target>Planita</target> 2210 <target>Planita</target>
2211 2211
2212 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group></trans-unit> 2212 <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>
2213 <trans-unit id="1435317307066082710" datatype="html"> 2213 <trans-unit id="1435317307066082710" datatype="html">
2214 <source>Hide the video until a specific date</source> 2214 <source>Hide the video until a specific date</source>
2215 <target state="translated">Kaŝi la filmon ĝis la donita dato</target> 2215 <target state="translated">Kaŝi la filmon ĝis la donita dato</target>
2216 2216
2217 <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> 2217 <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>
2218 <trans-unit id="6148369758871787018"> 2218 <trans-unit id="6148369758871787018">
2219 <source>Video background image</source> 2219 <source>Video background image</source>
2220 <target>Fonbildo de filmo</target> 2220 <target>Fonbildo de filmo</target>
@@ -3123,7 +3123,7 @@ The link will expire within 1 hour.</source>
3123 <source>Create user</source> 3123 <source>Create user</source>
3124 <target>Krei uzanton</target> 3124 <target>Krei uzanton</target>
3125 3125
3126 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-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> 3126 <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>
3127 <trans-unit id="8363291180171434623" datatype="html"> 3127 <trans-unit id="8363291180171434623" datatype="html">
3128 <source>Table parameters</source> 3128 <source>Table parameters</source>
3129 <target state="translated">Distingaĵoj de tabelo</target> 3129 <target state="translated">Distingaĵoj de tabelo</target>
@@ -7136,8 +7136,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7136 <trans-unit id="1886888801485703107"> 7136 <trans-unit id="1886888801485703107">
7137 <source>User <x id="PH"/> created.</source> 7137 <source>User <x id="PH"/> created.</source>
7138 <target>Uzanto <x id="PH"/> kreita.</target> 7138 <target>Uzanto <x id="PH"/> kreita.</target>
7139 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group> 7139
7140 </trans-unit> 7140 <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>
7141 <trans-unit id="8286337167859377104" datatype="html"> 7141 <trans-unit id="8286337167859377104" datatype="html">
7142 <source>Create user</source> 7142 <source>Create user</source>
7143 <target state="translated">Krei uzanton</target> 7143 <target state="translated">Krei uzanton</target>
@@ -7825,7 +7825,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7825 <target>Aboni la konton</target> 7825 <target>Aboni la konton</target>
7826 7826
7827 7827
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">701</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html"> 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">
7829 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target> 7829 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target>
7830 <context-group purpose="location"> 7830 <context-group purpose="location">
7831 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 7831 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
diff --git a/client/src/locale/angular.es-ES.xlf b/client/src/locale/angular.es-ES.xlf
index 496832e96..d2905bb7b 100644
--- a/client/src/locale/angular.es-ES.xlf
+++ b/client/src/locale/angular.es-ES.xlf
@@ -2371,13 +2371,13 @@ The link will expire within 1 hour.</source>
2371 <trans-unit id="9172233176401579786"> 2371 <trans-unit id="9172233176401579786">
2372 <source>Scheduled</source> 2372 <source>Scheduled</source>
2373 <target>Programado</target> 2373 <target>Programado</target>
2374 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group> 2374
2375 </trans-unit> 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>
2376 <trans-unit id="1435317307066082710" datatype="html"> 2376 <trans-unit id="1435317307066082710" datatype="html">
2377 <source>Hide the video until a specific date</source> 2377 <source>Hide the video until a specific date</source>
2378 <target state="translated">Ocultar el video hasta una fecha específica</target> 2378 <target state="translated">Ocultar el video hasta una fecha específica</target>
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> 2379
2380 </trans-unit> 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>
2381 <trans-unit id="6148369758871787018" datatype="html"> 2381 <trans-unit id="6148369758871787018" datatype="html">
2382 <source>Video background image</source> 2382 <source>Video background image</source>
2383 <target state="translated">Imagen de fondo de vídeo</target> 2383 <target state="translated">Imagen de fondo de vídeo</target>
@@ -3261,9 +3261,9 @@ The link will expire within 1 hour.</source>
3261 <trans-unit id="8286337167859377104"> 3261 <trans-unit id="8286337167859377104">
3262 <source>Create user</source> 3262 <source>Create user</source>
3263 <target>Crear usuario</target> 3263 <target>Crear usuario</target>
3264 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-group> 3264
3265 <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> 3265
3266 </trans-unit> 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>
3267 <trans-unit id="8363291180171434623" datatype="html"> 3267 <trans-unit id="8363291180171434623" datatype="html">
3268 <source>Table parameters</source> 3268 <source>Table parameters</source>
3269 <target state="translated">Parámetros de la tabla</target> 3269 <target state="translated">Parámetros de la tabla</target>
@@ -7385,8 +7385,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7385 <trans-unit id="1886888801485703107"> 7385 <trans-unit id="1886888801485703107">
7386 <source>User <x id="PH"/> created.</source> 7386 <source>User <x id="PH"/> created.</source>
7387 <target>Usuario <x id="PH"/> creado.</target> 7387 <target>Usuario <x id="PH"/> creado.</target>
7388 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group> 7388
7389 </trans-unit> 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>
7390 <trans-unit id="8286337167859377104" datatype="html"> 7390 <trans-unit id="8286337167859377104" datatype="html">
7391 <source>Create user</source> 7391 <source>Create user</source>
7392 <target state="translated">Crear usuario</target> 7392 <target state="translated">Crear usuario</target>
@@ -8080,9 +8080,9 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8080 <trans-unit id="1783173774503340906"> 8080 <trans-unit id="1783173774503340906">
8081 <source>Subscribe to the account</source> 8081 <source>Subscribe to the account</source>
8082 <target>Suscribirse a la cuenta</target> 8082 <target>Suscribirse a la cuenta</target>
8083 <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> 8083
8084 <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> 8084
8085 </trans-unit> 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>
8086 <trans-unit id="3131904093925601441" datatype="html"> 8086 <trans-unit id="3131904093925601441" datatype="html">
8087 <source>PLAYLISTS</source> 8087 <source>PLAYLISTS</source>
8088 <target state="translated">LISTAS DE REPRODUCCIÓN</target> 8088 <target state="translated">LISTAS DE REPRODUCCIÓN</target>
diff --git a/client/src/locale/angular.eu-ES.xlf b/client/src/locale/angular.eu-ES.xlf
index 9e7d8362b..627f6c5d3 100644
--- a/client/src/locale/angular.eu-ES.xlf
+++ b/client/src/locale/angular.eu-ES.xlf
@@ -2288,12 +2288,12 @@ The link will expire within 1 hour.</source>
2288 <source>Scheduled</source> 2288 <source>Scheduled</source>
2289 <target>Programatuta</target> 2289 <target>Programatuta</target>
2290 2290
2291 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group></trans-unit> 2291 <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>
2292 <trans-unit id="1435317307066082710" datatype="html"> 2292 <trans-unit id="1435317307066082710" datatype="html">
2293 <source>Hide the video until a specific date</source> 2293 <source>Hide the video until a specific date</source>
2294 <target state="translated">Ezkutatu bideoa data zehatz bat arte</target> 2294 <target state="translated">Ezkutatu bideoa data zehatz bat arte</target>
2295 2295
2296 <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> 2296 <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>
2297 <trans-unit id="6148369758871787018" datatype="html"> 2297 <trans-unit id="6148369758871787018" datatype="html">
2298 <source>Video background image</source> 2298 <source>Video background image</source>
2299 <target state="translated">Bideoaren atzeko irudia</target> 2299 <target state="translated">Bideoaren atzeko irudia</target>
@@ -3230,7 +3230,7 @@ The link will expire within 1 hour.</source>
3230 <source>Create user</source> 3230 <source>Create user</source>
3231 <target>Sortu erabiltzailea</target> 3231 <target>Sortu erabiltzailea</target>
3232 3232
3233 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-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> 3233 <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>
3234 <trans-unit id="8363291180171434623" datatype="html"> 3234 <trans-unit id="8363291180171434623" datatype="html">
3235 <source>Table parameters</source> 3235 <source>Table parameters</source>
3236 <target state="new">Table parameters</target> 3236 <target state="new">Table parameters</target>
@@ -7449,8 +7449,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7449 <target> 7449 <target>
7450 <x id="PH"/> erabiltzailea sortuta. 7450 <x id="PH"/> erabiltzailea sortuta.
7451 </target> 7451 </target>
7452 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group> 7452
7453 </trans-unit> 7453 <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>
7454 <trans-unit id="8286337167859377104" datatype="html"> 7454 <trans-unit id="8286337167859377104" datatype="html">
7455 <source>Create user</source> 7455 <source>Create user</source>
7456 <target state="new">Create user</target> 7456 <target state="new">Create user</target>
@@ -8171,7 +8171,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8171 <target>Harpidetu kontura</target> 8171 <target>Harpidetu kontura</target>
8172 8172
8173 8173
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">701</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html"> 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">
8175 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target> 8175 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target>
8176 <context-group purpose="location"> 8176 <context-group purpose="location">
8177 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 8177 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
diff --git a/client/src/locale/angular.fa-IR.xlf b/client/src/locale/angular.fa-IR.xlf
index 9987f2799..5d8ef8d28 100644
--- a/client/src/locale/angular.fa-IR.xlf
+++ b/client/src/locale/angular.fa-IR.xlf
@@ -2456,13 +2456,13 @@ The link will expire within 1 hour.</target>
2456 <trans-unit id="9172233176401579786" datatype="html"> 2456 <trans-unit id="9172233176401579786" datatype="html">
2457 <source>Scheduled</source> 2457 <source>Scheduled</source>
2458 <target state="new">Scheduled</target> 2458 <target state="new">Scheduled</target>
2459 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group> 2459
2460 </trans-unit> 2460 <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>
2461 <trans-unit id="1435317307066082710" datatype="html"> 2461 <trans-unit id="1435317307066082710" datatype="html">
2462 <source>Hide the video until a specific date</source> 2462 <source>Hide the video until a specific date</source>
2463 <target state="new">Hide the video until a specific date</target> 2463 <target state="new">Hide the video until a specific date</target>
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> 2464
2465 </trans-unit> 2465 <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>
2466 <trans-unit id="6148369758871787018" datatype="html"> 2466 <trans-unit id="6148369758871787018" datatype="html">
2467 <source>Video background image</source> 2467 <source>Video background image</source>
2468 <target state="new">Video background image</target> 2468 <target state="new">Video background image</target>
@@ -3401,9 +3401,9 @@ The link will expire within 1 hour.</target>
3401 <trans-unit id="8286337167859377104"> 3401 <trans-unit id="8286337167859377104">
3402 <source>Create user</source> 3402 <source>Create user</source>
3403 <target>ایجاد کاربر</target> 3403 <target>ایجاد کاربر</target>
3404 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-group> 3404
3405 <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> 3405
3406 </trans-unit> 3406 <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>
3407 <trans-unit id="8363291180171434623" datatype="html"> 3407 <trans-unit id="8363291180171434623" datatype="html">
3408 <source>Table parameters</source> 3408 <source>Table parameters</source>
3409 <target state="new">Table parameters</target> 3409 <target state="new">Table parameters</target>
@@ -7748,8 +7748,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7748 <target state="new">User 7748 <target state="new">User
7749 <x id="PH"/> created. 7749 <x id="PH"/> created.
7750 </target> 7750 </target>
7751 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group> 7751
7752 </trans-unit> 7752 <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>
7753 <trans-unit id="8286337167859377104" datatype="html"> 7753 <trans-unit id="8286337167859377104" datatype="html">
7754 <source>Create user</source> 7754 <source>Create user</source>
7755 <target state="new">Create user</target> 7755 <target state="new">Create user</target>
@@ -8482,7 +8482,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8482 <target state="new">Subscribe to the account</target> 8482 <target state="new">Subscribe to the account</target>
8483 8483
8484 8484
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">701</context></context-group></trans-unit> 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>
8486 <trans-unit id="3131904093925601441" datatype="html"> 8486 <trans-unit id="3131904093925601441" datatype="html">
8487 <source>PLAYLISTS</source> 8487 <source>PLAYLISTS</source>
8488 <target state="new">PLAYLISTS</target> 8488 <target state="new">PLAYLISTS</target>
diff --git a/client/src/locale/angular.fi-FI.xlf b/client/src/locale/angular.fi-FI.xlf
index 19e8fd80f..574375b5f 100644
--- a/client/src/locale/angular.fi-FI.xlf
+++ b/client/src/locale/angular.fi-FI.xlf
@@ -2304,12 +2304,12 @@ The link will expire within 1 hour.</target>
2304 <source>Scheduled</source> 2304 <source>Scheduled</source>
2305 <target>Ajoitettu</target> 2305 <target>Ajoitettu</target>
2306 2306
2307 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group></trans-unit> 2307 <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>
2308 <trans-unit id="1435317307066082710" datatype="html"> 2308 <trans-unit id="1435317307066082710" datatype="html">
2309 <source>Hide the video until a specific date</source> 2309 <source>Hide the video until a specific date</source>
2310 <target state="new">Hide the video until a specific date</target> 2310 <target state="new">Hide the video until a specific date</target>
2311 2311
2312 <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> 2312 <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>
2313 <trans-unit id="6148369758871787018"> 2313 <trans-unit id="6148369758871787018">
2314 <source>Video background image</source> 2314 <source>Video background image</source>
2315 <target>Videon taustakuva</target> 2315 <target>Videon taustakuva</target>
@@ -3189,7 +3189,7 @@ The link will expire within 1 hour.</target>
3189 <source>Create user</source> 3189 <source>Create user</source>
3190 <target>Luo tili</target> 3190 <target>Luo tili</target>
3191 3191
3192 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-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> 3192 <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>
3193 <trans-unit id="8363291180171434623" datatype="html"> 3193 <trans-unit id="8363291180171434623" datatype="html">
3194 <source>Table parameters</source> 3194 <source>Table parameters</source>
3195 <target state="new">Table parameters</target> 3195 <target state="new">Table parameters</target>
@@ -7151,7 +7151,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7151 <x id="PH"/> luotiin. 7151 <x id="PH"/> luotiin.
7152 </target> 7152 </target>
7153 7153
7154 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="8286337167859377104" datatype="html"> 7154 <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><trans-unit id="8286337167859377104" datatype="html">
7155 <source>Create user</source><target state="new">Create user</target> 7155 <source>Create user</source><target state="new">Create user</target>
7156 7156
7157 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit><trans-unit id="7098180453085889026" datatype="html"> 7157 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit><trans-unit id="7098180453085889026" datatype="html">
@@ -7814,7 +7814,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7814 <target>Tilaa käyttäjä</target> 7814 <target>Tilaa käyttäjä</target>
7815 7815
7816 7816
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">701</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html"> 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">
7818 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target> 7818 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target>
7819 <context-group purpose="location"> 7819 <context-group purpose="location">
7820 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 7820 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
diff --git a/client/src/locale/angular.fr-FR.xlf b/client/src/locale/angular.fr-FR.xlf
index 4a04661f0..a092c252f 100644
--- a/client/src/locale/angular.fr-FR.xlf
+++ b/client/src/locale/angular.fr-FR.xlf
@@ -2375,13 +2375,13 @@ The link will expire within 1 hour.</source>
2375 <trans-unit id="9172233176401579786"> 2375 <trans-unit id="9172233176401579786">
2376 <source>Scheduled</source> 2376 <source>Scheduled</source>
2377 <target>Planifié</target> 2377 <target>Planifié</target>
2378 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group> 2378
2379 </trans-unit> 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>
2380 <trans-unit id="1435317307066082710" datatype="html"> 2380 <trans-unit id="1435317307066082710" datatype="html">
2381 <source>Hide the video until a specific date</source> 2381 <source>Hide the video until a specific date</source>
2382 <target state="translated">Masquer la vidéo jusqu'à une date précise</target> 2382 <target state="translated">Masquer la vidéo jusqu'à une date précise</target>
2383 <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> 2383
2384 </trans-unit> 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>
2385 <trans-unit id="6148369758871787018"> 2385 <trans-unit id="6148369758871787018">
2386 <source>Video background image</source> 2386 <source>Video background image</source>
2387 <target>Image d'arrière-plan de la vidéo</target> 2387 <target>Image d'arrière-plan de la vidéo</target>
@@ -3268,9 +3268,9 @@ The link will expire within 1 hour.</source>
3268 <trans-unit id="8286337167859377104"> 3268 <trans-unit id="8286337167859377104">
3269 <source>Create user</source> 3269 <source>Create user</source>
3270 <target>Créer un utilisateur</target> 3270 <target>Créer un utilisateur</target>
3271 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-group> 3271
3272 <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> 3272
3273 </trans-unit> 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>
3274 <trans-unit id="8363291180171434623" datatype="html"> 3274 <trans-unit id="8363291180171434623" datatype="html">
3275 <source>Table parameters</source> 3275 <source>Table parameters</source>
3276 <target state="translated">Paramètres des tables</target> 3276 <target state="translated">Paramètres des tables</target>
@@ -6816,9 +6816,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6816 </trans-unit> 6816 </trans-unit>
6817 <trans-unit id="2520968456492632777"> 6817 <trans-unit id="2520968456492632777">
6818 <source><x id="PH"/> accepted in instance followers </source> 6818 <source><x id="PH"/> accepted in instance followers </source>
6819 <target> 6819 <target><x id="PH"/> a été accepté dans les instances qui vous suivent </target>
6820 <x id="PH"/> a été accepté des instances qui vous suivent
6821 </target>
6822 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">41</context></context-group> 6820 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">41</context></context-group>
6823 </trans-unit> 6821 </trans-unit>
6824 <trans-unit id="450530533730658004"> 6822 <trans-unit id="450530533730658004">
@@ -7400,8 +7398,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7400 <trans-unit id="1886888801485703107"> 7398 <trans-unit id="1886888801485703107">
7401 <source>User <x id="PH"/> created.</source> 7399 <source>User <x id="PH"/> created.</source>
7402 <target>Utilisateur·rice <x id="PH"/> créé.e.</target> 7400 <target>Utilisateur·rice <x id="PH"/> créé.e.</target>
7403 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group> 7401
7404 </trans-unit> 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>
7405 <trans-unit id="8286337167859377104" datatype="html"> 7403 <trans-unit id="8286337167859377104" datatype="html">
7406 <source>Create user</source> 7404 <source>Create user</source>
7407 <target state="translated">Créer un utilisateur</target> 7405 <target state="translated">Créer un utilisateur</target>
@@ -8095,9 +8093,9 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8095 <trans-unit id="1783173774503340906"> 8093 <trans-unit id="1783173774503340906">
8096 <source>Subscribe to the account</source> 8094 <source>Subscribe to the account</source>
8097 <target>S'abonner à ce compte</target> 8095 <target>S'abonner à ce compte</target>
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> 8096
8099 <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> 8097
8100 </trans-unit> 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>
8101 <trans-unit id="3131904093925601441" datatype="html"> 8099 <trans-unit id="3131904093925601441" datatype="html">
8102 <source>PLAYLISTS</source> 8100 <source>PLAYLISTS</source>
8103 <target state="translated">LISTES DE LECTURE</target> 8101 <target state="translated">LISTES DE LECTURE</target>
diff --git a/client/src/locale/angular.fr.xlf b/client/src/locale/angular.fr.xlf
index 6e3fc1605..1bb2622a9 100644
--- a/client/src/locale/angular.fr.xlf
+++ b/client/src/locale/angular.fr.xlf
@@ -1092,7 +1092,7 @@
1092 </trans-unit> 1092 </trans-unit>
1093 <trans-unit id="3326446048041727269" datatype="html"> 1093 <trans-unit id="3326446048041727269" datatype="html">
1094 <source>Display/Video settings updated.</source> 1094 <source>Display/Video settings updated.</source>
1095 <target>Mise à jour des paramètres d'affichage et de vidéo.</target> 1095 <target>Paramètres d'affichage et de vidéo mis à jour.</target>
1096 <context-group purpose="location"> 1096 <context-group purpose="location">
1097 <context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.ts</context> 1097 <context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.ts</context>
1098 <context context-type="linenumber">140</context> 1098 <context context-type="linenumber">140</context>
@@ -1300,7 +1300,7 @@
1300 </trans-unit> 1300 </trans-unit>
1301 <trans-unit id="7565716024468232322" datatype="html"> 1301 <trans-unit id="7565716024468232322" datatype="html">
1302 <source>Links</source> 1302 <source>Links</source>
1303 <target>Les liens</target> 1303 <target>Liens</target>
1304 <context-group purpose="location"> 1304 <context-group purpose="location">
1305 <context context-type="sourcefile">src/app/shared/shared-main/misc/help.component.ts</context> 1305 <context context-type="sourcefile">src/app/shared/shared-main/misc/help.component.ts</context>
1306 <context context-type="linenumber">82</context> 1306 <context context-type="linenumber">82</context>
@@ -1324,7 +1324,7 @@
1324 </trans-unit> 1324 </trans-unit>
1325 <trans-unit id="414887388288176527" datatype="html"> 1325 <trans-unit id="414887388288176527" datatype="html">
1326 <source>Images</source> 1326 <source>Images</source>
1327 <target>Les images</target> 1327 <target>Images</target>
1328 <context-group purpose="location"> 1328 <context-group purpose="location">
1329 <context context-type="sourcefile">src/app/shared/shared-main/misc/help.component.ts</context> 1329 <context context-type="sourcefile">src/app/shared/shared-main/misc/help.component.ts</context>
1330 <context context-type="linenumber">85</context> 1330 <context context-type="linenumber">85</context>
@@ -1476,7 +1476,7 @@
1476 </trans-unit> 1476 </trans-unit>
1477 <trans-unit id="ngb.carousel.slide-number" datatype="html"> 1477 <trans-unit id="ngb.carousel.slide-number" datatype="html">
1478 <source>Slide <x id="INTERPOLATION" equiv-text="ate _pauseOnHov"/> of <x id="INTERPOLATION_1" equiv-text="ect(false); p"/> </source> 1478 <source>Slide <x id="INTERPOLATION" equiv-text="ate _pauseOnHov"/> of <x id="INTERPOLATION_1" equiv-text="ect(false); p"/> </source>
1479 <target state="translated">Diapositive <x id="INTERPOLATION" equiv-text="ate _pauseOnHov"/> sur <x id="INTERPOLATION_1" equiv-text="ect(false); p"/> </target> 1479 <target state="translated">Diapositive <x id="INTERPOLATION" equiv-text="ate _pauseOnHov"/> sur <x id="INTERPOLATION_1" equiv-text="ect(false); p"/> </target>
1480 <context-group purpose="location"> 1480 <context-group purpose="location">
1481 <context context-type="sourcefile">node_modules/@ng-bootstrap/src/carousel/carousel.ts</context> 1481 <context context-type="sourcefile">node_modules/@ng-bootstrap/src/carousel/carousel.ts</context>
1482 <context context-type="linenumber">114,118</context> 1482 <context context-type="linenumber">114,118</context>
@@ -5266,7 +5266,7 @@
5266 </trans-unit> 5266 </trans-unit>
5267 <trans-unit id="4561174610228620528" datatype="html"> 5267 <trans-unit id="4561174610228620528" datatype="html">
5268 <source>Select the next owner</source> 5268 <source>Select the next owner</source>
5269 <target state="translated">Sélectionner le prochain·e propriétaire</target> 5269 <target state="translated">Sélectionner le prochain propriétaire</target>
5270 <context-group purpose="location"> 5270 <context-group purpose="location">
5271 <context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context> 5271 <context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context>
5272 <context context-type="linenumber">10</context> 5272 <context context-type="linenumber">10</context>
@@ -6142,7 +6142,7 @@
6142 </trans-unit> 6142 </trans-unit>
6143 <trans-unit id="5325873477837320044" datatype="html"> 6143 <trans-unit id="5325873477837320044" datatype="html">
6144 <source>You cannot delete root.</source> 6144 <source>You cannot delete root.</source>
6145 <target state="translated">Vous ne pouvez pas supprimer l'utilisateur·rice root.</target> 6145 <target state="translated">Vous ne pouvez pas supprimer l'utilisateur root.</target>
6146 <context-group purpose="location"> 6146 <context-group purpose="location">
6147 <context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context> 6147 <context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context>
6148 <context context-type="linenumber">86</context> 6148 <context context-type="linenumber">86</context>
@@ -6262,7 +6262,7 @@
6262 </trans-unit> 6262 </trans-unit>
6263 <trans-unit id="8173437618471379044" datatype="html"> 6263 <trans-unit id="8173437618471379044" datatype="html">
6264 <source>Are you sure you want to remove all the comments of this account?</source> 6264 <source>Are you sure you want to remove all the comments of this account?</source>
6265 <target state="translated">Êtes-vous certain·e de vouloir supprimer tous les commentaires de ce compte ?</target> 6265 <target state="translated">Êtes-vous certain de vouloir supprimer tous les commentaires de ce compte ?</target>
6266 <context-group purpose="location"> 6266 <context-group purpose="location">
6267 <context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context> 6267 <context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context>
6268 <context context-type="linenumber">228</context> 6268 <context context-type="linenumber">228</context>
@@ -6286,7 +6286,7 @@
6286 </trans-unit> 6286 </trans-unit>
6287 <trans-unit id="7187838764371214919" datatype="html"> 6287 <trans-unit id="7187838764371214919" datatype="html">
6288 <source>Edit user</source> 6288 <source>Edit user</source>
6289 <target state="translated">Modifier l’utilisateur·ice</target> 6289 <target state="translated">Modifier l’utilisateur</target>
6290 <context-group purpose="location"> 6290 <context-group purpose="location">
6291 <context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context> 6291 <context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context>
6292 <context context-type="linenumber">263</context> 6292 <context context-type="linenumber">263</context>
@@ -6302,7 +6302,7 @@
6302 </trans-unit> 6302 </trans-unit>
6303 <trans-unit id="7913022656086109932" datatype="html"> 6303 <trans-unit id="7913022656086109932" datatype="html">
6304 <source>Delete user</source> 6304 <source>Delete user</source>
6305 <target state="translated">Supprimer l’utilisateur·ice</target> 6305 <target state="translated">Supprimer l’utilisateur</target>
6306 <context-group purpose="location"> 6306 <context-group purpose="location">
6307 <context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context> 6307 <context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context>
6308 <context context-type="linenumber">268</context> 6308 <context context-type="linenumber">268</context>
@@ -6346,7 +6346,7 @@
6346 </trans-unit> 6346 </trans-unit>
6347 <trans-unit id="7577876364431026966" datatype="html"> 6347 <trans-unit id="7577876364431026966" datatype="html">
6348 <source>Unban user</source> 6348 <source>Unban user</source>
6349 <target state="translated">Lever l'interdiction pour l’utilisateur·ice</target> 6349 <target state="translated">Lever l'interdiction pour l’utilisateur</target>
6350 <context-group purpose="location"> 6350 <context-group purpose="location">
6351 <context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context> 6351 <context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context>
6352 <context context-type="linenumber">279</context> 6352 <context context-type="linenumber">279</context>
@@ -6630,7 +6630,7 @@
6630 </trans-unit> 6630 </trans-unit>
6631 <trans-unit id="3622946684246476652" datatype="html"> 6631 <trans-unit id="3622946684246476652" datatype="html">
6632 <source>Do you really want to delete this video?</source> 6632 <source>Do you really want to delete this video?</source>
6633 <target state="translated">Êtes-vous bien sûr·e de vouloir supprimer cette vidéo ?</target> 6633 <target state="translated">Êtes-vous bien sûr de vouloir supprimer cette vidéo ?</target>
6634 <context-group purpose="location"> 6634 <context-group purpose="location">
6635 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context> 6635 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context>
6636 <context context-type="linenumber">203</context> 6636 <context context-type="linenumber">203</context>
@@ -7366,7 +7366,7 @@
7366 </trans-unit> 7366 </trans-unit>
7367 <trans-unit id="7908493851025027368" datatype="html"> 7367 <trans-unit id="7908493851025027368" datatype="html">
7368 <source>A banned user will no longer be able to login.</source> 7368 <source>A banned user will no longer be able to login.</source>
7369 <target state="translated">Un·e utilisateur·rice banni·e ne sera plus capable de se connecter.</target> 7369 <target state="translated">Un utilisateur banni ne sera plus capable de se connecter.</target>
7370 <context-group purpose="location"> 7370 <context-group purpose="location">
7371 <context context-type="sourcefile">src/app/shared/shared-moderation/user-ban-modal.component.html</context> 7371 <context context-type="sourcefile">src/app/shared/shared-moderation/user-ban-modal.component.html</context>
7372 <context context-type="linenumber">21,22</context> 7372 <context context-type="linenumber">21,22</context>
@@ -7374,7 +7374,7 @@
7374 </trans-unit> 7374 </trans-unit>
7375 <trans-unit id="3616223838716839702" datatype="html"> 7375 <trans-unit id="3616223838716839702" datatype="html">
7376 <source>Ban this user</source> 7376 <source>Ban this user</source>
7377 <target state="translated">Bannir cet·te utilisateur·rice</target> 7377 <target state="translated">Bannir cet utilisateur</target>
7378 <context-group purpose="location"> 7378 <context-group purpose="location">
7379 <context context-type="sourcefile">src/app/shared/shared-moderation/user-ban-modal.component.html</context> 7379 <context context-type="sourcefile">src/app/shared/shared-moderation/user-ban-modal.component.html</context>
7380 <context context-type="linenumber">31</context> 7380 <context context-type="linenumber">31</context>
@@ -7594,7 +7594,7 @@
7594 </trans-unit> 7594 </trans-unit>
7595 <trans-unit id="3868123820758341861" datatype="html"> 7595 <trans-unit id="3868123820758341861" datatype="html">
7596 <source>Username is required.</source> 7596 <source>Username is required.</source>
7597 <target state="translated">Le nom d'utilisateur·rice est requis.</target> 7597 <target state="translated">Le nom d'utilisateur est requis.</target>
7598 <context-group purpose="location"> 7598 <context-group purpose="location">
7599 <context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context> 7599 <context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context>
7600 <context context-type="linenumber">12</context> 7600 <context context-type="linenumber">12</context>
@@ -9206,7 +9206,7 @@
9206 </trans-unit> 9206 </trans-unit>
9207 <trans-unit id="7373104725413001009" datatype="html"> 9207 <trans-unit id="7373104725413001009" datatype="html">
9208 <source>You or your channel(s) has a new follower</source> 9208 <source>You or your channel(s) has a new follower</source>
9209 <target state="translated">Vous ou votre chaîne avez/a un·e nouvel·le abonné·e</target> 9209 <target state="translated">Vous ou votre chaîne avez un nouvel abonné</target>
9210 <context-group purpose="location"> 9210 <context-group purpose="location">
9211 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context> 9211 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
9212 <context context-type="linenumber">40</context> 9212 <context context-type="linenumber">40</context>
@@ -9222,7 +9222,7 @@
9222 </trans-unit> 9222 </trans-unit>
9223 <trans-unit id="2018794201569157817" datatype="html"> 9223 <trans-unit id="2018794201569157817" datatype="html">
9224 <source>Your instance has a new follower</source> 9224 <source>Your instance has a new follower</source>
9225 <target state="translated">Votre instance a un·e nouvel·le abonné·e</target> 9225 <target state="translated">Votre instance a un nouvel abonné</target>
9226 <context-group purpose="location"> 9226 <context-group purpose="location">
9227 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context> 9227 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
9228 <context context-type="linenumber">42</context> 9228 <context context-type="linenumber">42</context>
@@ -10507,7 +10507,7 @@
10507 </trans-unit> 10507 </trans-unit>
10508 <trans-unit id="2355066641781598196" datatype="html"> 10508 <trans-unit id="2355066641781598196" datatype="html">
10509 <source>Follow request(s) sent!</source> 10509 <source>Follow request(s) sent!</source>
10510 <target state="translated">Requête·s envoyée·s !</target> 10510 <target state="translated">Requête(s) envoyée(s) !</target>
10511 <context-group purpose="location"> 10511 <context-group purpose="location">
10512 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context> 10512 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context>
10513 <context context-type="linenumber">47</context> 10513 <context context-type="linenumber">47</context>
@@ -11815,7 +11815,7 @@
11815 </trans-unit> 11815 </trans-unit>
11816 <trans-unit id="8858527736400081688" datatype="html"> 11816 <trans-unit id="8858527736400081688" datatype="html">
11817 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 11817 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
11818 <target state="translated">Cette vidéo contient du contenu sensible. Êtes-vous sûr·e de vouloir la regarder ?</target> 11818 <target state="translated">Cette vidéo contient du contenu sensible. Êtes-vous sûr de vouloir la regarder ?</target>
11819 <context-group purpose="location"> 11819 <context-group purpose="location">
11820 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context> 11820 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context>
11821 <context context-type="linenumber">547</context> 11821 <context context-type="linenumber">547</context>
@@ -12323,7 +12323,7 @@
12323 </trans-unit> 12323 </trans-unit>
12324 <trans-unit id="8756167649220050929" datatype="html"> 12324 <trans-unit id="8756167649220050929" datatype="html">
12325 <source>Lists</source> 12325 <source>Lists</source>
12326 <target state="translated">Les listes</target> 12326 <target state="translated">Listes</target>
12327 <context-group purpose="location"> 12327 <context-group purpose="location">
12328 <context context-type="sourcefile">src/app/+videos/+video-watch/comment/video-comment-add.component.html</context> 12328 <context context-type="sourcefile">src/app/+videos/+video-watch/comment/video-comment-add.component.html</context>
12329 <context context-type="linenumber">20</context> 12329 <context context-type="linenumber">20</context>
@@ -12751,7 +12751,7 @@
12751 </trans-unit> 12751 </trans-unit>
12752 <trans-unit id="5699822024600815733" datatype="html"> 12752 <trans-unit id="5699822024600815733" datatype="html">
12753 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 12753 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
12754 <target state="translated">Les données associées (étiquettes, description, etc.) seront par contre perdues ; êtes-vous sûr·e de vouloir quitter cette page ?</target> 12754 <target state="translated">Les données associées (étiquettes, description, etc.) seront par contre perdues ; êtes-vous sûr de vouloir quitter cette page ?</target>
12755 <context-group purpose="location"> 12755 <context-group purpose="location">
12756 <context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context> 12756 <context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context>
12757 <context context-type="linenumber">93</context> 12757 <context context-type="linenumber">93</context>
@@ -12759,7 +12759,7 @@
12759 </trans-unit> 12759 </trans-unit>
12760 <trans-unit id="1219739004043110649" datatype="html"> 12760 <trans-unit id="1219739004043110649" datatype="html">
12761 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 12761 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
12762 <target state="translated">Votre vidéo n'est pas encore téléversé ; êtes-vous sûr·e de vouloir quitter cette page ?</target> 12762 <target state="translated">Votre vidéo n'est pas encore téléversée ; êtes-vous sûr de vouloir quitter cette page ?</target>
12763 <context-group purpose="location"> 12763 <context-group purpose="location">
12764 <context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context> 12764 <context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context>
12765 <context context-type="linenumber">95</context> 12765 <context context-type="linenumber">95</context>
@@ -15374,7 +15374,7 @@
15374 </trans-unit> 15374 </trans-unit>
15375 <trans-unit id="3620117223790525725" datatype="html"> 15375 <trans-unit id="3620117223790525725" datatype="html">
15376 <source>Do you really want to delete this follower?</source> 15376 <source>Do you really want to delete this follower?</source>
15377 <target state="translated">Souhaitez-vous vraiment supprimer cet·te abonné·e ?</target> 15377 <target state="translated">Souhaitez-vous vraiment supprimer cet abonné ?</target>
15378 <context-group purpose="location"> 15378 <context-group purpose="location">
15379 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context> 15379 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context>
15380 <context context-type="linenumber">73</context> 15380 <context context-type="linenumber">73</context>
@@ -15406,7 +15406,7 @@
15406 </trans-unit> 15406 </trans-unit>
15407 <trans-unit id="2265605798180116441" datatype="html"> 15407 <trans-unit id="2265605798180116441" datatype="html">
15408 <source>Follower handle</source> 15408 <source>Follower handle</source>
15409 <target state="translated">Identifiant d'abonné·e</target> 15409 <target state="translated">Identifiant d'abonné</target>
15410 <context-group purpose="location"> 15410 <context-group purpose="location">
15411 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 15411 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
15412 <context context-type="linenumber">28</context> 15412 <context context-type="linenumber">28</context>
@@ -15430,7 +15430,7 @@
15430 </trans-unit> 15430 </trans-unit>
15431 <trans-unit id="6961112234462008319" datatype="html"> 15431 <trans-unit id="6961112234462008319" datatype="html">
15432 <source>No follower found matching current filters.</source> 15432 <source>No follower found matching current filters.</source>
15433 <target state="translated">Aucun·e abonné·e n'a pu être trouvé·e avec les filtres actuels.</target> 15433 <target state="translated">Aucun abonné n'a pu être trouvé avec les filtres actuels.</target>
15434 <context-group purpose="location"> 15434 <context-group purpose="location">
15435 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 15435 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
15436 <context context-type="linenumber">68</context> 15436 <context context-type="linenumber">68</context>
@@ -15438,7 +15438,7 @@
15438 </trans-unit> 15438 </trans-unit>
15439 <trans-unit id="2117404838551056159" datatype="html"> 15439 <trans-unit id="2117404838551056159" datatype="html">
15440 <source>Your instance doesn't have any follower.</source> 15440 <source>Your instance doesn't have any follower.</source>
15441 <target state="translated">Votre instance n'a aucun·e abonné·e.</target> 15441 <target state="translated">Votre instance n'a aucun abonné.</target>
15442 <context-group purpose="location"> 15442 <context-group purpose="location">
15443 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 15443 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
15444 <context context-type="linenumber">69</context> 15444 <context context-type="linenumber">69</context>
@@ -15686,7 +15686,7 @@
15686 </trans-unit> 15686 </trans-unit>
15687 <trans-unit id="1349763489797682899" datatype="html"> 15687 <trans-unit id="1349763489797682899" datatype="html">
15688 <source>Update user</source> 15688 <source>Update user</source>
15689 <target state="translated">Mettre à jour l'utilisateur·rice</target> 15689 <target state="translated">Mettre à jour l'utilisateur</target>
15690 <context-group purpose="location"> 15690 <context-group purpose="location">
15691 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 15691 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
15692 <context context-type="linenumber">102</context> 15692 <context context-type="linenumber">102</context>
@@ -15710,7 +15710,7 @@
15710 </trans-unit> 15710 </trans-unit>
15711 <trans-unit id="149953821752893163" datatype="html"> 15711 <trans-unit id="149953821752893163" datatype="html">
15712 <source>Update user password</source> 15712 <source>Update user password</source>
15713 <target state="translated">Mettre à jour le mot de passe utilisateur·rice</target> 15713 <target state="translated">Mettre à jour le mot de passe utilisateur</target>
15714 <context-group purpose="location"> 15714 <context-group purpose="location">
15715 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context> 15715 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context>
15716 <context context-type="linenumber">52</context> 15716 <context context-type="linenumber">52</context>
@@ -15750,7 +15750,7 @@
15750 </trans-unit> 15750 </trans-unit>
15751 <trans-unit id="4086135983283545219" datatype="html"> 15751 <trans-unit id="4086135983283545219" datatype="html">
15752 <source>If you remove these users, you will not be able to create others with the same username!</source> 15752 <source>If you remove these users, you will not be able to create others with the same username!</source>
15753 <target state="translated">Si vous supprimez ces utilisateur·rices, vous ne pourrez plus en créer de nouveau avec le même nom !</target> 15753 <target state="translated">Si vous supprimez ces utilisateurs, vous ne pourrez plus en créer de nouveaux avec les mêmes noms !</target>
15754 <context-group purpose="location"> 15754 <context-group purpose="location">
15755 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context> 15755 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
15756 <context context-type="linenumber">193</context> 15756 <context context-type="linenumber">193</context>
@@ -15830,7 +15830,7 @@
15830 </trans-unit> 15830 </trans-unit>
15831 <trans-unit id="3254358851993549668" datatype="html"> 15831 <trans-unit id="3254358851993549668" datatype="html">
15832 <source>User's email must be verified to login</source> 15832 <source>User's email must be verified to login</source>
15833 <target state="translated">L'adresse de courriel de l'utilisateur·rice doit être vérifiée afin de se connecter</target> 15833 <target state="translated">L'adresse de courriel de l'utilisateur doit être vérifiée afin de se connecter</target>
15834 <context-group purpose="location"> 15834 <context-group purpose="location">
15835 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 15835 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
15836 <context context-type="linenumber">130</context> 15836 <context context-type="linenumber">130</context>
@@ -15842,7 +15842,7 @@
15842 </trans-unit> 15842 </trans-unit>
15843 <trans-unit id="3939342579126794385" datatype="html"> 15843 <trans-unit id="3939342579126794385" datatype="html">
15844 <source>User's email is verified / User can login without email verification</source> 15844 <source>User's email is verified / User can login without email verification</source>
15845 <target state="translated">L'adresse de courriel de l'utilisateur·rice est vérifié / L'utilisateur·rice peut se connecter sans vérification par courriel</target> 15845 <target state="translated">L'adresse de courriel de l'utilisateur est vérifié / L'utilisateur peut se connecter sans vérification par courriel</target>
15846 <context-group purpose="location"> 15846 <context-group purpose="location">
15847 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 15847 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
15848 <context context-type="linenumber">134</context> 15848 <context context-type="linenumber">134</context>
diff --git a/client/src/locale/angular.gd.xlf b/client/src/locale/angular.gd.xlf
index a0deb4e7d..2f5aee9c3 100644
--- a/client/src/locale/angular.gd.xlf
+++ b/client/src/locale/angular.gd.xlf
@@ -550,7 +550,7 @@
550 </trans-unit> 550 </trans-unit>
551 <trans-unit id="3594371452042277118" datatype="html"> 551 <trans-unit id="3594371452042277118" datatype="html">
552 <source>Videos with the most interactions for recent videos, minus user history</source> 552 <source>Videos with the most interactions for recent videos, minus user history</source>
553 <target state="translated">Na videothan o chionn goirid leis na h-eadar-ghìomhan as trice às aonais eachdraidh a’ chleachdaiche</target> 553 <target state="translated">Na videothan o chionn goirid leis a’ chonaltradh as trice às aonais eachdraidh a’ chleachdaiche</target>
554 <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> 554 <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>
555 </trans-unit> 555 </trans-unit>
556 <trans-unit id="7022070615528435141" datatype="html"> 556 <trans-unit id="7022070615528435141" datatype="html">
@@ -687,7 +687,7 @@
687 </trans-unit> 687 </trans-unit>
688 <trans-unit id="855178133027341271" datatype="html"> 688 <trans-unit id="855178133027341271" datatype="html">
689 <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> 689 <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>
690 <target state="translated"><x id="START_TAG_SPAN"/>Fo-sgrìobhadh cèin<x id="CLOSE_TAG_SPAN"/><x id="START_TAG_SPAN_1"/>Eadar-ghnìomh cèin<x id="CLOSE_TAG_SPAN"/></target> 690 <target state="translated"><x id="START_TAG_SPAN"/>Fo-sgrìobhadh cèin<x id="CLOSE_TAG_SPAN"/><x id="START_TAG_SPAN_1"/>Conaltradh cèin<x id="CLOSE_TAG_SPAN"/></target>
691 <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> 691 <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>
692 </trans-unit> 692 </trans-unit>
693 <trans-unit id="6462281745850371027" datatype="html"> 693 <trans-unit id="6462281745850371027" datatype="html">
@@ -700,7 +700,7 @@
700 </trans-unit> 700 </trans-unit>
701 <trans-unit id="20374890400263257" datatype="html"> 701 <trans-unit id="20374890400263257" datatype="html">
702 <source>You can interact with this via any ActivityPub-capable fediverse instance (PeerTube, Mastodon or Pleroma for example).</source> 702 <source>You can interact with this via any ActivityPub-capable fediverse instance (PeerTube, Mastodon or Pleroma for example).</source>
703 <target state="translated">’S urrainn dhut eadar-ghnìomh a dhèanamh le seo slighe ionstans co-shaoghail sam bith aig a bheil comas ActivityPub (can PeerTube, Mastodon no Pleroma).</target> 703 <target state="translated">’S urrainn dhut conaltradh leis slighe ionstans co-shaoghail sam bith aig a bheil comas ActivityPub (can PeerTube, Mastodon no Pleroma).</target>
704 <context-group purpose="location"> 704 <context-group purpose="location">
705 <context context-type="sourcefile">src/app/shared/shared-user-subscription/remote-subscribe.component.html</context> 705 <context context-type="sourcefile">src/app/shared/shared-user-subscription/remote-subscribe.component.html</context>
706 <context context-type="linenumber">26,27</context> 706 <context context-type="linenumber">26,27</context>
@@ -2351,13 +2351,13 @@ The link will expire within 1 hour.</source>
2351 <trans-unit id="9172233176401579786" datatype="html"> 2351 <trans-unit id="9172233176401579786" datatype="html">
2352 <source>Scheduled</source> 2352 <source>Scheduled</source>
2353 <target state="translated">Sgeidealaichte</target> 2353 <target state="translated">Sgeidealaichte</target>
2354 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group> 2354
2355 </trans-unit> 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>
2356 <trans-unit id="1435317307066082710" datatype="html"> 2356 <trans-unit id="1435317307066082710" datatype="html">
2357 <source>Hide the video until a specific date</source> 2357 <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> 2358 <target state="translated">Cuir a’ video am falach gus an dig ceann-là sònraichte</target>
2359 <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> 2359
2360 </trans-unit> 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>
2361 <trans-unit id="6148369758871787018" datatype="html"> 2361 <trans-unit id="6148369758871787018" datatype="html">
2362 <source>Video background image</source> 2362 <source>Video background image</source>
2363 <target state="translated">Dealbh cùlaibh video</target> 2363 <target state="translated">Dealbh cùlaibh video</target>
@@ -3224,9 +3224,9 @@ The link will expire within 1 hour.</source>
3224 <trans-unit id="8286337167859377104" datatype="html"> 3224 <trans-unit id="8286337167859377104" datatype="html">
3225 <source>Create user</source> 3225 <source>Create user</source>
3226 <target state="translated">Cruthaich cleachdaiche</target> 3226 <target state="translated">Cruthaich cleachdaiche</target>
3227 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-group> 3227
3228 <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> 3228
3229 </trans-unit> 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>
3230 <trans-unit id="8363291180171434623" datatype="html"> 3230 <trans-unit id="8363291180171434623" datatype="html">
3231 <source>Table parameters</source> 3231 <source>Table parameters</source>
3232 <target state="translated">Paramadairean a’ chlàir</target> 3232 <target state="translated">Paramadairean a’ chlàir</target>
@@ -3968,7 +3968,7 @@ The link will expire within 1 hour.</source>
3968 </trans-unit> 3968 </trans-unit>
3969 <trans-unit id="2144158274184161635" datatype="html"> 3969 <trans-unit id="2144158274184161635" datatype="html">
3970 <source>Videos with the most interactions for recent videos</source> 3970 <source>Videos with the most interactions for recent videos</source>
3971 <target state="translated">Na videothan leis na h-eadar-ghìomhan as trice o chionn goirid</target> 3971 <target state="translated">Na videothan leis na conaltraidhean as trice o chionn goirid</target>
3972 <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> 3972 <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>
3973 </trans-unit> 3973 </trans-unit>
3974 <trans-unit id="8312243926314494468" datatype="html"> 3974 <trans-unit id="8312243926314494468" datatype="html">
@@ -6313,7 +6313,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6313 </trans-unit> 6313 </trans-unit>
6314 <trans-unit id="7981235640417633362" datatype="html"> 6314 <trans-unit id="7981235640417633362" datatype="html">
6315 <source>The channel name is a unique identifier of your channel on this and all the other instances. It's as unique as an email address, which makes it easy for other people to interact with it.</source> 6315 <source>The channel name is a unique identifier of your channel on this and all the other instances. It's as unique as an email address, which makes it easy for other people to interact with it.</source>
6316 <target state="translated">’S e aithnichear fa leth a th’ ann an ainm na seanail agad air an ionstans seo is air ionstans sam bith eile. Tha e cho àraidh ’s a tha seòladh puist-d a nì e furasta do chàch eadar-ghnìomhan a ghabhail leis.</target> 6316 <target state="translated">’S e aithnichear fa leth a th’ ann an ainm na seanail agad air an ionstans seo is air ionstans sam bith eile. Tha e cho àraidh ’s a tha seòladh puist-d a nì e furasta do chàch conaltradh leis.</target>
6317 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context><context context-type="linenumber">43</context></context-group> 6317 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context><context context-type="linenumber">43</context></context-group>
6318 </trans-unit> 6318 </trans-unit>
6319 <trans-unit id="5203776997447520497" datatype="html"> 6319 <trans-unit id="5203776997447520497" datatype="html">
@@ -6331,7 +6331,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6331 </trans-unit> 6331 </trans-unit>
6332 <trans-unit id="7326471570669373149" datatype="html"> 6332 <trans-unit id="7326471570669373149" datatype="html">
6333 <source>The username is a unique identifier of your account on this and all the other instances. It's as unique as an email address, which makes it easy for other people to interact with it.</source> 6333 <source>The username is a unique identifier of your account on this and all the other instances. It's as unique as an email address, which makes it easy for other people to interact with it.</source>
6334 <target state="translated">’S e aithnichear fa leth dhan chunntas agad a tha san ainm-chleachdaiche agad air an ionstans seo is air ionstans sam bith eile. Tha e cho àraidh ’s a tha seòladh puist-d a nì e furasta do chàch eadar-ghnìomhan a ghabhail leis.</target> 6334 <target state="translated">’S e aithnichear fa leth dhan chunntas agad a tha san ainm-chleachdaiche agad air an ionstans seo is air ionstans sam bith eile. Tha e cho àraidh ’s a tha seòladh puist-d a nì e furasta do chàch conaltradh leis.</target>
6335 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">36</context></context-group> 6335 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">36</context></context-group>
6336 </trans-unit> 6336 </trans-unit>
6337 <trans-unit id="198278273748445199" datatype="html"> 6337 <trans-unit id="198278273748445199" datatype="html">
@@ -7307,8 +7307,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7307 <trans-unit id="1886888801485703107" datatype="html"> 7307 <trans-unit id="1886888801485703107" datatype="html">
7308 <source>User <x id="PH"/> created.</source> 7308 <source>User <x id="PH"/> created.</source>
7309 <target state="translated">Chaidh an cleachdaiche <x id="PH"/> a chruthachadh.</target> 7309 <target state="translated">Chaidh an cleachdaiche <x id="PH"/> a chruthachadh.</target>
7310 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group> 7310
7311 </trans-unit> 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>
7312 <trans-unit id="8286337167859377104" datatype="html"> 7312 <trans-unit id="8286337167859377104" datatype="html">
7313 <source>Create user</source> 7313 <source>Create user</source>
7314 <target state="translated">Cruthaich cleachdaiche</target> 7314 <target state="translated">Cruthaich cleachdaiche</target>
@@ -7795,7 +7795,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7795 </trans-unit> 7795 </trans-unit>
7796 <trans-unit id="3851357780293085233" datatype="html"> 7796 <trans-unit id="3851357780293085233" datatype="html">
7797 <source>Remote interaction</source> 7797 <source>Remote interaction</source>
7798 <target state="translated">Eadar-ghnìomh cèin</target> 7798 <target state="translated">Conaltradh cèin</target>
7799 <context-group purpose="location"> 7799 <context-group purpose="location">
7800 <context context-type="sourcefile">src/app/+remote-interaction/remote-interaction-routing.module.ts</context> 7800 <context context-type="sourcefile">src/app/+remote-interaction/remote-interaction-routing.module.ts</context>
7801 <context context-type="linenumber">13</context> 7801 <context context-type="linenumber">13</context>
@@ -7992,9 +7992,9 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7992 <trans-unit id="1783173774503340906" datatype="html"> 7992 <trans-unit id="1783173774503340906" datatype="html">
7993 <source>Subscribe to the account</source> 7993 <source>Subscribe to the account</source>
7994 <target state="translated">Fo-sgrìobh air a’ chunntas</target> 7994 <target state="translated">Fo-sgrìobh air a’ chunntas</target>
7995 <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> 7995
7996 <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> 7996
7997 </trans-unit> 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>
7998 <trans-unit id="3131904093925601441" datatype="html"> 7998 <trans-unit id="3131904093925601441" datatype="html">
7999 <source>PLAYLISTS</source> 7999 <source>PLAYLISTS</source>
8000 <target state="translated">LIOSTAICHEAN-CLUICH</target> 8000 <target state="translated">LIOSTAICHEAN-CLUICH</target>
diff --git a/client/src/locale/angular.gl-ES.xlf b/client/src/locale/angular.gl-ES.xlf
index 908606fa6..3a4a121be 100644
--- a/client/src/locale/angular.gl-ES.xlf
+++ b/client/src/locale/angular.gl-ES.xlf
@@ -2376,13 +2376,13 @@ The link will expire within 1 hour.</source>
2376 <trans-unit id="9172233176401579786"> 2376 <trans-unit id="9172233176401579786">
2377 <source>Scheduled</source> 2377 <source>Scheduled</source>
2378 <target>Programado</target> 2378 <target>Programado</target>
2379 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group> 2379
2380 </trans-unit> 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>
2381 <trans-unit id="1435317307066082710" datatype="html"> 2381 <trans-unit id="1435317307066082710" datatype="html">
2382 <source>Hide the video until a specific date</source> 2382 <source>Hide the video until a specific date</source>
2383 <target state="translated">Agochar o vídeo ata unha data concreta</target> 2383 <target state="translated">Agochar o vídeo ata unha data concreta</target>
2384 <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> 2384
2385 </trans-unit> 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>
2386 <trans-unit id="6148369758871787018"> 2386 <trans-unit id="6148369758871787018">
2387 <source>Video background image</source> 2387 <source>Video background image</source>
2388 <target>Imaxe de fondo do vídeo</target> 2388 <target>Imaxe de fondo do vídeo</target>
@@ -3269,9 +3269,9 @@ The link will expire within 1 hour.</source>
3269 <trans-unit id="8286337167859377104" datatype="html"> 3269 <trans-unit id="8286337167859377104" datatype="html">
3270 <source>Create user</source> 3270 <source>Create user</source>
3271 <target state="translated">Crear usuaria</target> 3271 <target state="translated">Crear usuaria</target>
3272 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-group> 3272
3273 <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
3274 </trans-unit> 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>
3275 <trans-unit id="8363291180171434623" datatype="html"> 3275 <trans-unit id="8363291180171434623" datatype="html">
3276 <source>Table parameters</source> 3276 <source>Table parameters</source>
3277 <target state="translated">Parámetros da táboa</target> 3277 <target state="translated">Parámetros da táboa</target>
@@ -7362,8 +7362,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7362 <trans-unit id="1886888801485703107" datatype="html"> 7362 <trans-unit id="1886888801485703107" datatype="html">
7363 <source>User <x id="PH"/> created.</source> 7363 <source>User <x id="PH"/> created.</source>
7364 <target state="translated">Usuaria <x id="PH"/> creada.</target> 7364 <target state="translated">Usuaria <x id="PH"/> creada.</target>
7365 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group> 7365
7366 </trans-unit> 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>
7367 <trans-unit id="8286337167859377104" datatype="html"> 7367 <trans-unit id="8286337167859377104" datatype="html">
7368 <source>Create user</source> 7368 <source>Create user</source>
7369 <target state="translated">Crear usuaria</target> 7369 <target state="translated">Crear usuaria</target>
@@ -8047,9 +8047,9 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8047 <trans-unit id="1783173774503340906" datatype="html"> 8047 <trans-unit id="1783173774503340906" datatype="html">
8048 <source>Subscribe to the account</source> 8048 <source>Subscribe to the account</source>
8049 <target state="translated">Subscribirse á conta</target> 8049 <target state="translated">Subscribirse á conta</target>
8050 <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> 8050
8051 <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> 8051
8052 </trans-unit> 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>
8053 <trans-unit id="3131904093925601441" datatype="html"> 8053 <trans-unit id="3131904093925601441" datatype="html">
8054 <source>PLAYLISTS</source> 8054 <source>PLAYLISTS</source>
8055 <target state="translated">LISTAXES</target> 8055 <target state="translated">LISTAXES</target>
diff --git a/client/src/locale/angular.hu-HU.xlf b/client/src/locale/angular.hu-HU.xlf
index a78380ae1..1a7e3e3e9 100644
--- a/client/src/locale/angular.hu-HU.xlf
+++ b/client/src/locale/angular.hu-HU.xlf
@@ -2243,12 +2243,12 @@ The link will expire within 1 hour.</source>
2243 <source>Scheduled</source> 2243 <source>Scheduled</source>
2244 <target>Ütemezett</target> 2244 <target>Ütemezett</target>
2245 2245
2246 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group></trans-unit> 2246 <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>
2247 <trans-unit id="1435317307066082710" datatype="html"> 2247 <trans-unit id="1435317307066082710" datatype="html">
2248 <source>Hide the video until a specific date</source> 2248 <source>Hide the video until a specific date</source>
2249 <target state="translated">A videó elrejtése egy megadott dátumig</target> 2249 <target state="translated">A videó elrejtése egy megadott dátumig</target>
2250 2250
2251 <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> 2251 <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>
2252 <trans-unit id="6148369758871787018" datatype="html"> 2252 <trans-unit id="6148369758871787018" datatype="html">
2253 <source>Video background image</source> 2253 <source>Video background image</source>
2254 <target state="translated">Videó háttérképe</target> 2254 <target state="translated">Videó háttérképe</target>
@@ -3127,7 +3127,7 @@ The link will expire within 1 hour.</source>
3127 <source>Create user</source> 3127 <source>Create user</source>
3128 <target>Felhasználó létrehozása</target> 3128 <target>Felhasználó létrehozása</target>
3129 3129
3130 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-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> 3130 <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>
3131 <trans-unit id="8363291180171434623" datatype="html"> 3131 <trans-unit id="8363291180171434623" datatype="html">
3132 <source>Table parameters</source> 3132 <source>Table parameters</source>
3133 <target state="translated">Táblázat paraméterei</target> 3133 <target state="translated">Táblázat paraméterei</target>
@@ -7199,8 +7199,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7199 <trans-unit id="1886888801485703107" datatype="html"> 7199 <trans-unit id="1886888801485703107" datatype="html">
7200 <source>User <x id="PH"/> created.</source> 7200 <source>User <x id="PH"/> created.</source>
7201 <target state="translated"><x id="PH"/> felhasználó létrehozva.</target> 7201 <target state="translated"><x id="PH"/> felhasználó létrehozva.</target>
7202 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group> 7202
7203 </trans-unit> 7203 <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>
7204 <trans-unit id="8286337167859377104" datatype="html"> 7204 <trans-unit id="8286337167859377104" datatype="html">
7205 <source>Create user</source> 7205 <source>Create user</source>
7206 <target state="translated">Felhasználó létrehozása</target> 7206 <target state="translated">Felhasználó létrehozása</target>
@@ -7894,7 +7894,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> 7894 <target state="translated">Feliratkozás a fiókra</target>
7895 7895
7896 7896
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">701</context></context-group></trans-unit> 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>
7898 <trans-unit id="3131904093925601441" datatype="html"> 7898 <trans-unit id="3131904093925601441" datatype="html">
7899 <source>PLAYLISTS</source> 7899 <source>PLAYLISTS</source>
7900 <target state="new">PLAYLISTS</target> 7900 <target state="new">PLAYLISTS</target>
diff --git a/client/src/locale/angular.it-IT.xlf b/client/src/locale/angular.it-IT.xlf
index e674ef64a..a66051666 100644
--- a/client/src/locale/angular.it-IT.xlf
+++ b/client/src/locale/angular.it-IT.xlf
@@ -2203,12 +2203,12 @@ The link will expire within 1 hour.</source>
2203 <source>Scheduled</source> 2203 <source>Scheduled</source>
2204 <target>Programmato</target> 2204 <target>Programmato</target>
2205 2205
2206 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group></trans-unit> 2206 <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>
2207 <trans-unit id="1435317307066082710" datatype="html"> 2207 <trans-unit id="1435317307066082710" datatype="html">
2208 <source>Hide the video until a specific date</source> 2208 <source>Hide the video until a specific date</source>
2209 <target state="translated">Nascondi il video fino ad una data specifica</target> 2209 <target state="translated">Nascondi il video fino ad una data specifica</target>
2210 2210
2211 <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> 2211 <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>
2212 <trans-unit id="6148369758871787018" datatype="html"> 2212 <trans-unit id="6148369758871787018" datatype="html">
2213 <source>Video background image</source> 2213 <source>Video background image</source>
2214 <target state="translated">Immagine di sfondo del video</target> 2214 <target state="translated">Immagine di sfondo del video</target>
@@ -3114,7 +3114,7 @@ The link will expire within 1 hour.</source>
3114 <source>Create user</source> 3114 <source>Create user</source>
3115 <target>Crea utente</target> 3115 <target>Crea utente</target>
3116 3116
3117 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-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> 3117 <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>
3118 <trans-unit id="8363291180171434623" datatype="html"> 3118 <trans-unit id="8363291180171434623" datatype="html">
3119 <source>Table parameters</source> 3119 <source>Table parameters</source>
3120 <target state="translated">Parametri della tabella</target> 3120 <target state="translated">Parametri della tabella</target>
@@ -7114,8 +7114,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7114 <trans-unit id="1886888801485703107"> 7114 <trans-unit id="1886888801485703107">
7115 <source>User <x id="PH"/> created.</source> 7115 <source>User <x id="PH"/> created.</source>
7116 <target>L'utente <x id="PH"/> è stato creato.</target> 7116 <target>L'utente <x id="PH"/> è stato creato.</target>
7117 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group> 7117
7118 </trans-unit> 7118 <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>
7119 <trans-unit id="8286337167859377104" datatype="html"> 7119 <trans-unit id="8286337167859377104" datatype="html">
7120 <source>Create user</source> 7120 <source>Create user</source>
7121 <target state="translated">Crea utente</target> 7121 <target state="translated">Crea utente</target>
@@ -7804,7 +7804,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7804 <target>Iscriversi all'account</target> 7804 <target>Iscriversi all'account</target>
7805 7805
7806 7806
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">701</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html"> 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">
7808 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target> 7808 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target>
7809 <context-group purpose="location"> 7809 <context-group purpose="location">
7810 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 7810 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
diff --git a/client/src/locale/angular.ja-JP.xlf b/client/src/locale/angular.ja-JP.xlf
index 1b7bb2063..2354692c8 100644
--- a/client/src/locale/angular.ja-JP.xlf
+++ b/client/src/locale/angular.ja-JP.xlf
@@ -1294,8 +1294,7 @@ The link will expire within 1 hour.</source>
1294 </trans-unit> 1294 </trans-unit>
1295 <trans-unit id="879127294610588497" datatype="html"> 1295 <trans-unit id="879127294610588497" datatype="html">
1296 <source>Use documentation</source> 1296 <source>Use documentation</source>
1297 <target state="new">Use 1297 <target state="translated">ドキュメントを利用する</target>
1298 documentation</target>
1299 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">26</context></context-group> 1298 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">26</context></context-group>
1300 </trans-unit> 1299 </trans-unit>
1301 <trans-unit id="3848077896245199337" datatype="html"> 1300 <trans-unit id="3848077896245199337" datatype="html">
@@ -1352,14 +1351,12 @@ The link will expire within 1 hour.</source>
1352 </trans-unit> 1351 </trans-unit>
1353 <trans-unit id="5704345824323933019" datatype="html"> 1352 <trans-unit id="5704345824323933019" datatype="html">
1354 <source>Remind me later</source> 1353 <source>Remind me later</source>
1355 <target state="new">Remind me later</target> 1354 <target state="translated">後ほど通知させる</target>
1356 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">74</context></context-group> 1355 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">74</context></context-group>
1357 </trans-unit> 1356 </trans-unit>
1358 <trans-unit id="9202089339019827574" datatype="html"> 1357 <trans-unit id="9202089339019827574" datatype="html">
1359 <source>Configure my instance</source> 1358 <source>Configure my instance</source>
1360 <target state="new"> 1359 <target state="translated">インスタンスの設定をする</target>
1361 Configure my instance
1362 </target>
1363 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">81</context></context-group> 1360 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">81</context></context-group>
1364 </trans-unit> 1361 </trans-unit>
1365 <trans-unit id="9005121595859995793" datatype="html"> 1362 <trans-unit id="9005121595859995793" datatype="html">
@@ -1450,14 +1447,12 @@ The link will expire within 1 hour.</source>
1450 </trans-unit> 1447 </trans-unit>
1451 <trans-unit id="4853631149357965563" datatype="html"> 1448 <trans-unit id="4853631149357965563" datatype="html">
1452 <source>Update live settings</source> 1449 <source>Update live settings</source>
1453 <target state="new">Update live settings</target> 1450 <target state="translated">ライブ配信の設定を更新する</target>
1454 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-live/live-stream-information.component.html</context><context context-type="linenumber">36</context></context-group> 1451 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-live/live-stream-information.component.html</context><context context-type="linenumber">36</context></context-group>
1455 </trans-unit> 1452 </trans-unit>
1456 <trans-unit id="6013345175862135505" datatype="html"> 1453 <trans-unit id="6013345175862135505" datatype="html">
1457 <source>Configure</source> 1454 <source>Configure</source>
1458 <target state="new"> 1455 <target state="translated">設定</target>
1459 Configure
1460 </target>
1461 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">44</context></context-group> 1456 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">44</context></context-group>
1462 </trans-unit> 1457 </trans-unit>
1463 <trans-unit id="742596572641738016"> 1458 <trans-unit id="742596572641738016">
@@ -1472,7 +1467,7 @@ The link will expire within 1 hour.</source>
1472 </trans-unit> 1467 </trans-unit>
1473 <trans-unit id="5464118521750361406" datatype="html"> 1468 <trans-unit id="5464118521750361406" datatype="html">
1474 <source>Public profile</source> 1469 <source>Public profile</source>
1475 <target state="new">Public profile</target> 1470 <target state="translated">公開プロフィール</target>
1476 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">28</context></context-group> 1471 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">28</context></context-group>
1477 </trans-unit> 1472 </trans-unit>
1478 <trans-unit id="7773271640656013365" datatype="html"> 1473 <trans-unit id="7773271640656013365" datatype="html">
@@ -2237,7 +2232,7 @@ The link will expire within 1 hour.</source>
2237 </trans-unit> 2232 </trans-unit>
2238 <trans-unit id="4850841867094321899" datatype="html"> 2233 <trans-unit id="4850841867094321899" datatype="html">
2239 <source>Some instances hide videos containing mature or explicit content by default.</source> 2234 <source>Some instances hide videos containing mature or explicit content by default.</source>
2240 <target state="new">Some instances hide videos containing mature or explicit content by default.</target> 2235 <target state="translated">いくつかのインスタンスでは、デフォルトで成人向けまたは過激なコンテンツを非表示にしています。</target>
2241 <context-group purpose="location"> 2236 <context-group purpose="location">
2242 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context> 2237 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context>
2243 <context context-type="linenumber">135</context> 2238 <context context-type="linenumber">135</context>
@@ -2302,7 +2297,7 @@ The link will expire within 1 hour.</source>
2302 </trans-unit> 2297 </trans-unit>
2303 <trans-unit id="8508836953540308271" datatype="html"> 2298 <trans-unit id="8508836953540308271" datatype="html">
2304 <source>Live settings</source> 2299 <source>Live settings</source>
2305 <target state="new">Live settings</target> 2300 <target state="translated">ライブ配信の設定</target>
2306 <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> 2301 <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>
2307 </trans-unit> 2302 </trans-unit>
2308 <trans-unit id="6297019164970912850" datatype="html"> 2303 <trans-unit id="6297019164970912850" datatype="html">
@@ -2345,12 +2340,12 @@ The link will expire within 1 hour.</source>
2345 </trans-unit> 2340 </trans-unit>
2346 <trans-unit id="1359533927353954373" datatype="html"> 2341 <trans-unit id="1359533927353954373" datatype="html">
2347 <source>View account</source> 2342 <source>View account</source>
2348 <target state="new">View account</target> 2343 <target state="translated">視聴回数</target>
2349 <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> 2344 <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>
2350 </trans-unit> 2345 </trans-unit>
2351 <trans-unit id="3799746968259478616" datatype="html"> 2346 <trans-unit id="3799746968259478616" datatype="html">
2352 <source>View account</source> 2347 <source>View account</source>
2353 <target state="new"> View account </target> 2348 <target state="translated">視聴回数</target>
2354 <context-group purpose="location"> 2349 <context-group purpose="location">
2355 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context> 2350 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context>
2356 <context context-type="linenumber">42,43</context> 2351 <context context-type="linenumber">42,43</context>
@@ -2488,13 +2483,13 @@ The link will expire within 1 hour.</source>
2488 <trans-unit id="9172233176401579786"> 2483 <trans-unit id="9172233176401579786">
2489 <source>Scheduled</source> 2484 <source>Scheduled</source>
2490 <target>スケジュールされました</target> 2485 <target>スケジュールされました</target>
2491 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group> 2486
2492 </trans-unit> 2487 <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>
2493 <trans-unit id="1435317307066082710" datatype="html"> 2488 <trans-unit id="1435317307066082710" datatype="html">
2494 <source>Hide the video until a specific date</source> 2489 <source>Hide the video until a specific date</source>
2495 <target state="translated">特定の日付まで動画を非表示にする</target> 2490 <target state="translated">特定の日付まで動画を非表示にする</target>
2496 <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> 2491
2497 </trans-unit> 2492 <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>
2498 <trans-unit id="6148369758871787018" datatype="html"> 2493 <trans-unit id="6148369758871787018" datatype="html">
2499 <source>Video background image</source> 2494 <source>Video background image</source>
2500 <target state="translated">動画の背景画像</target> 2495 <target state="translated">動画の背景画像</target>
@@ -2523,7 +2518,7 @@ The link will expire within 1 hour.</source>
2523 </trans-unit> 2518 </trans-unit>
2524 <trans-unit id="7934833136974560675" datatype="html"> 2519 <trans-unit id="7934833136974560675" datatype="html">
2525 <source>Retry</source> 2520 <source>Retry</source>
2526 <target state="new">Retry</target> 2521 <target state="translated">再度試す</target>
2527 <note priority="1" from="description">Retry failed upload of a video</note> 2522 <note priority="1" from="description">Retry failed upload of a video</note>
2528 <context-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> 2523 <context-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>
2529 </trans-unit> 2524 </trans-unit>
@@ -3121,7 +3116,7 @@ The link will expire within 1 hour.</source>
3121 </trans-unit> 3116 </trans-unit>
3122 <trans-unit id="4502286564339177240"> 3117 <trans-unit id="4502286564339177240">
3123 <source>Reply</source> 3118 <source>Reply</source>
3124 <target>返信</target> 3119 <target>リプライ</target>
3125 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">36</context></context-group> 3120 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">36</context></context-group>
3126 </trans-unit> 3121 </trans-unit>
3127 <trans-unit id="2447932355167015019" datatype="html"> 3122 <trans-unit id="2447932355167015019" datatype="html">
@@ -3238,7 +3233,7 @@ The link will expire within 1 hour.</source>
3238 </trans-unit> 3233 </trans-unit>
3239 <trans-unit id="4266779970063047572" datatype="html"> 3234 <trans-unit id="4266779970063047572" datatype="html">
3240 <source>Video/Comment/Account</source> 3235 <source>Video/Comment/Account</source>
3241 <target state="new">Video/Comment/Account</target> 3236 <target state="translated">動画/コメント/アカウント</target>
3242 <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> 3237 <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>
3243 </trans-unit> 3238 </trans-unit>
3244 <trans-unit id="8040881171107393560"> 3239 <trans-unit id="8040881171107393560">
@@ -3367,7 +3362,7 @@ The link will expire within 1 hour.</source>
3367 </trans-unit> 3362 </trans-unit>
3368 <trans-unit id="6275803119759621687" datatype="html"> 3363 <trans-unit id="6275803119759621687" datatype="html">
3369 <source>Follow domains</source> 3364 <source>Follow domains</source>
3370 <target state="new">Follow domains</target> 3365 <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">78</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">78</context></context-group>
3372 </trans-unit> 3367 </trans-unit>
3373 <trans-unit id="1268699198448750610" datatype="html"> 3368 <trans-unit id="1268699198448750610" datatype="html">
@@ -3403,9 +3398,9 @@ The link will expire within 1 hour.</source>
3403 <trans-unit id="8286337167859377104"> 3398 <trans-unit id="8286337167859377104">
3404 <source>Create user</source> 3399 <source>Create user</source>
3405 <target>ユーザー作成</target> 3400 <target>ユーザー作成</target>
3406 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-group> 3401
3407 <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> 3402
3408 </trans-unit> 3403 <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>
3409 <trans-unit id="8363291180171434623" datatype="html"> 3404 <trans-unit id="8363291180171434623" datatype="html">
3410 <source>Table parameters</source> 3405 <source>Table parameters</source>
3411 <target state="new">Table parameters</target> 3406 <target state="new">Table parameters</target>
@@ -3666,18 +3661,18 @@ The link will expire within 1 hour.</source>
3666 </trans-unit> 3661 </trans-unit>
3667 <trans-unit id="746099155736913817" datatype="html"> 3662 <trans-unit id="746099155736913817" datatype="html">
3668 <source>Video blocks</source> 3663 <source>Video blocks</source>
3669 <target state="new">Video blocks</target> 3664 <target state="translated">動画のブロック</target>
3670 <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> 3665 <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>
3671 </trans-unit> 3666 </trans-unit>
3672 <trans-unit id="7815838401315213887"> 3667 <trans-unit id="7815838401315213887">
3673 <source>Muted accounts</source> 3668 <source>Muted accounts</source>
3674 <target>ミュートしたアカウント</target> 3669 <target>ミュートたアカウント</target>
3675 <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> 3670 <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>
3676 <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> 3671 <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>
3677 </trans-unit> 3672 </trans-unit>
3678 <trans-unit id="5668793810321242853"> 3673 <trans-unit id="5668793810321242853">
3679 <source>Muted servers</source> 3674 <source>Muted servers</source>
3680 <target>ミュートしたサーバー</target> 3675 <target>ミュートたサーバー</target>
3681 <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> 3676 <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>
3682 <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> 3677 <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>
3683 </trans-unit> 3678 </trans-unit>
@@ -3951,9 +3946,7 @@ The link will expire within 1 hour.</source>
3951 </trans-unit> 3946 </trans-unit>
3952 <trans-unit id="1530731524535521716" datatype="html"> 3947 <trans-unit id="1530731524535521716" datatype="html">
3953 <source>Account deleted</source> 3948 <source>Account deleted</source>
3954 <target state="new"> 3949 <target state="translated">アカウントが削除されました</target>
3955 Account deleted
3956 </target>
3957 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">125</context></context-group> 3950 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">125</context></context-group>
3958 </trans-unit> 3951 </trans-unit>
3959 <trans-unit id="1191715835847858871" datatype="html"> 3952 <trans-unit id="1191715835847858871" datatype="html">
@@ -3975,7 +3968,7 @@ The link will expire within 1 hour.</source>
3975 </trans-unit> 3968 </trans-unit>
3976 <trans-unit id="1969144763032891922" datatype="html"> 3969 <trans-unit id="1969144763032891922" datatype="html">
3977 <source>Internal note</source> 3970 <source>Internal note</source>
3978 <target state="new">Internal note</target> 3971 <target state="needs-translation">管理用</target>
3979 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">26</context></context-group> 3972 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">26</context></context-group>
3980 </trans-unit> 3973 </trans-unit>
3981 <trans-unit id="7418735164633152705" datatype="html"> 3974 <trans-unit id="7418735164633152705" datatype="html">
@@ -4015,7 +4008,7 @@ The link will expire within 1 hour.</source>
4015 </trans-unit> 4008 </trans-unit>
4016 <trans-unit id="7239750919884229270" datatype="html"> 4009 <trans-unit id="7239750919884229270" datatype="html">
4017 <source>Updated</source> 4010 <source>Updated</source>
4018 <target state="new">Updated</target> 4011 <target state="translated">更新されました</target>
4019 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.html</context><context context-type="linenumber">48</context></context-group> 4012 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.html</context><context context-type="linenumber">48</context></context-group>
4020 </trans-unit> 4013 </trans-unit>
4021 <trans-unit id="6409548912081699487" datatype="html"> 4014 <trans-unit id="6409548912081699487" datatype="html">
@@ -4131,7 +4124,7 @@ The link will expire within 1 hour.</source>
4131 </trans-unit> 4124 </trans-unit>
4132 <trans-unit id="7002061007877950198" datatype="html"> 4125 <trans-unit id="7002061007877950198" datatype="html">
4133 <source>Plugin homepage (new window)</source> 4126 <source>Plugin homepage (new window)</source>
4134 <target state="new">Plugin homepage (new window)</target> 4127 <target state="translated">プラグインページ(新しいウィンドウで開く)</target>
4135 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context><context context-type="linenumber">40</context></context-group> 4128 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context><context context-type="linenumber">40</context></context-group>
4136 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html</context><context context-type="linenumber">17</context></context-group> 4129 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html</context><context context-type="linenumber">17</context></context-group>
4137 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html</context><context context-type="linenumber">21</context></context-group> 4130 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html</context><context context-type="linenumber">21</context></context-group>
@@ -4206,9 +4199,7 @@ The link will expire within 1 hour.</source>
4206 </trans-unit> 4199 </trans-unit>
4207 <trans-unit id="2006841089844688970" datatype="html"> 4200 <trans-unit id="2006841089844688970" datatype="html">
4208 <source>To load your new installed plugins or themes, refresh the page.</source> 4201 <source>To load your new installed plugins or themes, refresh the page.</source>
4209 <target state="new"> 4202 <target state="translated">新しくインストールしたプラグインやテーマを適用するには、ページを更新して下さい。</target>
4210 To load your new installed plugins or themes, refresh the page.
4211</target>
4212 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context><context context-type="linenumber">10</context></context-group> 4203 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context><context context-type="linenumber">10</context></context-group>
4213 </trans-unit> 4204 </trans-unit>
4214 <trans-unit id="7375243393535212946" datatype="html"> 4205 <trans-unit id="7375243393535212946" datatype="html">
@@ -4453,7 +4444,7 @@ The link will expire within 1 hour.</source>
4453 </trans-unit> 4444 </trans-unit>
4454 <trans-unit id="6236140336967052987" datatype="html"> 4445 <trans-unit id="6236140336967052987" datatype="html">
4455 <source>When on a video page, directly start playing the video.</source> 4446 <source>When on a video page, directly start playing the video.</source>
4456 <target state="new">When on a video page, directly start playing the video.</target> 4447 <target state="translated">動画ページにアクセスすると、すぐに動画を再生する。</target>
4457 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.html</context><context context-type="linenumber">61</context></context-group> 4448 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.html</context><context context-type="linenumber">61</context></context-group>
4458 </trans-unit> 4449 </trans-unit>
4459 <trans-unit id="9135112681389493865" datatype="html"> 4450 <trans-unit id="9135112681389493865" datatype="html">
@@ -4554,7 +4545,7 @@ The link will expire within 1 hour.</source>
4554 </trans-unit> 4545 </trans-unit>
4555 <trans-unit id="2047672753819413550" datatype="html"> 4546 <trans-unit id="2047672753819413550" datatype="html">
4556 <source>YOU AND YOUR INSTANCE</source> 4547 <source>YOU AND YOUR INSTANCE</source>
4557 <target state="new">YOU AND YOUR INSTANCE</target> 4548 <target state="translated">あなたとインスタンス</target>
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">167</context></context-group> 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">167</context></context-group>
4559 </trans-unit> 4550 </trans-unit>
4560 <trans-unit id="3968335261686887328" datatype="html"> 4551 <trans-unit id="3968335261686887328" datatype="html">
@@ -4614,7 +4605,7 @@ The link will expire within 1 hour.</source>
4614 </trans-unit> 4605 </trans-unit>
4615 <trans-unit id="8557599287230755359" datatype="html"> 4606 <trans-unit id="8557599287230755359" datatype="html">
4616 <source>APPEARANCE</source> 4607 <source>APPEARANCE</source>
4617 <target state="new">APPEARANCE</target> 4608 <target state="translated">外観</target>
4618 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">4</context></context-group> 4609 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">4</context></context-group>
4619 </trans-unit> 4610 </trans-unit>
4620 <trans-unit id="2107098695989136934" datatype="html"> 4611 <trans-unit id="2107098695989136934" datatype="html">
@@ -4627,7 +4618,7 @@ The link will expire within 1 hour.</source>
4627 </trans-unit> 4618 </trans-unit>
4628 <trans-unit id="6855462350544488601" datatype="html"> 4619 <trans-unit id="6855462350544488601" datatype="html">
4629 <source>default</source> 4620 <source>default</source>
4630 <target state="new">default</target> 4621 <target state="translated">デフォルト</target>
4631 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">18</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">18</context></context-group>
4632 </trans-unit> 4623 </trans-unit>
4633 <trans-unit id="4096396973250090478" datatype="html"> 4624 <trans-unit id="4096396973250090478" datatype="html">
@@ -4791,7 +4782,7 @@ The link will expire within 1 hour.</source>
4791 </trans-unit> 4782 </trans-unit>
4792 <trans-unit id="3008420115644088420" datatype="html"> 4783 <trans-unit id="3008420115644088420" datatype="html">
4793 <source>Configuration</source> 4784 <source>Configuration</source>
4794 <target state="new">Configuration</target> 4785 <target state="translated">設定</target>
4795 <context-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> 4786 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">1</context></context-group>
4796 </trans-unit> 4787 </trans-unit>
4797 <trans-unit id="502260296951057925" datatype="html"> 4788 <trans-unit id="502260296951057925" datatype="html">
@@ -4826,7 +4817,7 @@ The link will expire within 1 hour.</source>
4826 </trans-unit> 4817 </trans-unit>
4827 <trans-unit id="3428986951244800347" datatype="html"> 4818 <trans-unit id="3428986951244800347" datatype="html">
4828 <source>Block new videos automatically</source> 4819 <source>Block new videos automatically</source>
4829 <target state="needs-translation">Block new videos automatically</target> 4820 <target state="translated">自動的に新しい動画をブロック</target>
4830 <context-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> 4821 <context-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>
4831 </trans-unit> 4822 </trans-unit>
4832 <trans-unit id="2054846790157376783" datatype="html"> 4823 <trans-unit id="2054846790157376783" datatype="html">
@@ -4866,7 +4857,7 @@ The link will expire within 1 hour.</source>
4866 </trans-unit> 4857 </trans-unit>
4867 <trans-unit id="2331464426553277323" datatype="html"> 4858 <trans-unit id="2331464426553277323" datatype="html">
4868 <source>Search index URL</source> 4859 <source>Search index URL</source>
4869 <target state="new">Search index URL</target> 4860 <target state="needs-translation">検索インデックスのURL</target>
4870 <context-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> 4861 <context-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>
4871 </trans-unit> 4862 </trans-unit>
4872 <trans-unit id="8524278911521465398" datatype="html"> 4863 <trans-unit id="8524278911521465398" datatype="html">
@@ -4901,7 +4892,7 @@ The link will expire within 1 hour.</source>
4901 </trans-unit> 4892 </trans-unit>
4902 <trans-unit id="9119248927271669654" datatype="html"> 4893 <trans-unit id="9119248927271669654" datatype="html">
4903 <source>Other instances can follow yours</source> 4894 <source>Other instances can follow yours</source>
4904 <target state="new">Other instances can follow yours</target> 4895 <target state="translated">他のインスタンスがあなたのインスタンスをフォローできます</target>
4905 <context-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> 4896 <context-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>
4906 </trans-unit> 4897 </trans-unit>
4907 <trans-unit id="7015551137649102649" datatype="html"> 4898 <trans-unit id="7015551137649102649" datatype="html">
@@ -4923,7 +4914,7 @@ The link will expire within 1 hour.</source>
4923 </trans-unit> 4914 </trans-unit>
4924 <trans-unit id="1718269478813020014" datatype="html"> 4915 <trans-unit id="1718269478813020014" datatype="html">
4925 <source>Index URL</source> 4916 <source>Index URL</source>
4926 <target state="new">Index URL</target> 4917 <target state="translated">インデックスURL</target>
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">425</context></context-group> 4918 <context-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>
4928 </trans-unit> 4919 </trans-unit>
4929 <trans-unit id="173263206605027981" datatype="html"> 4920 <trans-unit id="173263206605027981" datatype="html">
@@ -5509,12 +5500,12 @@ color: red;
5509 </trans-unit> 5500 </trans-unit>
5510 <trans-unit id="264068562357780835" datatype="html"> 5501 <trans-unit id="264068562357780835" datatype="html">
5511 <source>New email</source> 5502 <source>New email</source>
5512 <target state="new">New email</target> 5503 <target state="translated">新しいメールアドレス</target>
5513 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context><context context-type="linenumber">17</context></context-group> 5504 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context><context context-type="linenumber">17</context></context-group>
5514 </trans-unit> 5505 </trans-unit>
5515 <trans-unit id="3000005804987112527" datatype="html"> 5506 <trans-unit id="3000005804987112527" datatype="html">
5516 <source>Change email</source> 5507 <source>Change email</source>
5517 <target state="new">Change email</target> 5508 <target state="translated">メールアドレスを変更</target>
5518 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context><context context-type="linenumber">36</context></context-group> 5509 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context><context context-type="linenumber">36</context></context-group>
5519 </trans-unit> 5510 </trans-unit>
5520 <trans-unit id="7103588127254721505" datatype="html"> 5511 <trans-unit id="7103588127254721505" datatype="html">
@@ -5581,7 +5572,7 @@ color: red;
5581 </trans-unit> 5572 </trans-unit>
5582 <trans-unit id="3610344835750059476" datatype="html"> 5573 <trans-unit id="3610344835750059476" datatype="html">
5583 <source>My ownership changes</source> 5574 <source>My ownership changes</source>
5584 <target state="new">My ownership changes</target> 5575 <target state="translated">所有権を変更する</target>
5585 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">3</context></context-group> 5576 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">3</context></context-group>
5586 </trans-unit> 5577 </trans-unit>
5587 <trans-unit id="7391040346436232576"> 5578 <trans-unit id="7391040346436232576">
@@ -5617,7 +5608,7 @@ color: red;
5617 </trans-unit> 5608 </trans-unit>
5618 <trans-unit id="2000373220662583633" datatype="html"> 5609 <trans-unit id="2000373220662583633" datatype="html">
5619 <source>No ownership change request found.</source> 5610 <source>No ownership change request found.</source>
5620 <target state="new">No ownership change request found.</target> 5611 <target state="translated">所有権変更のリクエストはありません。</target>
5621 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">78</context></context-group> 5612 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">78</context></context-group>
5622 </trans-unit> 5613 </trans-unit>
5623 <trans-unit id="4247400351982331798" datatype="html"> 5614 <trans-unit id="4247400351982331798" datatype="html">
@@ -5756,7 +5747,7 @@ color: red;
5756 </trans-unit> 5747 </trans-unit>
5757 <trans-unit id="228548407872312756" datatype="html"> 5748 <trans-unit id="228548407872312756" datatype="html">
5758 <source>Owner account page</source> 5749 <source>Owner account page</source>
5759 <target state="new">Owner account page</target> 5750 <target state="translated">管理者アカウントページ</target>
5760 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">27</context></context-group> 5751 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">27</context></context-group>
5761 </trans-unit> 5752 </trans-unit>
5762 <trans-unit id="2204625138753484173"> 5753 <trans-unit id="2204625138753484173">
@@ -5801,7 +5792,7 @@ color: red;
5801 </trans-unit> 5792 </trans-unit>
5802 <trans-unit id="7679199047720825365" datatype="html"> 5793 <trans-unit id="7679199047720825365" datatype="html">
5803 <source>All read</source> 5794 <source>All read</source>
5804 <target state="new">All read</target> 5795 <target state="translated">既読にする</target>
5805 <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">26</context></context-group> 5796 <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">26</context></context-group>
5806 </trans-unit> 5797 </trans-unit>
5807 <trans-unit id="2309808536212982229"> 5798 <trans-unit id="2309808536212982229">
@@ -5872,7 +5863,7 @@ color: red;
5872 </trans-unit> 5863 </trans-unit>
5873 <trans-unit id="8901774330683812267" datatype="html"> 5864 <trans-unit id="8901774330683812267" datatype="html">
5874 <source>See the <x id="START_LINK"/>documentation<x id="CLOSE_LINK"/> for more information. </source> 5865 <source>See the <x id="START_LINK"/>documentation<x id="CLOSE_LINK"/> for more information. </source>
5875 <target state="needs-translation">See the <x id="START_LINK"/>documentation<x id="CLOSE_LINK"/> for more information. </target> 5866 <target state="translated">詳細について <x id="START_LINK"/>ドキュメント<x id="CLOSE_LINK"/>を読む。 </target>
5876 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.html</context><context context-type="linenumber">32</context></context-group> 5867 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.html</context><context context-type="linenumber">32</context></context-group>
5877 </trans-unit> 5868 </trans-unit>
5878 <trans-unit id="5904811038805050477" datatype="html"> 5869 <trans-unit id="5904811038805050477" datatype="html">
@@ -5882,12 +5873,7 @@ color: red;
5882 </trans-unit> 5873 </trans-unit>
5883 <trans-unit id="3461985498881453026" datatype="html"> 5874 <trans-unit id="3461985498881453026" datatype="html">
5884 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK"/>documentation<x id="CLOSE_LINK"/>. </source> 5875 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK"/>documentation<x id="CLOSE_LINK"/>. </source>
5885 <target state="new"> 5876 <target state="translated">PeerTubeを利用するためにヘルプが必要な場合、<x id="START_LINK"/>ドキュメント<x id="CLOSE_LINK"/>を読むことができます。 </target>
5886 If you need help to use PeerTube, you can have a look at the
5887 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation
5888 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
5889
5890 </target>
5891 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context><context context-type="linenumber">14</context></context-group> 5877 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context><context context-type="linenumber">14</context></context-group>
5892 </trans-unit> 5878 </trans-unit>
5893 <trans-unit id="3030338154442300172" datatype="html"> 5879 <trans-unit id="3030338154442300172" datatype="html">
@@ -6029,7 +6015,7 @@ color: red;
6029 </trans-unit> 6015 </trans-unit>
6030 <trans-unit id="9098920722959201547" datatype="html"> 6016 <trans-unit id="9098920722959201547" datatype="html">
6031 <source>Show more...</source> 6017 <source>Show more...</source>
6032 <target state="new"> Show more... </target> 6018 <target state="translated">さらに表示...</target>
6033 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">57</context></context-group> 6019 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">57</context></context-group>
6034 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">96</context></context-group> 6020 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">96</context></context-group>
6035 </trans-unit> 6021 </trans-unit>
@@ -6077,7 +6063,7 @@ color: red;
6077 </trans-unit> 6063 </trans-unit>
6078 <trans-unit id="4071627711041975501" datatype="html"> 6064 <trans-unit id="4071627711041975501" datatype="html">
6079 <source>Show this channel</source> 6065 <source>Show this channel</source>
6080 <target state="needs-translation">Show this channel</target> 6066 <target state="translated">このチャンネルを表示</target>
6081 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">35</context></context-group> 6067 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">35</context></context-group>
6082 </trans-unit> 6068 </trans-unit>
6083 <trans-unit id="7766488542631150871" datatype="html"> 6069 <trans-unit id="7766488542631150871" datatype="html">
@@ -6123,7 +6109,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
6123 </trans-unit> 6109 </trans-unit>
6124 <trans-unit id="2705478076887104088" datatype="html"> 6110 <trans-unit id="2705478076887104088" datatype="html">
6125 <source>SHOW THIS CHANNEL ></source> 6111 <source>SHOW THIS CHANNEL ></source>
6126 <target state="new">SHOW THIS CHANNEL ></target> 6112 <target state="translated">このチャンネルを表示></target>
6127 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">46</context></context-group> 6113 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">46</context></context-group>
6128 </trans-unit> 6114 </trans-unit>
6129 <trans-unit id="4088311569349098646"> 6115 <trans-unit id="4088311569349098646">
@@ -6574,7 +6560,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
6574 </trans-unit> 6560 </trans-unit>
6575 <trans-unit id="8980375993935541237" datatype="html"> 6561 <trans-unit id="8980375993935541237" datatype="html">
6576 <source>Step</source> 6562 <source>Step</source>
6577 <target state="new">Step</target> 6563 <target state="translated">ステップ</target>
6578 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/custom-stepper.component.html</context><context context-type="linenumber">9</context></context-group> 6564 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/custom-stepper.component.html</context><context context-type="linenumber">9</context></context-group>
6579 </trans-unit> 6565 </trans-unit>
6580 <trans-unit id="4665274432258993920" datatype="html"> 6566 <trans-unit id="4665274432258993920" datatype="html">
@@ -6885,7 +6871,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
6885 </trans-unit> 6871 </trans-unit>
6886 <trans-unit id="5037437391296624618" datatype="html"> 6872 <trans-unit id="5037437391296624618" datatype="html">
6887 <source>Information</source> 6873 <source>Information</source>
6888 <target state="needs-translation">Information</target> 6874 <target state="translated">情報</target>
6889 <context-group purpose="location"> 6875 <context-group purpose="location">
6890 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 6876 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6891 <context context-type="linenumber">15</context> 6877 <context context-type="linenumber">15</context>
@@ -6944,7 +6930,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
6944 </trans-unit> 6930 </trans-unit>
6945 <trans-unit id="2127446333083057097" datatype="html"> 6931 <trans-unit id="2127446333083057097" datatype="html">
6946 <source>Domain is required.</source> 6932 <source>Domain is required.</source>
6947 <target state="new">Domain is required.</target> 6933 <target state="translated">ドメインが必要です。</target>
6948 <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> 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>
6949 </trans-unit> 6935 </trans-unit>
6950 <trans-unit id="6780793142903080663" datatype="html"> 6936 <trans-unit id="6780793142903080663" datatype="html">
@@ -7208,7 +7194,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7208 </trans-unit> 7194 </trans-unit>
7209 <trans-unit id="149121389669248117" datatype="html"> 7195 <trans-unit id="149121389669248117" datatype="html">
7210 <source>Violent or Repulsive</source> 7196 <source>Violent or Repulsive</source>
7211 <target state="new">Violent or Repulsive</target> 7197 <target state="translated">暴力的または非常に不快</target>
7212 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.ts</context><context context-type="linenumber">19</context></context-group> 7198 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.ts</context><context context-type="linenumber">19</context></context-group>
7213 </trans-unit> 7199 </trans-unit>
7214 <trans-unit id="2493388551376623687" datatype="html"> 7200 <trans-unit id="2493388551376623687" datatype="html">
@@ -7218,7 +7204,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7218 </trans-unit> 7204 </trans-unit>
7219 <trans-unit id="5124757565683866220" datatype="html"> 7205 <trans-unit id="5124757565683866220" datatype="html">
7220 <source>Spam or Misleading</source> 7206 <source>Spam or Misleading</source>
7221 <target state="new">Spam or Misleading</target> 7207 <target state="translated">スパムまたは誤解を招く恐れのある</target>
7222 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.ts</context><context context-type="linenumber">21</context></context-group> 7208 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.ts</context><context context-type="linenumber">21</context></context-group>
7223 </trans-unit> 7209 </trans-unit>
7224 <trans-unit id="8440128775129354214" datatype="html"> 7210 <trans-unit id="8440128775129354214" datatype="html">
@@ -7282,23 +7268,23 @@ channel with the same name (<x id="PH_2"/>)!</target>
7282 </trans-unit> 7268 </trans-unit>
7283 <trans-unit id="3924877328520650445" datatype="html"> 7269 <trans-unit id="3924877328520650445" datatype="html">
7284 <source>Block video</source> 7270 <source>Block video</source>
7285 <target state="needs-translation">Block video</target> 7271 <target state="translated">動画をブロックする</target>
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">349</context></context-group> 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>
7287 </trans-unit> 7273 </trans-unit>
7288 <trans-unit id="4762794934098378428" datatype="html"> 7274 <trans-unit id="4762794934098378428" datatype="html">
7289 <source>Video blocked.</source> 7275 <source>Video blocked.</source>
7290 <target state="new">Video blocked.</target> 7276 <target state="translated">動画がブロックされました。</target>
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">355</context></context-group> 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>
7292 <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> 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>
7293 </trans-unit> 7279 </trans-unit>
7294 <trans-unit id="4328862996304258770" datatype="html"> 7280 <trans-unit id="4328862996304258770" datatype="html">
7295 <source>Unblock video</source> 7281 <source>Unblock video</source>
7296 <target state="new">Unblock video</target> 7282 <target state="translated">動画のブロックを解除する</target>
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">365</context></context-group> 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>
7298 </trans-unit> 7284 </trans-unit>
7299 <trans-unit id="9065327551191479877" datatype="html"> 7285 <trans-unit id="9065327551191479877" datatype="html">
7300 <source>Video unblocked.</source> 7286 <source>Video unblocked.</source>
7301 <target state="new">Video unblocked.</target> 7287 <target state="translated">動画のブロックが解除されました。</target>
7302 <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> 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>
7303 </trans-unit> 7289 </trans-unit>
7304 <trans-unit id="1250415136605923486"> 7290 <trans-unit id="1250415136605923486">
@@ -7333,7 +7319,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7333 </trans-unit> 7319 </trans-unit>
7334 <trans-unit id="3962242315365992494" datatype="html"> 7320 <trans-unit id="3962242315365992494" datatype="html">
7335 <source>Switch video block to manual</source> 7321 <source>Switch video block to manual</source>
7336 <target state="new">Switch video block to manual</target> 7322 <target state="needs-translation">Switch video block to manual</target>
7337 <context-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> 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>
7338 </trans-unit> 7324 </trans-unit>
7339 <trans-unit id="6906423861055262169" datatype="html"> 7325 <trans-unit id="6906423861055262169" datatype="html">
@@ -7343,7 +7329,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7343 </trans-unit> 7329 </trans-unit>
7344 <trans-unit id="7293356040886494773" datatype="html"> 7330 <trans-unit id="7293356040886494773" datatype="html">
7345 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 7331 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
7346 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target> 7332 <target state="translated">本当にこの動画のブロックを解除しますか?動画リストに再度表示されます。</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">133</context></context-group> 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>
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">180</context></context-group> 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>
7349 </trans-unit> 7335 </trans-unit>
@@ -7627,8 +7613,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7627 <trans-unit id="1886888801485703107"> 7613 <trans-unit id="1886888801485703107">
7628 <source>User <x id="PH"/> created.</source> 7614 <source>User <x id="PH"/> created.</source>
7629 <target>ユーザー <x id="PH"/> を作成しました。</target> 7615 <target>ユーザー <x id="PH"/> を作成しました。</target>
7630 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group> 7616
7631 </trans-unit> 7617 <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>
7632 <trans-unit id="8286337167859377104" datatype="html"> 7618 <trans-unit id="8286337167859377104" datatype="html">
7633 <source>Create user</source> 7619 <source>Create user</source>
7634 <target state="translated">ユーザー作成</target> 7620 <target state="translated">ユーザー作成</target>
@@ -7701,12 +7687,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
7701 </trans-unit> 7687 </trans-unit>
7702 <trans-unit id="4682675125751819107" datatype="html"> 7688 <trans-unit id="4682675125751819107" datatype="html">
7703 <source>Instances you follow</source> 7689 <source>Instances you follow</source>
7704 <target state="translated">インスタンスによるフォロー</target> 7690 <target state="translated">ンスタンス</target>
7705 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group> 7691 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
7706 </trans-unit> 7692 </trans-unit>
7707 <trans-unit id="8899833753704589712" datatype="html"> 7693 <trans-unit id="8899833753704589712" datatype="html">
7708 <source>Instances following you</source> 7694 <source>Instances following you</source>
7709 <target state="translated"></target> 7695 <target state="translated"></target>
7710 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group> 7696 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
7711 </trans-unit> 7697 </trans-unit>
7712 <trans-unit id="3767259920053407667" datatype="html"> 7698 <trans-unit id="3767259920053407667" datatype="html">
@@ -7822,7 +7808,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7822 </trans-unit> 7808 </trans-unit>
7823 <trans-unit id="1486537403020619891" datatype="html"> 7809 <trans-unit id="1486537403020619891" datatype="html">
7824 <source>My watch history</source> 7810 <source>My watch history</source>
7825 <target state="translated">動画視聴履歴</target> 7811 <target state="translated">視聴履歴</target>
7826 <context-group purpose="location"> 7812 <context-group purpose="location">
7827 <context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.html</context> 7813 <context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.html</context>
7828 <context context-type="linenumber">3</context> 7814 <context context-type="linenumber">3</context>
@@ -7835,7 +7821,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7835 </trans-unit> 7821 </trans-unit>
7836 <trans-unit id="3183245287221165928"> 7822 <trans-unit id="3183245287221165928">
7837 <source>Ownership accepted</source> 7823 <source>Ownership accepted</source>
7838 <target>所有権が承認れました</target> 7824 <target>所有権がした</target>
7839 <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> 7825 <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>
7840 </trans-unit> 7826 </trans-unit>
7841 <trans-unit id="6012072687166259654" datatype="html"> 7827 <trans-unit id="6012072687166259654" datatype="html">
@@ -8027,7 +8013,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8027 </trans-unit> 8013 </trans-unit>
8028 <trans-unit id="3761504852202418603" datatype="html"> 8014 <trans-unit id="3761504852202418603" datatype="html">
8029 <source>Too many languages are enabled. Please enable them all or stay below 20 enabled languages.</source> 8015 <source>Too many languages are enabled. Please enable them all or stay below 20 enabled languages.</source>
8030 <target state="new">Too many languages are enabled. Please enable them all or stay below 20 enabled languages.</target> 8016 <target state="translated">非常に多くの言語が設定されています。全ての言語を有効にするか、または20言語以下に設定してください。</target>
8031 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.ts</context><context context-type="linenumber">92</context></context-group> 8017 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.ts</context><context context-type="linenumber">92</context></context-group>
8032 </trans-unit> 8018 </trans-unit>
8033 <trans-unit id="3960396487495291449" datatype="html"> 8019 <trans-unit id="3960396487495291449" datatype="html">
@@ -8087,7 +8073,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8087 </trans-unit> 8073 </trans-unit>
8088 <trans-unit id="6059091237492573541" datatype="html"> 8074 <trans-unit id="6059091237492573541" datatype="html">
8089 <source>Update video channel</source> 8075 <source>Update video channel</source>
8090 <target state="new">Update video channel</target> 8076 <target state="translated">動画チャンネルを更新</target>
8091 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels-routing.module.ts</context><context context-type="linenumber">31</context></context-group> 8077 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels-routing.module.ts</context><context context-type="linenumber">31</context></context-group>
8092 </trans-unit> 8078 </trans-unit>
8093 <trans-unit id="6595008830732269870" datatype="html"> 8079 <trans-unit id="6595008830732269870" datatype="html">
@@ -8105,7 +8091,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8105 </trans-unit> 8091 </trans-unit>
8106 <trans-unit id="7553172329217243895" datatype="html"> 8092 <trans-unit id="7553172329217243895" datatype="html">
8107 <source>Cannot access to the remote resource</source> 8093 <source>Cannot access to the remote resource</source>
8108 <target state="new">Cannot access to the remote resource</target> 8094 <target state="needs-translation">Cannot access to the remote resource</target>
8109 <context-group purpose="location"> 8095 <context-group purpose="location">
8110 <context context-type="sourcefile">src/app/+remote-interaction/remote-interaction.component.ts</context> 8096 <context context-type="sourcefile">src/app/+remote-interaction/remote-interaction.component.ts</context>
8111 <context context-type="linenumber">48</context> 8097 <context context-type="linenumber">48</context>
@@ -8175,7 +8161,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8175 </trans-unit> 8161 </trans-unit>
8176 <trans-unit id="4844578664427956129" datatype="html"> 8162 <trans-unit id="4844578664427956129" datatype="html">
8177 <source>Change ownership</source> 8163 <source>Change ownership</source>
8178 <target state="new">Change ownership</target> 8164 <target state="translated">所有権を変更する</target>
8179 <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> 8165 <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>
8180 </trans-unit> 8166 </trans-unit>
8181 <trans-unit id="3380608219513805292"> 8167 <trans-unit id="3380608219513805292">
@@ -8254,12 +8240,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
8254 </trans-unit> 8240 </trans-unit>
8255 <trans-unit id="5752861278140673787"> 8241 <trans-unit id="5752861278140673787">
8256 <source>Ownership changes</source> 8242 <source>Ownership changes</source>
8257 <target>所有権変更</target> 8243 <target>所有権変更</target>
8258 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library-routing.module.ts</context><context context-type="linenumber">108</context></context-group> 8244 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library-routing.module.ts</context><context context-type="linenumber">108</context></context-group>
8259 </trans-unit> 8245 </trans-unit>
8260 <trans-unit id="5983006734882925930" datatype="html"> 8246 <trans-unit id="5983006734882925930" datatype="html">
8261 <source>My video history</source> 8247 <source>My video history</source>
8262 <target state="needs-translation">My video history</target> 8248 <target state="translated">動画の視聴履歴</target>
8263 <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> 8249 <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>
8264 </trans-unit> 8250 </trans-unit>
8265 <trans-unit id="8181077408762380407" datatype="html"> 8251 <trans-unit id="8181077408762380407" datatype="html">
@@ -8322,9 +8308,9 @@ channel with the same name (<x id="PH_2"/>)!</target>
8322 <trans-unit id="1783173774503340906"> 8308 <trans-unit id="1783173774503340906">
8323 <source>Subscribe to the account</source> 8309 <source>Subscribe to the account</source>
8324 <target>アカウントを購読する</target> 8310 <target>アカウントを購読する</target>
8325 <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> 8311
8326 <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> 8312
8327 </trans-unit> 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>
8328 <trans-unit id="3131904093925601441" datatype="html"> 8314 <trans-unit id="3131904093925601441" datatype="html">
8329 <source>PLAYLISTS</source> 8315 <source>PLAYLISTS</source>
8330 <target state="translated">プレイリスト</target> 8316 <target state="translated">プレイリスト</target>
@@ -8536,7 +8522,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8536 </trans-unit> 8522 </trans-unit>
8537 <trans-unit id="2392481201920342009" datatype="html"> 8523 <trans-unit id="2392481201920342009" datatype="html">
8538 <source>VOD videos</source> 8524 <source>VOD videos</source>
8539 <target state="translated">VOD動画</target> 8525 <target state="translated">ビデオ・オン・デマンド動画</target>
8540 <context-group purpose="location"> 8526 <context-group purpose="location">
8541 <context context-type="sourcefile">src/app/+search/search-filters.component.ts</context> 8527 <context context-type="sourcefile">src/app/+search/search-filters.component.ts</context>
8542 <context context-type="linenumber">60</context> 8528 <context context-type="linenumber">60</context>
@@ -8544,7 +8530,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8544 </trans-unit> 8530 </trans-unit>
8545 <trans-unit id="2180217594100853008" datatype="html"> 8531 <trans-unit id="2180217594100853008" datatype="html">
8546 <source>Live videos</source> 8532 <source>Live videos</source>
8547 <target state="translated">ライブ配信</target> 8533 <target state="translated">ライブ配信動画</target>
8548 <context-group purpose="location"> 8534 <context-group purpose="location">
8549 <context context-type="sourcefile">src/app/+search/search-filters.component.ts</context> 8535 <context context-type="sourcefile">src/app/+search/search-filters.component.ts</context>
8550 <context context-type="linenumber">64</context> 8536 <context context-type="linenumber">64</context>
@@ -9245,7 +9231,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9245 </trans-unit> 9231 </trans-unit>
9246 <trans-unit id="7220386604464537651" datatype="html"> 9232 <trans-unit id="7220386604464537651" datatype="html">
9247 <source>Live RTMP Url</source> 9233 <source>Live RTMP Url</source>
9248 <target state="new">Live RTMP Url</target> 9234 <target state="translated">ライブ配信のRTMP URL</target>
9249 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-live/live-stream-information.component.html</context><context context-type="linenumber">19</context></context-group> 9235 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-live/live-stream-information.component.html</context><context context-type="linenumber">19</context></context-group>
9250 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">218</context></context-group> 9236 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">218</context></context-group>
9251 </trans-unit> 9237 </trans-unit>
@@ -9845,7 +9831,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9845 </trans-unit> 9831 </trans-unit>
9846 <trans-unit id="8559170154828316298" datatype="html"> 9832 <trans-unit id="8559170154828316298" datatype="html">
9847 <source>Will remove comments of this account (may take several minutes).</source> 9833 <source>Will remove comments of this account (may take several minutes).</source>
9848 <target state="new">Will remove comments of this account (may take several minutes).</target> 9834 <target state="translated">このアカウントからのコメントは削除されます(処理に数分かかる場合があります)。</target>
9849 <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> 9835 <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>
9850 </trans-unit> 9836 </trans-unit>
9851 <trans-unit id="7187838764371214919" datatype="html"> 9837 <trans-unit id="7187838764371214919" datatype="html">
@@ -9870,7 +9856,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9870 </trans-unit> 9856 </trans-unit>
9871 <trans-unit id="3508163549683020253" datatype="html"> 9857 <trans-unit id="3508163549683020253" datatype="html">
9872 <source>Allow the user to login and create videos/comments again</source> 9858 <source>Allow the user to login and create videos/comments again</source>
9873 <target state="new">Allow the user to login and create videos/comments again</target> 9859 <target state="needs-translation">Allow the user to login and create videos/comments again</target>
9874 <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> 9860 <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>
9875 </trans-unit> 9861 </trans-unit>
9876 <trans-unit id="1888272455383898478"> 9862 <trans-unit id="1888272455383898478">
@@ -9880,7 +9866,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9880 </trans-unit> 9866 </trans-unit>
9881 <trans-unit id="2365286519320230773" datatype="html"> 9867 <trans-unit id="2365286519320230773" datatype="html">
9882 <source>Hide any content from that user from you.</source> 9868 <source>Hide any content from that user from you.</source>
9883 <target state="new">Hide any content from that user from you.</target> 9869 <target state="translated">ユーザーからの全てのコンテンツを隠す。</target>
9884 <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> 9870 <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>
9885 </trans-unit> 9871 </trans-unit>
9886 <trans-unit id="4043508901590508211"> 9872 <trans-unit id="4043508901590508211">
@@ -9890,7 +9876,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9890 </trans-unit> 9876 </trans-unit>
9891 <trans-unit id="2843593344827160627" datatype="html"> 9877 <trans-unit id="2843593344827160627" datatype="html">
9892 <source>Show back content from that user for you.</source> 9878 <source>Show back content from that user for you.</source>
9893 <target state="new">Show back content from that user for you.</target> 9879 <target state="translated">ユーザーからの全てのコンテンツを再度表示する。</target>
9894 <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> 9880 <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>
9895 </trans-unit> 9881 </trans-unit>
9896 <trans-unit id="6198109035280957164"> 9882 <trans-unit id="6198109035280957164">
@@ -9900,7 +9886,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9900 </trans-unit> 9886 </trans-unit>
9901 <trans-unit id="4537735378779630558" datatype="html"> 9887 <trans-unit id="4537735378779630558" datatype="html">
9902 <source>Hide any content from that instance for you.</source> 9888 <source>Hide any content from that instance for you.</source>
9903 <target state="new">Hide any content from that instance for you.</target> 9889 <target state="translated">インスタンスからの全てのコンテンツを隠す。</target>
9904 <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> 9890 <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>
9905 </trans-unit> 9891 </trans-unit>
9906 <trans-unit id="6247487021683085858"> 9892 <trans-unit id="6247487021683085858">
@@ -9910,7 +9896,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9910 </trans-unit> 9896 </trans-unit>
9911 <trans-unit id="4024846984475742259" datatype="html"> 9897 <trans-unit id="4024846984475742259" datatype="html">
9912 <source>Show back content from that instance for you.</source> 9898 <source>Show back content from that instance for you.</source>
9913 <target state="new">Show back content from that instance for you.</target> 9899 <target state="translated">インスタンスからの全てのコンテンツを再度表示する。</target>
9914 <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> 9900 <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>
9915 </trans-unit> 9901 </trans-unit>
9916 <trans-unit id="3108200185023875257" datatype="html"> 9902 <trans-unit id="3108200185023875257" datatype="html">
@@ -9920,7 +9906,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9920 </trans-unit> 9906 </trans-unit>
9921 <trans-unit id="4810478487244286994" datatype="html"> 9907 <trans-unit id="4810478487244286994" datatype="html">
9922 <source>Remove comments made by this account on your videos.</source> 9908 <source>Remove comments made by this account on your videos.</source>
9923 <target state="new">Remove comments made by this account on your videos.</target> 9909 <target state="translated">このアカウントによって作成された、動画へのコメントを削除する。</target>
9924 <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> 9910 <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>
9925 </trans-unit> 9911 </trans-unit>
9926 <trans-unit id="81452583525574033"> 9912 <trans-unit id="81452583525574033">
@@ -9975,7 +9961,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9975 </trans-unit> 9961 </trans-unit>
9976 <trans-unit id="6746743143272021955" datatype="html"> 9962 <trans-unit id="6746743143272021955" datatype="html">
9977 <source>Violent or repulsive</source> 9963 <source>Violent or repulsive</source>
9978 <target state="new">Violent or repulsive</target> 9964 <target state="translated">暴力的または非常に不快</target>
9979 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/abuse.service.ts</context><context context-type="linenumber">139</context></context-group> 9965 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/abuse.service.ts</context><context context-type="linenumber">139</context></context-group>
9980 </trans-unit> 9966 </trans-unit>
9981 <trans-unit id="5272553814105457319" datatype="html"> 9967 <trans-unit id="5272553814105457319" datatype="html">
@@ -9995,7 +9981,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9995 </trans-unit> 9981 </trans-unit>
9996 <trans-unit id="5413552012131573970" datatype="html"> 9982 <trans-unit id="5413552012131573970" datatype="html">
9997 <source>Spam, ad or false news</source> 9983 <source>Spam, ad or false news</source>
9998 <target state="new">Spam, ad or false news</target> 9984 <target state="translated">スパム、広告または偽ニュース</target>
9999 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/abuse.service.ts</context><context context-type="linenumber">149</context></context-group> 9985 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/abuse.service.ts</context><context context-type="linenumber">149</context></context-group>
10000 </trans-unit> 9986 </trans-unit>
10001 <trans-unit id="6374940465448453212" datatype="html"> 9987 <trans-unit id="6374940465448453212" datatype="html">
@@ -10101,7 +10087,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10101 </trans-unit> 10087 </trans-unit>
10102 <trans-unit id="363499678348067004" datatype="html"> 10088 <trans-unit id="363499678348067004" datatype="html">
10103 <source>Open subscription dropdown</source> 10089 <source>Open subscription dropdown</source>
10104 <target state="new">Open subscription dropdown</target> 10090 <target state="translated">チャンネル登録のドロップダウンメニューを開く</target>
10105 <context-group purpose="location"> 10091 <context-group purpose="location">
10106 <context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.html</context> 10092 <context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.html</context>
10107 <context context-type="linenumber">46</context> 10093 <context context-type="linenumber">46</context>
@@ -10259,7 +10245,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10259 </trans-unit> 10245 </trans-unit>
10260 <trans-unit id="2990849907502572301" datatype="html"> 10246 <trans-unit id="2990849907502572301" datatype="html">
10261 <source>This video will be duplicated by your instance.</source> 10247 <source>This video will be duplicated by your instance.</source>
10262 <target state="new">This video will be duplicated by your instance.</target> 10248 <target state="translated">この動画はインスタンス内で重複しています。</target>
10263 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">226</context></context-group> 10249 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">226</context></context-group>
10264 </trans-unit> 10250 </trans-unit>
10265 <trans-unit id="3099741642167775297" datatype="html"> 10251 <trans-unit id="3099741642167775297" datatype="html">
@@ -10731,7 +10717,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10731 </trans-unit> 10717 </trans-unit>
10732 <trans-unit id="1599585307037758139" datatype="html"> 10718 <trans-unit id="1599585307037758139" datatype="html">
10733 <source>Loop playlist videos</source> 10719 <source>Loop playlist videos</source>
10734 <target state="translated">プレイリストをループする</target> 10720 <target state="translated">プレイリストをループ再生する</target>
10735 <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> 10721 <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>
10736 </trans-unit> 10722 </trans-unit>
10737 <trans-unit id="3704292036525161260" datatype="html"> 10723 <trans-unit id="3704292036525161260" datatype="html">
@@ -10754,12 +10740,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10754 </trans-unit> 10740 </trans-unit>
10755 <trans-unit id="8858527736400081688"> 10741 <trans-unit id="8858527736400081688">
10756 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10742 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10757 <target>この動画には成人向けコンテンツまたは過激なコンテンツが含まれています。本当に再生しますか?</target> 10743 <target>この動画には成人向けまたは過激なコンテンツが含まれています。本当に再生しますか?</target>
10758 <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> 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>
10759 </trans-unit> 10745 </trans-unit>
10760 <trans-unit id="3937119019020041049"> 10746 <trans-unit id="3937119019020041049">
10761 <source>Mature or explicit content</source> 10747 <source>Mature or explicit content</source>
10762 <target>成人向けンテンツたは過激なコンテンツ</target> 10748 <target>成人向けまたは過激なコンテンツ</target>
10763 <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> 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>
10764 </trans-unit> 10750 </trans-unit>
10765 <trans-unit id="1755474755114288376" datatype="html"> 10751 <trans-unit id="1755474755114288376" datatype="html">
diff --git a/client/src/locale/angular.jbo.xlf b/client/src/locale/angular.jbo.xlf
index 5deeedb77..7367a10ca 100644
--- a/client/src/locale/angular.jbo.xlf
+++ b/client/src/locale/angular.jbo.xlf
@@ -2360,12 +2360,12 @@ galfi le mi japyvla</target>
2360 <source>Scheduled</source> 2360 <source>Scheduled</source>
2361 <target state="new">Scheduled</target> 2361 <target state="new">Scheduled</target>
2362 2362
2363 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group></trans-unit> 2363 <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>
2364 <trans-unit id="1435317307066082710" datatype="html"> 2364 <trans-unit id="1435317307066082710" datatype="html">
2365 <source>Hide the video until a specific date</source> 2365 <source>Hide the video until a specific date</source>
2366 <target state="new">Hide the video until a specific date</target> 2366 <target state="new">Hide the video until a specific date</target>
2367 2367
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> 2368 <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>
2369 <trans-unit id="6148369758871787018" datatype="html"> 2369 <trans-unit id="6148369758871787018" datatype="html">
2370 <source>Video background image</source> 2370 <source>Video background image</source>
2371 <target state="new">Video background image</target> 2371 <target state="new">Video background image</target>
@@ -3257,7 +3257,7 @@ galfi le mi japyvla</target>
3257 <source>Create user</source> 3257 <source>Create user</source>
3258 <target state="new">Create user</target> 3258 <target state="new">Create user</target>
3259 3259
3260 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-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> 3260 <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>
3261 <trans-unit id="8363291180171434623" datatype="html"> 3261 <trans-unit id="8363291180171434623" datatype="html">
3262 <source>Table parameters</source> 3262 <source>Table parameters</source>
3263 <target state="new">Table parameters</target> 3263 <target state="new">Table parameters</target>
@@ -7249,7 +7249,7 @@ zbasu lo pilno</target>
7249 <x id="PH"/> created. 7249 <x id="PH"/> created.
7250 </target> 7250 </target>
7251 7251
7252 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="8286337167859377104" datatype="html"> 7252 <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><trans-unit id="8286337167859377104" datatype="html">
7253 <source>Create user</source><target state="new">Create user</target> 7253 <source>Create user</source><target state="new">Create user</target>
7254 7254
7255 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit><trans-unit id="7098180453085889026" datatype="html"> 7255 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit><trans-unit id="7098180453085889026" datatype="html">
@@ -7912,7 +7912,7 @@ zbasu lo pilno</target>
7912 <target>jersi pe'a le pilno</target> 7912 <target>jersi pe'a le pilno</target>
7913 7913
7914 7914
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">701</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html"> 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">
7916 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target> 7916 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target>
7917 <context-group purpose="location"> 7917 <context-group purpose="location">
7918 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 7918 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
diff --git a/client/src/locale/angular.kab.xlf b/client/src/locale/angular.kab.xlf
index 3daa2a008..bec074ca7 100644
--- a/client/src/locale/angular.kab.xlf
+++ b/client/src/locale/angular.kab.xlf
@@ -2375,12 +2375,12 @@ The link will expire within 1 hour.</source>
2375 <source>Scheduled</source> 2375 <source>Scheduled</source>
2376 <target>Yettuɣawes</target> 2376 <target>Yettuɣawes</target>
2377 2377
2378 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group></trans-unit> 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>
2379 <trans-unit id="1435317307066082710" datatype="html"> 2379 <trans-unit id="1435317307066082710" datatype="html">
2380 <source>Hide the video until a specific date</source> 2380 <source>Hide the video until a specific date</source>
2381 <target state="translated">Ffer tavidyut alamma azemz usdid</target> 2381 <target state="translated">Ffer tavidyut alamma azemz usdid</target>
2382 2382
2383 <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> 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>
2384 <trans-unit id="6148369758871787018" datatype="html"> 2384 <trans-unit id="6148369758871787018" datatype="html">
2385 <source>Video background image</source> 2385 <source>Video background image</source>
2386 <target state="translated">Tugna n ugilal n tvidyut</target> 2386 <target state="translated">Tugna n ugilal n tvidyut</target>
@@ -3460,7 +3460,7 @@ The link will expire within 1 hour.</source>
3460 <source>Create user</source> 3460 <source>Create user</source>
3461 <target>Rnu aseqdac</target> 3461 <target>Rnu aseqdac</target>
3462 3462
3463 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-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> 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>
3464 <trans-unit id="8363291180171434623" datatype="html"> 3464 <trans-unit id="8363291180171434623" datatype="html">
3465 <source>Table parameters</source> 3465 <source>Table parameters</source>
3466 <target state="translated">Table parameters</target> 3466 <target state="translated">Table parameters</target>
@@ -7204,8 +7204,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7204 <trans-unit id="1886888801485703107" datatype="html"> 7204 <trans-unit id="1886888801485703107" datatype="html">
7205 <source>User <x id="PH"/> created.</source> 7205 <source>User <x id="PH"/> created.</source>
7206 <target state="translated">Aseqdac <x id="PH"/> yettwarna.</target> 7206 <target state="translated">Aseqdac <x id="PH"/> yettwarna.</target>
7207 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group> 7207
7208 </trans-unit> 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>
7209 <trans-unit id="8286337167859377104" datatype="html"> 7209 <trans-unit id="8286337167859377104" datatype="html">
7210 <source>Create user</source> 7210 <source>Create user</source>
7211 <target state="translated">Rnu aseqdac</target> 7211 <target state="translated">Rnu aseqdac</target>
@@ -7914,7 +7914,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7914 <target state="translated">Multeɣ ɣer umiḍan</target> 7914 <target state="translated">Multeɣ ɣer umiḍan</target>
7915 7915
7916 7916
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">701</context></context-group></trans-unit> 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>
7918 <trans-unit id="3131904093925601441" datatype="html"> 7918 <trans-unit id="3131904093925601441" datatype="html">
7919 <source>PLAYLISTS</source> 7919 <source>PLAYLISTS</source>
7920 <target state="translated">TIBDARIN N TΓURI</target> 7920 <target state="translated">TIBDARIN N TΓURI</target>
diff --git a/client/src/locale/angular.ko-KR.xlf b/client/src/locale/angular.ko-KR.xlf
index ce1069fd5..d02c433ac 100644
--- a/client/src/locale/angular.ko-KR.xlf
+++ b/client/src/locale/angular.ko-KR.xlf
@@ -2417,12 +2417,12 @@ The link will expire within 1 hour.</target>
2417 <source>Scheduled</source> 2417 <source>Scheduled</source>
2418 <target state="new">Scheduled</target> 2418 <target state="new">Scheduled</target>
2419 2419
2420 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group></trans-unit> 2420 <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>
2421 <trans-unit id="1435317307066082710" datatype="html"> 2421 <trans-unit id="1435317307066082710" datatype="html">
2422 <source>Hide the video until a specific date</source> 2422 <source>Hide the video until a specific date</source>
2423 <target state="new">Hide the video until a specific date</target> 2423 <target state="new">Hide the video until a specific date</target>
2424 2424
2425 <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> 2425 <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>
2426 <trans-unit id="6148369758871787018" datatype="html"> 2426 <trans-unit id="6148369758871787018" datatype="html">
2427 <source>Video background image</source> 2427 <source>Video background image</source>
2428 <target state="new">Video background image</target> 2428 <target state="new">Video background image</target>
@@ -3388,7 +3388,7 @@ The link will expire within 1 hour.</target>
3388 <source>Create user</source> 3388 <source>Create user</source>
3389 <target state="new">Create user</target> 3389 <target state="new">Create user</target>
3390 3390
3391 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-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> 3391 <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>
3392 <trans-unit id="8363291180171434623" datatype="html"> 3392 <trans-unit id="8363291180171434623" datatype="html">
3393 <source>Table parameters</source> 3393 <source>Table parameters</source>
3394 <target state="new">Table parameters</target> 3394 <target state="new">Table parameters</target>
@@ -7646,8 +7646,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7646 <target state="new">User 7646 <target state="new">User
7647 <x id="PH"/> created. 7647 <x id="PH"/> created.
7648 </target> 7648 </target>
7649 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group> 7649
7650 </trans-unit> 7650 <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>
7651 <trans-unit id="8286337167859377104" datatype="html"> 7651 <trans-unit id="8286337167859377104" datatype="html">
7652 <source>Create user</source> 7652 <source>Create user</source>
7653 <target state="new">Create user</target> 7653 <target state="new">Create user</target>
@@ -8372,7 +8372,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8372 <target state="new">Subscribe to the account</target> 8372 <target state="new">Subscribe to the account</target>
8373 8373
8374 8374
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">701</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html"> 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">
8376 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target> 8376 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target>
8377 <context-group purpose="location"> 8377 <context-group purpose="location">
8378 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 8378 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
diff --git a/client/src/locale/angular.lt-LT.xlf b/client/src/locale/angular.lt-LT.xlf
index 987bf9040..6c94a9e35 100644
--- a/client/src/locale/angular.lt-LT.xlf
+++ b/client/src/locale/angular.lt-LT.xlf
@@ -2317,12 +2317,12 @@ The link will expire within 1 hour.</target>
2317 <source>Scheduled</source> 2317 <source>Scheduled</source>
2318 <target state="new">Scheduled</target> 2318 <target state="new">Scheduled</target>
2319 2319
2320 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group></trans-unit> 2320 <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>
2321 <trans-unit id="1435317307066082710" datatype="html"> 2321 <trans-unit id="1435317307066082710" datatype="html">
2322 <source>Hide the video until a specific date</source> 2322 <source>Hide the video until a specific date</source>
2323 <target state="new">Hide the video until a specific date</target> 2323 <target state="new">Hide the video until a specific date</target>
2324 2324
2325 <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> 2325 <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>
2326 <trans-unit id="6148369758871787018" datatype="html"> 2326 <trans-unit id="6148369758871787018" datatype="html">
2327 <source>Video background image</source> 2327 <source>Video background image</source>
2328 <target state="new">Video background image</target> 2328 <target state="new">Video background image</target>
@@ -3194,7 +3194,7 @@ The link will expire within 1 hour.</target>
3194 <source>Create user</source> 3194 <source>Create user</source>
3195 <target state="new">Create user</target> 3195 <target state="new">Create user</target>
3196 3196
3197 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-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> 3197 <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>
3198 <trans-unit id="8363291180171434623" datatype="html"> 3198 <trans-unit id="8363291180171434623" datatype="html">
3199 <source>Table parameters</source> 3199 <source>Table parameters</source>
3200 <target state="new">Table parameters</target> 3200 <target state="new">Table parameters</target>
@@ -7151,7 +7151,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7151 <x id="PH"/> created. 7151 <x id="PH"/> created.
7152 </target> 7152 </target>
7153 7153
7154 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="8286337167859377104" datatype="html"> 7154 <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><trans-unit id="8286337167859377104" datatype="html">
7155 <source>Create user</source><target state="new">Create user</target> 7155 <source>Create user</source><target state="new">Create user</target>
7156 7156
7157 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit><trans-unit id="7098180453085889026" datatype="html"> 7157 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit><trans-unit id="7098180453085889026" datatype="html">
@@ -7814,7 +7814,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7814 <target state="new">Subscribe to the account</target> 7814 <target state="new">Subscribe to the account</target>
7815 7815
7816 7816
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">701</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html"> 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">
7818 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target> 7818 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target>
7819 <context-group purpose="location"> 7819 <context-group purpose="location">
7820 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 7820 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
diff --git a/client/src/locale/angular.nb-NO.xlf b/client/src/locale/angular.nb-NO.xlf
index 1b4944748..494d4c982 100644
--- a/client/src/locale/angular.nb-NO.xlf
+++ b/client/src/locale/angular.nb-NO.xlf
@@ -2276,12 +2276,12 @@ The link will expire within 1 hour.</target>
2276 <source>Scheduled</source> 2276 <source>Scheduled</source>
2277 <target state="new">Scheduled</target> 2277 <target state="new">Scheduled</target>
2278 2278
2279 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group></trans-unit> 2279 <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>
2280 <trans-unit id="1435317307066082710" datatype="html"> 2280 <trans-unit id="1435317307066082710" datatype="html">
2281 <source>Hide the video until a specific date</source> 2281 <source>Hide the video until a specific date</source>
2282 <target state="new">Hide the video until a specific date</target> 2282 <target state="new">Hide the video until a specific date</target>
2283 2283
2284 <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> 2284 <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>
2285 <trans-unit id="6148369758871787018" datatype="html"> 2285 <trans-unit id="6148369758871787018" datatype="html">
2286 <source>Video background image</source> 2286 <source>Video background image</source>
2287 <target state="new">Video background image</target> 2287 <target state="new">Video background image</target>
@@ -3228,7 +3228,7 @@ The link will expire within 1 hour.</target>
3228 <source>Create user</source> 3228 <source>Create user</source>
3229 <target state="new">Create user</target> 3229 <target state="new">Create user</target>
3230 3230
3231 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-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> 3231 <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>
3232 <trans-unit id="8363291180171434623" datatype="html"> 3232 <trans-unit id="8363291180171434623" datatype="html">
3233 <source>Table parameters</source> 3233 <source>Table parameters</source>
3234 <target state="new">Table parameters</target> 3234 <target state="new">Table parameters</target>
@@ -7415,8 +7415,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7415 <target state="new">User 7415 <target state="new">User
7416 <x id="PH"/> created. 7416 <x id="PH"/> created.
7417 </target> 7417 </target>
7418 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group> 7418
7419 </trans-unit> 7419 <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>
7420 <trans-unit id="8286337167859377104" datatype="html"> 7420 <trans-unit id="8286337167859377104" datatype="html">
7421 <source>Create user</source> 7421 <source>Create user</source>
7422 <target state="new">Create user</target> 7422 <target state="new">Create user</target>
@@ -8132,7 +8132,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8132 <target state="new">Subscribe to the account</target> 8132 <target state="new">Subscribe to the account</target>
8133 8133
8134 8134
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">701</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html"> 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">
8136 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target> 8136 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target>
8137 <context-group purpose="location"> 8137 <context-group purpose="location">
8138 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 8138 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
diff --git a/client/src/locale/angular.nl-NL.xlf b/client/src/locale/angular.nl-NL.xlf
index 0aa7e9406..317265555 100644
--- a/client/src/locale/angular.nl-NL.xlf
+++ b/client/src/locale/angular.nl-NL.xlf
@@ -2175,12 +2175,12 @@ Gefeliciteerd, de video achter
2175 <source>Scheduled</source> 2175 <source>Scheduled</source>
2176 <target>Ingeroosterd</target> 2176 <target>Ingeroosterd</target>
2177 2177
2178 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group></trans-unit> 2178 <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>
2179 <trans-unit id="1435317307066082710" datatype="html"> 2179 <trans-unit id="1435317307066082710" datatype="html">
2180 <source>Hide the video until a specific date</source> 2180 <source>Hide the video until a specific date</source>
2181 <target state="translated">De video verbergen tot een specifieke datum</target> 2181 <target state="translated">De video verbergen tot een specifieke datum</target>
2182 2182
2183 <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> 2183 <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>
2184 <trans-unit id="6148369758871787018"> 2184 <trans-unit id="6148369758871787018">
2185 <source>Video background image</source> 2185 <source>Video background image</source>
2186 <target>Video achtergrondafbeelding</target> 2186 <target>Video achtergrondafbeelding</target>
@@ -3091,7 +3091,7 @@ Je kan nu al informatie toevoegen over deze video.
3091 <source>Create user</source> 3091 <source>Create user</source>
3092 <target>Gebruiker aanmaken</target> 3092 <target>Gebruiker aanmaken</target>
3093 3093
3094 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-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> 3094 <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>
3095 <trans-unit id="8363291180171434623" datatype="html"> 3095 <trans-unit id="8363291180171434623" datatype="html">
3096 <source>Table parameters</source> 3096 <source>Table parameters</source>
3097 <target state="translated">Tabelparameters</target> 3097 <target state="translated">Tabelparameters</target>
@@ -7046,8 +7046,8 @@ Account aanmaken</target>
7046 <trans-unit id="1886888801485703107"> 7046 <trans-unit id="1886888801485703107">
7047 <source>User <x id="PH"/> created.</source> 7047 <source>User <x id="PH"/> created.</source>
7048 <target>Gebruiker <x id="PH"/> verwijderd.</target> 7048 <target>Gebruiker <x id="PH"/> verwijderd.</target>
7049 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group> 7049
7050 </trans-unit> 7050 <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>
7051 <trans-unit id="8286337167859377104" datatype="html"> 7051 <trans-unit id="8286337167859377104" datatype="html">
7052 <source>Create user</source> 7052 <source>Create user</source>
7053 <target state="translated">Gebruiker aanmaken</target> 7053 <target state="translated">Gebruiker aanmaken</target>
@@ -7713,7 +7713,7 @@ Account aanmaken</target>
7713 <target>Abonneren op account</target> 7713 <target>Abonneren op account</target>
7714 7714
7715 7715
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">701</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html"> 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">
7717 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target> 7717 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target>
7718 <context-group purpose="location"> 7718 <context-group purpose="location">
7719 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 7719 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
diff --git a/client/src/locale/angular.oc.xlf b/client/src/locale/angular.oc.xlf
index 45b746b64..f1dc9a13d 100644
--- a/client/src/locale/angular.oc.xlf
+++ b/client/src/locale/angular.oc.xlf
@@ -2521,13 +2521,13 @@ The link will expire within 1 hour.</target>
2521 <trans-unit id="9172233176401579786"> 2521 <trans-unit id="9172233176401579786">
2522 <source>Scheduled</source> 2522 <source>Scheduled</source>
2523 <target>Programada</target> 2523 <target>Programada</target>
2524 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group> 2524
2525 </trans-unit> 2525 <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>
2526 <trans-unit id="1435317307066082710" datatype="html"> 2526 <trans-unit id="1435317307066082710" datatype="html">
2527 <source>Hide the video until a specific date</source> 2527 <source>Hide the video until a specific date</source>
2528 <target state="new">Hide the video until a specific date</target> 2528 <target state="new">Hide the video until a specific date</target>
2529 <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> 2529
2530 </trans-unit> 2530 <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>
2531 <trans-unit id="6148369758871787018"> 2531 <trans-unit id="6148369758871787018">
2532 <source>Video background image</source> 2532 <source>Video background image</source>
2533 <target>Imatge de rèire-plan de la vidèo</target> 2533 <target>Imatge de rèire-plan de la vidèo</target>
@@ -3476,9 +3476,9 @@ The link will expire within 1 hour.</target>
3476 <trans-unit id="8286337167859377104"> 3476 <trans-unit id="8286337167859377104">
3477 <source>Create user</source> 3477 <source>Create user</source>
3478 <target>Crear un utilizaire</target> 3478 <target>Crear un utilizaire</target>
3479 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-group> 3479
3480 <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> 3480
3481 </trans-unit> 3481 <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>
3482 <trans-unit id="8363291180171434623" datatype="html"> 3482 <trans-unit id="8363291180171434623" datatype="html">
3483 <source>Table parameters</source> 3483 <source>Table parameters</source>
3484 <target state="new">Table parameters</target> 3484 <target state="new">Table parameters</target>
@@ -7819,8 +7819,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7819 <target>Utilizaire 7819 <target>Utilizaire
7820 <x id="PH"/> creat. 7820 <x id="PH"/> creat.
7821 </target> 7821 </target>
7822 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group> 7822
7823 </trans-unit> 7823 <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>
7824 <trans-unit id="8286337167859377104" datatype="html"> 7824 <trans-unit id="8286337167859377104" datatype="html">
7825 <source>Create user</source> 7825 <source>Create user</source>
7826 <target state="new">Create user</target> 7826 <target state="new">Create user</target>
@@ -8553,7 +8553,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8553 <target>S’abonar al compte</target> 8553 <target>S’abonar al compte</target>
8554 8554
8555 8555
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">701</context></context-group></trans-unit> 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>
8557 <trans-unit id="3131904093925601441" datatype="html"> 8557 <trans-unit id="3131904093925601441" datatype="html">
8558 <source>PLAYLISTS</source> 8558 <source>PLAYLISTS</source>
8559 <target state="new">PLAYLISTS</target> 8559 <target state="new">PLAYLISTS</target>
diff --git a/client/src/locale/angular.pl-PL.xlf b/client/src/locale/angular.pl-PL.xlf
index c51077e99..e5421bec8 100644
--- a/client/src/locale/angular.pl-PL.xlf
+++ b/client/src/locale/angular.pl-PL.xlf
@@ -2460,13 +2460,13 @@ The link will expire within 1 hour.</source>
2460 <trans-unit id="9172233176401579786" datatype="html"> 2460 <trans-unit id="9172233176401579786" datatype="html">
2461 <source>Scheduled</source> 2461 <source>Scheduled</source>
2462 <target state="translated">Zaplanowany</target> 2462 <target state="translated">Zaplanowany</target>
2463 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group> 2463
2464 </trans-unit> 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>
2465 <trans-unit id="1435317307066082710" datatype="html"> 2465 <trans-unit id="1435317307066082710" datatype="html">
2466 <source>Hide the video until a specific date</source> 2466 <source>Hide the video until a specific date</source>
2467 <target state="translated">Ukryj film przed określoną datą</target> 2467 <target state="translated">Ukryj film przed określoną datą</target>
2468 <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> 2468
2469 </trans-unit> 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>
2470 <trans-unit id="6148369758871787018" datatype="html"> 2470 <trans-unit id="6148369758871787018" datatype="html">
2471 <source>Video background image</source> 2471 <source>Video background image</source>
2472 <target state="translated">Tło filmu</target> 2472 <target state="translated">Tło filmu</target>
@@ -3355,9 +3355,9 @@ The link will expire within 1 hour.</source>
3355 <trans-unit id="8286337167859377104"> 3355 <trans-unit id="8286337167859377104">
3356 <source>Create user</source> 3356 <source>Create user</source>
3357 <target>Utwórz użytkownika</target> 3357 <target>Utwórz użytkownika</target>
3358 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-group> 3358
3359 <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> 3359
3360 </trans-unit> 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>
3361 <trans-unit id="8363291180171434623" datatype="html"> 3361 <trans-unit id="8363291180171434623" datatype="html">
3362 <source>Table parameters</source> 3362 <source>Table parameters</source>
3363 <target state="translated">Parametry tabeli</target> 3363 <target state="translated">Parametry tabeli</target>
@@ -7531,8 +7531,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7531 <target>Utworzono użytkownika 7531 <target>Utworzono użytkownika
7532 <x id="PH"/>. 7532 <x id="PH"/>.
7533 </target> 7533 </target>
7534 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group> 7534
7535 </trans-unit> 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"> 7536 <trans-unit id="8286337167859377104" datatype="html">
7537 <source>Create user</source> 7537 <source>Create user</source>
7538 <target state="translated">Utwórz użytkownika</target> 7538 <target state="translated">Utwórz użytkownika</target>
@@ -8260,9 +8260,9 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8260 <trans-unit id="1783173774503340906" datatype="html"> 8260 <trans-unit id="1783173774503340906" datatype="html">
8261 <source>Subscribe to the account</source> 8261 <source>Subscribe to the account</source>
8262 <target state="translated">Subskrybuj to konto</target> 8262 <target state="translated">Subskrybuj to konto</target>
8263 <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> 8263
8264 <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> 8264
8265 </trans-unit> 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>
8266 <trans-unit id="3131904093925601441" datatype="html"> 8266 <trans-unit id="3131904093925601441" datatype="html">
8267 <source>PLAYLISTS</source> 8267 <source>PLAYLISTS</source>
8268 <target state="translated">PLAYLISTY</target> 8268 <target state="translated">PLAYLISTY</target>
diff --git a/client/src/locale/angular.pt-BR.xlf b/client/src/locale/angular.pt-BR.xlf
index a1d586507..da2526596 100644
--- a/client/src/locale/angular.pt-BR.xlf
+++ b/client/src/locale/angular.pt-BR.xlf
@@ -2516,13 +2516,13 @@ The link will expire within 1 hour.</target>
2516 <trans-unit id="9172233176401579786"> 2516 <trans-unit id="9172233176401579786">
2517 <source>Scheduled</source> 2517 <source>Scheduled</source>
2518 <target>Programado</target> 2518 <target>Programado</target>
2519 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group> 2519
2520 </trans-unit> 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>
2521 <trans-unit id="1435317307066082710" datatype="html"> 2521 <trans-unit id="1435317307066082710" datatype="html">
2522 <source>Hide the video until a specific date</source> 2522 <source>Hide the video until a specific date</source>
2523 <target state="new">Hide the video until a specific date</target> 2523 <target state="new">Hide the video until a specific date</target>
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> 2524
2525 </trans-unit> 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>
2526 <trans-unit id="6148369758871787018" datatype="html"> 2526 <trans-unit id="6148369758871787018" datatype="html">
2527 <source>Video background image</source> 2527 <source>Video background image</source>
2528 <target state="translated">Imagem de fundo do vídeo</target> 2528 <target state="translated">Imagem de fundo do vídeo</target>
@@ -3458,9 +3458,9 @@ The link will expire within 1 hour.</target>
3458 <trans-unit id="8286337167859377104"> 3458 <trans-unit id="8286337167859377104">
3459 <source>Create user</source> 3459 <source>Create user</source>
3460 <target>Criar usuárie</target> 3460 <target>Criar usuárie</target>
3461 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-group> 3461
3462 <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> 3462
3463 </trans-unit> 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>
3464 <trans-unit id="8363291180171434623" datatype="html"> 3464 <trans-unit id="8363291180171434623" datatype="html">
3465 <source>Table parameters</source> 3465 <source>Table parameters</source>
3466 <target state="new">Table parameters</target> 3466 <target state="new">Table parameters</target>
@@ -7720,8 +7720,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7720 <target>Usuário 7720 <target>Usuário
7721 <x id="PH"/> criado. 7721 <x id="PH"/> criado.
7722 </target> 7722 </target>
7723 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group> 7723
7724 </trans-unit> 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>
7725 <trans-unit id="8286337167859377104" datatype="html"> 7725 <trans-unit id="8286337167859377104" datatype="html">
7726 <source>Create user</source> 7726 <source>Create user</source>
7727 <target state="new">Create user</target> 7727 <target state="new">Create user</target>
@@ -8446,7 +8446,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8446 <target>Inscreva-se na conta</target> 8446 <target>Inscreva-se na conta</target>
8447 8447
8448 8448
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">701</context></context-group></trans-unit> 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>
8450 <trans-unit id="3131904093925601441" datatype="html"> 8450 <trans-unit id="3131904093925601441" datatype="html">
8451 <source>PLAYLISTS</source> 8451 <source>PLAYLISTS</source>
8452 <target state="new">PLAYLISTS</target> 8452 <target state="new">PLAYLISTS</target>
diff --git a/client/src/locale/angular.pt-PT.xlf b/client/src/locale/angular.pt-PT.xlf
index c56faaff3..2fbff7854 100644
--- a/client/src/locale/angular.pt-PT.xlf
+++ b/client/src/locale/angular.pt-PT.xlf
@@ -2305,12 +2305,12 @@ The link will expire within 1 hour.</target>
2305 <source>Scheduled</source> 2305 <source>Scheduled</source>
2306 <target state="new">Scheduled</target> 2306 <target state="new">Scheduled</target>
2307 2307
2308 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group></trans-unit> 2308 <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>
2309 <trans-unit id="1435317307066082710" datatype="html"> 2309 <trans-unit id="1435317307066082710" datatype="html">
2310 <source>Hide the video until a specific date</source> 2310 <source>Hide the video until a specific date</source>
2311 <target state="new">Hide the video until a specific date</target> 2311 <target state="new">Hide the video until a specific date</target>
2312 2312
2313 <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> 2313 <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>
2314 <trans-unit id="6148369758871787018" datatype="html"> 2314 <trans-unit id="6148369758871787018" datatype="html">
2315 <source>Video background image</source> 2315 <source>Video background image</source>
2316 <target state="new">Video background image</target> 2316 <target state="new">Video background image</target>
@@ -3192,7 +3192,7 @@ The link will expire within 1 hour.</target>
3192 <source>Create user</source> 3192 <source>Create user</source>
3193 <target>Crie utilizador</target> 3193 <target>Crie utilizador</target>
3194 3194
3195 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-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> 3195 <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>
3196 <trans-unit id="8363291180171434623" datatype="html"> 3196 <trans-unit id="8363291180171434623" datatype="html">
3197 <source>Table parameters</source> 3197 <source>Table parameters</source>
3198 <target state="new">Table parameters</target> 3198 <target state="new">Table parameters</target>
@@ -7138,7 +7138,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7138 <x id="PH"/> criado. 7138 <x id="PH"/> criado.
7139 </target> 7139 </target>
7140 7140
7141 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="8286337167859377104" datatype="html"> 7141 <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><trans-unit id="8286337167859377104" datatype="html">
7142 <source>Create user</source><target state="new">Create user</target> 7142 <source>Create user</source><target state="new">Create user</target>
7143 7143
7144 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit><trans-unit id="7098180453085889026" datatype="html"> 7144 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit><trans-unit id="7098180453085889026" datatype="html">
@@ -7801,7 +7801,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7801 <target state="new">Subscribe to the account</target> 7801 <target state="new">Subscribe to the account</target>
7802 7802
7803 7803
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">701</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html"> 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">
7805 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target> 7805 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target>
7806 <context-group purpose="location"> 7806 <context-group purpose="location">
7807 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 7807 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
diff --git a/client/src/locale/angular.ru-RU.xlf b/client/src/locale/angular.ru-RU.xlf
index 98480f12d..d72d8420d 100644
--- a/client/src/locale/angular.ru-RU.xlf
+++ b/client/src/locale/angular.ru-RU.xlf
@@ -2364,13 +2364,13 @@ The link will expire within 1 hour.</source>
2364 <trans-unit id="9172233176401579786"> 2364 <trans-unit id="9172233176401579786">
2365 <source>Scheduled</source> 2365 <source>Scheduled</source>
2366 <target>Запланировано</target> 2366 <target>Запланировано</target>
2367 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group> 2367
2368 </trans-unit> 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>
2369 <trans-unit id="1435317307066082710" datatype="html"> 2369 <trans-unit id="1435317307066082710" datatype="html">
2370 <source>Hide the video until a specific date</source> 2370 <source>Hide the video until a specific date</source>
2371 <target state="translated">Скрыть видео до указанной даты</target> 2371 <target state="translated">Скрыть видео до указанной даты</target>
2372 <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> 2372
2373 </trans-unit> 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>
2374 <trans-unit id="6148369758871787018" datatype="html"> 2374 <trans-unit id="6148369758871787018" datatype="html">
2375 <source>Video background image</source> 2375 <source>Video background image</source>
2376 <target state="translated">Фоновое изображение видео</target> 2376 <target state="translated">Фоновое изображение видео</target>
@@ -3263,9 +3263,9 @@ The link will expire within 1 hour.</source>
3263 <trans-unit id="8286337167859377104"> 3263 <trans-unit id="8286337167859377104">
3264 <source>Create user</source> 3264 <source>Create user</source>
3265 <target>Создать пользователя</target> 3265 <target>Создать пользователя</target>
3266 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-group> 3266
3267 <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
3268 </trans-unit> 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>
3269 <trans-unit id="8363291180171434623" datatype="html"> 3269 <trans-unit id="8363291180171434623" datatype="html">
3270 <source>Table parameters</source> 3270 <source>Table parameters</source>
3271 <target state="translated">Параметры таблицы</target> 3271 <target state="translated">Параметры таблицы</target>
@@ -7368,8 +7368,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7368 <trans-unit id="1886888801485703107"> 7368 <trans-unit id="1886888801485703107">
7369 <source>User <x id="PH"/> created.</source> 7369 <source>User <x id="PH"/> created.</source>
7370 <target>Пользователь <x id="PH"/> был создан.</target> 7370 <target>Пользователь <x id="PH"/> был создан.</target>
7371 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group> 7371
7372 </trans-unit> 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>
7373 <trans-unit id="8286337167859377104" datatype="html"> 7373 <trans-unit id="8286337167859377104" datatype="html">
7374 <source>Create user</source> 7374 <source>Create user</source>
7375 <target state="translated">Создать пользователя</target> 7375 <target state="translated">Создать пользователя</target>
@@ -8063,9 +8063,9 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8063 <trans-unit id="1783173774503340906"> 8063 <trans-unit id="1783173774503340906">
8064 <source>Subscribe to the account</source> 8064 <source>Subscribe to the account</source>
8065 <target>Подписаться на аккаунт</target> 8065 <target>Подписаться на аккаунт</target>
8066 <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> 8066
8067 <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> 8067
8068 </trans-unit> 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>
8069 <trans-unit id="3131904093925601441" datatype="html"> 8069 <trans-unit id="3131904093925601441" datatype="html">
8070 <source>PLAYLISTS</source> 8070 <source>PLAYLISTS</source>
8071 <target state="translated">ПЛЕЙЛИСТЫ</target> 8071 <target state="translated">ПЛЕЙЛИСТЫ</target>
diff --git a/client/src/locale/angular.sk-SK.xlf b/client/src/locale/angular.sk-SK.xlf
index a99c1be9d..87a114685 100644
--- a/client/src/locale/angular.sk-SK.xlf
+++ b/client/src/locale/angular.sk-SK.xlf
@@ -2363,12 +2363,12 @@ The link will expire within 1 hour.</target>
2363 <source>Scheduled</source> 2363 <source>Scheduled</source>
2364 <target state="new">Scheduled</target> 2364 <target state="new">Scheduled</target>
2365 2365
2366 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group></trans-unit> 2366 <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>
2367 <trans-unit id="1435317307066082710" datatype="html"> 2367 <trans-unit id="1435317307066082710" datatype="html">
2368 <source>Hide the video until a specific date</source> 2368 <source>Hide the video until a specific date</source>
2369 <target state="new">Hide the video until a specific date</target> 2369 <target state="new">Hide the video until a specific date</target>
2370 2370
2371 <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> 2371 <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>
2372 <trans-unit id="6148369758871787018" datatype="html"> 2372 <trans-unit id="6148369758871787018" datatype="html">
2373 <source>Video background image</source> 2373 <source>Video background image</source>
2374 <target state="new">Video background image</target> 2374 <target state="new">Video background image</target>
@@ -3260,7 +3260,7 @@ The link will expire within 1 hour.</target>
3260 <source>Create user</source> 3260 <source>Create user</source>
3261 <target state="new">Create user</target> 3261 <target state="new">Create user</target>
3262 3262
3263 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-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> 3263 <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>
3264 <trans-unit id="8363291180171434623" datatype="html"> 3264 <trans-unit id="8363291180171434623" datatype="html">
3265 <source>Table parameters</source> 3265 <source>Table parameters</source>
3266 <target state="new">Table parameters</target> 3266 <target state="new">Table parameters</target>
@@ -7253,7 +7253,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7253 <x id="PH"/> created. 7253 <x id="PH"/> created.
7254 </target> 7254 </target>
7255 7255
7256 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="8286337167859377104" datatype="html"> 7256 <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><trans-unit id="8286337167859377104" datatype="html">
7257 <source>Create user</source><target state="new">Create user</target> 7257 <source>Create user</source><target state="new">Create user</target>
7258 7258
7259 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit><trans-unit id="7098180453085889026" datatype="html"> 7259 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit><trans-unit id="7098180453085889026" datatype="html">
@@ -7916,7 +7916,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7916 <target state="new">Subscribe to the account</target> 7916 <target state="new">Subscribe to the account</target>
7917 7917
7918 7918
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">701</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html"> 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">
7920 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target> 7920 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target>
7921 <context-group purpose="location"> 7921 <context-group purpose="location">
7922 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 7922 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
diff --git a/client/src/locale/angular.sl-SI.xlf b/client/src/locale/angular.sl-SI.xlf
index b5ae4040f..582be2864 100644
--- a/client/src/locale/angular.sl-SI.xlf
+++ b/client/src/locale/angular.sl-SI.xlf
@@ -2491,12 +2491,12 @@ The link will expire within 1 hour.</target>
2491 <source>Scheduled</source> 2491 <source>Scheduled</source>
2492 <target state="new">Scheduled</target> 2492 <target state="new">Scheduled</target>
2493 2493
2494 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group></trans-unit> 2494 <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>
2495 <trans-unit id="1435317307066082710" datatype="html"> 2495 <trans-unit id="1435317307066082710" datatype="html">
2496 <source>Hide the video until a specific date</source> 2496 <source>Hide the video until a specific date</source>
2497 <target state="new">Hide the video until a specific date</target> 2497 <target state="new">Hide the video until a specific date</target>
2498 2498
2499 <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 <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>
2500 <trans-unit id="6148369758871787018"> 2500 <trans-unit id="6148369758871787018">
2501 <source>Video background image</source> 2501 <source>Video background image</source>
2502 <target>Ozadje videoposnetka</target> 2502 <target>Ozadje videoposnetka</target>
@@ -3424,7 +3424,7 @@ The link will expire within 1 hour.</target>
3424 <source>Create user</source> 3424 <source>Create user</source>
3425 <target state="new">Create user</target> 3425 <target state="new">Create user</target>
3426 3426
3427 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-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> 3427 <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>
3428 <trans-unit id="8363291180171434623" datatype="html"> 3428 <trans-unit id="8363291180171434623" datatype="html">
3429 <source>Table parameters</source> 3429 <source>Table parameters</source>
3430 <target state="new">Table parameters</target> 3430 <target state="new">Table parameters</target>
@@ -7741,8 +7741,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7741 <target state="new">User 7741 <target state="new">User
7742 <x id="PH"/> created. 7742 <x id="PH"/> created.
7743 </target> 7743 </target>
7744 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group> 7744
7745 </trans-unit> 7745 <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>
7746 <trans-unit id="8286337167859377104" datatype="html"> 7746 <trans-unit id="8286337167859377104" datatype="html">
7747 <source>Create user</source> 7747 <source>Create user</source>
7748 <target state="new">Create user</target> 7748 <target state="new">Create user</target>
@@ -8472,7 +8472,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8472 <target state="new">Subscribe to the account</target> 8472 <target state="new">Subscribe to the account</target>
8473 8473
8474 8474
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">701</context></context-group></trans-unit> 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>
8476 <trans-unit id="3131904093925601441" datatype="html"> 8476 <trans-unit id="3131904093925601441" datatype="html">
8477 <source>PLAYLISTS</source> 8477 <source>PLAYLISTS</source>
8478 <target state="new">PLAYLISTS</target> 8478 <target state="new">PLAYLISTS</target>
diff --git a/client/src/locale/angular.sv-SE.xlf b/client/src/locale/angular.sv-SE.xlf
index fb8a76ecd..f36bd5c46 100644
--- a/client/src/locale/angular.sv-SE.xlf
+++ b/client/src/locale/angular.sv-SE.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">Stäng vänstermenyn</target> 7 <target state="translated">Stäng vänstermenyn</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">Öppna vänstermenyn</target> 12 <target state="translated">Öppna vänstermenyn</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>Du har inga notifikationer.</target> 17 <target>Du har inga notifikationer.</target>
@@ -162,17 +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 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-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</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">27</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">52</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">78</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">89</context></context-group>
175 <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> 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>
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>
177 </trans-unit>
176 <trans-unit id="1486537403020619891" datatype="html"> 178 <trans-unit id="1486537403020619891" datatype="html">
177 <source>My watch history</source> 179 <source>My watch history</source>
178 <target state="translated">Min visningshistorik</target> 180 <target state="translated">Min visningshistorik</target>
@@ -187,8 +189,8 @@
187 <trans-unit id="8432562579042371182"> 189 <trans-unit id="8432562579042371182">
188 <source>Options</source> 190 <source>Options</source>
189 <target>Alternativ</target> 191 <target>Alternativ</target>
190 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>
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></trans-unit> 193 </trans-unit>
192 <trans-unit id="1394835141143590910"> 194 <trans-unit id="1394835141143590910">
193 <source>Start at</source> 195 <source>Start at</source>
194 <target>Börja vid</target> 196 <target>Börja vid</target>
@@ -254,15 +256,14 @@
254 <trans-unit id="1006562256968398209" datatype="html"> 256 <trans-unit id="1006562256968398209" datatype="html">
255 <source>video</source> 257 <source>video</source>
256 <target state="translated">video</target> 258 <target state="translated">video</target>
257 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">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 <trans-unit id="6438815964972582865" datatype="html"> 262 <trans-unit id="6438815964972582865" datatype="html">
262 <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>
263 <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>
264 265 <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>
265 <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> 266 </trans-unit>
266 <trans-unit id="187187500641108332" datatype="html"> 267 <trans-unit id="187187500641108332" datatype="html">
267 <source><x id="INTERPOLATION" equiv-text="{{ file.resolution.label }}"/></source> 268 <source><x id="INTERPOLATION" equiv-text="{{ file.resolution.label }}"/></source>
268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ file.resolution.label }}"/></target> 269 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ file.resolution.label }}"/></target>
@@ -274,14 +275,13 @@
274 <trans-unit id="5235042777215655908" datatype="html"> 275 <trans-unit id="5235042777215655908" datatype="html">
275 <source>subtitles</source> 276 <source>subtitles</source>
276 <target state="translated">undertexter</target> 277 <target state="translated">undertexter</target>
277 278 <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>
278 279 </trans-unit>
279 <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>
280 <trans-unit id="7513076467032912668" datatype="html"> 280 <trans-unit id="7513076467032912668" datatype="html">
281 <source>Format</source> 281 <source>Format</source>
282 <target state="translated">Format</target> 282 <target state="translated">Format</target>
283 283 <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>
284 <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> 284 </trans-unit>
285 <trans-unit id="187187500641108332" datatype="html"> 285 <trans-unit id="187187500641108332" datatype="html">
286 <source><x id="INTERPOLATION" equiv-text="{{ item.value.label }}"/> </source> 286 <source><x id="INTERPOLATION" equiv-text="{{ item.value.label }}"/> </source>
287 <target state="translated"> 287 <target state="translated">
@@ -294,33 +294,33 @@
294 <trans-unit id="7385834259346199883" datatype="html"> 294 <trans-unit id="7385834259346199883" datatype="html">
295 <source>Video stream</source> 295 <source>Video stream</source>
296 <target state="translated">Videoström</target> 296 <target state="translated">Videoström</target>
297 297 <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>
298 <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> 298 </trans-unit>
299 <trans-unit id="5496771215105419189" datatype="html"> 299 <trans-unit id="5496771215105419189" datatype="html">
300 <source>Audio stream</source> 300 <source>Audio stream</source>
301 <target state="translated">Ljudström</target> 301 <target state="translated">Ljudström</target>
302 302 <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>
303 <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> 303 </trans-unit>
304 <trans-unit id="6316149158173629264"> 304 <trans-unit id="6316149158173629264">
305 <source>Direct download</source> 305 <source>Direct download</source>
306 <target>Direktnerladdning</target> 306 <target>Direktnerladdning</target>
307 307 <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>
308 <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> 308 </trans-unit>
309 <trans-unit id="5910455707959454672"> 309 <trans-unit id="5910455707959454672">
310 <source>Torrent (.torrent file)</source> 310 <source>Torrent (.torrent file)</source>
311 <target>Torrent (.torrent-fil)</target> 311 <target>Torrent (.torrent-fil)</target>
312 312 <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>
313 <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> 313 </trans-unit>
314 <trans-unit id="5830517253429165613" datatype="html"> 314 <trans-unit id="5830517253429165613" datatype="html">
315 <source>Advanced</source> 315 <source>Advanced</source>
316 <target state="translated">Avancerad</target> 316 <target state="translated">Avancerad</target>
317 317 <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>
318 <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> 318 </trans-unit>
319 <trans-unit id="4493457595110310369" datatype="html"> 319 <trans-unit id="4493457595110310369" datatype="html">
320 <source>Simple</source> 320 <source>Simple</source>
321 <target state="translated">Enkel</target> 321 <target state="translated">Enkel</target>
322 322 <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>
323 <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> 323 </trans-unit>
324 <trans-unit id="1006562256968398209" datatype="html"> 324 <trans-unit id="1006562256968398209" datatype="html">
325 <source>video</source> 325 <source>video</source>
326 <target state="translated">video</target> 326 <target state="translated">video</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 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>
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></trans-unit> 334 </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 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>
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></trans-unit> 339 </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>
@@ -347,16 +347,16 @@
347 <target> 347 <target>
348 Avbryt 348 Avbryt
349 </target> 349 </target>
350 350 <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>
351 351 <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>
352 <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> 352 </trans-unit>
353 <trans-unit id="3099741642167775297"> 353 <trans-unit id="3099741642167775297">
354 <source>Download</source> 354 <source>Download</source>
355 <target>Ladda ner</target> 355 <target>Ladda ner</target>
356 356 <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>
357 357 <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>
358 358 <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>
359 <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> 359 </trans-unit>
360 <trans-unit id="6325096236207614377"> 360 <trans-unit id="6325096236207614377">
361 <source>Reason...</source> 361 <source>Reason...</source>
362 <target>Anledning …</target> 362 <target>Anledning …</target>
@@ -391,8 +391,10 @@
391 <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> 391 <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>
392 <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> 392 <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>
393 <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> 393 <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>
394 </trans-unit><trans-unit id="8343217707114977013" datatype="html"> 394 </trans-unit>
395 <source>The contact form is not enabled on this instance.</source><target state="new">The contact form is not enabled on this instance.</target> 395 <trans-unit id="8343217707114977013" datatype="html">
396 <source>The contact form is not enabled on this instance.</source>
397 <target state="translated">Kontaktformuläret är inte aktiverat på den här instansen.</target>
396 <context-group purpose="location"> 398 <context-group purpose="location">
397 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context> 399 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context>
398 <context context-type="linenumber">56</context> 400 <context context-type="linenumber">56</context>
@@ -428,16 +430,16 @@
428 <trans-unit id="7539427273132299890"> 430 <trans-unit id="7539427273132299890">
429 <source>Unlisted</source> 431 <source>Unlisted</source>
430 <target>Olistad</target> 432 <target>Olistad</target>
431 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">9</context></context-group>
432 434 <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>
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">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> 435 </trans-unit>
434 <trans-unit id="3686284950598311784"> 436 <trans-unit id="3686284950598311784">
435 <source>Private</source> 437 <source>Private</source>
436 <target>Privat</target> 438 <target>Privat</target>
437 439 <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>
438 440 <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>
439 441 <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>
440 <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> 442 </trans-unit>
441 <trans-unit id="7688104409544625220" datatype="html"> 443 <trans-unit id="7688104409544625220" datatype="html">
442 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION"/> views}}</source> 444 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION"/> views}}</source>
443 <target state="translated">{VAR_PLURAL, plural, =1 {1 visning} other {<x id="INTERPOLATION"/> visningar}}</target> 445 <target state="translated">{VAR_PLURAL, plural, =1 {1 visning} other {<x id="INTERPOLATION"/> visningar}}</target>
@@ -446,12 +448,13 @@
446 <trans-unit id="8856905278208146821" datatype="html"> 448 <trans-unit id="8856905278208146821" datatype="html">
447 <source><x id="ICU" equiv-text="{getTotalVideosOf(videoChannel), plural, =1 {1 videos} other {{{ getTotalVideosOf(videoChannel) }} videos}}"/> </source> 449 <source><x id="ICU" equiv-text="{getTotalVideosOf(videoChannel), plural, =1 {1 videos} other {{{ getTotalVideosOf(videoChannel) }} videos}}"/> </source>
448 <target state="translated"><x id="ICU" equiv-text="{video.views, plural, =1 {1 visning} other {{{ video.views | myNumberFormatter }} visningar}}"/> </target> 450 <target state="translated"><x id="ICU" equiv-text="{video.views, plural, =1 {1 visning} other {{{ video.views | myNumberFormatter }} visningar}}"/> </target>
449 451 <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>
450 452 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">41</context></context-group>
451 453 <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>
452 454 <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>
453 455 <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>
454 <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> 456 <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>
457 </trans-unit>
455 <trans-unit id="8562063050145802350" datatype="html"> 458 <trans-unit id="8562063050145802350" datatype="html">
456 <source>{VAR_PLURAL, plural, =1 {1 viewer} other {<x id="INTERPOLATION"/> viewers}}</source> 459 <source>{VAR_PLURAL, plural, =1 {1 viewer} other {<x id="INTERPOLATION"/> viewers}}</source>
457 <target state="translated">{VAR_PLURAL, plural, =1 {1 tittare} other {<x id="INTERPOLATION"/> tittare}}</target> 460 <target state="translated">{VAR_PLURAL, plural, =1 {1 tittare} other {<x id="INTERPOLATION"/> tittare}}</target>
@@ -479,15 +482,15 @@
479 <trans-unit id="9081463435738465430" datatype="html"> 482 <trans-unit id="9081463435738465430" datatype="html">
480 <source>Blocked</source> 483 <source>Blocked</source>
481 <target state="translated">Blockerad</target> 484 <target state="translated">Blockerad</target>
482 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>
483 <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> 486 </trans-unit>
484 <trans-unit id="3514509630940272440"> 487 <trans-unit id="3514509630940272440">
485 <source>Sensitive</source> 488 <source>Sensitive</source>
486 <target> 489 <target>
487 Känsligt 490 Känsligt
488 </target> 491 </target>
489 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>
490 <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> 493 </trans-unit>
491 <trans-unit id="7766488542631150871"> 494 <trans-unit id="7766488542631150871">
492 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION"/> videos}}</source> 495 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION"/> videos}}</source>
493 <target>{VAR_PLURAL, plural, =0 {Inga videor} =1 {1 video} other {<x id="INTERPOLATION"/> videor}}</target> 496 <target>{VAR_PLURAL, plural, =0 {Inga videor} =1 {1 video} other {<x id="INTERPOLATION"/> videor}}</target>
@@ -499,13 +502,13 @@
499 <target> 502 <target>
500 <x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/> 503 <x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/>
501 </target> 504 </target>
502 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>
503 <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> 506 </trans-unit>
504 <trans-unit id="3044142083883783523"> 507 <trans-unit id="3044142083883783523">
505 <source>Updated <x id="INTERPOLATION"/></source> 508 <source>Updated <x id="INTERPOLATION"/></source>
506 <target>Uppdaterades <x id="INTERPOLATION"/></target> 509 <target>Uppdaterades <x id="INTERPOLATION"/></target>
507 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>
508 <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> 511 </trans-unit>
509 <trans-unit id="5643561794785412000"> 512 <trans-unit id="5643561794785412000">
510 <source>Unavailable</source> 513 <source>Unavailable</source>
511 <target>Ej tillgänglig</target> 514 <target>Ej tillgänglig</target>
@@ -514,10 +517,10 @@
514 <trans-unit id="6381490568322624964"> 517 <trans-unit id="6381490568322624964">
515 <source>Deleted</source> 518 <source>Deleted</source>
516 <target>Raderad</target> 519 <target>Raderad</target>
517 520 <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>
518 521 <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>
519 522 <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>
520 <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> 523 </trans-unit>
521 <trans-unit id="5263519165976128456"> 524 <trans-unit id="5263519165976128456">
522 <source>Edit starts/stops at</source> 525 <source>Edit starts/stops at</source>
523 <target>Redigera start- och sluttid</target> 526 <target>Redigera start- och sluttid</target>
@@ -564,31 +567,31 @@
564 <trans-unit id="7022070615528435141"> 567 <trans-unit id="7022070615528435141">
565 <source>Delete</source> 568 <source>Delete</source>
566 <target>Ta bort</target> 569 <target>Ta bort</target>
567 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>
568 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>
569 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>
570 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>
571 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>
572 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>
573 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>
574 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>
575 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>
576 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>
577 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>
578 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>
579 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>
580 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>
581 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>
582 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>
583 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>
584 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>
585 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>
586 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>
587 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>
588 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>
589 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>
590 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>
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">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> 594 </trans-unit>
592 <trans-unit id="158575725114802951" datatype="html"> 595 <trans-unit id="158575725114802951" datatype="html">
593 <source>Only live videos</source> 596 <source>Only live videos</source>
594 <target state="translated">Endast direktsändningar</target> 597 <target state="translated">Endast direktsändningar</target>
@@ -619,11 +622,11 @@
619 <trans-unit id="8461609631969932886" datatype="html"> 622 <trans-unit id="8461609631969932886" datatype="html">
620 <source>Hide</source> 623 <source>Hide</source>
621 <target state="translated">Dölj</target> 624 <target state="translated">Dölj</target>
622 625 <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>
623 626 <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>
624 627 <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>
625 628 <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>
626 <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> 629 </trans-unit>
627 <trans-unit id="8461842260159597706" datatype="html"> 630 <trans-unit id="8461842260159597706" datatype="html">
628 <source>Show</source> 631 <source>Show</source>
629 <target state="translated">Visa</target> 632 <target state="translated">Visa</target>
@@ -898,17 +901,17 @@
898 <trans-unit id="2392488717875840729" datatype="html"> 901 <trans-unit id="2392488717875840729" datatype="html">
899 <source>User</source> 902 <source>User</source>
900 <target state="translated">Användare</target> 903 <target state="translated">Användare</target>
901 904 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">21</context></context-group>
902 905 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">27</context></context-group>
903 906 <context-group purpose="location"><context context-type="sourcefile">src/app/core/users/user.service.ts</context><context context-type="linenumber">405</context></context-group>
904 <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> 907 </trans-unit>
905 <trans-unit id="4209525355702493436"> 908 <trans-unit id="4209525355702493436">
906 <source>Ban</source> 909 <source>Ban</source>
907 <target>Blockera</target> 910 <target>Blockera</target>
908 911 <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>
909 912 <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>
910 913 <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>
911 <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> 914 </trans-unit>
912 <trans-unit id="7908493851025027368"> 915 <trans-unit id="7908493851025027368">
913 <source>A banned user will no longer be able to login.</source> 916 <source>A banned user will no longer be able to login.</source>
914 <target> 917 <target>
@@ -919,25 +922,25 @@
919 <trans-unit id="2159130950882492111"> 922 <trans-unit id="2159130950882492111">
920 <source>Cancel</source> 923 <source>Cancel</source>
921 <target>Avbryt</target> 924 <target>Avbryt</target>
922 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>
923 926 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group>
924 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>
925 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>
926 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>
927 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>
928 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>
929 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>
930 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>
931 934 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group>
932 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>
933 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>
934 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>
935 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>
936 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>
937 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>
938 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>
939 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>
940 <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> 943 </trans-unit>
941 <trans-unit id="3616223838716839702"> 944 <trans-unit id="3616223838716839702">
942 <source>Ban this user</source> 945 <source>Ban this user</source>
943 <target>Blockera den här användaren</target> 946 <target>Blockera den här användaren</target>
@@ -1063,10 +1066,10 @@
1063 <trans-unit id="2454050363478003966"> 1066 <trans-unit id="2454050363478003966">
1064 <source>Login</source> 1067 <source>Login</source>
1065 <target>Logga in</target> 1068 <target>Logga in</target>
1066 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>
1067 1070 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group>
1068 1071 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group>
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><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> 1072 </trans-unit>
1070 <trans-unit id="3183213940445113677" datatype="html"> 1073 <trans-unit id="3183213940445113677" datatype="html">
1071 <source>Or sign in with</source> 1074 <source>Or sign in with</source>
1072 <target state="translated">Eller logga in med</target> 1075 <target state="translated">Eller logga in med</target>
@@ -1179,9 +1182,9 @@ The link will expire within 1 hour.</source>
1179 <trans-unit id="5018804994794983050" datatype="html"> 1182 <trans-unit id="5018804994794983050" datatype="html">
1180 <source>Signup</source> 1183 <source>Signup</source>
1181 <target state="translated">Registrera</target> 1184 <target state="translated">Registrera</target>
1182
1183 <note priority="1" from="description">Button on the registration form to finalize the account and channel creation</note> 1185 <note priority="1" from="description">Button on the registration form to finalize the account and channel creation</note>
1184 <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> 1186 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context><context context-type="linenumber">68</context></context-group>
1187 </trans-unit>
1185 <trans-unit id="5340005218109333045"> 1188 <trans-unit id="5340005218109333045">
1186 <source>Filters <x id="START_TAG_SPAN"/><x id="INTERPOLATION"/><x id="CLOSE_TAG_SPAN"/></source> 1189 <source>Filters <x id="START_TAG_SPAN"/><x id="INTERPOLATION"/><x id="CLOSE_TAG_SPAN"/></source>
1187 <target>Filter <x id="START_TAG_SPAN"/><x id="INTERPOLATION"/><x id="CLOSE_TAG_SPAN"/></target> 1190 <target>Filter <x id="START_TAG_SPAN"/><x id="INTERPOLATION"/><x id="CLOSE_TAG_SPAN"/></target>
@@ -1334,9 +1337,9 @@ The link will expire within 1 hour.</source>
1334 <trans-unit id="4116024528500133384" datatype="html"> 1337 <trans-unit id="4116024528500133384" datatype="html">
1335 <source>My settings</source> 1338 <source>My settings</source>
1336 <target state="translated">Mina inställningar</target> 1339 <target state="translated">Mina inställningar</target>
1337 1340 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">119</context></context-group>
1338 1341 <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>
1339 <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> 1342 </trans-unit>
1340 <trans-unit id="1420294365005204590" datatype="html"> 1343 <trans-unit id="1420294365005204590" datatype="html">
1341 <source>These settings apply only to your session on this instance.</source> 1344 <source>These settings apply only to your session on this instance.</source>
1342 <target state="translated">De här inställningarna berör endast din session på den här instansen.</target> 1345 <target state="translated">De här inställningarna berör endast din session på den här instansen.</target>
@@ -1386,83 +1389,83 @@ The link will expire within 1 hour.</source>
1386 <trans-unit id="5464118521750361406" datatype="html"> 1389 <trans-unit id="5464118521750361406" datatype="html">
1387 <source>Public profile</source> 1390 <source>Public profile</source>
1388 <target state="translated">Offentlig profil</target> 1391 <target state="translated">Offentlig profil</target>
1389 1392 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">28</context></context-group>
1390 <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> 1393 </trans-unit>
1391 <trans-unit id="7773271640656013365" datatype="html"> 1394 <trans-unit id="7773271640656013365" datatype="html">
1392 <source>Interface:</source> 1395 <source>Interface:</source>
1393 <target state="translated">Gränssnitt:</target> 1396 <target state="translated">Gränssnitt:</target>
1394 1397 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group>
1395 <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> 1398 </trans-unit>
1396 <trans-unit id="1674139713929545659" datatype="html"> 1399 <trans-unit id="1674139713929545659" datatype="html">
1397 <source>Videos:</source> 1400 <source>Videos:</source>
1398 <target state="translated">Videor:</target> 1401 <target state="translated">Videor:</target>
1399 1402 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group>
1400 <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> 1403 </trans-unit>
1401 <trans-unit id="9156407045661257130" datatype="html"> 1404 <trans-unit id="9156407045661257130" datatype="html">
1402 <source>Sensitive:</source> 1405 <source>Sensitive:</source>
1403 <target state="translated">Känsligt:</target> 1406 <target state="translated">Känsligt:</target>
1404 1407 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">52</context></context-group>
1405 <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> 1408 </trans-unit>
1406 <trans-unit id="3430483831942247060" datatype="html"> 1409 <trans-unit id="3430483831942247060" datatype="html">
1407 <source>Help share videos</source> 1410 <source>Help share videos</source>
1408 <target state="translated">Hjälp till att överföra videor</target> 1411 <target state="translated">Hjälp till att överföra videor</target>
1409 1412 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">58</context></context-group>
1410 <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> 1413 </trans-unit>
1411 <trans-unit id="7005745151564974365" datatype="html"> 1414 <trans-unit id="7005745151564974365" datatype="html">
1412 <source>Keyboard shortcuts</source> 1415 <source>Keyboard shortcuts</source>
1413 <target state="translated">Kortkommandon</target> 1416 <target state="translated">Kortkommandon</target>
1414 1417 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">67</context></context-group>
1415 1418 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">141</context></context-group>
1416 <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> 1419 </trans-unit>
1417 <trans-unit id="6307374733149824815" datatype="html"> 1420 <trans-unit id="6307374733149824815" datatype="html">
1418 <source>powered by PeerTube - CopyLeft 2015-2021</source> 1421 <source>powered by PeerTube - CopyLeft 2015-2021</source>
1419 <target state="translated">drivs av PeerTube – CopyLeft 2015–2021</target> 1422 <target state="translated">drivs av PeerTube – CopyLeft 2015–2021</target>
1420 1423 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">146</context></context-group>
1421 <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> 1424 </trans-unit>
1422 <trans-unit id="7911416166208830577" datatype="html"> 1425 <trans-unit id="7911416166208830577" datatype="html">
1423 <source>Help</source> 1426 <source>Help</source>
1424 <target state="translated">Hjälp</target> 1427 <target state="translated">Hjälp</target>
1425 1428 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">137</context></context-group>
1426 <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> 1429 </trans-unit>
1427 <trans-unit id="8378304669563824772" datatype="html"> 1430 <trans-unit id="8378304669563824772" datatype="html">
1428 <source>Get help using PeerTube</source> 1431 <source>Get help using PeerTube</source>
1429 <target state="translated">Få hjälp att använda PeerTube</target> 1432 <target state="translated">Få hjälp att använda PeerTube</target>
1430 1433 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">137</context></context-group>
1431 <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> 1434 </trans-unit>
1432 <trans-unit id="2497681082724639563" datatype="html"> 1435 <trans-unit id="2497681082724639563" datatype="html">
1433 <source>powered by PeerTube</source> 1436 <source>powered by PeerTube</source>
1434 <target state="translated">drivs av PeerTube</target> 1437 <target state="translated">drivs av PeerTube</target>
1435 1438 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">147</context></context-group>
1436 <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> 1439 </trans-unit>
1437 <trans-unit id="7507948636555938109"> 1440 <trans-unit id="7507948636555938109">
1438 <source>Log out</source> 1441 <source>Log out</source>
1439 <target>Logga ut</target> 1442 <target>Logga ut</target>
1440 1443 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group>
1441 <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> 1444 </trans-unit>
1442 <trans-unit id="8893390761160292681" datatype="html"> 1445 <trans-unit id="8893390761160292681" datatype="html">
1443 <source>My account</source> 1446 <source>My account</source>
1444 <target state="translated">Mitt konto</target> 1447 <target state="translated">Mitt konto</target>
1445 1448 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">83</context></context-group>
1446 <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> 1449 </trans-unit>
1447 <trans-unit id="6371572688505952303" datatype="html"> 1450 <trans-unit id="6371572688505952303" datatype="html">
1448 <source>My library</source> 1451 <source>My library</source>
1449 <target state="translated">Mitt bibliotek</target> 1452 <target state="translated">Mitt bibliotek</target>
1450 1453 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">88</context></context-group>
1451 <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> 1454 </trans-unit>
1452 <trans-unit id="2308975396733519902"> 1455 <trans-unit id="2308975396733519902">
1453 <source>Create an account</source> 1456 <source>Create an account</source>
1454 <target>Skapa ett konto</target> 1457 <target>Skapa ett konto</target>
1455 1458 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group>
1456 1459 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group>
1457 <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> 1460 </trans-unit>
1458
1459 <trans-unit id="3058024914967508975" datatype="html"> 1461 <trans-unit id="3058024914967508975" datatype="html">
1460 <source>My videos</source> 1462 <source>My videos</source>
1461 <target state="translated">Mina videor</target> 1463 <target state="translated">Mina videor</target>
1462 1464 <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>
1463 1465 <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>
1464 1466 <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>
1465 <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> 1467 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">77</context></context-group>
1468 </trans-unit>
1466 <trans-unit id="3108704604266608109" datatype="html"> 1469 <trans-unit id="3108704604266608109" datatype="html">
1467 <source>My video imports</source> 1470 <source>My video imports</source>
1468 <target state="translated">Mina importerade videor</target> 1471 <target state="translated">Mina importerade videor</target>
@@ -1471,9 +1474,10 @@ The link will expire within 1 hour.</source>
1471 <trans-unit id="7545420287297803988" datatype="html"> 1474 <trans-unit id="7545420287297803988" datatype="html">
1472 <source>My playlists</source> 1475 <source>My playlists</source>
1473 <target state="translated">Mina spellistor</target> 1476 <target state="translated">Mina spellistor</target>
1474 1477 <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>
1475 1478 <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>
1476 <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> 1479 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">86</context></context-group>
1480 </trans-unit>
1477 <trans-unit id="949618577357088829" datatype="html"> 1481 <trans-unit id="949618577357088829" datatype="html">
1478 <source>Create a new playlist</source> 1482 <source>Create a new playlist</source>
1479 <target state="translated">Skapa en ny spellista</target> 1483 <target state="translated">Skapa en ny spellista</target>
@@ -1482,89 +1486,91 @@ The link will expire within 1 hour.</source>
1482 <trans-unit id="2527931602940887636" datatype="html"> 1486 <trans-unit id="2527931602940887636" datatype="html">
1483 <source>My subscriptions</source> 1487 <source>My subscriptions</source>
1484 <target state="translated">Mina prenumerationer</target> 1488 <target state="translated">Mina prenumerationer</target>
1485 1489 <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>
1486 1490 <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>
1487 <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> 1491 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">92</context></context-group>
1492 </trans-unit>
1488 <trans-unit id="8936704404804793618"> 1493 <trans-unit id="8936704404804793618">
1489 <source>Videos</source> 1494 <source>Videos</source>
1490 <target>Videor</target> 1495 <target>Videor</target>
1491 1496 <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>
1492 1497 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">76</context></context-group>
1493 <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> 1498 </trans-unit>
1494 <trans-unit id="2689878465089314112" datatype="html"> 1499 <trans-unit id="2689878465089314112" datatype="html">
1495 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ currentInterfaceLanguage }}"/></source> 1500 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ currentInterfaceLanguage }}"/></source>
1496 <target state="translated">Gränssnitt: <x id="INTERPOLATION" equiv-text="{{ currentInterfaceLanguage }}"/></target> 1501 <target state="translated">Gränssnitt: <x id="INTERPOLATION" equiv-text="{{ currentInterfaceLanguage }}"/></target>
1497 1502 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">132</context></context-group>
1498 <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> 1503 </trans-unit>
1499 <trans-unit id="1823843876735462104"> 1504 <trans-unit id="1823843876735462104">
1500 <source>Playlists</source> 1505 <source>Playlists</source>
1501 <target>Spellistor</target> 1506 <target>Spellistor</target>
1502 1507 <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>
1503 1508 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">85</context></context-group>
1504 <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> 1509 </trans-unit>
1505 <trans-unit id="1812379335568847528"> 1510 <trans-unit id="1812379335568847528">
1506 <source>Subscriptions</source> 1511 <source>Subscriptions</source>
1507 <target>Prenumerationer</target> 1512 <target>Prenumerationer</target>
1508 1513 <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>
1509 1514 <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>
1510 1515 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/videos-routing.module.ts</context><context context-type="linenumber">57</context></context-group>
1511 1516 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">91</context></context-group>
1512 <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> 1517 </trans-unit>
1513 <trans-unit id="186236568870281953"> 1518 <trans-unit id="186236568870281953">
1514 <source>History</source> 1519 <source>History</source>
1515 <target>Historik</target> 1520 <target>Historik</target>
1516 1521 <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>
1517 1522 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">97</context></context-group>
1518 <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> 1523 </trans-unit>
1519 <trans-unit id="1504521795586863905" datatype="html"> 1524 <trans-unit id="1504521795586863905" datatype="html">
1520 <source>VIDEOS</source> 1525 <source>VIDEOS</source>
1521 <target state="translated">VIDEOR</target> 1526 <target state="translated">VIDEOR</target>
1522 1527 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group>
1523 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>
1524 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>
1525 <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> 1530 </trans-unit>
1526 <trans-unit id="667372110624203230" datatype="html"> 1531 <trans-unit id="667372110624203230" datatype="html">
1527 <source>Import jobs concurrency</source> 1532 <source>Import jobs concurrency</source>
1528 <target state="translated">Samtidiga importjobb</target> 1533 <target state="translated">Samtidiga importjobb</target>
1529 1534 <context-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>
1530 <context-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> 1535 </trans-unit>
1531 <trans-unit id="2184839376696112704" datatype="html"> 1536 <trans-unit id="2184839376696112704" datatype="html">
1532 <source>allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart.</source> 1537 <source>allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart.</source>
1533 <target state="translated">tillåt import av flera videor samtidigt. ⚠️ Kräver en omstart av PeerTube.</target> 1538 <target state="translated">tillåt import av flera videor samtidigt. ⚠️ Kräver en omstart av PeerTube.</target>
1534 1539 <context-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>
1535 <context-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> 1540 </trans-unit>
1536 <trans-unit id="780513172839038392" datatype="html"> 1541 <trans-unit id="780513172839038392" datatype="html">
1537 <source>jobs in parallel</source> 1542 <source>jobs in parallel</source>
1538 <target state="translated">samtidiga jobb</target> 1543 <target state="translated">samtidiga jobb</target>
1539 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">230</context></context-group>
1540 1545 <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>
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">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> 1546 </trans-unit>
1542 <trans-unit id="5997625369044180192" datatype="html"> 1547 <trans-unit id="5997625369044180192" datatype="html">
1543 <source>Allow import with HTTP URL (e.g. YouTube)</source> 1548 <source>Allow import with HTTP URL (e.g. YouTube)</source>
1544 <target state="translated">Tillåt import via HTTP (t.ex. YouTube)</target> 1549 <target state="translated">Tillåt import via HTTP (t.ex. YouTube)</target>
1545 1550 <context-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>
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">239</context></context-group></trans-unit> 1551 </trans-unit>
1547 <trans-unit id="7627544798203088407"> 1552 <trans-unit id="7627544798203088407">
1548 <source>Discover</source> 1553 <source>Discover</source>
1549 <target>Upptäck</target> 1554 <target>Upptäck</target>
1550 1555 <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>
1551 1556 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">125</context></context-group>
1552 <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> 1557 </trans-unit>
1553 <trans-unit id="7844706011418789951"> 1558 <trans-unit id="7844706011418789951">
1554 <source>Administration</source> 1559 <source>Administration</source>
1555 <target>Administration</target> 1560 <target>Administration</target>
1556 1561 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">93</context></context-group>
1557 <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> 1562 </trans-unit>
1558 <trans-unit id="1726363342938046830"> 1563 <trans-unit id="1726363342938046830">
1559 <source>About</source> 1564 <source>About</source>
1560 <target>Om</target> 1565 <target>Om</target>
1561 1566 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">124</context></context-group>
1562 <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> 1567 </trans-unit>
1563 <trans-unit id="7922989125096435449" datatype="html"> 1568 <trans-unit id="7922989125096435449" datatype="html">
1564 <source>Contact</source> 1569 <source>Contact</source>
1565 <target state="translated">Kontakt</target> 1570 <target state="translated">Kontakt</target>
1566 1571 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-routing.module.ts</context><context context-type="linenumber">37</context></context-group>
1567 <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> 1572 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">136</context></context-group>
1573 </trans-unit>
1568 <trans-unit id="403762424689874454"> 1574 <trans-unit id="403762424689874454">
1569 <source>View your notifications</source> 1575 <source>View your notifications</source>
1570 <target>Se dina notifikationer</target> 1576 <target>Se dina notifikationer</target>
@@ -1696,7 +1702,6 @@ The link will expire within 1 hour.</source>
1696 <target state="translated">Filen är för stor för servern. Kontakta din administratör om du vill höja gränsen.</target> 1702 <target state="translated">Filen är för stor för servern. Kontakta din administratör om du vill höja gränsen.</target>
1697 <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> 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>
1698 </trans-unit> 1704 </trans-unit>
1699
1700 <trans-unit id="5131854469652959713" datatype="html"> 1705 <trans-unit id="5131854469652959713" datatype="html">
1701 <source>GLOBAL SEARCH</source> 1706 <source>GLOBAL SEARCH</source>
1702 <target state="translated">GLOBAL SÖKNING</target> 1707 <target state="translated">GLOBAL SÖKNING</target>
@@ -1830,9 +1835,9 @@ The link will expire within 1 hour.</source>
1830 <trans-unit id="7410432243549869948"> 1835 <trans-unit id="7410432243549869948">
1831 <source>Duration</source> 1836 <source>Duration</source>
1832 <target>Längd</target> 1837 <target>Längd</target>
1833 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>
1834 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>
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><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> 1840 </trans-unit>
1836 <trans-unit id="3589238979642505685"> 1841 <trans-unit id="3589238979642505685">
1837 <source>Display sensitive content</source> 1842 <source>Display sensitive content</source>
1838 <target>Visa känsligt material</target> 1843 <target>Visa känsligt material</target>
@@ -1851,10 +1856,10 @@ The link will expire within 1 hour.</source>
1851 <trans-unit id="1806667489382256324"> 1856 <trans-unit id="1806667489382256324">
1852 <source>Category</source> 1857 <source>Category</source>
1853 <target>Kategori</target> 1858 <target>Kategori</target>
1854 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>
1855 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>
1856 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>
1857 <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> 1862 </trans-unit>
1858 <trans-unit id="5478121364779850827" datatype="html"> 1863 <trans-unit id="5478121364779850827" datatype="html">
1859 <source>Reset</source> 1864 <source>Reset</source>
1860 <target state="translated">Återställ</target> 1865 <target state="translated">Återställ</target>
@@ -1872,10 +1877,10 @@ The link will expire within 1 hour.</source>
1872 <trans-unit id="9065795501872450602"> 1877 <trans-unit id="9065795501872450602">
1873 <source>Licence</source> 1878 <source>Licence</source>
1874 <target>Licens</target> 1879 <target>Licens</target>
1875 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>
1876 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>
1877 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>
1878 <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 </trans-unit>
1879 <trans-unit id="4184995865179898060" datatype="html"> 1884 <trans-unit id="4184995865179898060" datatype="html">
1880 <source>Display all licenses</source> 1885 <source>Display all licenses</source>
1881 <target state="translated">Visa alla licenser</target> 1886 <target state="translated">Visa alla licenser</target>
@@ -1884,11 +1889,11 @@ The link will expire within 1 hour.</source>
1884 <trans-unit id="2826581353496868063"> 1889 <trans-unit id="2826581353496868063">
1885 <source>Language</source> 1890 <source>Language</source>
1886 <target>Språk</target> 1891 <target>Språk</target>
1887 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>
1888 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>
1889 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>
1890 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>
1891 <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 </trans-unit>
1892 <trans-unit id="7904142744051432458" datatype="html"> 1897 <trans-unit id="7904142744051432458" datatype="html">
1893 <source>Display all languages</source> 1898 <source>Display all languages</source>
1894 <target state="translated">Visa alla språk</target> 1899 <target state="translated">Visa alla språk</target>
@@ -1959,9 +1964,9 @@ The link will expire within 1 hour.</source>
1959 <trans-unit id="7886570921510760899"> 1964 <trans-unit id="7886570921510760899">
1960 <source>Tags</source> 1965 <source>Tags</source>
1961 <target>Taggar</target> 1966 <target>Taggar</target>
1962 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>
1963 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>
1964 <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> 1969 </trans-unit>
1965 <trans-unit id="354332809647287722" datatype="html"> 1970 <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> 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>
1967 <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> 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>
@@ -1980,9 +1985,9 @@ The link will expire within 1 hour.</source>
1980 <trans-unit id="8054921481196967348" datatype="html"> 1985 <trans-unit id="8054921481196967348" datatype="html">
1981 <source>This image is too large.</source> 1986 <source>This image is too large.</source>
1982 <target state="translated">Den här bilden är för stor.</target> 1987 <target state="translated">Den här bilden är för stor.</target>
1983 1988 <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>
1984 1989 <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>
1985 <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> 1990 </trans-unit>
1986 <trans-unit id="6259523075362402245" datatype="html"> 1991 <trans-unit id="6259523075362402245" datatype="html">
1987 <source>Upload a new banner</source> 1992 <source>Upload a new banner</source>
1988 <target state="translated">Ladda upp ett nytt baner</target> 1993 <target state="translated">Ladda upp ett nytt baner</target>
@@ -2002,8 +2007,8 @@ The link will expire within 1 hour.</source>
2002 <trans-unit id="7306351600905511107" datatype="html"> 2007 <trans-unit id="7306351600905511107" datatype="html">
2003 <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> 2008 <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>
2004 <target state="translated">höjd/bredd-förhållande 1:6, rekommenderad storlek: 1920 × 317, max-storlek: <x id="PH" equiv-text="getBytes(this.maxBannerSize)"/>, utökningar: <x id="PH_1" equiv-text="this.bannerExtensions"/></target> 2009 <target state="translated">höjd/bredd-förhållande 1:6, rekommenderad storlek: 1920 × 317, max-storlek: <x id="PH" equiv-text="getBytes(this.maxBannerSize)"/>, utökningar: <x id="PH_1" equiv-text="this.bannerExtensions"/></target>
2005 2010 <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>
2006 <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> 2011 </trans-unit>
2007 <trans-unit id="3220184757632006830" datatype="html"> 2012 <trans-unit id="3220184757632006830" datatype="html">
2008 <source>Account avatar</source> 2013 <source>Account avatar</source>
2009 <target state="translated">Kontots profilbild</target> 2014 <target state="translated">Kontots profilbild</target>
@@ -2019,14 +2024,18 @@ The link will expire within 1 hour.</source>
2019 <context context-type="sourcefile">src/app/shared/shared-actor-image/actor-avatar.component.ts</context> 2024 <context context-type="sourcefile">src/app/shared/shared-actor-image/actor-avatar.component.ts</context>
2020 <context context-type="linenumber">48</context> 2025 <context context-type="linenumber">48</context>
2021 </context-group> 2026 </context-group>
2022 </trans-unit><trans-unit id="1358902062258458923" datatype="html"> 2027 </trans-unit>
2023 <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> 2028 <trans-unit id="1358902062258458923" datatype="html">
2029 <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>
2030 <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;>"/>Markdown-kompatibel<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> med stöd för <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;>"/>anpassade PeerTube HTML-taggar<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
2024 <context-group purpose="location"> 2031 <context-group purpose="location">
2025 <context context-type="sourcefile">src/app/shared/shared-custom-markup/custom-markup-help.component.html</context> 2032 <context context-type="sourcefile">src/app/shared/shared-custom-markup/custom-markup-help.component.html</context>
2026 <context context-type="linenumber">2</context> 2033 <context context-type="linenumber">2</context>
2027 </context-group> 2034 </context-group>
2028 </trans-unit><trans-unit id="7976591803735140601" datatype="html"> 2035 </trans-unit>
2029 <source>Latest published video</source><target state="new">Latest published video</target> 2036 <trans-unit id="7976591803735140601" datatype="html">
2037 <source>Latest published video</source>
2038 <target state="translated">Senast publicerade video</target>
2030 <context-group purpose="location"> 2039 <context-group purpose="location">
2031 <context context-type="sourcefile">src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.html</context> 2040 <context context-type="sourcefile">src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.html</context>
2032 <context context-type="linenumber">24</context> 2041 <context context-type="linenumber">24</context>
@@ -2075,48 +2084,48 @@ The link will expire within 1 hour.</source>
2075 <trans-unit id="5462361983940693567"> 2084 <trans-unit id="5462361983940693567">
2076 <source>Channel</source> 2085 <source>Channel</source>
2077 <target>Kanal</target> 2086 <target>Kanal</target>
2078 2087 <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>
2079 2088 <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>
2080 2089 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">34</context></context-group>
2081 2090 <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>
2082 2091 <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>
2083 2092 <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>
2084 2093 <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>
2085 2094 <context-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>
2086 <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> 2095 </trans-unit>
2087 <trans-unit id="8440128775129354214"> 2096 <trans-unit id="8440128775129354214">
2088 <source>Privacy</source> 2097 <source>Privacy</source>
2089 <target>Offentlighetsstatus</target> 2098 <target>Offentlighetsstatus</target>
2090 2099 <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>
2091 2100 <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>
2092 2101 <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>
2093 2102 <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>
2094 2103 <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>
2095 2104 <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>
2096 2105 <context-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>
2097 2106 <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>
2098 2107 <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>
2099 <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> 2108 </trans-unit>
2100 <trans-unit id="2806917038528218276" datatype="html"> 2109 <trans-unit id="2806917038528218276" datatype="html">
2101 <source>FAQ</source> 2110 <source>FAQ</source>
2102 <target state="translated">Vanliga frågor</target> 2111 <target state="translated">Vanliga frågor</target>
2103 2112 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">138</context></context-group>
2104 <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> 2113 </trans-unit>
2105 <trans-unit id="3620232640697554352" datatype="html"> 2114 <trans-unit id="3620232640697554352" datatype="html">
2106 <source>Frequently asked questions about PeerTube</source> 2115 <source>Frequently asked questions about PeerTube</source>
2107 <target state="translated">Vanliga frågor om PeerTube</target> 2116 <target state="translated">Vanliga frågor om PeerTube</target>
2108 2117 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">138</context></context-group>
2109 <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> 2118 </trans-unit>
2110 <trans-unit id="8942351587754185907" datatype="html"> 2119 <trans-unit id="8942351587754185907" datatype="html">
2111 <source>API</source> 2120 <source>API</source>
2112 <target state="translated">API</target> 2121 <target state="translated">API</target>
2113 2122 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">140</context></context-group>
2114 <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> 2123 </trans-unit>
2115 <trans-unit id="3722967224215437913" datatype="html"> 2124 <trans-unit id="3722967224215437913" datatype="html">
2116 <source>API documentation</source> 2125 <source>API documentation</source>
2117 <target state="translated">API-dokumentation</target> 2126 <target state="translated">API-dokumentation</target>
2118 2127 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">140</context></context-group>
2119 <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> 2128 </trans-unit>
2120 <trans-unit id="9012879216268259096"> 2129 <trans-unit id="9012879216268259096">
2121 <source>Schedule publication (<x id="INTERPOLATION"/>)</source> 2130 <source>Schedule publication (<x id="INTERPOLATION"/>)</source>
2122 <target>Schemalägg publicering (<x id="INTERPOLATION"/>)</target> 2131 <target>Schemalägg publicering (<x id="INTERPOLATION"/>)</target>
@@ -2275,10 +2284,11 @@ The link will expire within 1 hour.</source>
2275 <trans-unit id="3068011377000255023" datatype="html"> 2284 <trans-unit id="3068011377000255023" datatype="html">
2276 <source>{VAR_PLURAL, plural, =1 {1 videos} other {<x id="INTERPOLATION"/> videos}}</source> 2285 <source>{VAR_PLURAL, plural, =1 {1 videos} other {<x id="INTERPOLATION"/> videos}}</source>
2277 <target state="translated">{VAR_PLURAL, plural, =1 {1 video} other {<x id="INTERPOLATION"/> videor}}</target> 2286 <target state="translated">{VAR_PLURAL, plural, =1 {1 video} other {<x id="INTERPOLATION"/> videor}}</target>
2278 2287 <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>
2279 2288 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">41</context></context-group>
2280 2289 <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>
2281 <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> 2290 <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>
2291 </trans-unit>
2282 <trans-unit id="8856905278208146821" datatype="html"> 2292 <trans-unit id="8856905278208146821" datatype="html">
2283 <source><x id="ICU" equiv-text="{channelVideosCount, plural, =1 {1 videos} other {{{ channelVideosCount }} videos}}"/> </source> 2293 <source><x id="ICU" equiv-text="{channelVideosCount, plural, =1 {1 videos} other {{{ channelVideosCount }} videos}}"/> </source>
2284 <target state="translated"><x id="ICU" equiv-text="{channelVideosCount, plural, =1 {1 video} other {{{ channelVideosCount }} videor}}"/> </target> 2294 <target state="translated"><x id="ICU" equiv-text="{channelVideosCount, plural, =1 {1 video} other {{{ channelVideosCount }} videor}}"/> </target>
@@ -2355,17 +2365,17 @@ The link will expire within 1 hour.</source>
2355 <trans-unit id="4021752662928002901"> 2365 <trans-unit id="4021752662928002901">
2356 <source>Update</source> 2366 <source>Update</source>
2357 <target>Uppdatera</target> 2367 <target>Uppdatera</target>
2358 2368 <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>
2359 2369 <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>
2360 2370 <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>
2361 2371 <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>
2362 2372 <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>
2363 2373 <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>
2364 2374 <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>
2365 2375 <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>
2366 2376 <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>
2367 2377 <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>
2368 <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> 2378 </trans-unit>
2369 <trans-unit id="6722765664648523978"> 2379 <trans-unit id="6722765664648523978">
2370 <source>Select the file to upload</source> 2380 <source>Select the file to upload</source>
2371 <target>Välj en fil att ladda upp</target> 2381 <target>Välj en fil att ladda upp</target>
@@ -2375,13 +2385,13 @@ The link will expire within 1 hour.</source>
2375 <trans-unit id="9172233176401579786"> 2385 <trans-unit id="9172233176401579786">
2376 <source>Scheduled</source> 2386 <source>Scheduled</source>
2377 <target>Schemalagd</target> 2387 <target>Schemalagd</target>
2378 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group> 2388
2379 </trans-unit> 2389 <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>
2380 <trans-unit id="1435317307066082710" datatype="html"> 2390 <trans-unit id="1435317307066082710" datatype="html">
2381 <source>Hide the video until a specific date</source> 2391 <source>Hide the video until a specific date</source>
2382 <target state="translated">Dölj videon fram till ett datum</target> 2392 <target state="translated">Dölj videon fram till ett datum</target>
2383 <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> 2393
2384 </trans-unit> 2394 <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>
2385 <trans-unit id="6148369758871787018"> 2395 <trans-unit id="6148369758871787018">
2386 <source>Video background image</source> 2396 <source>Video background image</source>
2387 <target>Videons bakgrundsbild</target> 2397 <target>Videons bakgrundsbild</target>
@@ -2435,8 +2445,8 @@ The link will expire within 1 hour.</source>
2435 <trans-unit id="6161604372916832458" datatype="html"> 2445 <trans-unit id="6161604372916832458" datatype="html">
2436 <source>Upload on hold</source> 2446 <source>Upload on hold</source>
2437 <target state="translated">Uppladdning pausad</target> 2447 <target state="translated">Uppladdning pausad</target>
2438 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>
2439 <context-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 </trans-unit>
2440 <trans-unit id="285180972645018518" datatype="html"> 2450 <trans-unit id="285180972645018518" datatype="html">
2441 <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>
2442 <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> 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>
@@ -2472,7 +2482,7 @@ The link will expire within 1 hour.</source>
2472 </trans-unit> 2482 </trans-unit>
2473 <trans-unit id="4422946962830681102" datatype="html"> 2483 <trans-unit id="4422946962830681102" datatype="html">
2474 <source>Torrents with only 1 file are supported.</source> 2484 <source>Torrents with only 1 file are supported.</source>
2475 <target state="new">Torrents with only 1 file are supported.</target> 2485 <target state="translated">Bara torrentar med en fil stöds.</target>
2476 <context-group purpose="location"> 2486 <context-group purpose="location">
2477 <context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts</context> 2487 <context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts</context>
2478 <context context-type="linenumber">119</context> 2488 <context context-type="linenumber">119</context>
@@ -2541,18 +2551,18 @@ The link will expire within 1 hour.</source>
2541 <trans-unit id="3907889591911208762" datatype="html"> 2551 <trans-unit id="3907889591911208762" datatype="html">
2542 <source>Other videos</source> 2552 <source>Other videos</source>
2543 <target state="translated">Andra videor</target> 2553 <target state="translated">Andra videor</target>
2544 2554 <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>
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">5</context></context-group></trans-unit> 2555 </trans-unit>
2546 <trans-unit id="2913936134410914576" datatype="html"> 2556 <trans-unit id="2913936134410914576" datatype="html">
2547 <source>AUTOPLAY</source> 2557 <source>AUTOPLAY</source>
2548 <target state="translated">AUTOMATISK UPPSPELNING</target> 2558 <target state="translated">AUTOMATISK UPPSPELNING</target>
2549 2559 <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>
2550 <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> 2560 </trans-unit>
2551 <trans-unit id="4619111912751495491" datatype="html"> 2561 <trans-unit id="4619111912751495491" datatype="html">
2552 <source>Report this comment</source> 2562 <source>Report this comment</source>
2553 <target state="translated">Anmäl den här kommentaren</target> 2563 <target state="translated">Anmäl den här kommentaren</target>
2554 2564 <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>
2555 <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> 2565 </trans-unit>
2556 <trans-unit id="7419704019640008953"> 2566 <trans-unit id="7419704019640008953">
2557 <source>Share</source> 2567 <source>Share</source>
2558 <target>Dela</target> 2568 <target>Dela</target>
@@ -2664,64 +2674,58 @@ The link will expire within 1 hour.</source>
2664 <trans-unit id="8928816882866356838"> 2674 <trans-unit id="8928816882866356838">
2665 <source>Public</source> 2675 <source>Public</source>
2666 <target>Offentlig</target> 2676 <target>Offentlig</target>
2667 2677 <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> 2678 </trans-unit>
2669
2670
2671
2672
2673
2674 <trans-unit id="4416005356063364306" datatype="html"> 2679 <trans-unit id="4416005356063364306" datatype="html">
2675 <source>This video is blocked.</source> 2680 <source>This video is blocked.</source>
2676 <target state="translated">Den här videon har blockerats.</target> 2681 <target state="translated">Den här videon har blockerats.</target>
2677 2682 <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> 2683 </trans-unit>
2679 <trans-unit id="2482137713226830428" datatype="html"> 2684 <trans-unit id="2482137713226830428" datatype="html">
2680 <source>Published <x id="START_TAG_MY_DATE_TOGGLE"/><x id="CLOSE_TAG_MY_DATE_TOGGLE"/></source> 2685 <source>Published <x id="START_TAG_MY_DATE_TOGGLE"/><x id="CLOSE_TAG_MY_DATE_TOGGLE"/></source>
2681 <target state="translated">Publicerades <x id="START_TAG_MY_DATE_TOGGLE"/><x id="CLOSE_TAG_MY_DATE_TOGGLE"/></target> 2686 <target state="translated">Publicerades <x id="START_TAG_MY_DATE_TOGGLE"/><x id="CLOSE_TAG_MY_DATE_TOGGLE"/></target>
2682 2687 <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 2688 </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"> 2689 <trans-unit id="1813238393038053050" datatype="html">
2686 <source>SUPPORT</source> 2690 <source>SUPPORT</source>
2687 <target state="translated">STÖTTA</target> 2691 <target state="translated">STÖTTA</target>
2688 2692 <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> 2693 </trans-unit>
2690 <trans-unit id="9219888125536520293" datatype="html"> 2694 <trans-unit id="9219888125536520293" datatype="html">
2691 <source>SHARE</source> 2695 <source>SHARE</source>
2692 <target state="translated">DELA</target> 2696 <target state="translated">DELA</target>
2693 2697 <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> 2698 </trans-unit>
2695 <trans-unit id="6671956963490165282" datatype="html"> 2699 <trans-unit id="6671956963490165282" datatype="html">
2696 <source>SAVE</source> 2700 <source>SAVE</source>
2697 <target state="translated">SPARA</target> 2701 <target state="translated">SPARA</target>
2698 2702 <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> 2703 </trans-unit>
2700 <trans-unit id="647016352598204238" datatype="html"> 2704 <trans-unit id="647016352598204238" datatype="html">
2701 <source>DOWNLOAD</source> 2705 <source>DOWNLOAD</source>
2702 <target state="translated">LADDA NER</target> 2706 <target state="translated">LADDA NER</target>
2703 2707 <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> 2708 </trans-unit>
2705 <trans-unit id="677619204556459328"> 2709 <trans-unit id="677619204556459328">
2706 <source>Like this video</source> 2710 <source>Like this video</source>
2707 <target>Gilla den här videon</target> 2711 <target>Gilla den här videon</target>
2708 2712 <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> 2713 </trans-unit>
2710 <trans-unit id="1979134407801821102"> 2714 <trans-unit id="1979134407801821102">
2711 <source>Dislike this video</source> 2715 <source>Dislike this video</source>
2712 <target>Ogilla den här videon</target> 2716 <target>Ogilla den här videon</target>
2713 2717 <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> 2718 </trans-unit>
2715 <trans-unit id="4001371302469308813" datatype="html"> 2719 <trans-unit id="4001371302469308813" datatype="html">
2716 <source>Support options for this video</source> 2720 <source>Support options for this video</source>
2717 <target state="translated">Supportalternativ för den här videon</target> 2721 <target state="translated">Supportalternativ för den här videon</target>
2718 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>
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> 2723 </trans-unit>
2720 <trans-unit id="687548610091961489"> 2724 <trans-unit id="687548610091961489">
2721 <source>By <x id="INTERPOLATION"/></source> 2725 <source>By <x id="INTERPOLATION"/></source>
2722 <target>Av <x id="INTERPOLATION"/></target> 2726 <target>Av <x id="INTERPOLATION"/></target>
2723 2727 <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> 2728 </trans-unit>
2725 <trans-unit id="1144407473317535723" datatype="html"> 2729 <trans-unit id="1144407473317535723" datatype="html">
2726 <source>Subscribe</source> 2730 <source>Subscribe</source>
2727 <target state="translated">Prenumerera</target> 2731 <target state="translated">Prenumerera</target>
@@ -2745,42 +2749,42 @@ The link will expire within 1 hour.</source>
2745 <trans-unit id="7215101881367554791"> 2749 <trans-unit id="7215101881367554791">
2746 <source>Show more</source> 2750 <source>Show more</source>
2747 <target>Visa mer</target> 2751 <target>Visa mer</target>
2748 2752 <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> 2753 </trans-unit>
2750 <trans-unit id="3517550046701184661"> 2754 <trans-unit id="3517550046701184661">
2751 <source>Show less</source> 2755 <source>Show less</source>
2752 <target>Visa mindre</target> 2756 <target>Visa mindre</target>
2753 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>
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> 2758 </trans-unit>
2755 <trans-unit id="66785722678644243" datatype="html"> 2759 <trans-unit id="66785722678644243" datatype="html">
2756 <source>Origin</source> 2760 <source>Origin</source>
2757 <target state="translated">Ursprung</target> 2761 <target state="translated">Ursprung</target>
2758 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>
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> 2763 </trans-unit>
2760 <trans-unit id="5139892963394684487"> 2764 <trans-unit id="5139892963394684487">
2761 <source>Originally published</source> 2765 <source>Originally published</source>
2762 <target>Ursprungligen publicerad</target> 2766 <target>Ursprungligen publicerad</target>
2763 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>
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> 2768 </trans-unit>
2765 <trans-unit id="6402393085909200998" datatype="html"> 2769 <trans-unit id="6402393085909200998" datatype="html">
2766 <source>Friendly Reminder:</source> 2770 <source>Friendly Reminder:</source>
2767 <target state="translated">Observera:</target> 2771 <target state="translated">Observera:</target>
2768 2772 <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> 2773 </trans-unit>
2770 <trans-unit id="2935783216050341269" datatype="html"> 2774 <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> 2775 <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">Den här videons delningssystem gör att en del teknisk information om ditt system (som publik IP-adress) kan skickas till andra serventer.</target> 2776 <target state="translated">Den här videons delningssystem gör att en del teknisk information om ditt system (som publik IP-adress) kan skickas till andra serventer.</target>
2773 2777 <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> 2778 </trans-unit>
2775 <trans-unit id="4619188387782427495"> 2779 <trans-unit id="4619188387782427495">
2776 <source>More information</source> 2780 <source>More information</source>
2777 <target>Mer information</target> 2781 <target>Mer information</target>
2778 2782 <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 2783 <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 2784 <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 2785 <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 2786 <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> 2787 </trans-unit>
2784 <trans-unit id="3452334748875293295" datatype="html"> 2788 <trans-unit id="3452334748875293295" datatype="html">
2785 <source>The video was blocked due to automatic blocking of new videos</source> 2789 <source>The video was blocked due to automatic blocking of new videos</source>
2786 <target state="translated">Den här videon har blockerats eftersom nya videor blockeras automatiskt</target> 2790 <target state="translated">Den här videon har blockerats eftersom nya videor blockeras automatiskt</target>
@@ -2794,48 +2798,48 @@ The link will expire within 1 hour.</source>
2794 <trans-unit id="4512155674928869984"> 2798 <trans-unit id="4512155674928869984">
2795 <source>Get more information</source> 2799 <source>Get more information</source>
2796 <target>Visa mer information</target> 2800 <target>Visa mer information</target>
2797 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">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> 2802 </trans-unit>
2799 <trans-unit id="5184373289520493569" datatype="html"> 2803 <trans-unit id="5184373289520493569" datatype="html">
2800 <source>OK</source> 2804 <source>OK</source>
2801 <target state="translated">OK</target> 2805 <target state="translated">OK</target>
2802 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">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"> 2807 </trans-unit>
2804 <source> The video is being imported, it will be available when the import is finished. 2808 <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. 2809 <source>The video is being imported, it will be available when the import is finished.</source>
2806</target> 2810 <target state="translated">Videon importeras och kommer göras tillgänglig när importen är klar.</target>
2807 <context-group purpose="location"> 2811 <context-group purpose="location">
2808 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context> 2812 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context>
2809 <context context-type="linenumber">2,3</context> 2813 <context context-type="linenumber">2,3</context>
2810 </context-group> 2814 </context-group>
2811 </trans-unit><trans-unit id="8304621069698650554" datatype="html"> 2815 </trans-unit>
2812 <source> The video is being transcoded, it may not work properly. 2816 <trans-unit id="8304621069698650554" datatype="html">
2813</source><target state="new"> The video is being transcoded, it may not work properly. 2817 <source>The video is being transcoded, it may not work properly.</source>
2814</target> 2818 <target state="translated">Videon omkodas och fungerar kanske inte korrekt än.</target>
2815 <context-group purpose="location"> 2819 <context-group purpose="location">
2816 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context> 2820 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context>
2817 <context context-type="linenumber">6,7</context> 2821 <context context-type="linenumber">6,7</context>
2818 </context-group> 2822 </context-group>
2819 </trans-unit><trans-unit id="8619499607322327082" datatype="html"> 2823 </trans-unit>
2820 <source> This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. 2824 <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' }}"/>. 2825 <source>This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. </source>
2822</target> 2826 <target state="translated">Videon kommer publiceras <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. </target>
2823 <context-group purpose="location"> 2827 <context-group purpose="location">
2824 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context> 2828 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context>
2825 <context context-type="linenumber">9,11</context> 2829 <context context-type="linenumber">9,11</context>
2826 </context-group> 2830 </context-group>
2827 </trans-unit><trans-unit id="4262297989675590582" datatype="html"> 2831 </trans-unit>
2828 <source> This live has not started yet. 2832 <trans-unit id="4262297989675590582" datatype="html">
2829</source><target state="new"> This live has not started yet. 2833 <source>This live has not started yet.</source>
2830</target> 2834 <target state="translated">Den här sändningen har inte startat än.</target>
2831 <context-group purpose="location"> 2835 <context-group purpose="location">
2832 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context> 2836 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context>
2833 <context context-type="linenumber">14,15</context> 2837 <context context-type="linenumber">14,15</context>
2834 </context-group> 2838 </context-group>
2835 </trans-unit><trans-unit id="4926204350710628499" datatype="html"> 2839 </trans-unit>
2836 <source> This live has ended. 2840 <trans-unit id="4926204350710628499" datatype="html">
2837</source><target state="new"> This live has ended. 2841 <source>This live has ended.</source>
2838</target> 2842 <target state="translated">Den här sändningen har avslutats.</target>
2839 <context-group purpose="location"> 2843 <context-group purpose="location">
2840 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context> 2844 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context>
2841 <context context-type="linenumber">18,19</context> 2845 <context context-type="linenumber">18,19</context>
@@ -2844,171 +2848,171 @@ The link will expire within 1 hour.</source>
2844 <trans-unit id="8518611938109939710" datatype="html"> 2848 <trans-unit id="8518611938109939710" datatype="html">
2845 <source>SORT BY</source> 2849 <source>SORT BY</source>
2846 <target state="translated">SORTERA EFTER</target> 2850 <target state="translated">SORTERA EFTER</target>
2847 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">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> 2852 </trans-unit>
2849 <trans-unit id="6448160249466325288" datatype="html"> 2853 <trans-unit id="6448160249466325288" datatype="html">
2850 <source>Most recent first (default)</source> 2854 <source>Most recent first (default)</source>
2851 <target state="translated">Nyast först (standard)</target> 2855 <target state="translated">Nyast först (standard)</target>
2852 2856 <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> 2857 </trans-unit>
2854 <trans-unit id="5179007899354903649" datatype="html"> 2858 <trans-unit id="5179007899354903649" datatype="html">
2855 <source>Most replies first</source> 2859 <source>Most replies first</source>
2856 <target state="translated">Flest svar först</target> 2860 <target state="translated">Flest svar först</target>
2857 2861 <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> 2862 </trans-unit>
2859 <trans-unit id="7494537777006082055"> 2863 <trans-unit id="7494537777006082055">
2860 <source>No comments.</source> 2864 <source>No comments.</source>
2861 <target>Inga kommentarer.</target> 2865 <target>Inga kommentarer.</target>
2862 2866 <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> 2867 </trans-unit>
2864 <trans-unit id="6390009909920475335" datatype="html"> 2868 <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> 2869 <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">Visa <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 svar} other {{{ comment.totalReplies }} svar}}"/> från <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> med flera </target> 2870 <target state="translated">Visa <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 svar} other {{{ comment.totalReplies }} svar}}"/> från <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> med flera </target>
2867 2871 <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> 2872 </trans-unit>
2869 <trans-unit id="4036338619293319383" datatype="html"> 2873 <trans-unit id="4036338619293319383" datatype="html">
2870 <source>{VAR_PLURAL, plural, =1 {1 reply} other {<x id="INTERPOLATION"/> replies}}</source> 2874 <source>{VAR_PLURAL, plural, =1 {1 reply} other {<x id="INTERPOLATION"/> replies}}</source>
2871 <target state="translated">{VAR_PLURAL, plural, =1 {1 svar} other {<x id="INTERPOLATION"/> svar}}</target> 2875 <target state="translated">{VAR_PLURAL, plural, =1 {1 svar} other {<x id="INTERPOLATION"/> svar}}</target>
2872 2876 <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 2877 <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 2878 <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> 2879 </trans-unit>
2876 <trans-unit id="127329338495775339" datatype="html"> 2880 <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> 2881 <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">Visa <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 svar} other {{{ comment.totalReplies }} svar}}"/> från <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </target> 2882 <target state="translated">Visa <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 svar} other {{{ comment.totalReplies }} svar}}"/> från <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </target>
2879 2883 <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> 2884 </trans-unit>
2881 <trans-unit id="5535545444690528619" datatype="html"> 2885 <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> 2886 <source>View <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/></source>
2883 <target state="translated">Visa <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 svar} other {{{ comment.totalReplies }} svar}}"/></target> 2887 <target state="translated">Visa <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 svar} other {{{ comment.totalReplies }} svar}}"/></target>
2884 2888 <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> 2889 </trans-unit>
2886 <trans-unit id="1055254162789146714"> 2890 <trans-unit id="1055254162789146714">
2887 <source>Comments are disabled.</source> 2891 <source>Comments are disabled.</source>
2888 <target> 2892 <target>
2889 Kommentarer har avaktiverats. 2893 Kommentarer har avaktiverats.
2890 </target> 2894 </target>
2891 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">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> 2896 </trans-unit>
2893 <trans-unit id="3691787517663044217" datatype="html"> 2897 <trans-unit id="3691787517663044217" datatype="html">
2894 <source>The deletion will be sent to remote instances so they can reflect the change.</source> 2898 <source>The deletion will be sent to remote instances so they can reflect the change.</source>
2895 <target state="translated">Raderingen kommer vidarebefordras till fjärrinstansen så att de kan spegla ändringen.</target> 2899 <target state="translated">Raderingen kommer vidarebefordras till fjärrinstansen så att de kan spegla ändringen.</target>
2896 2900 <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> 2901 </trans-unit>
2898 <trans-unit id="7321800851971795962" datatype="html"> 2902 <trans-unit id="7321800851971795962" datatype="html">
2899 <source>It is a remote comment, so the deletion will only be effective on your instance.</source> 2903 <source>It is a remote comment, so the deletion will only be effective on your instance.</source>
2900 <target state="translated">Om det är en fjärrinstans kommer raderingen endast ske på din instans.</target> 2904 <target state="translated">Om det är en fjärrinstans kommer raderingen endast ske på din instans.</target>
2901 2905 <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> 2906 </trans-unit>
2903 <trans-unit id="5964038603724691720" datatype="html"> 2907 <trans-unit id="5964038603724691720" datatype="html">
2904 <source>Delete and re-draft</source> 2908 <source>Delete and re-draft</source>
2905 <target state="translated">Radera och omformulera</target> 2909 <target state="translated">Radera och omformulera</target>
2906 2910 <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> 2911 </trans-unit>
2908 <trans-unit id="7163633882758007711" datatype="html"> 2912 <trans-unit id="7163633882758007711" datatype="html">
2909 <source>Do you really want to delete and re-draft this comment?</source> 2913 <source>Do you really want to delete and re-draft this comment?</source>
2910 <target state="translated">Vill du verkligen radera och omformulera den här kommentaren?</target> 2914 <target state="translated">Vill du verkligen radera och omformulera den här kommentaren?</target>
2911 2915 <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> 2916 </trans-unit>
2913 <trans-unit id="5733075023444401902"> 2917 <trans-unit id="5733075023444401902">
2914 <source>Add comment...</source> 2918 <source>Add comment...</source>
2915 <target>Lägg till kommentar …</target> 2919 <target>Lägg till kommentar …</target>
2916 2920 <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> 2921 </trans-unit>
2918 <trans-unit id="982956590420630883" datatype="html"> 2922 <trans-unit id="982956590420630883" datatype="html">
2919 <source>Markdown compatible</source> 2923 <source>Markdown compatible</source>
2920 <target state="translated">Med stöd för Markdown</target> 2924 <target state="translated">Med stöd för Markdown</target>
2921 2925 <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> 2926 </trans-unit>
2923 <trans-unit id="5793595564950675122" datatype="html"> 2927 <trans-unit id="5793595564950675122" datatype="html">
2924 <source>Markdown compatible that supports:</source> 2928 <source>Markdown compatible that supports:</source>
2925 <target state="translated">Med stöd för Markdown med:</target> 2929 <target state="translated">Med stöd för Markdown med:</target>
2926 2930 <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> 2931 </trans-unit>
2928 <trans-unit id="8422216333877786919" datatype="html"> 2932 <trans-unit id="8422216333877786919" datatype="html">
2929 <source>Auto generated links</source> 2933 <source>Auto generated links</source>
2930 <target state="translated">Automatiskt genererade länkar</target> 2934 <target state="translated">Automatiskt genererade länkar</target>
2931 2935 <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> 2936 </trans-unit>
2933 <trans-unit id="6365822416124232422" datatype="html"> 2937 <trans-unit id="6365822416124232422" datatype="html">
2934 <source>Break lines</source> 2938 <source>Break lines</source>
2935 <target state="translated">Radbrytningar</target> 2939 <target state="translated">Radbrytningar</target>
2936 2940 <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> 2941 </trans-unit>
2938 <trans-unit id="8756167649220050929" datatype="html"> 2942 <trans-unit id="8756167649220050929" datatype="html">
2939 <source>Lists</source> 2943 <source>Lists</source>
2940 <target state="translated">Listor</target> 2944 <target state="translated">Listor</target>
2941 2945 <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 2946 <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> 2947 </trans-unit>
2944 <trans-unit id="2516633974298697807" datatype="html"> 2948 <trans-unit id="2516633974298697807" datatype="html">
2945 <source>Emphasis</source> 2949 <source>Emphasis</source>
2946 <target state="translated">Betoning</target> 2950 <target state="translated">Betoning</target>
2947 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">25</context></context-group>
2948 2952 <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> 2953 </trans-unit>
2950 <trans-unit id="2810844969104710423" datatype="html"> 2954 <trans-unit id="2810844969104710423" datatype="html">
2951 <source>bold</source> 2955 <source>bold</source>
2952 <target state="translated">fetstil</target> 2956 <target state="translated">fetstil</target>
2953 2957 <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> 2958 </trans-unit>
2955 <trans-unit id="8497278965577453274" datatype="html"> 2959 <trans-unit id="8497278965577453274" datatype="html">
2956 <source>italic</source> 2960 <source>italic</source>
2957 <target state="translated">kursiv stil</target> 2961 <target state="translated">kursiv stil</target>
2958 2962 <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> 2963 </trans-unit>
2960 <trans-unit id="7227611412155083002" datatype="html"> 2964 <trans-unit id="7227611412155083002" datatype="html">
2961 <source>Emoji shortcuts</source> 2965 <source>Emoji shortcuts</source>
2962 <target state="translated">Emoji-förkortningar</target> 2966 <target state="translated">Emoji-förkortningar</target>
2963 2967 <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> 2968 </trans-unit>
2965 <trans-unit id="6608581312644027413" datatype="html"> 2969 <trans-unit id="6608581312644027413" datatype="html">
2966 <source>Emoji markup</source> 2970 <source>Emoji markup</source>
2967 <target state="translated">Emoji-markup</target> 2971 <target state="translated">Emoji-markup</target>
2968 2972 <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> 2973 </trans-unit>
2970 <trans-unit id="381522038671562286" datatype="html"> 2974 <trans-unit id="381522038671562286" datatype="html">
2971 <source>See complete list</source> 2975 <source>See complete list</source>
2972 <target state="translated">Se den fullständiga listan</target> 2976 <target state="translated">Se den fullständiga listan</target>
2973 2977 <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> 2978 </trans-unit>
2975 <trans-unit id="2263890353858735493"> 2979 <trans-unit id="2263890353858735493">
2976 <source>You are one step away from commenting</source> 2980 <source>You are one step away from commenting</source>
2977 <target>Bara ett steg kvar för att kommentera</target> 2981 <target>Bara ett steg kvar för att kommentera</target>
2978 2982 <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> 2983 </trans-unit>
2980 <trans-unit id="7508177761852352782" datatype="html"> 2984 <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> 2985 <source>You can comment using an account on any ActivityPub-compatible instance (PeerTube/Mastodon/Pleroma account for example).</source>
2982 <target state="translated">Du kan kommentera med ett konto på en ActivityPub-kompatibel instans (som PeerTube, Mastodon eller Pleroma).</target> 2986 <target state="translated">Du kan kommentera med ett konto på en ActivityPub-kompatibel instans (som PeerTube, Mastodon eller Pleroma).</target>
2983 2987 <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> 2988 </trans-unit>
2985 <trans-unit id="2958389355547305739" datatype="html"> 2989 <trans-unit id="2958389355547305739" datatype="html">
2986 <source>Login to comment</source> 2990 <source>Login to comment</source>
2987 <target state="translated">Logga in för att skriva kommentarer</target> 2991 <target state="translated">Logga in för att skriva kommentarer</target>
2988 2992 <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> 2993 </trans-unit>
2990 <trans-unit id="4817080330698362530" datatype="html"> 2994 <trans-unit id="4817080330698362530" datatype="html">
2991 <source>Markdown Emoji List</source> 2995 <source>Markdown Emoji List</source>
2992 <target state="translated">Lista över Markdown-emojier</target> 2996 <target state="translated">Lista över Markdown-emojier</target>
2993 2997 <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> 2998 </trans-unit>
2995 <trans-unit id="2662644497259948010" datatype="html"> 2999 <trans-unit id="2662644497259948010" datatype="html">
2996 <source>Comment</source> 3000 <source>Comment</source>
2997 <target state="translated">Kommentera</target> 3001 <target state="translated">Kommentera</target>
2998 3002 <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 3003 <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> 3004 </trans-unit>
3001 <trans-unit id="4502286564339177240" datatype="html"> 3005 <trans-unit id="4502286564339177240" datatype="html">
3002 <source>Reply</source> 3006 <source>Reply</source>
3003 <target state="translated">Svara</target> 3007 <target state="translated">Svara</target>
3004 3008 <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 3009 <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> 3010 </trans-unit>
3007 <trans-unit id="3572897237443938692"> 3011 <trans-unit id="3572897237443938692">
3008 <source>Highlighted comment</source> 3012 <source>Highlighted comment</source>
3009 <target>Markerad kommentar</target> 3013 <target>Markerad kommentar</target>
3010 3014 <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> 3015 </trans-unit>
3012 <trans-unit id="4502286564339177240"> 3016 <trans-unit id="4502286564339177240">
3013 <source>Reply</source> 3017 <source>Reply</source>
3014 <target>Svar</target> 3018 <target>Svar</target>
@@ -3017,8 +3021,8 @@ The link will expire within 1 hour.</source>
3017 <trans-unit id="2447932355167015019" datatype="html"> 3021 <trans-unit id="2447932355167015019" datatype="html">
3018 <source>This comment has been deleted</source> 3022 <source>This comment has been deleted</source>
3019 <target state="translated">Den här kommentaren har raderats</target> 3023 <target state="translated">Den här kommentaren har raderats</target>
3020 3024 <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> 3025 </trans-unit>
3022 <trans-unit id="9031514421077169181" datatype="html"> 3026 <trans-unit id="9031514421077169181" datatype="html">
3023 <source>Video redundancies</source> 3027 <source>Video redundancies</source>
3024 <target state="translated">Videoredundans</target> 3028 <target state="translated">Videoredundans</target>
@@ -3277,9 +3281,9 @@ The link will expire within 1 hour.</source>
3277 <trans-unit id="8286337167859377104"> 3281 <trans-unit id="8286337167859377104">
3278 <source>Create user</source> 3282 <source>Create user</source>
3279 <target>Skapa användare</target> 3283 <target>Skapa användare</target>
3280 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-group> 3284
3281 <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> 3285
3282 </trans-unit> 3286 <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>
3283 <trans-unit id="8363291180171434623" datatype="html"> 3287 <trans-unit id="8363291180171434623" datatype="html">
3284 <source>Table parameters</source> 3288 <source>Table parameters</source>
3285 <target state="translated">Tabellparametrar</target> 3289 <target state="translated">Tabellparametrar</target>
@@ -3643,13 +3647,13 @@ The link will expire within 1 hour.</source>
3643 <trans-unit id="1420624050293070194" datatype="html"> 3647 <trans-unit id="1420624050293070194" datatype="html">
3644 <source>No abuses found matching current filters.</source> 3648 <source>No abuses found matching current filters.</source>
3645 <target state="translated">Det finns inga anmälningar som matchar den här sökningen.</target> 3649 <target state="translated">Det finns inga anmälningar som matchar den här sökningen.</target>
3646 3650 <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>
3647 <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> 3651 </trans-unit>
3648 <trans-unit id="639328713281980021" datatype="html"> 3652 <trans-unit id="639328713281980021" datatype="html">
3649 <source>No abuses found.</source> 3653 <source>No abuses found.</source>
3650 <target state="translated">Inga anmälningar hittade.</target> 3654 <target state="translated">Inga anmälningar hittade.</target>
3651 3655 <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>
3652 <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> 3656 </trans-unit>
3653 <trans-unit id="1807029821872995706" datatype="html"> 3657 <trans-unit id="1807029821872995706" datatype="html">
3654 <source>Unsolved reports</source> 3658 <source>Unsolved reports</source>
3655 <target state="translated">Oavklarade anmälningar</target> 3659 <target state="translated">Oavklarade anmälningar</target>
@@ -3770,10 +3774,11 @@ The link will expire within 1 hour.</source>
3770 <trans-unit id="6549265851868599441"> 3774 <trans-unit id="6549265851868599441">
3771 <source>Video</source> 3775 <source>Video</source>
3772 <target>Video</target> 3776 <target>Video</target>
3773 3777 <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>
3774 3778 <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>
3775 3779 <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>
3776 <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> 3780 <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>
3781 </trans-unit>
3777 <trans-unit id="2662644497259948010" datatype="html"> 3782 <trans-unit id="2662644497259948010" datatype="html">
3778 <source>Comment</source> 3783 <source>Comment</source>
3779 <target state="translated">Kommentera</target> 3784 <target state="translated">Kommentera</target>
@@ -3976,14 +3981,14 @@ The link will expire within 1 hour.</source>
3976 <trans-unit id="4580988005648117665"> 3981 <trans-unit id="4580988005648117665">
3977 <source>Search</source> 3982 <source>Search</source>
3978 <target>Sök</target> 3983 <target>Sök</target>
3979 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>
3980 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>
3981 3986 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group>
3982 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>
3983 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>
3984 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>
3985 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>
3986 <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> 3991 </trans-unit>
3987 <trans-unit id="8630916846096019339" datatype="html"> 3992 <trans-unit id="8630916846096019339" datatype="html">
3988 <source>Users can resolve distant content</source> 3993 <source>Users can resolve distant content</source>
3989 <target state="translated">Användare kan hämta fjärrinnehåll</target> 3994 <target state="translated">Användare kan hämta fjärrinnehåll</target>
@@ -4267,13 +4272,13 @@ The link will expire within 1 hour.</source>
4267 <trans-unit id="7794655859478571096"> 4272 <trans-unit id="7794655859478571096">
4268 <source>Main instance categories</source> 4273 <source>Main instance categories</source>
4269 <target>Instansens huvudkategorier</target> 4274 <target>Instansens huvudkategorier</target>
4270 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">50</context></context-group>
4271 <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> 4276 </trans-unit>
4272 <trans-unit id="6588040559347368313" datatype="html"> 4277 <trans-unit id="6588040559347368313" datatype="html">
4273 <source>Add a new category</source> 4278 <source>Add a new category</source>
4274 <target state="translated">Lägg till en ny kategori</target> 4279 <target state="translated">Lägg till en ny kategori</target>
4275 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">57</context></context-group>
4276 <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> 4281 </trans-unit>
4277 <trans-unit id="8953934448427251062" datatype="html"> 4282 <trans-unit id="8953934448427251062" datatype="html">
4278 <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> 4283 <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>
4279 <target state="translated"><x id="START_LINK"/>Delningssystemet<x id="CLOSE_LINK"/> gör att en del teknisk information om ditt system (såsom publik IP-adress) kan skickas till andra serventer, men hjälper även till att minska serverbelastningen.</target> 4284 <target state="translated"><x id="START_LINK"/>Delningssystemet<x id="CLOSE_LINK"/> gör att en del teknisk information om ditt system (såsom publik IP-adress) kan skickas till andra serventer, men hjälper även till att minska serverbelastningen.</target>
@@ -4307,52 +4312,52 @@ The link will expire within 1 hour.</source>
4307 <trans-unit id="5983800192187691457"> 4312 <trans-unit id="5983800192187691457">
4308 <source>Main languages you/your moderators speak</source> 4313 <source>Main languages you/your moderators speak</source>
4309 <target>Språk som du eller dina moderatorer behärskar</target> 4314 <target>Språk som du eller dina moderatorer behärskar</target>
4310 4315 <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>
4311 <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> 4316 </trans-unit>
4312 <trans-unit id="399528956091640769" datatype="html"> 4317 <trans-unit id="399528956091640769" datatype="html">
4313 <source>MODERATION &amp; NSFW</source> 4318 <source>MODERATION &amp; NSFW</source>
4314 <target state="translated">MODERATION OCH OFÖRBEHÅLLSAMT MATERIAL</target> 4319 <target state="translated">MODERATION OCH OFÖRBEHÅLLSAMT MATERIAL</target>
4315 4320 <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>
4316 <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> 4321 </trans-unit>
4317 <trans-unit id="4423835119021329687" datatype="html"> 4322 <trans-unit id="4423835119021329687" datatype="html">
4318 <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> 4323 <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>
4319 <target state="translated">Hantera <x id="START_LINK" ctype="x-a" equiv-text="&lt;a routerLink=&quot;/admin/users&quot;>"/>användare<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> "/> för att bygga upp en grupp moderatorer. </target> 4324 <target state="translated">Hantera <x id="START_LINK" ctype="x-a" equiv-text="&lt;a routerLink=&quot;/admin/users&quot;>"/>användare<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> "/> för att bygga upp en grupp moderatorer. </target>
4320 4325 <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>
4321 <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> 4326 </trans-unit>
4322 <trans-unit id="7030031694783481217"> 4327 <trans-unit id="7030031694783481217">
4323 <source>This instance is dedicated to sensitive or NSFW content</source> 4328 <source>This instance is dedicated to sensitive or NSFW content</source>
4324 <target>Den här instansen tillåter känsligt och oförbehållsamt innehåll</target> 4329 <target>Den här instansen tillåter känsligt och oförbehållsamt innehåll</target>
4325 4330 <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>
4326 <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> 4331 </trans-unit>
4327 <trans-unit id="4620493570088713907" datatype="html"> 4332 <trans-unit id="4620493570088713907" datatype="html">
4328 <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> 4333 <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>
4329 <target state="translated">Du kan låta andra administratörer veta att du huvudsakligen federerar känsligt material.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/> Dessutom kommer rutan för känsligt och oförbehållsamt innehåll vara ifylld som standard. </target> 4334 <target state="translated">Du kan låta andra administratörer veta att du huvudsakligen federerar känsligt material.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/> Dessutom kommer rutan för känsligt och oförbehållsamt innehåll vara ifylld som standard. </target>
4330 4335 <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>
4331 <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> 4336 </trans-unit>
4332 <trans-unit id="7497677457560701935"> 4337 <trans-unit id="7497677457560701935">
4333 <source>Policy on videos containing sensitive content</source> 4338 <source>Policy on videos containing sensitive content</source>
4334 <target>Policy för videor med känsligt innehåll</target> 4339 <target>Policy för videor med känsligt innehåll</target>
4335 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">106</context></context-group>
4336 <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> 4341 </trans-unit>
4337 <trans-unit id="7350483582490037954" datatype="html"> 4342 <trans-unit id="7350483582490037954" datatype="html">
4338 <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> 4343 <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>
4339 <target state="translated">Med <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Dölj<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> eller <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Suddiga miniatyrer<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> behövs en bekräftelse för att visa videon. </target> 4344 <target state="translated">Med <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Dölj<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> eller <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Suddiga miniatyrer<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> behövs en bekräftelse för att visa videon. </target>
4340 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">111</context></context-group>
4341 4346 <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>
4342 <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> 4347 </trans-unit>
4343 <trans-unit id="8930852890861583005"> 4348 <trans-unit id="8930852890861583005">
4344 <source>Blur thumbnails</source> 4349 <source>Blur thumbnails</source>
4345 <target>Gör miniatyrbilden suddig</target> 4350 <target>Gör miniatyrbilden suddig</target>
4346 4351 <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>
4347 4352 <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>
4348 <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> 4353 </trans-unit>
4349 <trans-unit id="6812930637022637485"> 4354 <trans-unit id="6812930637022637485">
4350 <source>Display</source> 4355 <source>Display</source>
4351 <target>Visa</target> 4356 <target>Visa</target>
4352 4357 <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>
4353 4358 <context-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>
4354 4359 <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>
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">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> 4360 </trans-unit>
4356 <trans-unit id="1617785425462022303" datatype="html"> 4361 <trans-unit id="1617785425462022303" datatype="html">
4357 <source>Strategy</source> 4362 <source>Strategy</source>
4358 <target state="translated">Strategi</target> 4363 <target state="translated">Strategi</target>
@@ -4361,90 +4366,90 @@ The link will expire within 1 hour.</source>
4361 <trans-unit id="2544569632476723854"> 4366 <trans-unit id="2544569632476723854">
4362 <source>Terms</source> 4367 <source>Terms</source>
4363 <target>Villkor</target> 4368 <target>Villkor</target>
4364 4369 <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>
4365 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">129</context></context-group>
4366 4371 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group>
4367 4372 <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>
4368 <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> 4373 </trans-unit>
4369 <trans-unit id="4127416011499804250"> 4374 <trans-unit id="4127416011499804250">
4370 <source>Code of conduct</source> 4375 <source>Code of conduct</source>
4371 <target>Användarvillkor</target> 4376 <target>Användarvillkor</target>
4372 4377 <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>
4373 4378 <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>
4374 4379 <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>
4375 <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> 4380 </trans-unit>
4376 <trans-unit id="3076079242537393946"> 4381 <trans-unit id="3076079242537393946">
4377 <source>Moderation information</source> 4382 <source>Moderation information</source>
4378 <target>Information om moderation</target> 4383 <target>Information om moderation</target>
4379 4384 <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>
4380 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">151</context></context-group>
4381 4386 <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>
4382 <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> 4387 </trans-unit>
4383 <trans-unit id="5056489767203690328" datatype="html"> 4388 <trans-unit id="5056489767203690328" datatype="html">
4384 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source> 4389 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source>
4385 <target state="translated">Vem modererar instansen? Hur ser policyn ut för videor med känsligt eller oförbehållsamt innehåll, politiska videor och liknande?</target> 4390 <target state="translated">Vem modererar instansen? Hur ser policyn ut för videor med känsligt eller oförbehållsamt innehåll, politiska videor och liknande?</target>
4386 4391 <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>
4387 <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> 4392 </trans-unit>
4388 <trans-unit id="2047672753819413550" datatype="html"> 4393 <trans-unit id="2047672753819413550" datatype="html">
4389 <source>YOU AND YOUR INSTANCE</source> 4394 <source>YOU AND YOUR INSTANCE</source>
4390 <target state="translated">DU OCH DIN INSTANS</target> 4395 <target state="translated">DU OCH DIN INSTANS</target>
4391 4396 <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>
4392 <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> 4397 </trans-unit>
4393 <trans-unit id="3968335261686887328"> 4398 <trans-unit id="3968335261686887328">
4394 <source>Who is behind the instance?</source> 4399 <source>Who is behind the instance?</source>
4395 <target>Vem står bakom instansen?</target> 4400 <target>Vem står bakom instansen?</target>
4396 4401 <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>
4397 <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> 4402 </trans-unit>
4398 <trans-unit id="7323194786468446482" datatype="html"> 4403 <trans-unit id="7323194786468446482" datatype="html">
4399 <source>A single person? A non-profit? A company?</source> 4404 <source>A single person? A non-profit? A company?</source>
4400 <target state="translated">En person? En ideell förening? Ett företag?</target> 4405 <target state="translated">En person? En ideell förening? Ett företag?</target>
4401 4406 <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>
4402 <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> 4407 </trans-unit>
4403 <trans-unit id="5480243297215266596"> 4408 <trans-unit id="5480243297215266596">
4404 <source>Why did you create this instance?</source> 4409 <source>Why did you create this instance?</source>
4405 <target>Varför skapade du den här instansen?</target> 4410 <target>Varför skapade du den här instansen?</target>
4406 4411 <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>
4407 <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> 4412 </trans-unit>
4408 <trans-unit id="6995481962115300007" datatype="html"> 4413 <trans-unit id="6995481962115300007" datatype="html">
4409 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source> 4414 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source>
4410 <target state="translated">För att dela dina egna videor eller för att tillåta kontoregistrering och låta folk ladda upp vad de vill?</target> 4415 <target state="translated">För att dela dina egna videor eller för att tillåta kontoregistrering och låta folk ladda upp vad de vill?</target>
4411 4416 <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>
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">186</context></context-group></trans-unit> 4417 </trans-unit>
4413 <trans-unit id="3667968987954856844"> 4418 <trans-unit id="3667968987954856844">
4414 <source>How long do you plan to maintain this instance?</source> 4419 <source>How long do you plan to maintain this instance?</source>
4415 <target>Hur länge planerar du underhålla den här instansen?</target> 4420 <target>Hur länge planerar du underhålla den här instansen?</target>
4416 4421 <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>
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">197</context></context-group></trans-unit> 4422 </trans-unit>
4418 <trans-unit id="6722472563287778070" datatype="html"> 4423 <trans-unit id="6722472563287778070" datatype="html">
4419 <source>It's important to know for users who want to register on your instance</source> 4424 <source>It's important to know for users who want to register on your instance</source>
4420 <target state="translated">Detta är viktigt att veta för användare som vill registrera sig på din instans</target> 4425 <target state="translated">Detta är viktigt att veta för användare som vill registrera sig på din instans</target>
4421 4426 <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>
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">198</context></context-group></trans-unit> 4427 </trans-unit>
4423 <trans-unit id="8362291348781958428"> 4428 <trans-unit id="8362291348781958428">
4424 <source>How will you finance the PeerTube server?</source> 4429 <source>How will you finance the PeerTube server?</source>
4425 <target>Hur tänker du finansiera PeerTube-servern?</target> 4430 <target>Hur tänker du finansiera PeerTube-servern?</target>
4426 4431 <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>
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">209</context></context-group></trans-unit> 4432 </trans-unit>
4428 <trans-unit id="2441006645448216398" datatype="html"> 4433 <trans-unit id="2441006645448216398" datatype="html">
4429 <source>With your own funds? With user donations? Advertising?</source> 4434 <source>With your own funds? With user donations? Advertising?</source>
4430 <target state="translated">Med dina egna medel? Donationer från användarna? Reklamintäkter?</target> 4435 <target state="translated">Med dina egna medel? Donationer från användarna? Reklamintäkter?</target>
4431 4436 <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>
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">210</context></context-group></trans-unit> 4437 </trans-unit>
4433 <trans-unit id="6853511883515031762" datatype="html"> 4438 <trans-unit id="6853511883515031762" datatype="html">
4434 <source>OTHER INFORMATION</source> 4439 <source>OTHER INFORMATION</source>
4435 <target state="translated">ÖVRIG INFORMATION</target> 4440 <target state="translated">ÖVRIG INFORMATION</target>
4436 4441 <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>
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">225</context></context-group></trans-unit> 4442 </trans-unit>
4438 <trans-unit id="3447208665089679283"> 4443 <trans-unit id="3447208665089679283">
4439 <source>What server/hardware does the instance run on?</source> 4444 <source>What server/hardware does the instance run on?</source>
4440 <target>Vilken server eller hårdvara körs instansen på?</target> 4445 <target>Vilken server eller hårdvara körs instansen på?</target>
4441 4446 <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>
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">231</context></context-group></trans-unit> 4447 </trans-unit>
4443 <trans-unit id="4739907951373047958" datatype="html"> 4448 <trans-unit id="4739907951373047958" datatype="html">
4444 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source> 4449 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source>
4445 <target state="translated">till exempel 2vCore 2GB RAM eller en länk till den servertjänst du hyr</target> 4450 <target state="translated">till exempel 2vCore 2GB RAM eller en länk till den servertjänst du hyr</target>
4446 4451 <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>
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">232</context></context-group></trans-unit> 4452 </trans-unit>
4448 <trans-unit id="8557599287230755359" datatype="html"> 4453 <trans-unit id="8557599287230755359" datatype="html">
4449 <source>APPEARANCE</source> 4454 <source>APPEARANCE</source>
4450 <target state="translated">UTSEENDE</target> 4455 <target state="translated">UTSEENDE</target>
@@ -4552,14 +4557,18 @@ The link will expire within 1 hour.</source>
4552 <source>Signup won't be limited to a fixed number of users.</source> 4557 <source>Signup won't be limited to a fixed number of users.</source>
4553 <target state="translated">Kontoregistrering kommer inte begränsas till ett förutbestämt antal användare.</target> 4558 <target state="translated">Kontoregistrering kommer inte begränsas till ett förutbestämt antal användare.</target>
4554 <context-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> 4559 <context-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>
4555 </trans-unit><trans-unit id="1663379405062033606" datatype="html"> 4560 </trans-unit>
4556 <source>Minimum required age to create an account</source><target state="new">Minimum required age to create an account</target> 4561 <trans-unit id="1663379405062033606" datatype="html">
4562 <source>Minimum required age to create an account</source>
4563 <target state="translated">Minimumålder för att skapa ett konto</target>
4557 <context-group purpose="location"> 4564 <context-group purpose="location">
4558 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context> 4565 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context>
4559 <context context-type="linenumber">163</context> 4566 <context context-type="linenumber">163</context>
4560 </context-group> 4567 </context-group>
4561 </trans-unit><trans-unit id="8342879272354516454" datatype="html"> 4568 </trans-unit>
4562 <source>{VAR_PLURAL, plural, =1 {year old} other {years old}}</source><target state="new">{VAR_PLURAL, plural, =1 {year old} other {years old}}</target> 4569 <trans-unit id="8342879272354516454" datatype="html">
4570 <source>{VAR_PLURAL, plural, =1 {year old} other {years old}}</source>
4571 <target state="translated">{VAR_PLURAL, plural, =1 {år} other {år}}</target>
4563 <context-group purpose="location"> 4572 <context-group purpose="location">
4564 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context> 4573 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context>
4565 <context context-type="linenumber">170</context> 4574 <context context-type="linenumber">170</context>
@@ -4626,150 +4635,150 @@ The link will expire within 1 hour.</source>
4626 <trans-unit id="502260296951057925"> 4635 <trans-unit id="502260296951057925">
4627 <source>Default video quota per user</source> 4636 <source>Default video quota per user</source>
4628 <target>Standardkvot för videor per användare</target> 4637 <target>Standardkvot för videor per användare</target>
4629 4638 <context-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>
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">182</context></context-group></trans-unit> 4639 </trans-unit>
4631 <trans-unit id="7169210802367807492" datatype="html"> 4640 <trans-unit id="7169210802367807492" datatype="html">
4632 <source>bytes</source> 4641 <source>bytes</source>
4633 <target state="translated">byte</target> 4642 <target state="translated">byte</target>
4634 4643 <context-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>
4635 4644 <context-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>
4636 4645 <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>
4637 4646 <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>
4638 4647 <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>
4639 4648 <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>
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">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> 4649 </trans-unit>
4641 <trans-unit id="8509882464852636851"> 4650 <trans-unit id="8509882464852636851">
4642 <source>Default daily upload limit per user</source> 4651 <source>Default daily upload limit per user</source>
4643 <target>Standarduppladdningsgräns för användare</target> 4652 <target>Standarduppladdningsgräns för användare</target>
4644 4653 <context-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>
4645 <context-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> 4654 </trans-unit>
4646 <trans-unit id="4719342289581047890" datatype="html"> 4655 <trans-unit id="4719342289581047890" datatype="html">
4647 <source>Allow import with a torrent file or a magnet URI</source> 4656 <source>Allow import with a torrent file or a magnet URI</source>
4648 <target state="translated">Tillåt import via torrent-fil eller magnet-länk</target> 4657 <target state="translated">Tillåt import via torrent-fil eller magnet-länk</target>
4649 4658 <context-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>
4650 <context-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> 4659 </trans-unit>
4651 <trans-unit id="3950258704315544174" datatype="html"> 4660 <trans-unit id="3950258704315544174" datatype="html">
4652 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 4661 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4653 <target state="translated">Användarnas videor kommer hållas privata tills en moderator har granskat dem, såvida användaren inte har markerats som betrodd.</target> 4662 <target state="translated">Användarnas videor kommer hållas privata tills en moderator har granskat dem, såvida användaren inte har markerats som betrodd.</target>
4654 4663 <context-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>
4655 <context-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> 4664 </trans-unit>
4656 <trans-unit id="3428986951244800347" datatype="html"> 4665 <trans-unit id="3428986951244800347" datatype="html">
4657 <source>Block new videos automatically</source> 4666 <source>Block new videos automatically</source>
4658 <target state="translated">Blockera nya videor automatiskt</target> 4667 <target state="translated">Blockera nya videor automatiskt</target>
4659 4668 <context-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>
4660 <context-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> 4669 </trans-unit>
4661 <trans-unit id="2054846790157376783" datatype="html"> 4670 <trans-unit id="2054846790157376783" datatype="html">
4662 <source>SEARCH</source> 4671 <source>SEARCH</source>
4663 <target state="translated">SÖKNING</target> 4672 <target state="translated">SÖKNING</target>
4664 4673 <context-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>
4665 <context-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> 4674 </trans-unit>
4666 <trans-unit id="3442084803796199253" datatype="html"> 4675 <trans-unit id="3442084803796199253" datatype="html">
4667 <source>Allow users to do remote URI/handle search</source> 4676 <source>Allow users to do remote URI/handle search</source>
4668 <target state="translated">Låt användare använda en länk för att göra fjärrsökningar</target> 4677 <target state="translated">Låt användare använda en länk för att göra fjärrsökningar</target>
4669 4678 <context-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>
4670 <context-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> 4679 </trans-unit>
4671 <trans-unit id="2258148539285928012" datatype="html"> 4680 <trans-unit id="2258148539285928012" datatype="html">
4672 <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> 4681 <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>
4673 <target state="translated">Tillåt <x id="START_TAG_STRONG"/>dina användare<x id="CLOSE_TAG_STRONG"/> att söka efter videor, konton eller kanaler som möjligen inte är federerade med din instans</target> 4682 <target state="translated">Tillåt <x id="START_TAG_STRONG"/>dina användare<x id="CLOSE_TAG_STRONG"/> att söka efter videor, konton eller kanaler som möjligen inte är federerade med din instans</target>
4674 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">291</context></context-group>
4675 <context-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> 4684 </trans-unit>
4676 <trans-unit id="7295422540935146771" datatype="html"> 4685 <trans-unit id="7295422540935146771" datatype="html">
4677 <source>Allow anonymous to do remote URI/handle search</source> 4686 <source>Allow anonymous to do remote URI/handle search</source>
4678 <target state="translated">Låt anonyma användare använda en länk för att göra fjärrsökningar</target> 4687 <target state="translated">Låt anonyma användare använda en länk för att göra fjärrsökningar</target>
4679 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">299</context></context-group>
4680 <context-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> 4689 </trans-unit>
4681 <trans-unit id="7305237807882754643" datatype="html"> 4690 <trans-unit id="7305237807882754643" datatype="html">
4682 <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> 4691 <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>
4683 <target state="translated">Tillåt <x id="START_TAG_STRONG"/>anonyma användare<x id="CLOSE_TAG_STRONG"/> att söka efter videor, konton eller kanaler som möjligen inte är federerade med din instans</target> 4692 <target state="translated">Tillåt <x id="START_TAG_STRONG"/>anonyma användare<x id="CLOSE_TAG_STRONG"/> att söka efter videor, konton eller kanaler som möjligen inte är federerade med din instans</target>
4684 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">302</context></context-group>
4685 <context-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> 4694 </trans-unit>
4686 <trans-unit id="5273935530181504015" datatype="html"> 4695 <trans-unit id="5273935530181504015" datatype="html">
4687 <source>⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select.</source> 4696 <source>⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select.</source>
4688 <target state="translated">⚠️ Den här funktionen beror på hur väl instanserna modereras i det sökregister du väljer.</target> 4697 <target state="translated">⚠️ Den här funktionen beror på hur väl instanserna modereras i det sökregister du väljer.</target>
4689 4698 <context-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>
4690 <context-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> 4699 </trans-unit>
4691 <trans-unit id="1886227550697837417" datatype="html"> 4700 <trans-unit id="1886227550697837417" datatype="html">
4692 <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> 4701 <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>
4693 <target state="translated">Du bör enbart använda modererade sökregister i produktionsmiljö, alternativt <x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://framagit.org/framasoft/peertube/search-index&quot;>"/>göra ett eget<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 4702 <target state="translated">Du bör enbart använda modererade sökregister i produktionsmiljö, alternativt <x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://framagit.org/framasoft/peertube/search-index&quot;>"/>göra ett eget<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
4694 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">319</context></context-group>
4695 <context-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> 4704 </trans-unit>
4696 <trans-unit id="2331464426553277323" datatype="html"> 4705 <trans-unit id="2331464426553277323" datatype="html">
4697 <source>Search index URL</source> 4706 <source>Search index URL</source>
4698 <target state="translated">Sökregistrets webbadress</target> 4707 <target state="translated">Sökregistrets webbadress</target>
4699 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">325</context></context-group>
4700 <context-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> 4709 </trans-unit>
4701 <trans-unit id="8524278911521465398" datatype="html"> 4710 <trans-unit id="8524278911521465398" datatype="html">
4702 <source>Disable local search in search bar</source> 4711 <source>Disable local search in search bar</source>
4703 <target state="translated">Avaktivera lokal sökning i sökrutan</target> 4712 <target state="translated">Avaktivera lokal sökning i sökrutan</target>
4704 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">338</context></context-group>
4705 <context-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> 4714 </trans-unit>
4706 <trans-unit id="6568991917245875948" datatype="html"> 4715 <trans-unit id="6568991917245875948" datatype="html">
4707 <source>Otherwise the local search stays used by default</source> 4716 <source>Otherwise the local search stays used by default</source>
4708 <target state="translated">Annars används den lokala sökfunktionen som standard</target> 4717 <target state="translated">Annars används den lokala sökfunktionen som standard</target>
4709 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">348</context></context-group>
4710 <context-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> 4719 </trans-unit>
4711 <trans-unit id="4444955208013675027" datatype="html"> 4720 <trans-unit id="4444955208013675027" datatype="html">
4712 <source>Search bar uses the global search index by default</source> 4721 <source>Search bar uses the global search index by default</source>
4713 <target state="translated">Sökrutan använder det globala sökregistret som standard</target> 4722 <target state="translated">Sökrutan använder det globala sökregistret som standard</target>
4714 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">345</context></context-group>
4715 <context-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> 4724 </trans-unit>
4716 <trans-unit id="6476750382562952780" datatype="html"> 4725 <trans-unit id="6476750382562952780" datatype="html">
4717 <source>Enable global search</source> 4726 <source>Enable global search</source>
4718 <target state="translated">Aktivera global sökning</target> 4727 <target state="translated">Aktivera global sökning</target>
4719 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">313</context></context-group>
4720 <context-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> 4729 </trans-unit>
4721 <trans-unit id="836183323506117145" datatype="html"> 4730 <trans-unit id="836183323506117145" datatype="html">
4722 <source>FEDERATION</source> 4731 <source>FEDERATION</source>
4723 <target state="translated">FEDERATION</target> 4732 <target state="translated">FEDERATION</target>
4724 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">366</context></context-group>
4725 <context-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> 4734 </trans-unit>
4726 <trans-unit id="252719899360434356" datatype="html"> 4735 <trans-unit id="252719899360434356" datatype="html">
4727 <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> 4736 <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>
4728 <target state="translated">Hantera <x id="START_LINK" ctype="x-a" equiv-text="&lt;a routerLink=&quot;/admin/follows&quot;>"/>kopplingar<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> "/> till andra instanser. </target> 4737 <target state="translated">Hantera <x id="START_LINK" ctype="x-a" equiv-text="&lt;a routerLink=&quot;/admin/follows&quot;>"/>kopplingar<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> "/> till andra instanser. </target>
4729 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">368</context></context-group>
4730 <context-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> 4739 </trans-unit>
4731 <trans-unit id="9119248927271669654" datatype="html"> 4740 <trans-unit id="9119248927271669654" datatype="html">
4732 <source>Other instances can follow yours</source> 4741 <source>Other instances can follow yours</source>
4733 <target state="translated">Andra instanser kan följa din</target> 4742 <target state="translated">Andra instanser kan följa din</target>
4734 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">380</context></context-group>
4735 <context-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> 4744 </trans-unit>
4736 <trans-unit id="7015551137649102649" datatype="html"> 4745 <trans-unit id="7015551137649102649" datatype="html">
4737 <source>Manually approve new instance followers</source> 4746 <source>Manually approve new instance followers</source>
4738 <target state="translated">Godkänn instansens nya följare manuellt</target> 4747 <target state="translated">Godkänn instansens nya följare manuellt</target>
4739 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">387</context></context-group>
4740 <context-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> 4749 </trans-unit>
4741 <trans-unit id="4803992993548153434" datatype="html"> 4750 <trans-unit id="4803992993548153434" datatype="html">
4742 <source>Automatically follow back instances</source> 4751 <source>Automatically follow back instances</source>
4743 <target state="translated">Följ, per automatik, instanser som följer din</target> 4752 <target state="translated">Följ, per automatik, instanser som följer din</target>
4744 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">400</context></context-group>
4745 <context-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> 4754 </trans-unit>
4746 <trans-unit id="2092224316392295720" datatype="html"> 4755 <trans-unit id="2092224316392295720" datatype="html">
4747 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4756 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
4748 <target state="translated">⚠️ Den här funktionen kräver mycket uppmärksamhet och extra moderation.</target> 4757 <target state="translated">⚠️ Den här funktionen kräver mycket uppmärksamhet och extra moderation.</target>
4749 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">135</context></context-group>
4750 4759 <context-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>
4751 4760 <context-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>
4752 <context-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> 4761 </trans-unit>
4753 <trans-unit id="1718269478813020014"> 4762 <trans-unit id="1718269478813020014">
4754 <source>Index URL</source> 4763 <source>Index URL</source>
4755 <target>Register-URL</target> 4764 <target>Register-URL</target>
4756 4765 <context-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>
4757 <context-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> 4766 </trans-unit>
4758 <trans-unit id="173263206605027981" datatype="html"> 4767 <trans-unit id="173263206605027981" datatype="html">
4759 <source>Automatically follow instances of a public index</source> 4768 <source>Automatically follow instances of a public index</source>
4760 <target state="translated">Följ instanser i ett offentligt register automatiskt</target> 4769 <target state="translated">Följ instanser i ett offentligt register automatiskt</target>
4761 4770 <context-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>
4762 <context-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> 4771 </trans-unit>
4763 <trans-unit id="9076632742417302918" datatype="html"> 4772 <trans-unit id="9076632742417302918" datatype="html">
4764 <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> 4773 <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>
4765 <target state="translated">Se <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;>"/>dokumentationen<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> "/> för mer information om den väntade webbadressen </target> 4774 <target state="translated">Se <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;>"/>dokumentationen<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> "/> för mer information om den väntade webbadressen </target>
4766 4775 <context-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>
4767 <context-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> 4776 </trans-unit>
4768 <trans-unit id="3946988229617310200" datatype="html"> 4777 <trans-unit id="3946988229617310200" datatype="html">
4769 <source>ADMINISTRATORS</source> 4778 <source>ADMINISTRATORS</source>
4770 <target state="translated">ADMINISTRATÖRER</target> 4779 <target state="translated">ADMINISTRATÖRER</target>
4771 4780 <context-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>
4772 <context-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> 4781 </trans-unit>
4773 <trans-unit id="2149300564474427551"> 4782 <trans-unit id="2149300564474427551">
4774 <source>Administrator</source> 4783 <source>Administrator</source>
4775 <target>Administratör</target> 4784 <target>Administratör</target>
@@ -4778,13 +4787,13 @@ The link will expire within 1 hour.</source>
4778 <trans-unit id="3171683206914962995"> 4787 <trans-unit id="3171683206914962995">
4779 <source>Admin email</source> 4788 <source>Admin email</source>
4780 <target>Administratörens e-postadress</target> 4789 <target>Administratörens e-postadress</target>
4781 4790 <context-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>
4782 <context-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> 4791 </trans-unit>
4783 <trans-unit id="4722881456283329321"> 4792 <trans-unit id="4722881456283329321">
4784 <source>Enable contact form</source> 4793 <source>Enable contact form</source>
4785 <target>Aktivera kontaktformulär</target> 4794 <target>Aktivera kontaktformulär</target>
4786 4795 <context-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>
4787 <context-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> 4796 </trans-unit>
4788 <trans-unit id="5926348345797688952" datatype="html"> 4797 <trans-unit id="5926348345797688952" datatype="html">
4789 <source>VOD Transcoding</source> 4798 <source>VOD Transcoding</source>
4790 <target state="translated">Omkodning av video on demand</target> 4799 <target state="translated">Omkodning av video on demand</target>
@@ -4793,28 +4802,28 @@ The link will expire within 1 hour.</source>
4793 <trans-unit id="1765095834299337775" datatype="html"> 4802 <trans-unit id="1765095834299337775" datatype="html">
4794 <source>TWITTER</source> 4803 <source>TWITTER</source>
4795 <target state="translated">TWITTER</target> 4804 <target state="translated">TWITTER</target>
4796 4805 <context-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>
4797 <context-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> 4806 </trans-unit>
4798 <trans-unit id="3202133522706129143" datatype="html"> 4807 <trans-unit id="3202133522706129143" datatype="html">
4799 <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> 4808 <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>
4800 <target state="translated">Uppge ett Twitter-konto som representerar din instans för att förbättra förhandsvisningen av länkar. Du kan låta standardvärdet stå kvar om du inte har något konto.</target> 4809 <target state="translated">Uppge ett Twitter-konto som representerar din instans för att förbättra förhandsvisningen av länkar. Du kan låta standardvärdet stå kvar om du inte har något konto.</target>
4801 4810 <context-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>
4802 <context-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> 4811 </trans-unit>
4803 <trans-unit id="4087837092261487511"> 4812 <trans-unit id="4087837092261487511">
4804 <source>Your Twitter username</source> 4813 <source>Your Twitter username</source>
4805 <target>Ditt användarnamn på Twitter</target> 4814 <target>Ditt användarnamn på Twitter</target>
4806 4815 <context-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>
4807 <context-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> 4816 </trans-unit>
4808 <trans-unit id="5648651824279408711" datatype="html"> 4817 <trans-unit id="5648651824279408711" datatype="html">
4809 <source>Instance allowed by Twitter</source> 4818 <source>Instance allowed by Twitter</source>
4810 <target state="translated">Instans godkänd av Twitter</target> 4819 <target state="translated">Instans godkänd av Twitter</target>
4811 4820 <context-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>
4812 <context-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> 4821 </trans-unit>
4813 <trans-unit id="2076338542820061819" datatype="html"> 4822 <trans-unit id="2076338542820061819" datatype="html">
4814 <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> 4823 <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>
4815 <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> 4824 <target state="translated">När du delar en videolänk och instansen är godkänd av Twitter kommer en spelare bäddas in i Twitterflödet.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/> Om instansen inte är godkänd kommer vi använda ett bildkort som länkar till din PeerTube-instans.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/> Kryssa i den här rutan, spara inställningarna och testa med en videolänk från din instans (https://example.com/videos/watch/blabla) på <x id="START_LINK" ctype="x-a" equiv-text="&lt;a 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>"/> för att se om din instans är godkänd. </target>
4816 4825 <context-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>
4817 <context-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> 4826 </trans-unit>
4818 <trans-unit id="493135676263039396" datatype="html"> 4827 <trans-unit id="493135676263039396" datatype="html">
4819 <source>LIVE</source> 4828 <source>LIVE</source>
4820 <target state="translated">DIREKT</target> 4829 <target state="translated">DIREKT</target>
@@ -5226,38 +5235,38 @@ color: red;
5226 <trans-unit id="4915431133669985304"> 5235 <trans-unit id="4915431133669985304">
5227 <source>Profile</source> 5236 <source>Profile</source>
5228 <target>Profil</target> 5237 <target>Profil</target>
5229 5238 <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>
5230 <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> 5239 </trans-unit>
5231 <trans-unit id="1963136290621768454" datatype="html"> 5240 <trans-unit id="1963136290621768454" datatype="html">
5232 <source>Resolution</source> 5241 <source>Resolution</source>
5233 <target state="translated">Upplösning</target> 5242 <target state="translated">Upplösning</target>
5234 5243 <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>
5235 <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> 5244 </trans-unit>
5236 <trans-unit id="7814358426066520520" datatype="html"> 5245 <trans-unit id="7814358426066520520" datatype="html">
5237 <source>Aspect ratio</source> 5246 <source>Aspect ratio</source>
5238 <target state="translated">Höjd/bredd-förhållande</target> 5247 <target state="translated">Höjd/bredd-förhållande</target>
5239 5248 <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>
5240 <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> 5249 </trans-unit>
5241 <trans-unit id="44862519224794374" datatype="html"> 5250 <trans-unit id="44862519224794374" datatype="html">
5242 <source>Average frame rate</source> 5251 <source>Average frame rate</source>
5243 <target state="translated">Genomsnittlig bildhastighet</target> 5252 <target state="translated">Genomsnittlig bildhastighet</target>
5244 5253 <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>
5245 <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> 5254 </trans-unit>
5246 <trans-unit id="5053683525387462246" datatype="html"> 5255 <trans-unit id="5053683525387462246" datatype="html">
5247 <source>Pixel format</source> 5256 <source>Pixel format</source>
5248 <target state="translated">Pixel-format</target> 5257 <target state="translated">Pixel-format</target>
5249 5258 <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>
5250 <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> 5259 </trans-unit>
5251 <trans-unit id="7858676566953242358" datatype="html"> 5260 <trans-unit id="7858676566953242358" datatype="html">
5252 <source>Sample rate</source> 5261 <source>Sample rate</source>
5253 <target state="translated">Samplingshastighet</target> 5262 <target state="translated">Samplingshastighet</target>
5254 5263 <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>
5255 <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> 5264 </trans-unit>
5256 <trans-unit id="5403856660543890284" datatype="html"> 5265 <trans-unit id="5403856660543890284" datatype="html">
5257 <source>Channel Layout</source> 5266 <source>Channel Layout</source>
5258 <target state="translated">Utseende för kanaler</target> 5267 <target state="translated">Utseende för kanaler</target>
5259 5268 <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>
5260 <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> 5269 </trans-unit>
5261 <trans-unit id="6460084371385263470"> 5270 <trans-unit id="6460084371385263470">
5262 <source>Video settings</source> 5271 <source>Video settings</source>
5263 <target>Videoinställningar</target> 5272 <target>Videoinställningar</target>
@@ -5306,9 +5315,9 @@ color: red;
5306 <trans-unit id="4409859601539810260" datatype="html"> 5315 <trans-unit id="4409859601539810260" datatype="html">
5307 <source>Policy for sensitive videos</source> 5316 <source>Policy for sensitive videos</source>
5308 <target state="translated">Policy för känsliga videor</target> 5317 <target state="translated">Policy för känsliga videor</target>
5309 5318 <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>
5310 5319 <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>
5311 <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> 5320 </trans-unit>
5312 <trans-unit id="2864176699435587977" datatype="html"> 5321 <trans-unit id="2864176699435587977" datatype="html">
5313 <source>Only display videos in the following languages/subtitles</source> 5322 <source>Only display videos in the following languages/subtitles</source>
5314 <target state="translated">Visa endast videor och undertexter på följande språk</target> 5323 <target state="translated">Visa endast videor och undertexter på följande språk</target>
@@ -5322,9 +5331,9 @@ color: red;
5322 <trans-unit id="2658703380934466003" datatype="html"> 5331 <trans-unit id="2658703380934466003" datatype="html">
5323 <source>Add a new language</source> 5332 <source>Add a new language</source>
5324 <target state="translated">Lägg till ett nytt språk</target> 5333 <target state="translated">Lägg till ett nytt språk</target>
5325 5334 <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>
5326 5335 <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>
5327 <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> 5336 </trans-unit>
5328 <trans-unit id="1530331428384894781"> 5337 <trans-unit id="1530331428384894781">
5329 <source><x id="START_TAG_SPAN"/><x id="INTERPOLATION"/><x id="CLOSE_TAG_SPAN"/> is awaiting email verification </source> 5338 <source><x id="START_TAG_SPAN"/><x id="INTERPOLATION"/><x id="CLOSE_TAG_SPAN"/> is awaiting email verification </source>
5330 <target><x id="START_TAG_SPAN"/><x id="INTERPOLATION"/><x id="CLOSE_TAG_SPAN"/> inväntar verifikation via e-post </target> 5339 <target><x id="START_TAG_SPAN"/><x id="INTERPOLATION"/><x id="CLOSE_TAG_SPAN"/> inväntar verifikation via e-post </target>
@@ -5425,9 +5434,9 @@ color: red;
5425 <trans-unit id="5417361655914085905" datatype="html"> 5434 <trans-unit id="5417361655914085905" datatype="html">
5426 <source>Account page</source> 5435 <source>Account page</source>
5427 <target state="translated">Kontosida</target> 5436 <target state="translated">Kontosida</target>
5428 5437 <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>
5429 5438 <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>
5430 <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> 5439 </trans-unit>
5431 <trans-unit id="187187500641108332" datatype="html"> 5440 <trans-unit id="187187500641108332" datatype="html">
5432 <source><x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/> </source> 5441 <source><x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/> </source>
5433 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/> </target> 5442 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/> </target>
@@ -5558,10 +5567,10 @@ color: red;
5558 <trans-unit id="4000980858407872649" datatype="html"> 5567 <trans-unit id="4000980858407872649" datatype="html">
5559 <source>Channel page</source> 5568 <source>Channel page</source>
5560 <target state="translated">Kanalsida</target> 5569 <target state="translated">Kanalsida</target>
5561 5570 <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>
5562 5571 <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>
5563 5572 <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>
5564 <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> 5573 </trans-unit>
5565 <trans-unit id="9131836378905533756"> 5574 <trans-unit id="9131836378905533756">
5566 <source>Created by <x id="INTERPOLATION"/></source> 5575 <source>Created by <x id="INTERPOLATION"/></source>
5567 <target>Skapad av <x id="INTERPOLATION"/></target> 5576 <target>Skapad av <x id="INTERPOLATION"/></target>
@@ -5812,11 +5821,12 @@ color: red;
5812 <trans-unit id="403587185492002456" datatype="html"> 5821 <trans-unit id="403587185492002456" datatype="html">
5813 <source>{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION"/> subscribers}}</source> 5822 <source>{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION"/> subscribers}}</source>
5814 <target state="translated">{VAR_PLURAL, plural, =1 {1 prenumerant} other {<x id="INTERPOLATION"/> prenumeranter}}</target> 5823 <target state="translated">{VAR_PLURAL, plural, =1 {1 prenumerant} other {<x id="INTERPOLATION"/> prenumeranter}}</target>
5815 5824 <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>
5816 5825 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group>
5817 5826 <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>
5818 5827 <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>
5819 <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> 5828 <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>
5829 </trans-unit>
5820 <trans-unit id="3068011377000255023" datatype="html"> 5830 <trans-unit id="3068011377000255023" datatype="html">
5821 <source>{VAR_PLURAL, plural, =1 {1 videos} other {<x id="INTERPOLATION"/> videos}}</source> 5831 <source>{VAR_PLURAL, plural, =1 {1 videos} other {<x id="INTERPOLATION"/> videos}}</source>
5822 <target state="translated">{VAR_PLURAL, plural, =1 {1 video} other {<x id="INTERPOLATION"/> videor}}</target> 5832 <target state="translated">{VAR_PLURAL, plural, =1 {1 video} other {<x id="INTERPOLATION"/> videor}}</target>
@@ -5917,9 +5927,11 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
5917 <trans-unit id="7828153032795614080"> 5927 <trans-unit id="7828153032795614080">
5918 <source>See this video channel</source> 5928 <source>See this video channel</source>
5919 <target>Visa den här videokanalen</target> 5929 <target>Visa den här videokanalen</target>
5920 5930 <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>
5921 5931 <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>
5922 <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> 5932 <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>
5933 <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>
5934 </trans-unit>
5923 <trans-unit id="1545109431751219382" datatype="html"> 5935 <trans-unit id="1545109431751219382" datatype="html">
5924 <source>This channel doesn't have any videos.</source> 5936 <source>This channel doesn't have any videos.</source>
5925 <target state="translated">Den här kanalen har inga videor.</target> 5937 <target state="translated">Den här kanalen har inga videor.</target>
@@ -5933,8 +5945,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
5933 <trans-unit id="4088311569349098646"> 5945 <trans-unit id="4088311569349098646">
5934 <source>Stats</source> 5946 <source>Stats</source>
5935 <target>Statistik</target> 5947 <target>Statistik</target>
5936 5948 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">139</context></context-group>
5937 <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> 5949 </trans-unit>
5938 <trans-unit id="4068658588793749132"> 5950 <trans-unit id="4068658588793749132">
5939 <source>This channel does not have playlists.</source> 5951 <source>This channel does not have playlists.</source>
5940 <target>Den här kanalen har inga spellistor.</target> 5952 <target>Den här kanalen har inga spellistor.</target>
@@ -6267,23 +6279,23 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6267 <trans-unit id="4195286790385468087" datatype="html"> 6279 <trans-unit id="4195286790385468087" datatype="html">
6268 <source>About this instance</source> 6280 <source>About this instance</source>
6269 <target state="translated">Om den här instansen</target> 6281 <target state="translated">Om den här instansen</target>
6270 6282 <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> 6283 </trans-unit>
6272 <trans-unit id="8773846522957677259" datatype="html"> 6284 <trans-unit id="8773846522957677259" datatype="html">
6273 <source>About PeerTube</source> 6285 <source>About PeerTube</source>
6274 <target state="translated">Om PeerTube</target> 6286 <target state="translated">Om PeerTube</target>
6275 6287 <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> 6288 </trans-unit>
6277 <trans-unit id="1812900507515561988" datatype="html"> 6289 <trans-unit id="1812900507515561988" datatype="html">
6278 <source>About this instance's network</source> 6290 <source>About this instance's network</source>
6279 <target state="translated">Om den här instansens nätverk</target> 6291 <target state="translated">Om den här instansens nätverk</target>
6280 6292 <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> 6293 </trans-unit>
6282 <trans-unit id="892073694820881630" datatype="html"> 6294 <trans-unit id="892073694820881630" datatype="html">
6283 <source>Link copied</source> 6295 <source>Link copied</source>
6284 <target state="translated">Länk kopierad</target> 6296 <target state="translated">Länk kopierad</target>
6285 6297 <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> 6298 </trans-unit>
6287 <trans-unit id="1045244999981860085" datatype="html"> 6299 <trans-unit id="1045244999981860085" datatype="html">
6288 <source>Developed with ❤ by <x id="START_LINK"/>Framasoft<x id="CLOSE_LINK"/></source> 6300 <source>Developed with ❤ by <x id="START_LINK"/>Framasoft<x id="CLOSE_LINK"/></source>
6289 <target state="translated">Utvecklat med ❤ av <x id="START_LINK"/>Framasoft<x id="CLOSE_LINK"/></target> 6301 <target state="translated">Utvecklat med ❤ av <x id="START_LINK"/>Framasoft<x id="CLOSE_LINK"/></target>
@@ -6306,18 +6318,18 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6306 <target> 6318 <target>
6307 Skapa mitt konto 6319 Skapa mitt konto
6308 </target> 6320 </target>
6309 6321 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">39</context></context-group>
6310 <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> 6322 </trans-unit>
6311 <trans-unit id="220345070199640496"> 6323 <trans-unit id="220345070199640496">
6312 <source>PeerTube is creating your account...</source> 6324 <source>PeerTube is creating your account...</source>
6313 <target>PeerTube skapar ditt konto …</target> 6325 <target>PeerTube skapar ditt konto …</target>
6314 6326 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">47</context></context-group>
6315 <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> 6327 </trans-unit>
6316 <trans-unit id="397098723873502323"> 6328 <trans-unit id="397098723873502323">
6317 <source>Done</source> 6329 <source>Done</source>
6318 <target>Klart</target> 6330 <target>Klart</target>
6319 6331 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">43</context></context-group>
6320 <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> 6332 </trans-unit>
6321 <trans-unit id="6294302495409052693"> 6333 <trans-unit id="6294302495409052693">
6322 <source>Who are we?</source> 6334 <source>Who are we?</source>
6323 <target>Vilka är vi?</target> 6335 <target>Vilka är vi?</target>
@@ -6388,8 +6400,10 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6388 <source>Channel name cannot be the same as your account name. You can click on the first step to update your account name.</source> 6400 <source>Channel name cannot be the same as your account name. You can click on the first step to update your account name.</source>
6389 <target state="translated">Kanalnamnet kan inte vara samma som ditt kontonamn. Du kan klicka på det första steget för att ändra ditt kontonamn.</target> 6401 <target state="translated">Kanalnamnet kan inte vara samma som ditt kontonamn. Du kan klicka på det första steget för att ändra ditt kontonamn.</target>
6390 <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> 6402 <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>
6391 </trans-unit><trans-unit id="7440807341905682986" datatype="html"> 6403 </trans-unit>
6392 <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> 6404 <trans-unit id="7440807341905682986" datatype="html">
6405 <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>
6406 <target state="translated">Jag är minst <x id="INTERPOLATION" equiv-text="{{ minimumAge }}"/> år gammal samt godkänner <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event)&quot; href='#'>"/>villkoren<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;>"/> och instansens <x id="START_LINK_1" equiv-text="&lt;a (click)=&quot;onCodeOfConductClick($event)&quot; href='#'>"/>uppförandekod<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG_CONTAINER" ctype="x-ng_container" equiv-text="&lt;/ng-container>"/> </target>
6393 <context-group purpose="location"> 6407 <context-group purpose="location">
6394 <context context-type="sourcefile">src/app/+signup/+register/register-step-terms.component.html</context> 6408 <context context-type="sourcefile">src/app/+signup/+register/register-step-terms.component.html</context>
6395 <context context-type="linenumber">5,10</context> 6409 <context context-type="linenumber">5,10</context>
@@ -6408,7 +6422,6 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6408 <context context-type="linenumber">4,5</context> 6422 <context context-type="linenumber">4,5</context>
6409 </context-group> 6423 </context-group>
6410 </trans-unit> 6424 </trans-unit>
6411
6412 <trans-unit id="3301086086650990787" datatype="html"> 6425 <trans-unit id="3301086086650990787" datatype="html">
6413 <source>Register</source> 6426 <source>Register</source>
6414 <target state="translated">Skaffa ett konto</target> 6427 <target state="translated">Skaffa ett konto</target>
@@ -6417,13 +6430,13 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6417 <trans-unit id="6979021199788941693"> 6430 <trans-unit id="6979021199788941693">
6418 <source>Your message has been sent.</source> 6431 <source>Your message has been sent.</source>
6419 <target>Ditt meddelande har skickats.</target> 6432 <target>Ditt meddelande har skickats.</target>
6420 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>
6421 <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> 6434 </trans-unit>
6422 <trans-unit id="2072135752262464360"> 6435 <trans-unit id="2072135752262464360">
6423 <source>You already sent this form recently</source> 6436 <source>You already sent this form recently</source>
6424 <target>Du har redan skickat detta formulär nyligen</target> 6437 <target>Du har redan skickat detta formulär nyligen</target>
6425 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>
6426 <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> 6439 </trans-unit>
6427 <trans-unit id="819067926858619041" datatype="html"> 6440 <trans-unit id="819067926858619041" datatype="html">
6428 <source>Account videos</source> 6441 <source>Account videos</source>
6429 <target state="translated">Kontots videor</target> 6442 <target state="translated">Kontots videor</target>
@@ -6433,14 +6446,15 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6433 <source>Search videos within account</source> 6446 <source>Search videos within account</source>
6434 <target state="translated">Sök efter videor från ett konto</target> 6447 <target state="translated">Sök efter videor från ett konto</target>
6435 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts-routing.module.ts</context><context context-type="linenumber">49</context></context-group> 6448 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts-routing.module.ts</context><context context-type="linenumber">49</context></context-group>
6436 </trans-unit><trans-unit id="4605517634011438234" datatype="html"> 6449 </trans-unit>
6437 <source>ACCOUNT</source><target state="new">ACCOUNT</target> 6450 <trans-unit id="4605517634011438234" datatype="html">
6451 <source>ACCOUNT</source>
6452 <target state="translated">KONTO</target>
6438 <context-group purpose="location"> 6453 <context-group purpose="location">
6439 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context> 6454 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context>
6440 <context context-type="linenumber">8</context> 6455 <context context-type="linenumber">8</context>
6441 </context-group> 6456 </context-group>
6442 </trans-unit> 6457 </trans-unit>
6443
6444 <trans-unit id="6823616469362610020" datatype="html"> 6458 <trans-unit id="6823616469362610020" datatype="html">
6445 <source>Account video channels</source> 6459 <source>Account video channels</source>
6446 <target state="translated">Kontots kanaler</target> 6460 <target state="translated">Kontots kanaler</target>
@@ -6957,9 +6971,9 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6957 <trans-unit id="1598375456114200087" datatype="html"> 6971 <trans-unit id="1598375456114200087" datatype="html">
6958 <source>Instance <x id="PH"/> muted.</source> 6972 <source>Instance <x id="PH"/> muted.</source>
6959 <target state="translated">Instansen <x id="PH"/> kommer ignoreras.</target> 6973 <target state="translated">Instansen <x id="PH"/> kommer ignoreras.</target>
6960 6974 <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>
6961 6975 <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>
6962 <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> 6976 </trans-unit>
6963 <trans-unit id="3096398988891996621" datatype="html"> 6977 <trans-unit id="3096398988891996621" datatype="html">
6964 <source>Instance <x id="PH"/> muted by your instance.</source> 6978 <source>Instance <x id="PH"/> muted by your instance.</source>
6965 <target state="translated">Instansen <x id="PH"/> ignoreras av din instans.</target> 6979 <target state="translated">Instansen <x id="PH"/> ignoreras av din instans.</target>
@@ -7108,23 +7122,23 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7108 <trans-unit id="7293356040886494773" datatype="html"> 7122 <trans-unit id="7293356040886494773" datatype="html">
7109 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 7123 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
7110 <target state="translated">Vill du verkligen häva den här videons blockering? Detta kommer göra den synlig igen i videokatalogen.</target> 7124 <target state="translated">Vill du verkligen häva den här videons blockering? Detta kommer göra den synlig igen i videokatalogen.</target>
7111 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>
7112 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>
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">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> 7127 </trans-unit>
7114 <trans-unit id="4859202148272511129" datatype="html"> 7128 <trans-unit id="4859202148272511129" datatype="html">
7115 <source>Unblock</source> 7129 <source>Unblock</source>
7116 <target state="translated">Häv blockering</target> 7130 <target state="translated">Häv blockering</target>
7117 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>
7118 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>
7119 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>
7120 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>
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">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> 7135 </trans-unit>
7122 <trans-unit id="4922469417589203720" datatype="html"> 7136 <trans-unit id="4922469417589203720" datatype="html">
7123 <source>Video <x id="PH"/> unblocked.</source> 7137 <source>Video <x id="PH"/> unblocked.</source>
7124 <target state="translated">Videon <x id="PH"/> är inte längre blockerad.</target> 7138 <target state="translated">Videon <x id="PH"/> är inte längre blockerad.</target>
7125 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>
7126 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>
7127 <context-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> 7141 </trans-unit>
7128 <trans-unit id="6286037250766429054"> 7142 <trans-unit id="6286037250766429054">
7129 <source>yes</source> 7143 <source>yes</source>
7130 <target>ja</target> 7144 <target>ja</target>
@@ -7391,8 +7405,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7391 <trans-unit id="1886888801485703107"> 7405 <trans-unit id="1886888801485703107">
7392 <source>User <x id="PH"/> created.</source> 7406 <source>User <x id="PH"/> created.</source>
7393 <target>Användare <x id="PH"/> har skapats.</target> 7407 <target>Användare <x id="PH"/> har skapats.</target>
7394 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group> 7408
7395 </trans-unit> 7409 <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>
7396 <trans-unit id="8286337167859377104" datatype="html"> 7410 <trans-unit id="8286337167859377104" datatype="html">
7397 <source>Create user</source> 7411 <source>Create user</source>
7398 <target state="translated">Skapa användare</target> 7412 <target state="translated">Skapa användare</target>
@@ -7456,8 +7470,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7456 <trans-unit id="5552039423287890133" datatype="html"> 7470 <trans-unit id="5552039423287890133" datatype="html">
7457 <source>Update a user</source> 7471 <source>Update a user</source>
7458 <target state="translated">Uppdatera en användare</target> 7472 <target state="translated">Uppdatera en användare</target>
7459 7473 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/users.routes.ts</context><context context-type="linenumber">45</context></context-group>
7460 <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> 7474 </trans-unit>
7461 <trans-unit id="8564701209009684429" datatype="html"> 7475 <trans-unit id="8564701209009684429" datatype="html">
7462 <source>Federation</source> 7476 <source>Federation</source>
7463 <target state="translated">Federation</target> 7477 <target state="translated">Federation</target>
@@ -7476,9 +7490,9 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7476 <trans-unit id="3767259920053407667" datatype="html"> 7490 <trans-unit id="3767259920053407667" datatype="html">
7477 <source>Videos will be deleted, comments will be tombstoned.</source> 7491 <source>Videos will be deleted, comments will be tombstoned.</source>
7478 <target state="translated">Videorna kommer raderas och kommentarerna arkiverade.</target> 7492 <target state="translated">Videorna kommer raderas och kommentarerna arkiverade.</target>
7479 7493 <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>
7480 7494 <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>
7481 <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> 7495 </trans-unit>
7482 <trans-unit id="4209525355702493436" datatype="html"> 7496 <trans-unit id="4209525355702493436" datatype="html">
7483 <source>Ban</source> 7497 <source>Ban</source>
7484 <target state="translated">Blockera</target> 7498 <target state="translated">Blockera</target>
@@ -7488,77 +7502,77 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7488 <trans-unit id="3855396975723886053" datatype="html"> 7502 <trans-unit id="3855396975723886053" datatype="html">
7489 <source>User won't be able to login anymore, but videos and comments will be kept as is.</source> 7503 <source>User won't be able to login anymore, but videos and comments will be kept as is.</source>
7490 <target state="translated">Användare kommer inte längre kunna logga in, men videor och kommentarer kommer behållas så som de är.</target> 7504 <target state="translated">Användare kommer inte längre kunna logga in, men videor och kommentarer kommer behållas så som de är.</target>
7491 7505 <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>
7492 7506 <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>
7493 <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> 7507 </trans-unit>
7494 <trans-unit id="4451482225013335720"> 7508 <trans-unit id="4451482225013335720">
7495 <source>Unban</source> 7509 <source>Unban</source>
7496 <target>Avsluta blockering</target> 7510 <target>Avsluta blockering</target>
7497 7511 <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>
7498 7512 <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>
7499 7513 <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>
7500 <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> 7514 </trans-unit>
7501 <trans-unit id="7210277223053877333"> 7515 <trans-unit id="7210277223053877333">
7502 <source>Set Email as Verified</source> 7516 <source>Set Email as Verified</source>
7503 <target>Markera e-post som verifierad</target> 7517 <target>Markera e-post som verifierad</target>
7504 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>
7505 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>
7506 <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> 7520 </trans-unit>
7507 <trans-unit id="3403978719736970622"> 7521 <trans-unit id="3403978719736970622">
7508 <source>You cannot ban root.</source> 7522 <source>You cannot ban root.</source>
7509 <target>Du kan inte blockera root.</target> 7523 <target>Du kan inte blockera root.</target>
7510 7524 <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>
7511 7525 <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>
7512 <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> 7526 </trans-unit>
7513 <trans-unit id="4884272193574287483"> 7527 <trans-unit id="4884272193574287483">
7514 <source>Do you really want to unban <x id="PH"/> users?</source> 7528 <source>Do you really want to unban <x id="PH"/> users?</source>
7515 <target>Vill du verkligen avbryta blockeringen av <x id="PH"/> användare?</target> 7529 <target>Vill du verkligen avbryta blockeringen av <x id="PH"/> användare?</target>
7516 7530 <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>
7517 <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> 7531 </trans-unit>
7518 <trans-unit id="8712248120167780385"> 7532 <trans-unit id="8712248120167780385">
7519 <source><x id="PH"/> users unbanned. </source> 7533 <source><x id="PH"/> users unbanned. </source>
7520 <target> 7534 <target>
7521 <x id="PH"/> användare avblockerade. 7535 <x id="PH"/> användare avblockerade.
7522 </target> 7536 </target>
7523 7537 <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>
7524 <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> 7538 </trans-unit>
7525 <trans-unit id="5325873477837320044"> 7539 <trans-unit id="5325873477837320044">
7526 <source>You cannot delete root.</source> 7540 <source>You cannot delete root.</source>
7527 <target>Du kan inte radera root.</target> 7541 <target>Du kan inte radera root.</target>
7528 7542 <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>
7529 7543 <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>
7530 <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> 7544 </trans-unit>
7531 <trans-unit id="4086135983283545219"> 7545 <trans-unit id="4086135983283545219">
7532 <source>If you remove these users, you will not be able to create others with the same username!</source> 7546 <source>If you remove these users, you will not be able to create others with the same username!</source>
7533 <target>Om du tar bort de här användarna kommer du inte kunna skapa nya med samma användarnamn!</target> 7547 <target>Om du tar bort de här användarna kommer du inte kunna skapa nya med samma användarnamn!</target>
7534 7548 <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>
7535 <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> 7549 </trans-unit>
7536 <trans-unit id="7166936623843420016"> 7550 <trans-unit id="7166936623843420016">
7537 <source><x id="PH"/> users deleted. </source> 7551 <source><x id="PH"/> users deleted. </source>
7538 <target> 7552 <target>
7539 <x id="PH"/> användare borttagna. 7553 <x id="PH"/> användare borttagna.
7540 </target> 7554 </target>
7541 7555 <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>
7542 <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> 7556 </trans-unit>
7543 <trans-unit id="8360664597512051242"> 7557 <trans-unit id="8360664597512051242">
7544 <source><x id="PH"/> users email set as verified. </source> 7558 <source><x id="PH"/> users email set as verified. </source>
7545 <target> 7559 <target>
7546 <x id="PH"/> användares e-post har markerats som verifierade. 7560 <x id="PH"/> användares e-post har markerats som verifierade.
7547 </target> 7561 </target>
7548 7562 <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>
7549 <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> 7563 </trans-unit>
7550 <trans-unit id="7390990800435887351"> 7564 <trans-unit id="7390990800435887351">
7551 <source>Account <x id="PH"/> unmuted.</source> 7565 <source>Account <x id="PH"/> unmuted.</source>
7552 <target>Kontot <x id="PH"/> ignoreras inte längre.</target> 7566 <target>Kontot <x id="PH"/> ignoreras inte längre.</target>
7553 7567 <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>
7554 7568 <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>
7555 <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> 7569 </trans-unit>
7556 <trans-unit id="7246356397085094208"> 7570 <trans-unit id="7246356397085094208">
7557 <source>Instance <x id="PH"/> unmuted.</source> 7571 <source>Instance <x id="PH"/> unmuted.</source>
7558 <target>Instansen <x id="PH"/> ignoreras inte längre.</target> 7572 <target>Instansen <x id="PH"/> ignoreras inte längre.</target>
7559 7573 <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>
7560 7574 <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>
7561 <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> 7575 </trans-unit>
7562 <trans-unit id="5551551295632950210"> 7576 <trans-unit id="5551551295632950210">
7563 <source>Videos history is enabled</source> 7577 <source>Videos history is enabled</source>
7564 <target>Videohistorik är aktiverad</target> 7578 <target>Videohistorik är aktiverad</target>
@@ -7659,9 +7673,9 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7659 <trans-unit id="4776289814033837037"> 7673 <trans-unit id="4776289814033837037">
7660 <source>Interface settings updated.</source> 7674 <source>Interface settings updated.</source>
7661 <target>Gränssnittsinställningar uppdaterade.</target> 7675 <target>Gränssnittsinställningar uppdaterade.</target>
7662 7676 <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>
7663 7677 <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>
7664 <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> 7678 </trans-unit>
7665 <trans-unit id="77907918814566205"> 7679 <trans-unit id="77907918814566205">
7666 <source>New video from your subscriptions</source> 7680 <source>New video from your subscriptions</source>
7667 <target>Ny video från dina prenumerationer</target> 7681 <target>Ny video från dina prenumerationer</target>
@@ -7751,8 +7765,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7751 <trans-unit id="5095562193296630034"> 7765 <trans-unit id="5095562193296630034">
7752 <source>Preferences saved</source> 7766 <source>Preferences saved</source>
7753 <target>Inställningar sparade</target> 7767 <target>Inställningar sparade</target>
7754 7768 <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>
7755 <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> 7769 </trans-unit>
7756 <trans-unit id="4967231969832964676"> 7770 <trans-unit id="4967231969832964676">
7757 <source>Profile updated.</source> 7771 <source>Profile updated.</source>
7758 <target>Profilen har uppdaterats.</target> 7772 <target>Profilen har uppdaterats.</target>
@@ -7769,26 +7783,26 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7769 <trans-unit id="3525866160632851851"> 7783 <trans-unit id="3525866160632851851">
7770 <source>Avatar changed.</source> 7784 <source>Avatar changed.</source>
7771 <target>Avataren har uppdaterats.</target> 7785 <target>Avataren har uppdaterats.</target>
7772 7786 <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>
7773 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">105</context></context-group>
7774 <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> 7788 </trans-unit>
7775 <trans-unit id="8920809083620698740" datatype="html"> 7789 <trans-unit id="8920809083620698740" datatype="html">
7776 <source>avatar</source> 7790 <source>avatar</source>
7777 <target state="translated">profilbild</target> 7791 <target state="translated">profilbild</target>
7778 7792 <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>
7779 7793 <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>
7780 <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> 7794 </trans-unit>
7781 <trans-unit id="2775050991871557896" datatype="html"> 7795 <trans-unit id="2775050991871557896" datatype="html">
7782 <source>Avatar deleted.</source> 7796 <source>Avatar deleted.</source>
7783 <target state="translated">Profilbilden har raderats.</target> 7797 <target state="translated">Profilbilden har raderats.</target>
7784 7798 <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>
7785 7799 <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>
7786 <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> 7800 </trans-unit>
7787 <trans-unit id="1233062525939746039"> 7801 <trans-unit id="1233062525939746039">
7788 <source>Unknown language</source> 7802 <source>Unknown language</source>
7789 <target>Okänt språk</target> 7803 <target>Okänt språk</target>
7790 7804 <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>
7791 <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> 7805 </trans-unit>
7792 <trans-unit id="3761504852202418603" datatype="html"> 7806 <trans-unit id="3761504852202418603" datatype="html">
7793 <source>Too many languages are enabled. Please enable them all or stay below 20 enabled languages.</source> 7807 <source>Too many languages are enabled. Please enable them all or stay below 20 enabled languages.</source>
7794 <target state="translated">För många språk aktiverade. Aktivera antingen alla eller begränsa dem till max 20 stycken.</target> 7808 <target state="translated">För många språk aktiverade. Aktivera antingen alla eller begränsa dem till max 20 stycken.</target>
@@ -7817,23 +7831,23 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7817 <trans-unit id="7589345916094713536"> 7831 <trans-unit id="7589345916094713536">
7818 <source>Video channel <x id="PH"/> updated.</source> 7832 <source>Video channel <x id="PH"/> updated.</source>
7819 <target>Kanalen <x id="PH"/> har uppdaterats.</target> 7833 <target>Kanalen <x id="PH"/> har uppdaterats.</target>
7820 7834 <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>
7821 <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> 7835 </trans-unit>
7822 <trans-unit id="8407755843502300957" datatype="html"> 7836 <trans-unit id="8407755843502300957" datatype="html">
7823 <source>Banner changed.</source> 7837 <source>Banner changed.</source>
7824 <target state="translated">Baneret har ändrats.</target> 7838 <target state="translated">Baneret har ändrats.</target>
7825 7839 <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>
7826 <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> 7840 </trans-unit>
7827 <trans-unit id="689638706960732906" datatype="html"> 7841 <trans-unit id="689638706960732906" datatype="html">
7828 <source>banner</source> 7842 <source>banner</source>
7829 <target state="translated">baner</target> 7843 <target state="translated">baner</target>
7830 7844 <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>
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">142</context></context-group></trans-unit> 7845 </trans-unit>
7832 <trans-unit id="3230561499965076671" datatype="html"> 7846 <trans-unit id="3230561499965076671" datatype="html">
7833 <source>Banner deleted.</source> 7847 <source>Banner deleted.</source>
7834 <target state="translated">Baneret har raderats.</target> 7848 <target state="translated">Baneret har raderats.</target>
7835 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>
7836 <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> 7850 </trans-unit>
7837 <trans-unit id="2575302837003821736"> 7851 <trans-unit id="2575302837003821736">
7838 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source> 7852 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
7839 <target>Uppge kanalens visningsnamn (<x id="PH"/>) för att bekräfta</target> 7853 <target>Uppge kanalens visningsnamn (<x id="PH"/>) för att bekräfta</target>
@@ -8029,8 +8043,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8029 <trans-unit id="8181077408762380407" datatype="html"> 8043 <trans-unit id="8181077408762380407" datatype="html">
8030 <source>Channels</source> 8044 <source>Channels</source>
8031 <target state="translated">Kanaler</target> 8045 <target state="translated">Kanaler</target>
8032 8046 <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>
8033 <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> 8047 </trans-unit>
8034 <trans-unit id="8936704404804793618" datatype="html"> 8048 <trans-unit id="8936704404804793618" datatype="html">
8035 <source>Videos</source> 8049 <source>Videos</source>
8036 <target state="translated">Videor</target> 8050 <target state="translated">Videor</target>
@@ -8060,18 +8074,18 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8060 <trans-unit id="6537885755702623401"> 8074 <trans-unit id="6537885755702623401">
8061 <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>
8062 <target>Kolla din e-post för att verifiera ditt konto och slutföra skapandet av ditt konto.</target> 8076 <target>Kolla din e-post för att verifiera ditt konto och slutföra skapandet av ditt konto.</target>
8063 8077 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context><context context-type="linenumber">130</context></context-group>
8064 <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> 8078 </trans-unit>
8065 <trans-unit id="2847376451647729886"> 8079 <trans-unit id="2847376451647729886">
8066 <source>You are now logged in as <x id="PH"/>!</source> 8080 <source>You are now logged in as <x id="PH"/>!</source>
8067 <target>Du är nu inloggad som <x id="PH"/>!</target> 8081 <target>Du är nu inloggad som <x id="PH"/>!</target>
8068 8082 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context><context context-type="linenumber">138</context></context-group>
8069 <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> 8083 </trans-unit>
8070 <trans-unit id="2687679787442328897"> 8084 <trans-unit id="2687679787442328897">
8071 <source>An email with verification link will be sent to <x id="PH"/>.</source> 8085 <source>An email with verification link will be sent to <x id="PH"/>.</source>
8072 <target>Ett e-postmeddelande med en verifikationslänk har skickats till <x id="PH"/>.</target> 8086 <target>Ett e-postmeddelande med en verifikationslänk har skickats till <x id="PH"/>.</target>
8073 8087 <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>
8074 <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> 8088 </trans-unit>
8075 <trans-unit id="4180693983967989981"> 8089 <trans-unit id="4180693983967989981">
8076 <source>Unable to find user id or verification string.</source> 8090 <source>Unable to find user id or verification string.</source>
8077 <target>Kan inte hitta användar-id eller verifikationssträng.</target> 8091 <target>Kan inte hitta användar-id eller verifikationssträng.</target>
@@ -8088,7 +8102,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8088 <target>Prenumerera på kontot</target> 8102 <target>Prenumerera på kontot</target>
8089 8103
8090 8104
8091 <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">701</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">704</context></context-group></trans-unit>
8092 <trans-unit id="3131904093925601441" datatype="html"> 8106 <trans-unit id="3131904093925601441" datatype="html">
8093 <source>PLAYLISTS</source> 8107 <source>PLAYLISTS</source>
8094 <target state="translated">SPELLISTOR</target> 8108 <target state="translated">SPELLISTOR</target>
@@ -8100,38 +8114,38 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8100 <trans-unit id="7709367721354853232"> 8114 <trans-unit id="7709367721354853232">
8101 <source>Focus the search bar</source> 8115 <source>Focus the search bar</source>
8102 <target>Markera sökrutan</target> 8116 <target>Markera sökrutan</target>
8103 8117 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">300</context></context-group>
8104 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">300</context></context-group></trans-unit> 8118 </trans-unit>
8105 <trans-unit id="4049262826107502276"> 8119 <trans-unit id="4049262826107502276">
8106 <source>Toggle the left menu</source> 8120 <source>Toggle the left menu</source>
8107 <target>Växla vänstermenyn</target> 8121 <target>Växla vänstermenyn</target>
8108 8122 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">305</context></context-group>
8109 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">305</context></context-group></trans-unit> 8123 </trans-unit>
8110 <trans-unit id="5409372033656550095"> 8124 <trans-unit id="5409372033656550095">
8111 <source>Go to the discover videos page</source> 8125 <source>Go to the discover videos page</source>
8112 <target>Gå till upptäck videor-sidan</target> 8126 <target>Gå till upptäck videor-sidan</target>
8113 8127 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">310</context></context-group>
8114 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">310</context></context-group></trans-unit> 8128 </trans-unit>
8115 <trans-unit id="4278050445961255445"> 8129 <trans-unit id="4278050445961255445">
8116 <source>Go to the trending videos page</source> 8130 <source>Go to the trending videos page</source>
8117 <target>Gå till sidan med populära videor</target> 8131 <target>Gå till sidan med populära videor</target>
8118 8132 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">315</context></context-group>
8119 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">315</context></context-group></trans-unit> 8133 </trans-unit>
8120 <trans-unit id="3242234958443825475"> 8134 <trans-unit id="3242234958443825475">
8121 <source>Go to the recently added videos page</source> 8135 <source>Go to the recently added videos page</source>
8122 <target>Gå till sidan med nyligen uppladdade videor</target> 8136 <target>Gå till sidan med nyligen uppladdade videor</target>
8123 8137 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">320</context></context-group>
8124 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">320</context></context-group></trans-unit> 8138 </trans-unit>
8125 <trans-unit id="2887122197778293919"> 8139 <trans-unit id="2887122197778293919">
8126 <source>Go to the local videos page</source> 8140 <source>Go to the local videos page</source>
8127 <target>Gå till sidan med lokala videor</target> 8141 <target>Gå till sidan med lokala videor</target>
8128 8142 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">325</context></context-group>
8129 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">325</context></context-group></trans-unit> 8143 </trans-unit>
8130 <trans-unit id="8009065619559214982"> 8144 <trans-unit id="8009065619559214982">
8131 <source>Go to the videos upload page</source> 8145 <source>Go to the videos upload page</source>
8132 <target>Gå till sidan för videouppladdningar</target> 8146 <target>Gå till sidan för videouppladdningar</target>
8133 8147 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">330</context></context-group>
8134 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">330</context></context-group></trans-unit> 8148 </trans-unit>
8135 <trans-unit id="3779524668013120370"> 8149 <trans-unit id="3779524668013120370">
8136 <source>Go to my subscriptions</source> 8150 <source>Go to my subscriptions</source>
8137 <target>Gå till mina prenumerationer</target> 8151 <target>Gå till mina prenumerationer</target>
@@ -8167,8 +8181,10 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8167 <source>Keyboard Shortcuts:</source> 8181 <source>Keyboard Shortcuts:</source>
8168 <target>Kortkommandon:</target> 8182 <target>Kortkommandon:</target>
8169 <context-group purpose="location"><context context-type="sourcefile">src/app/core/hotkeys/hotkeys.component.ts</context><context context-type="linenumber">11</context></context-group> 8183 <context-group purpose="location"><context context-type="sourcefile">src/app/core/hotkeys/hotkeys.component.ts</context><context context-type="linenumber">11</context></context-group>
8170 </trans-unit><trans-unit id="3608407683173066091" datatype="html"> 8184 </trans-unit>
8171 <source>My history</source><target state="new">My history</target> 8185 <trans-unit id="3608407683173066091" datatype="html">
8186 <source>My history</source>
8187 <target state="translated">Min historik</target>
8172 <context-group purpose="location"> 8188 <context-group purpose="location">
8173 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context> 8189 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8174 <context context-type="linenumber">98</context> 8190 <context context-type="linenumber">98</context>
@@ -8177,9 +8193,11 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8177 <trans-unit id="232050922346936574" datatype="html"> 8193 <trans-unit id="232050922346936574" datatype="html">
8178 <source>Trending</source> 8194 <source>Trending</source>
8179 <target state="translated">Populärt</target> 8195 <target state="translated">Populärt</target>
8180 8196 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">131</context></context-group>
8181 <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"> 8197 </trans-unit>
8182 <source>ON <x id="PH" equiv-text="config.instance.name"/></source><target state="new">ON <x id="PH" equiv-text="config.instance.name"/></target> 8198 <trans-unit id="6470888608149621404" datatype="html">
8199 <source>ON <x id="PH" equiv-text="config.instance.name"/></source>
8200 <target state="translated">PÅ <x id="PH" equiv-text="config.instance.name"/></target>
8183 <context-group purpose="location"> 8201 <context-group purpose="location">
8184 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context> 8202 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8185 <context context-type="linenumber">150</context> 8203 <context context-type="linenumber">150</context>
@@ -8188,9 +8206,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8188 <trans-unit id="2821179408673282599" datatype="html"> 8206 <trans-unit id="2821179408673282599" datatype="html">
8189 <source>Home</source> 8207 <source>Home</source>
8190 <target state="translated">Hem</target> 8208 <target state="translated">Hem</target>
8191 8209 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">115</context></context-group>
8192 8210 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">116</context></context-group>
8193 <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> 8211 </trans-unit>
8194 <trans-unit id="4648900870671159218"> 8212 <trans-unit id="4648900870671159218">
8195 <source>Success</source> 8213 <source>Success</source>
8196 <target>Åtgärden lyckades</target> 8214 <target>Åtgärden lyckades</target>
@@ -8209,29 +8227,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8209 <trans-unit id="7939914198003891823" datatype="html"> 8227 <trans-unit id="7939914198003891823" datatype="html">
8210 <source>any language</source> 8228 <source>any language</source>
8211 <target state="translated">vilket språk som helst</target> 8229 <target state="translated">vilket språk som helst</target>
8212 8230 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group>
8213 <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> 8231 </trans-unit>
8214
8215 <trans-unit id="5633144232269377096" datatype="html"> 8232 <trans-unit id="5633144232269377096" datatype="html">
8216 <source>hide</source> 8233 <source>hide</source>
8217 <target state="translated">dölj</target> 8234 <target state="translated">dölj</target>
8218 8235 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group>
8219 <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> 8236 </trans-unit>
8220 <trans-unit id="8603861867909474404" datatype="html"> 8237 <trans-unit id="8603861867909474404" datatype="html">
8221 <source>blur</source> 8238 <source>blur</source>
8222 <target state="translated">gör suddig</target> 8239 <target state="translated">gör suddig</target>
8223 8240 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group>
8224 <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> 8241 </trans-unit>
8225 <trans-unit id="4534458451100881847" datatype="html"> 8242 <trans-unit id="4534458451100881847" datatype="html">
8226 <source>display</source> 8243 <source>display</source>
8227 <target state="translated">visa</target> 8244 <target state="translated">visa</target>
8228 8245 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group>
8229 <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> 8246 </trans-unit>
8230 <trans-unit id="4467323362722952678" datatype="html"> 8247 <trans-unit id="4467323362722952678" datatype="html">
8231 <source>Unknown</source> 8248 <source>Unknown</source>
8232 <target state="translated">Okänd</target> 8249 <target state="translated">Okänd</target>
8233 8250 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group>
8234 <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> 8251 </trans-unit>
8235 <trans-unit id="8781423666414310853"> 8252 <trans-unit id="8781423666414310853">
8236 <source>Your password has been successfully reset!</source> 8253 <source>Your password has been successfully reset!</source>
8237 <target>Ditt lösenord har återställts!</target> 8254 <target>Ditt lösenord har återställts!</target>
@@ -8240,45 +8257,45 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8240 <trans-unit id="6048892649018070225"> 8257 <trans-unit id="6048892649018070225">
8241 <source>Today</source> 8258 <source>Today</source>
8242 <target>Idag</target> 8259 <target>Idag</target>
8243 8260 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">41</context></context-group>
8244 8261 <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>
8245 8262 <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>
8246 <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> 8263 </trans-unit>
8247 <trans-unit id="4498682414491138092" datatype="html"> 8264 <trans-unit id="4498682414491138092" datatype="html">
8248 <source>Yesterday</source> 8265 <source>Yesterday</source>
8249 <target state="translated">Igår</target> 8266 <target state="translated">Igår</target>
8250 8267 <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>
8251 <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> 8268 </trans-unit>
8252 <trans-unit id="5073473933031004097" datatype="html"> 8269 <trans-unit id="5073473933031004097" datatype="html">
8253 <source>This week</source> 8270 <source>This week</source>
8254 <target state="translated">Den här veckan</target> 8271 <target state="translated">Den här veckan</target>
8255 8272 <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>
8256 <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> 8273 </trans-unit>
8257 <trans-unit id="842657237693374355" datatype="html"> 8274 <trans-unit id="842657237693374355" datatype="html">
8258 <source>This month</source> 8275 <source>This month</source>
8259 <target state="translated">Den här månaden</target> 8276 <target state="translated">Den här månaden</target>
8260 8277 <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>
8261 <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> 8278 </trans-unit>
8262 <trans-unit id="4463380307954693363" datatype="html"> 8279 <trans-unit id="4463380307954693363" datatype="html">
8263 <source>Last month</source> 8280 <source>Last month</source>
8264 <target state="translated">Senaste månaden</target> 8281 <target state="translated">Senaste månaden</target>
8265 8282 <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>
8266 <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> 8283 </trans-unit>
8267 <trans-unit id="7473676707373218484" datatype="html"> 8284 <trans-unit id="7473676707373218484" datatype="html">
8268 <source>Older</source> 8285 <source>Older</source>
8269 <target state="translated">Äldre</target> 8286 <target state="translated">Äldre</target>
8270 8287 <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>
8271 <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> 8288 </trans-unit>
8272 <trans-unit id="5036991421517255667" datatype="html"> 8289 <trans-unit id="5036991421517255667" datatype="html">
8273 <source>Cannot load more videos. Try again later.</source> 8290 <source>Cannot load more videos. Try again later.</source>
8274 <target state="translated">Kan inte ladda in fler videor, försök gärna igen om en stund.</target> 8291 <target state="translated">Kan inte ladda in fler videor, försök gärna igen om en stund.</target>
8275 8292 <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>
8276 <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> 8293 </trans-unit>
8277 <trans-unit id="7460399579150761114" datatype="html"> 8294 <trans-unit id="7460399579150761114" datatype="html">
8278 <source>function is not implemented</source> 8295 <source>function is not implemented</source>
8279 <target state="translated">funktionen är inte tagen i bruk</target> 8296 <target state="translated">funktionen är inte tagen i bruk</target>
8280 8297 <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>
8281 <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> 8298 </trans-unit>
8282 <trans-unit id="4873149362496451858"> 8299 <trans-unit id="4873149362496451858">
8283 <source>Last 7 days</source> 8300 <source>Last 7 days</source>
8284 <target>Senaste veckan</target> 8301 <target>Senaste veckan</target>
@@ -8344,13 +8361,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8344 <trans-unit id="3208627574396957172" datatype="html"> 8361 <trans-unit id="3208627574396957172" datatype="html">
8345 <source>Search index is unavailable. Retrying with instance results instead.</source> 8362 <source>Search index is unavailable. Retrying with instance results instead.</source>
8346 <target state="translated">Sökregistret kan inte nås. Försöker igen med resultat från den här instansen istället.</target> 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>
8347 8364 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group>
8348 <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> 8365 </trans-unit>
8349 <trans-unit id="307702206382241469" datatype="html"> 8366 <trans-unit id="307702206382241469" datatype="html">
8350 <source>Search error</source> 8367 <source>Search error</source>
8351 <target state="translated">Sökfel</target> 8368 <target state="translated">Sökfel</target>
8352 8369 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group>
8353 <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> 8370 </trans-unit>
8354 <trans-unit id="4580988005648117665" datatype="html"> 8371 <trans-unit id="4580988005648117665" datatype="html">
8355 <source>Search</source> 8372 <source>Search</source>
8356 <target state="translated">Sök</target> 8373 <target state="translated">Sök</target>
@@ -8546,20 +8563,26 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8546 <source>Signup limit must be a number.</source> 8563 <source>Signup limit must be a number.</source>
8547 <target>Gränsen för användarantal måste vara ett nummer.</target> 8564 <target>Gränsen för användarantal måste vara ett nummer.</target>
8548 <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> 8565 <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>
8549 </trans-unit><trans-unit id="346485141381099383" datatype="html"> 8566 </trans-unit>
8550 <source>Signup minimum age is required.</source><target state="new">Signup minimum age is required.</target> 8567 <trans-unit id="346485141381099383" datatype="html">
8568 <source>Signup minimum age is required.</source>
8569 <target state="new">Signup minimum age is required.</target>
8551 <context-group purpose="location"> 8570 <context-group purpose="location">
8552 <context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context> 8571 <context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context>
8553 <context context-type="linenumber">55</context> 8572 <context context-type="linenumber">55</context>
8554 </context-group> 8573 </context-group>
8555 </trans-unit><trans-unit id="4230672031132838318" datatype="html"> 8574 </trans-unit>
8556 <source>Signup minimum age must be greater than 1.</source><target state="new">Signup minimum age must be greater than 1.</target> 8575 <trans-unit id="4230672031132838318" datatype="html">
8576 <source>Signup minimum age must be greater than 1.</source>
8577 <target state="new">Signup minimum age must be greater than 1.</target>
8557 <context-group purpose="location"> 8578 <context-group purpose="location">
8558 <context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context> 8579 <context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context>
8559 <context context-type="linenumber">56</context> 8580 <context context-type="linenumber">56</context>
8560 </context-group> 8581 </context-group>
8561 </trans-unit><trans-unit id="5929230001329133993" datatype="html"> 8582 </trans-unit>
8562 <source>Signup minimum age must be a number.</source><target state="new">Signup minimum age must be a number.</target> 8583 <trans-unit id="5929230001329133993" datatype="html">
8584 <source>Signup minimum age must be a number.</source>
8585 <target state="new">Signup minimum age must be a number.</target>
8563 <context-group purpose="location"> 8586 <context-group purpose="location">
8564 <context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context> 8587 <context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context>
8565 <context context-type="linenumber">57</context> 8588 <context context-type="linenumber">57</context>
@@ -8568,73 +8591,73 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8568 <trans-unit id="240096858386658337"> 8591 <trans-unit id="240096858386658337">
8569 <source>Admin email is required.</source> 8592 <source>Admin email is required.</source>
8570 <target>Administratörens e-postadress måste uppges.</target> 8593 <target>Administratörens e-postadress måste uppges.</target>
8571 8594 <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>
8572 <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> 8595 </trans-unit>
8573 <trans-unit id="4392533896009432078"> 8596 <trans-unit id="4392533896009432078">
8574 <source>Admin email must be valid.</source> 8597 <source>Admin email must be valid.</source>
8575 <target>Administratörens e-postadress måste var giltig.</target> 8598 <target>Administratörens e-postadress måste var giltig.</target>
8576 8599 <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>
8577 <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> 8600 </trans-unit>
8578 <trans-unit id="6172217783476989430"> 8601 <trans-unit id="6172217783476989430">
8579 <source>Transcoding threads is required.</source> 8602 <source>Transcoding threads is required.</source>
8580 <target>Antalet omkodningstrådar måste anges.</target> 8603 <target>Antalet omkodningstrådar måste anges.</target>
8581 8604 <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>
8582 <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> 8605 </trans-unit>
8583 <trans-unit id="5320424292625586941"> 8606 <trans-unit id="5320424292625586941">
8584 <source>Transcoding threads must be greater or equal to 0.</source> 8607 <source>Transcoding threads must be greater or equal to 0.</source>
8585 <target>Antal trådar för omkodning måste vara större eller lika med noll.</target> 8608 <target>Antal trådar för omkodning måste vara större eller lika med noll.</target>
8586 8609 <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>
8587 <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> 8610 </trans-unit>
8588 <trans-unit id="8185661254949728718" datatype="html"> 8611 <trans-unit id="8185661254949728718" datatype="html">
8589 <source>Max live duration is required.</source> 8612 <source>Max live duration is required.</source>
8590 <target state="translated">Maxlängden för direktsändningar måste anges.</target> 8613 <target state="translated">Maxlängden för direktsändningar måste anges.</target>
8591 8614 <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>
8592 <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> 8615 </trans-unit>
8593 <trans-unit id="8892863662898651766" datatype="html"> 8616 <trans-unit id="8892863662898651766" datatype="html">
8594 <source>Max live duration should be greater or equal to -1.</source> 8617 <source>Max live duration should be greater or equal to -1.</source>
8595 <target state="translated">Maxlängden för direktsändningar måste vara minst -1.</target> 8618 <target state="translated">Maxlängden för direktsändningar måste vara minst -1.</target>
8596 8619 <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>
8597 <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> 8620 </trans-unit>
8598 <trans-unit id="8196240396863235661" datatype="html"> 8621 <trans-unit id="8196240396863235661" datatype="html">
8599 <source>Max instance lives is required.</source> 8622 <source>Max instance lives is required.</source>
8600 <target state="translated">Maxantalet direktsändningar på instansen måste uppges.</target> 8623 <target state="translated">Maxantalet direktsändningar på instansen måste uppges.</target>
8601 8624 <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>
8602 <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> 8625 </trans-unit>
8603 <trans-unit id="913683464711184925" datatype="html"> 8626 <trans-unit id="913683464711184925" datatype="html">
8604 <source>Max instance lives should be greater or equal to -1.</source> 8627 <source>Max instance lives should be greater or equal to -1.</source>
8605 <target state="translated">Maxantalet direktsändningar på instansen måste vara minst -1.</target> 8628 <target state="translated">Maxantalet direktsändningar på instansen måste vara minst -1.</target>
8606 8629 <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>
8607 <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> 8630 </trans-unit>
8608 <trans-unit id="5614457087254770778" datatype="html"> 8631 <trans-unit id="5614457087254770778" datatype="html">
8609 <source>Max user lives is required.</source> 8632 <source>Max user lives is required.</source>
8610 <target state="translated">Maxantalet direktsändningar per användare måste uppges.</target> 8633 <target state="translated">Maxantalet direktsändningar per användare måste uppges.</target>
8611 8634 <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>
8612 <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> 8635 </trans-unit>
8613 <trans-unit id="2779726697233311712" datatype="html"> 8636 <trans-unit id="2779726697233311712" datatype="html">
8614 <source>Max user lives should be greater or equal to -1.</source> 8637 <source>Max user lives should be greater or equal to -1.</source>
8615 <target state="translated">Maxantalet direktsändningar per användare måste vara minst -1.</target> 8638 <target state="translated">Maxantalet direktsändningar per användare måste vara minst -1.</target>
8616 8639 <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>
8617 <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> 8640 </trans-unit>
8618 <trans-unit id="5832601947705094130" datatype="html"> 8641 <trans-unit id="5832601947705094130" datatype="html">
8619 <source>Concurrency is required.</source> 8642 <source>Concurrency is required.</source>
8620 <target state="new">Concurrency is required.</target> 8643 <target state="new">Concurrency is required.</target>
8621 8644 <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>
8622 <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> 8645 </trans-unit>
8623 <trans-unit id="4751566092251132371" datatype="html"> 8646 <trans-unit id="4751566092251132371" datatype="html">
8624 <source>Concurrency should be greater or equal to 1.</source> 8647 <source>Concurrency should be greater or equal to 1.</source>
8625 <target state="new">Concurrency should be greater or equal to 1.</target> 8648 <target state="new">Concurrency should be greater or equal to 1.</target>
8626 8649 <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>
8627 <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> 8650 </trans-unit>
8628 <trans-unit id="75589896034107743"> 8651 <trans-unit id="75589896034107743">
8629 <source>Index URL should be a URL</source> 8652 <source>Index URL should be a URL</source>
8630 <target>Registerlänken måste vara en giltig webbadress</target> 8653 <target>Registerlänken måste vara en giltig webbadress</target>
8631 8654 <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>
8632 <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> 8655 </trans-unit>
8633 <trans-unit id="3964961007325702684" datatype="html"> 8656 <trans-unit id="3964961007325702684" datatype="html">
8634 <source>Search index URL should be a URL</source> 8657 <source>Search index URL should be a URL</source>
8635 <target state="translated">Sökregistrets länk måste vara en giltig webbadress</target> 8658 <target state="translated">Sökregistrets länk måste vara en giltig webbadress</target>
8636 8659 <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>
8637 <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> 8660 </trans-unit>
8638 <trans-unit id="8602814243662345124"> 8661 <trans-unit id="8602814243662345124">
8639 <source>Email is required.</source> 8662 <source>Email is required.</source>
8640 <target>E-postadress måste uppges.</target> 8663 <target>E-postadress måste uppges.</target>
@@ -9410,66 +9433,66 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9410 <trans-unit id="996392855508119363"> 9433 <trans-unit id="996392855508119363">
9411 <source>Hidden</source> 9434 <source>Hidden</source>
9412 <target>Dold</target> 9435 <target>Dold</target>
9413 9436 <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>
9414 <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> 9437 </trans-unit>
9415 <trans-unit id="2173989454916398137"> 9438 <trans-unit id="2173989454916398137">
9416 <source>Blurred with confirmation request</source> 9439 <source>Blurred with confirmation request</source>
9417 <target>Suddig, fråga om bekräftelse</target> 9440 <target>Suddig, fråga om bekräftelse</target>
9418 9441 <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>
9419 <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> 9442 </trans-unit>
9420 <trans-unit id="8929218224642530466"> 9443 <trans-unit id="8929218224642530466">
9421 <source>Displayed</source> 9444 <source>Displayed</source>
9422 <target>Synlig</target> 9445 <target>Synlig</target>
9423 9446 <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>
9424 <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> 9447 </trans-unit>
9425 <trans-unit id="6291055174438137560" datatype="html"> 9448 <trans-unit id="6291055174438137560" datatype="html">
9426 <source>~ 1 minute</source> 9449 <source>~ 1 minute</source>
9427 <target state="translated">omkring en minut</target> 9450 <target state="translated">omkring en minut</target>
9428 9451 <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>
9429 <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> 9452 </trans-unit>
9430 <trans-unit id="189524047518780716" datatype="html"> 9453 <trans-unit id="189524047518780716" datatype="html">
9431 <source>~ <x id="PH"/> minutes</source> 9454 <source>~ <x id="PH"/> minutes</source>
9432 <target state="translated">omkring <x id="PH"/> minuter</target> 9455 <target state="translated">omkring <x id="PH"/> minuter</target>
9433 9456 <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>
9434 <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> 9457 </trans-unit>
9435 <trans-unit id="6028521920505655348"> 9458 <trans-unit id="6028521920505655348">
9436 <source><x id="PH"/> of full HD videos </source> 9459 <source><x id="PH"/> of full HD videos </source>
9437 <target> 9460 <target>
9438 <x id="PH"/> video i full HD 9461 <x id="PH"/> video i full HD
9439 </target> 9462 </target>
9440 9463 <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>
9441 <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> 9464 </trans-unit>
9442 <trans-unit id="117588083391484998"> 9465 <trans-unit id="117588083391484998">
9443 <source><x id="PH"/> of HD videos </source> 9466 <source><x id="PH"/> of HD videos </source>
9444 <target> 9467 <target>
9445 <x id="PH"/> video i HD 9468 <x id="PH"/> video i HD
9446 </target> 9469 </target>
9447 9470 <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>
9448 <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> 9471 </trans-unit>
9449 <trans-unit id="6636555695556123073"> 9472 <trans-unit id="6636555695556123073">
9450 <source><x id="PH"/> of average quality videos </source> 9473 <source><x id="PH"/> of average quality videos </source>
9451 <target> 9474 <target>
9452 <x id="PH"/> video i standardupplösning 9475 <x id="PH"/> video i standardupplösning
9453 </target> 9476 </target>
9454 9477 <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>
9455 <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> 9478 </trans-unit>
9456 <trans-unit id="6952960992592445535" datatype="html"> 9479 <trans-unit id="6952960992592445535" datatype="html">
9457 <source><x id="PH"/> (channel page) </source> 9480 <source><x id="PH"/> (channel page) </source>
9458 <target state="translated"> 9481 <target state="translated">
9459 <x id="PH"/> (kanalsida) 9482 <x id="PH"/> (kanalsida)
9460 </target> 9483 </target>
9461 9484 <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>
9462 9485 <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>
9463 9486 <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>
9464 <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> 9487 </trans-unit>
9465 <trans-unit id="1209500590333005801" datatype="html"> 9488 <trans-unit id="1209500590333005801" datatype="html">
9466 <source><x id="PH"/> (account page) </source> 9489 <source><x id="PH"/> (account page) </source>
9467 <target state="translated"> 9490 <target state="translated">
9468 <x id="PH"/> (kontosida) 9491 <x id="PH"/> (kontosida)
9469 </target> 9492 </target>
9470 9493 <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>
9471 9494 <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>
9472 <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> 9495 </trans-unit>
9473 <trans-unit id="2516633974298697807"> 9496 <trans-unit id="2516633974298697807">
9474 <source>Emphasis</source> 9497 <source>Emphasis</source>
9475 <target>Betoning</target> 9498 <target>Betoning</target>
@@ -9518,34 +9541,34 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9518 <trans-unit id="8269144351796756896"> 9541 <trans-unit id="8269144351796756896">
9519 <source>Do you really want to unban <x id="PH"/>?</source> 9542 <source>Do you really want to unban <x id="PH"/>?</source>
9520 <target>Vill du verkligen avsluta blockeringen av <x id="PH"/>?</target> 9543 <target>Vill du verkligen avsluta blockeringen av <x id="PH"/>?</target>
9521 9544 <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>
9522 <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> 9545 </trans-unit>
9523 <trans-unit id="1794219875546376069"> 9546 <trans-unit id="1794219875546376069">
9524 <source>User <x id="PH"/> unbanned.</source> 9547 <source>User <x id="PH"/> unbanned.</source>
9525 <target>Användaren <x id="PH"/> är inte längre blockerad.</target> 9548 <target>Användaren <x id="PH"/> är inte längre blockerad.</target>
9526 9549 <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>
9527 <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> 9550 </trans-unit>
9528 <trans-unit id="4885683604826993045"> 9551 <trans-unit id="4885683604826993045">
9529 <source>If you remove this user, you will not be able to create another with the same username!</source> 9552 <source>If you remove this user, you will not be able to create another with the same username!</source>
9530 <target>Om du tar bort den här användaren kommer du inte kunna skapa en ny med samma användarnamn!</target> 9553 <target>Om du tar bort den här användaren kommer du inte kunna skapa en ny med samma användarnamn!</target>
9531 9554 <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>
9532 <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> 9555 </trans-unit>
9533 <trans-unit id="6301381219225831298"> 9556 <trans-unit id="6301381219225831298">
9534 <source>User <x id="PH"/> deleted.</source> 9557 <source>User <x id="PH"/> deleted.</source>
9535 <target>Användaren <x id="PH"/> har raderats.</target> 9558 <target>Användaren <x id="PH"/> har raderats.</target>
9536 9559 <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>
9537 <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> 9560 </trans-unit>
9538 <trans-unit id="3896582359861826661"> 9561 <trans-unit id="3896582359861826661">
9539 <source>User <x id="PH"/> email set as verified</source> 9562 <source>User <x id="PH"/> email set as verified</source>
9540 <target>E-postadressen som tillhör användaren <x id="PH"/> har markerats som verifierad</target> 9563 <target>E-postadressen som tillhör användaren <x id="PH"/> har markerats som verifierad</target>
9541 9564 <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>
9542 <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> 9565 </trans-unit>
9543 <trans-unit id="8150022485860412528"> 9566 <trans-unit id="8150022485860412528">
9544 <source>Account <x id="PH"/> muted.</source> 9567 <source>Account <x id="PH"/> muted.</source>
9545 <target>Kontot <x id="PH"/> ignoreras.</target> 9568 <target>Kontot <x id="PH"/> ignoreras.</target>
9546 9569 <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>
9547 9570 <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>
9548 <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> 9571 </trans-unit>
9549 <trans-unit id="1598375456114200087"> 9572 <trans-unit id="1598375456114200087">
9550 <source>Instance <x id="PH"/> muted. </source> 9573 <source>Instance <x id="PH"/> muted. </source>
9551 <target>Instansen 9574 <target>Instansen
@@ -9559,9 +9582,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9559 <trans-unit id="2558977494773636050"> 9582 <trans-unit id="2558977494773636050">
9560 <source>Account <x id="PH"/> muted by the instance.</source> 9583 <source>Account <x id="PH"/> muted by the instance.</source>
9561 <target>Kontot <x id="PH"/> ignoreras av instansen.</target> 9584 <target>Kontot <x id="PH"/> ignoreras av instansen.</target>
9562 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>
9563 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>
9564 <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> 9587 </trans-unit>
9565 <trans-unit id="1595779426198793580" datatype="html"> 9588 <trans-unit id="1595779426198793580" datatype="html">
9566 <source>Mute server</source> 9589 <source>Mute server</source>
9567 <target state="translated">Ignorera server</target> 9590 <target state="translated">Ignorera server</target>
@@ -9585,158 +9608,158 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9585 <trans-unit id="3085641638748358969"> 9608 <trans-unit id="3085641638748358969">
9586 <source>Account <x id="PH"/> unmuted by the instance.</source> 9609 <source>Account <x id="PH"/> unmuted by the instance.</source>
9587 <target>Kontot <x id="PH"/> ignoreras inte längre av instansen.</target> 9610 <target>Kontot <x id="PH"/> ignoreras inte längre av instansen.</target>
9588 9611 <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>
9589 <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> 9612 </trans-unit>
9590 <trans-unit id="4991892477258601737"> 9613 <trans-unit id="4991892477258601737">
9591 <source>Instance <x id="PH"/> muted by the instance.</source> 9614 <source>Instance <x id="PH"/> muted by the instance.</source>
9592 <target>Instansen <x id="PH"/> ignoreras av instansen.</target> 9615 <target>Instansen <x id="PH"/> ignoreras av instansen.</target>
9593 9616 <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>
9594 <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> 9617 </trans-unit>
9595 <trans-unit id="4379430340167561220"> 9618 <trans-unit id="4379430340167561220">
9596 <source>Instance <x id="PH"/> unmuted by the instance.</source> 9619 <source>Instance <x id="PH"/> unmuted by the instance.</source>
9597 <target>Instansen <x id="PH"/> ignoreras inte längre av instansen.</target> 9620 <target>Instansen <x id="PH"/> ignoreras inte längre av instansen.</target>
9598 9621 <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>
9599 <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> 9622 </trans-unit>
9600 <trans-unit id="8173437618471379044" datatype="html"> 9623 <trans-unit id="8173437618471379044" datatype="html">
9601 <source>Are you sure you want to remove all the comments of this account?</source> 9624 <source>Are you sure you want to remove all the comments of this account?</source>
9602 <target state="translated">Är du säker på att du vill ta bort alla kommentarer författade av det här kontot?</target> 9625 <target state="translated">Är du säker på att du vill ta bort alla kommentarer författade av det här kontot?</target>
9603 9626 <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>
9604 <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> 9627 </trans-unit>
9605 <trans-unit id="6315346579373254461" datatype="html"> 9628 <trans-unit id="6315346579373254461" datatype="html">
9606 <source>Delete account comments</source> 9629 <source>Delete account comments</source>
9607 <target state="translated">Radera kommentarer från kontot</target> 9630 <target state="translated">Radera kommentarer från kontot</target>
9608 9631 <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>
9609 <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> 9632 </trans-unit>
9610 <trans-unit id="8559170154828316298" datatype="html"> 9633 <trans-unit id="8559170154828316298" datatype="html">
9611 <source>Will remove comments of this account (may take several minutes).</source> 9634 <source>Will remove comments of this account (may take several minutes).</source>
9612 <target state="translated">Ta bort alla kommentarer som författats av det här kontot (kan ta flera minuter).</target> 9635 <target state="translated">Ta bort alla kommentarer som författats av det här kontot (kan ta flera minuter).</target>
9613 9636 <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>
9614 <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> 9637 </trans-unit>
9615 <trans-unit id="7187838764371214919" datatype="html"> 9638 <trans-unit id="7187838764371214919" datatype="html">
9616 <source>Edit user</source> 9639 <source>Edit user</source>
9617 <target state="translated">Redigera användare</target> 9640 <target state="translated">Redigera användare</target>
9618 9641 <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>
9619 <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> 9642 </trans-unit>
9620 <trans-unit id="4728427543536046034" datatype="html"> 9643 <trans-unit id="4728427543536046034" datatype="html">
9621 <source>Change quota, role, and more.</source> 9644 <source>Change quota, role, and more.</source>
9622 <target state="translated">Ändra videokvot, behörigheter och mer.</target> 9645 <target state="translated">Ändra videokvot, behörigheter och mer.</target>
9623 9646 <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>
9624 <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> 9647 </trans-unit>
9625 <trans-unit id="7913022656086109932" datatype="html"> 9648 <trans-unit id="7913022656086109932" datatype="html">
9626 <source>Delete user</source> 9649 <source>Delete user</source>
9627 <target state="translated">Radera användare</target> 9650 <target state="translated">Radera användare</target>
9628 9651 <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>
9629 <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> 9652 </trans-unit>
9630 <trans-unit id="7577876364431026966" datatype="html"> 9653 <trans-unit id="7577876364431026966" datatype="html">
9631 <source>Unban user</source> 9654 <source>Unban user</source>
9632 <target state="translated">Upphäv blockering av användare</target> 9655 <target state="translated">Upphäv blockering av användare</target>
9633 9656 <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>
9634 <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> 9657 </trans-unit>
9635 <trans-unit id="3508163549683020253" datatype="html"> 9658 <trans-unit id="3508163549683020253" datatype="html">
9636 <source>Allow the user to login and create videos/comments again</source> 9659 <source>Allow the user to login and create videos/comments again</source>
9637 <target state="translated">Låt användaren logga in och skapa videor eller kommentarer igen</target> 9660 <target state="translated">Låt användaren logga in och skapa videor eller kommentarer igen</target>
9638 9661 <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>
9639 <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> 9662 </trans-unit>
9640 <trans-unit id="1888272455383898478"> 9663 <trans-unit id="1888272455383898478">
9641 <source>Mute this account</source> 9664 <source>Mute this account</source>
9642 <target>Ignorera det här kontot</target> 9665 <target>Ignorera det här kontot</target>
9643 9666 <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>
9644 <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> 9667 </trans-unit>
9645 <trans-unit id="2365286519320230773" datatype="html"> 9668 <trans-unit id="2365286519320230773" datatype="html">
9646 <source>Hide any content from that user from you.</source> 9669 <source>Hide any content from that user from you.</source>
9647 <target state="translated">Göm allt innehåll från den användaren för dig.</target> 9670 <target state="translated">Göm allt innehåll från den användaren för dig.</target>
9648 9671 <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>
9649 <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> 9672 </trans-unit>
9650 <trans-unit id="4043508901590508211"> 9673 <trans-unit id="4043508901590508211">
9651 <source>Unmute this account</source> 9674 <source>Unmute this account</source>
9652 <target>Sluta ignorera det här kontot</target> 9675 <target>Sluta ignorera det här kontot</target>
9653 9676 <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>
9654 <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> 9677 </trans-unit>
9655 <trans-unit id="2843593344827160627" datatype="html"> 9678 <trans-unit id="2843593344827160627" datatype="html">
9656 <source>Show back content from that user for you.</source> 9679 <source>Show back content from that user for you.</source>
9657 <target state="translated">Visa innehåll från den användaren för dig igen.</target> 9680 <target state="translated">Visa innehåll från den användaren för dig igen.</target>
9658 9681 <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>
9659 <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> 9682 </trans-unit>
9660 <trans-unit id="6198109035280957164"> 9683 <trans-unit id="6198109035280957164">
9661 <source>Mute the instance</source> 9684 <source>Mute the instance</source>
9662 <target>Ignorera instansen</target> 9685 <target>Ignorera instansen</target>
9663 9686 <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>
9664 <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> 9687 </trans-unit>
9665 <trans-unit id="4537735378779630558" datatype="html"> 9688 <trans-unit id="4537735378779630558" datatype="html">
9666 <source>Hide any content from that instance for you.</source> 9689 <source>Hide any content from that instance for you.</source>
9667 <target state="translated">Dölj allt innehåll från den instansen för dig.</target> 9690 <target state="translated">Dölj allt innehåll från den instansen för dig.</target>
9668 9691 <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>
9669 <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> 9692 </trans-unit>
9670 <trans-unit id="6247487021683085858"> 9693 <trans-unit id="6247487021683085858">
9671 <source>Unmute the instance</source> 9694 <source>Unmute the instance</source>
9672 <target>Sluta ignorera instansen</target> 9695 <target>Sluta ignorera instansen</target>
9673 9696 <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>
9674 <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> 9697 </trans-unit>
9675 <trans-unit id="4024846984475742259" datatype="html"> 9698 <trans-unit id="4024846984475742259" datatype="html">
9676 <source>Show back content from that instance for you.</source> 9699 <source>Show back content from that instance for you.</source>
9677 <target state="translated">Visa innehåll från den instansen för dig igen.</target> 9700 <target state="translated">Visa innehåll från den instansen för dig igen.</target>
9678 9701 <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>
9679 <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> 9702 </trans-unit>
9680 <trans-unit id="3108200185023875257" datatype="html"> 9703 <trans-unit id="3108200185023875257" datatype="html">
9681 <source>Remove comments from your videos</source> 9704 <source>Remove comments from your videos</source>
9682 <target state="translated">Ta bort kommentarer från dina videor</target> 9705 <target state="translated">Ta bort kommentarer från dina videor</target>
9683 9706 <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>
9684 <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> 9707 </trans-unit>
9685 <trans-unit id="4810478487244286994" datatype="html"> 9708 <trans-unit id="4810478487244286994" datatype="html">
9686 <source>Remove comments made by this account on your videos.</source> 9709 <source>Remove comments made by this account on your videos.</source>
9687 <target state="translated">Ta bort kommentarer gjorda av detta kontot från dina videor.</target> 9710 <target state="translated">Ta bort kommentarer gjorda av detta kontot från dina videor.</target>
9688 9711 <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>
9689 <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> 9712 </trans-unit>
9690 <trans-unit id="81452583525574033"> 9713 <trans-unit id="81452583525574033">
9691 <source>Mute this account by your instance</source> 9714 <source>Mute this account by your instance</source>
9692 <target>Ignorera det här kontot av din instans</target> 9715 <target>Ignorera det här kontot av din instans</target>
9693 9716 <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>
9694 <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> 9717 </trans-unit>
9695 <trans-unit id="2077144178298031252" datatype="html"> 9718 <trans-unit id="2077144178298031252" datatype="html">
9696 <source>Hide any content from that user from you, your instance and its users.</source> 9719 <source>Hide any content from that user from you, your instance and its users.</source>
9697 <target state="translated">Dölj allt innehåll från den användaren för dig, din instans och dess användare.</target> 9720 <target state="translated">Dölj allt innehåll från den användaren för dig, din instans och dess användare.</target>
9698 9721 <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>
9699 <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> 9722 </trans-unit>
9700 <trans-unit id="884942914962310163"> 9723 <trans-unit id="884942914962310163">
9701 <source>Unmute this account by your instance</source> 9724 <source>Unmute this account by your instance</source>
9702 <target>Sluta ignorera det här kontot av din instans</target> 9725 <target>Sluta ignorera det här kontot av din instans</target>
9703 9726 <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>
9704 <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> 9727 </trans-unit>
9705 <trans-unit id="7675070596643104983" datatype="html"> 9728 <trans-unit id="7675070596643104983" datatype="html">
9706 <source>Show this user's content to the users of this instance again.</source> 9729 <source>Show this user's content to the users of this instance again.</source>
9707 <target state="translated">Visa den här användarens innehåll för användarna på den här instansen igen.</target> 9730 <target state="translated">Visa den här användarens innehåll för användarna på den här instansen igen.</target>
9708 9731 <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>
9709 <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> 9732 </trans-unit>
9710 <trans-unit id="3191211873505538654"> 9733 <trans-unit id="3191211873505538654">
9711 <source>Mute the instance by your instance</source> 9734 <source>Mute the instance by your instance</source>
9712 <target>Ignorera instansen av din instans</target> 9735 <target>Ignorera instansen av din instans</target>
9713 9736 <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>
9714 <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> 9737 </trans-unit>
9715 <trans-unit id="525915681688649453" datatype="html"> 9738 <trans-unit id="525915681688649453" datatype="html">
9716 <source>Hide any content from that instance from you, your instance and its users.</source> 9739 <source>Hide any content from that instance from you, your instance and its users.</source>
9717 <target state="translated">Dölj allt innehåll från den instansen för dig, din instans och dess användare.</target> 9740 <target state="translated">Dölj allt innehåll från den instansen för dig, din instans och dess användare.</target>
9718 9741 <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>
9719 <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> 9742 </trans-unit>
9720 <trans-unit id="5325628963747139770"> 9743 <trans-unit id="5325628963747139770">
9721 <source>Unmute the instance by your instance</source> 9744 <source>Unmute the instance by your instance</source>
9722 <target>Sluta ignorera instansen av din instans</target> 9745 <target>Sluta ignorera instansen av din instans</target>
9723 9746 <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>
9724 <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> 9747 </trans-unit>
9725 <trans-unit id="758471033841077314" datatype="html"> 9748 <trans-unit id="758471033841077314" datatype="html">
9726 <source>Show back content from that instance for you, your instance and its users.</source> 9749 <source>Show back content from that instance for you, your instance and its users.</source>
9727 <target state="translated">Visa allt innehåll från den användaren för dig, din instans och dess användare igen.</target> 9750 <target state="translated">Visa allt innehåll från den användaren för dig, din instans och dess användare igen.</target>
9728 9751 <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>
9729 <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> 9752 </trans-unit>
9730 <trans-unit id="3785095284194008197" datatype="html"> 9753 <trans-unit id="3785095284194008197" datatype="html">
9731 <source>Remove comments from your instance</source> 9754 <source>Remove comments from your instance</source>
9732 <target state="translated">Ta bort kommentarer från din instans</target> 9755 <target state="translated">Ta bort kommentarer från din instans</target>
9733 9756 <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>
9734 <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> 9757 </trans-unit>
9735 <trans-unit id="4809327075591089709" datatype="html"> 9758 <trans-unit id="4809327075591089709" datatype="html">
9736 <source>Remove comments made by this account from your instance.</source> 9759 <source>Remove comments made by this account from your instance.</source>
9737 <target state="translated">Ta bort kommentarer gjorda av detta kontot från din instans.</target> 9760 <target state="translated">Ta bort kommentarer gjorda av detta kontot från din instans.</target>
9738 9761 <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>
9739 <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> 9762 </trans-unit>
9740 <trans-unit id="6746743143272021955" datatype="html"> 9763 <trans-unit id="6746743143272021955" datatype="html">
9741 <source>Violent or repulsive</source> 9764 <source>Violent or repulsive</source>
9742 <target state="translated">Våldsamt eller motbjudande</target> 9765 <target state="translated">Våldsamt eller motbjudande</target>
@@ -9877,8 +9900,10 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9877 <source>Moderator</source> 9900 <source>Moderator</source>
9878 <target>Moderator</target> 9901 <target>Moderator</target>
9879 <context-group purpose="location"><context context-type="sourcefile">src/app/core/users/user.service.ts</context><context context-type="linenumber">407</context></context-group> 9902 <context-group purpose="location"><context context-type="sourcefile">src/app/core/users/user.service.ts</context><context context-type="linenumber">407</context></context-group>
9880 </trans-unit><trans-unit id="2279527393438260622" datatype="html"> 9903 </trans-unit>
9881 <source>Search videos, playlists, channels…</source><target state="new">Search videos, playlists, channels…</target> 9904 <trans-unit id="2279527393438260622" datatype="html">
9905 <source>Search videos, playlists, channels…</source>
9906 <target state="translated">Sök efter videor, spellistor och kanaler …</target>
9882 <context-group purpose="location"> 9907 <context-group purpose="location">
9883 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 9908 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
9884 <context context-type="linenumber">3</context> 9909 <context context-type="linenumber">3</context>
@@ -9889,9 +9914,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9889 <target>En video har tagits bort från 9914 <target>En video har tagits bort från
9890 <x id="PH"/> 9915 <x id="PH"/>
9891 </target> 9916 </target>
9892 9917 <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>
9893 9918 <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>
9894 <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> 9919 </trans-unit>
9895 <trans-unit id="1056145626640340519"> 9920 <trans-unit id="1056145626640340519">
9896 <source>Video added in <x id="PH"/> at timestamps <x id="PH_1"/></source> 9921 <source>Video added in <x id="PH"/> at timestamps <x id="PH_1"/></source>
9897 <target>En video lades till i <x id="PH"/> vid tiderna <x id="PH_1"/></target> 9922 <target>En video lades till i <x id="PH"/> vid tiderna <x id="PH_1"/></target>
@@ -9907,25 +9932,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9907 <trans-unit id="985751964589921228"> 9932 <trans-unit id="985751964589921228">
9908 <source>Timestamps updated</source> 9933 <source>Timestamps updated</source>
9909 <target>Tidsinställningarna har uppdaterats</target> 9934 <target>Tidsinställningarna har uppdaterats</target>
9910 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">273</context></context-group>
9911 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">112</context></context-group>
9912 <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> 9937 </trans-unit>
9913 <trans-unit id="6421445850411984665" datatype="html"> 9938 <trans-unit id="6421445850411984665" datatype="html">
9914 <source>Starts at</source> 9939 <source>Starts at</source>
9915 <target state="translated">Starta vid</target> 9940 <target state="translated">Starta vid</target>
9916 9941 <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>
9917 9942 <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>
9918 <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> 9943 </trans-unit>
9919 <trans-unit id="7145200412085189912" datatype="html"> 9944 <trans-unit id="7145200412085189912" datatype="html">
9920 <source>Stops at</source> 9945 <source>Stops at</source>
9921 <target state="translated">Sluta vid</target> 9946 <target state="translated">Sluta vid</target>
9922 9947 <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>
9923 <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> 9948 </trans-unit>
9924 <trans-unit id="921225940108335688" datatype="html"> 9949 <trans-unit id="921225940108335688" datatype="html">
9925 <source>and stops at</source> 9950 <source>and stops at</source>
9926 <target state="translated">och sluta vid</target> 9951 <target state="translated">och sluta vid</target>
9927 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">138</context></context-group>
9928 <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> 9953 </trans-unit>
9929 <trans-unit id="2909684945706361544" datatype="html"> 9954 <trans-unit id="2909684945706361544" datatype="html">
9930 <source>Delete video</source> 9955 <source>Delete video</source>
9931 <target state="translated">Radera video</target> 9956 <target state="translated">Radera video</target>
@@ -9944,9 +9969,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9944 <trans-unit id="6747218355168080191" datatype="html"> 9969 <trans-unit id="6747218355168080191" datatype="html">
9945 <source>Do you really want to delete this comment?</source> 9970 <source>Do you really want to delete this comment?</source>
9946 <target state="translated">Vill du verkligen radera den här kommentaren?</target> 9971 <target state="translated">Vill du verkligen radera den här kommentaren?</target>
9947 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>
9948 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>
9949 <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> 9974 </trans-unit>
9950 <trans-unit id="7837272126865175984" datatype="html"> 9975 <trans-unit id="7837272126865175984" datatype="html">
9951 <source>Comment deleted.</source> 9976 <source>Comment deleted.</source>
9952 <target state="translated">Kommentaren har raderats.</target> 9977 <target state="translated">Kommentaren har raderats.</target>
@@ -9955,35 +9980,35 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9955 <trans-unit id="346270517625845962" datatype="html"> 9980 <trans-unit id="346270517625845962" datatype="html">
9956 <source>Encoder</source> 9981 <source>Encoder</source>
9957 <target state="translated">Kodek</target> 9982 <target state="translated">Kodek</target>
9958 9983 <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>
9959 <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> 9984 </trans-unit>
9960 <trans-unit id="2331557444464201331" datatype="html"> 9985 <trans-unit id="2331557444464201331" datatype="html">
9961 <source>Format name</source> 9986 <source>Format name</source>
9962 <target state="translated">Formatnamn</target> 9987 <target state="translated">Formatnamn</target>
9963 9988 <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>
9964 <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> 9989 </trans-unit>
9965 <trans-unit id="45739481977493163" datatype="html"> 9990 <trans-unit id="45739481977493163" datatype="html">
9966 <source>Size</source> 9991 <source>Size</source>
9967 <target state="translated">Storlek</target> 9992 <target state="translated">Storlek</target>
9968 9993 <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>
9969 <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> 9994 </trans-unit>
9970 <trans-unit id="7742520815129539114" datatype="html"> 9995 <trans-unit id="7742520815129539114" datatype="html">
9971 <source>Bitrate</source> 9996 <source>Bitrate</source>
9972 <target state="translated">Bithastighet</target> 9997 <target state="translated">Bithastighet</target>
9973 9998 <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>
9974 9999 <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>
9975 <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> 10000 </trans-unit>
9976 <trans-unit id="4094960161662677662" datatype="html"> 10001 <trans-unit id="4094960161662677662" datatype="html">
9977 <source>Codec</source> 10002 <source>Codec</source>
9978 <target state="translated">Kodek</target> 10003 <target state="translated">Kodek</target>
9979 10004 <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>
9980 <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> 10005 </trans-unit>
9981 <trans-unit id="2115592966120408375"> 10006 <trans-unit id="2115592966120408375">
9982 <source>Copied</source> 10007 <source>Copied</source>
9983 <target>Kopierad</target> 10008 <target>Kopierad</target>
9984 10009 <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>
9985 10010 <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>
9986 <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> 10011 </trans-unit>
9987 <trans-unit id="4323470180912194028" datatype="html"> 10012 <trans-unit id="4323470180912194028" datatype="html">
9988 <source>Copy</source> 10013 <source>Copy</source>
9989 <target state="translated">Kopiera</target> 10014 <target state="translated">Kopiera</target>
@@ -10051,20 +10076,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10051 <trans-unit id="1950057220179636309"> 10076 <trans-unit id="1950057220179636309">
10052 <source>Save to playlist</source> 10077 <source>Save to playlist</source>
10053 <target>Spara i spellista</target> 10078 <target>Spara i spellista</target>
10054 10079 <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>
10055 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">264</context></context-group>
10056 <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> 10081 </trans-unit>
10057 <trans-unit id="8272123190776748811" datatype="html"> 10082 <trans-unit id="8272123190776748811" datatype="html">
10058 <source>You need to be &lt;a href="/login">logged in&lt;/a> to rate this video.</source> 10083 <source>You need to be &lt;a href="/login">logged in&lt;/a> to rate this video.</source>
10059 <target state="translated">Du måste vara &lt;a href="/login">inloggad&lt;/a> för att betygsätta den här videon.</target> 10084 <target state="translated">Du måste vara &lt;a href="/login">inloggad&lt;/a> för att betygsätta den här videon.</target>
10060 10085 <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>
10061 <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> 10086 </trans-unit>
10062 <trans-unit id="4503408361537553733" datatype="html"> 10087 <trans-unit id="4503408361537553733" datatype="html">
10063 <source>Mirror</source> 10088 <source>Mirror</source>
10064 <target state="translated">Spegla</target> 10089 <target state="translated">Spegla</target>
10065 <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> 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">302</context></context-group>
10066 </trans-unit><trans-unit id="2631340539474479416" datatype="html"> 10091 </trans-unit>
10067 <source>Subtitles</source><target state="new">Subtitles</target> 10092 <trans-unit id="2631340539474479416" datatype="html">
10093 <source>Subtitles</source>
10094 <target state="translated">Undertexter</target>
10068 <context-group purpose="location"> 10095 <context-group purpose="location">
10069 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context> 10096 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context>
10070 <context context-type="linenumber">9</context> 10097 <context context-type="linenumber">9</context>
@@ -10079,18 +10106,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10079 <trans-unit id="4814285799071780083" datatype="html"> 10106 <trans-unit id="4814285799071780083" datatype="html">
10080 <source>Remove</source> 10107 <source>Remove</source>
10081 <target state="translated">Ta bort</target> 10108 <target state="translated">Ta bort</target>
10082 10109 <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>
10083 <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> 10110 </trans-unit>
10084 <trans-unit id="6871668720687277843" datatype="html"> 10111 <trans-unit id="6871668720687277843" datatype="html">
10085 <source>Remove &amp; re-draft</source> 10112 <source>Remove &amp; re-draft</source>
10086 <target state="translated">Ta bort och skriv om</target> 10113 <target state="translated">Ta bort och skriv om</target>
10087 10114 <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>
10088 <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> 10115 </trans-unit>
10089 <trans-unit id="992317512448454409" datatype="html"> 10116 <trans-unit id="992317512448454409" datatype="html">
10090 <source>{VAR_PLURAL, plural, =0 {Comments} =1 {1 Comment} other {<x id="INTERPOLATION"/> Comments}}</source> 10117 <source>{VAR_PLURAL, plural, =0 {Comments} =1 {1 Comment} other {<x id="INTERPOLATION"/> Comments}}</source>
10091 <target state="translated">{VAR_PLURAL, plural, =0 {Inga kommentarer} =1 {1 kommentar} other {<x id="INTERPOLATION"/> kommentarer}}</target> 10118 <target state="translated">{VAR_PLURAL, plural, =0 {Inga kommentarer} =1 {1 kommentar} other {<x id="INTERPOLATION"/> kommentarer}}</target>
10092 10119 <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>
10093 <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> 10120 </trans-unit>
10094 <trans-unit id="4903651219400691248" datatype="html"> 10121 <trans-unit id="4903651219400691248" datatype="html">
10095 <source>Mute account</source> 10122 <source>Mute account</source>
10096 <target state="translated">Ignorera konto</target> 10123 <target state="translated">Ignorera konto</target>
@@ -10162,28 +10189,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10162 <trans-unit id="4058575476871566236"> 10189 <trans-unit id="4058575476871566236">
10163 <source>Published</source> 10190 <source>Published</source>
10164 <target>Publicerad</target> 10191 <target>Publicerad</target>
10165 10192 <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>
10166 <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> 10193 </trans-unit>
10167 <trans-unit id="1747928867514972971" datatype="html"> 10194 <trans-unit id="1747928867514972971" datatype="html">
10168 <source>Publication scheduled on</source> 10195 <source>Publication scheduled on</source>
10169 <target state="translated">Publiceringen har schemalagts till</target> 10196 <target state="translated">Publiceringen har schemalagts till</target>
10170 10197 <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>
10171 <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> 10198 </trans-unit>
10172 <trans-unit id="4887724548587271148"> 10199 <trans-unit id="4887724548587271148">
10173 <source>Waiting transcoding</source> 10200 <source>Waiting transcoding</source>
10174 <target>Inväntar omkodning</target> 10201 <target>Inväntar omkodning</target>
10175 10202 <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>
10176 <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> 10203 </trans-unit>
10177 <trans-unit id="4517785179607945981"> 10204 <trans-unit id="4517785179607945981">
10178 <source>To transcode</source> 10205 <source>To transcode</source>
10179 <target>Att omkoda</target> 10206 <target>Att omkoda</target>
10180 10207 <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>
10181 <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> 10208 </trans-unit>
10182 <trans-unit id="3299576663551440736"> 10209 <trans-unit id="3299576663551440736">
10183 <source>To import</source> 10210 <source>To import</source>
10184 <target>Att importera</target> 10211 <target>Att importera</target>
10185 10212 <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>
10186 <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> 10213 </trans-unit>
10187 <trans-unit id="187187500641108332" datatype="html"> 10214 <trans-unit id="187187500641108332" datatype="html">
10188 <source><x id="INTERPOLATION" equiv-text="{{ noResultMessage }}"/></source> 10215 <source><x id="INTERPOLATION" equiv-text="{{ noResultMessage }}"/></source>
10189 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ noResultMessage }}"/></target> 10216 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ noResultMessage }}"/></target>
@@ -10230,13 +10257,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10230 <trans-unit id="8312101634344200207" datatype="html"> 10257 <trans-unit id="8312101634344200207" datatype="html">
10231 <source><x id="PH" equiv-text="this.views"/> viewers</source> 10258 <source><x id="PH" equiv-text="this.views"/> viewers</source>
10232 <target state="translated"><x id="PH" equiv-text="this.views"/> tittare</target> 10259 <target state="translated"><x id="PH" equiv-text="this.views"/> tittare</target>
10233 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>
10234 <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> 10261 </trans-unit>
10235 <trans-unit id="7756087706411154095" datatype="html"> 10262 <trans-unit id="7756087706411154095" datatype="html">
10236 <source><x id="PH" equiv-text="this.views"/> views</source> 10263 <source><x id="PH" equiv-text="this.views"/> views</source>
10237 <target state="translated"><x id="PH" equiv-text="this.views"/> visningar</target> 10264 <target state="translated"><x id="PH" equiv-text="this.views"/> visningar</target>
10238 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>
10239 <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> 10266 </trans-unit>
10240 <trans-unit id="ngb.alert.close" datatype="html"> 10267 <trans-unit id="ngb.alert.close" datatype="html">
10241 <source>Close</source> 10268 <source>Close</source>
10242 <target state="translated">Stäng</target> 10269 <target state="translated">Stäng</target>
@@ -10261,15 +10288,15 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10261 <trans-unit id="ngb.datepicker.previous-month" datatype="html"> 10288 <trans-unit id="ngb.datepicker.previous-month" datatype="html">
10262 <source>Previous month</source> 10289 <source>Previous month</source>
10263 <target state="translated">Förra månaden</target> 10290 <target state="translated">Förra månaden</target>
10264 10291 <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>
10265 10292 <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>
10266 <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> 10293 </trans-unit>
10267 <trans-unit id="ngb.datepicker.next-month" datatype="html"> 10294 <trans-unit id="ngb.datepicker.next-month" datatype="html">
10268 <source>Next month</source> 10295 <source>Next month</source>
10269 <target state="translated">Nästa månad</target> 10296 <target state="translated">Nästa månad</target>
10270 10297 <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>
10271 10298 <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>
10272 <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> 10299 </trans-unit>
10273 <trans-unit id="ngb.datepicker.select-month" datatype="html"> 10300 <trans-unit id="ngb.datepicker.select-month" datatype="html">
10274 <source>Select month</source> 10301 <source>Select month</source>
10275 <target state="translated">Välj månad</target> 10302 <target state="translated">Välj månad</target>
@@ -10405,41 +10432,41 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10405 <trans-unit id="5210096066382592800"> 10432 <trans-unit id="5210096066382592800">
10406 <source>Video to import updated.</source> 10433 <source>Video to import updated.</source>
10407 <target>Videon att importera har uppdaterats.</target> 10434 <target>Videon att importera har uppdaterats.</target>
10408 10435 <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>
10409 10436 <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>
10410 <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> 10437 </trans-unit>
10411 <trans-unit id="3284171506518522275"> 10438 <trans-unit id="3284171506518522275">
10412 <source>Your video was uploaded to your account and is private.</source> 10439 <source>Your video was uploaded to your account and is private.</source>
10413 <target>Din video har laddats upp till ditt konto och är privat.</target> 10440 <target>Din video har laddats upp till ditt konto och är privat.</target>
10414 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>
10415 <context-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> 10442 </trans-unit>
10416 <trans-unit id="5699822024600815733"> 10443 <trans-unit id="5699822024600815733">
10417 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10444 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
10418 <target>Men associerad data (taggar, beskrivning …) kommer försvinna, är du säker på att du vill lämna sidan?</target> 10445 <target>Men associerad data (taggar, beskrivning …) kommer försvinna, är du säker på att du vill lämna sidan?</target>
10419 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>
10420 <context-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> 10447 </trans-unit>
10421 <trans-unit id="1219739004043110649"> 10448 <trans-unit id="1219739004043110649">
10422 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10449 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10423 <target>Din video har inte laddats upp än, vill du lämna sidan?</target> 10450 <target>Din video har inte laddats upp än, vill du lämna sidan?</target>
10424 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>
10425 <context-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> 10452 </trans-unit>
10426 <trans-unit id="6932865105766151309" datatype="html"> 10453 <trans-unit id="6932865105766151309" datatype="html">
10427 <source>Upload</source> 10454 <source>Upload</source>
10428 <target state="translated">Ladda upp</target> 10455 <target state="translated">Ladda upp</target>
10429 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>
10430 <context-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> 10457 </trans-unit>
10431 <trans-unit id="8278735427925094503"> 10458 <trans-unit id="8278735427925094503">
10432 <source>Upload <x id="PH"/> </source> 10459 <source>Upload <x id="PH"/> </source>
10433 <target>Ladda upp 10460 <target>Ladda upp
10434 <x id="PH"/> 10461 <x id="PH"/>
10435 </target> 10462 </target>
10436 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>
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">224</context></context-group></trans-unit> 10464 </trans-unit>
10438 <trans-unit id="5981816353437801748"> 10465 <trans-unit id="5981816353437801748">
10439 <source>Video published.</source> 10466 <source>Video published.</source>
10440 <target>Videon har publicerats.</target> 10467 <target>Videon har publicerats.</target>
10441 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>
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">245</context></context-group></trans-unit> 10469 </trans-unit>
10443 <trans-unit id="764164089183618119"> 10470 <trans-unit id="764164089183618119">
10444 <source>You have unsaved changes! If you leave, your changes will be lost.</source> 10471 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
10445 <target>Du har gjort ändringar som inte sparats! Om du lämnar nu kommer de förkastas.</target> 10472 <target>Du har gjort ändringar som inte sparats! Om du lämnar nu kommer de förkastas.</target>
@@ -10458,23 +10485,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10458 <trans-unit id="6775540171466219199" datatype="html"> 10485 <trans-unit id="6775540171466219199" datatype="html">
10459 <source>Stop autoplaying next video</source> 10486 <source>Stop autoplaying next video</source>
10460 <target state="translated">Spela inte nästa video automatiskt</target> 10487 <target state="translated">Spela inte nästa video automatiskt</target>
10461 10488 <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>
10462 <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> 10489 </trans-unit>
10463 <trans-unit id="5149234672404299151" datatype="html"> 10490 <trans-unit id="5149234672404299151" datatype="html">
10464 <source>Autoplay next video</source> 10491 <source>Autoplay next video</source>
10465 <target state="translated">Spela nästa video automatiskt</target> 10492 <target state="translated">Spela nästa video automatiskt</target>
10466 10493 <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>
10467 <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> 10494 </trans-unit>
10468 <trans-unit id="5870421136141540382" datatype="html"> 10495 <trans-unit id="5870421136141540382" datatype="html">
10469 <source>Stop looping playlist videos</source> 10496 <source>Stop looping playlist videos</source>
10470 <target state="translated">Sluta loopa videor i spellistor</target> 10497 <target state="translated">Sluta loopa videor i spellistor</target>
10471 10498 <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>
10472 <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> 10499 </trans-unit>
10473 <trans-unit id="1599585307037758139" datatype="html"> 10500 <trans-unit id="1599585307037758139" datatype="html">
10474 <source>Loop playlist videos</source> 10501 <source>Loop playlist videos</source>
10475 <target state="translated">Loopa videor i spellistor</target> 10502 <target state="translated">Loopa videor i spellistor</target>
10476 10503 <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>
10477 <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> 10504 </trans-unit>
10478 <trans-unit id="3704292036525161260" datatype="html"> 10505 <trans-unit id="3704292036525161260" datatype="html">
10479 <source>Placeholder image</source> 10506 <source>Placeholder image</source>
10480 <target state="translated">Platshållarbild</target> 10507 <target state="translated">Platshållarbild</target>
@@ -10486,28 +10513,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10486 <trans-unit id="961774488937452220" datatype="html"> 10513 <trans-unit id="961774488937452220" datatype="html">
10487 <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> 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>
10488 <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> 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>
10489 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>
10490 <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> 10517 </trans-unit>
10491 <trans-unit id="5761611056224181752" datatype="html"> 10518 <trans-unit id="5761611056224181752" datatype="html">
10492 <source>Redirection</source> 10519 <source>Redirection</source>
10493 <target state="translated">Omdirigering</target> 10520 <target state="translated">Omdirigering</target>
10494 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>
10495 <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> 10522 </trans-unit>
10496 <trans-unit id="8858527736400081688"> 10523 <trans-unit id="8858527736400081688">
10497 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10524 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10498 <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> 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>
10499 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>
10500 <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> 10527 </trans-unit>
10501 <trans-unit id="3937119019020041049"> 10528 <trans-unit id="3937119019020041049">
10502 <source>Mature or explicit content</source> 10529 <source>Mature or explicit content</source>
10503 <target>Oförbehållsamt innehåll eller innehåll skapat för vuxna</target> 10530 <target>Oförbehållsamt innehåll eller innehåll skapat för vuxna</target>
10504 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>
10505 <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> 10532 </trans-unit>
10506 <trans-unit id="1755474755114288376" datatype="html"> 10533 <trans-unit id="1755474755114288376" datatype="html">
10507 <source>Up Next</source> 10534 <source>Up Next</source>
10508 <target state="translated">Kommer härnäst</target> 10535 <target state="translated">Kommer härnäst</target>
10509 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>
10510 <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> 10537 </trans-unit>
10511 <trans-unit id="2159130950882492111" datatype="html"> 10538 <trans-unit id="2159130950882492111" datatype="html">
10512 <source>Cancel</source> 10539 <source>Cancel</source>
10513 <target state="translated">Avbryt</target> 10540 <target state="translated">Avbryt</target>
@@ -10516,84 +10543,84 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10516 <trans-unit id="3354816756665089864" datatype="html"> 10543 <trans-unit id="3354816756665089864" datatype="html">
10517 <source>Autoplay is suspended</source> 10544 <source>Autoplay is suspended</source>
10518 <target state="translated">Automatisk uppspelning är upphävd</target> 10545 <target state="translated">Automatisk uppspelning är upphävd</target>
10519 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>
10520 <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> 10547 </trans-unit>
10521 <trans-unit id="7895294730547405228" datatype="html"> 10548 <trans-unit id="7895294730547405228" datatype="html">
10522 <source>Enter/exit fullscreen (requires player focus)</source> 10549 <source>Enter/exit fullscreen (requires player focus)</source>
10523 <target state="translated">Slå av eller på helskärmsläget (spelaren måste vara markerad)</target> 10550 <target state="translated">Slå av eller på helskärmsläget (spelaren måste vara markerad)</target>
10524 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>
10525 <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> 10552 </trans-unit>
10526 <trans-unit id="7618388257165864759" datatype="html"> 10553 <trans-unit id="7618388257165864759" datatype="html">
10527 <source>Play/Pause the video (requires player focus)</source> 10554 <source>Play/Pause the video (requires player focus)</source>
10528 <target state="translated">Spela eller pausa videon (spelaren måste vara markerad)</target> 10555 <target state="translated">Spela eller pausa videon (spelaren måste vara markerad)</target>
10529 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>
10530 <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> 10557 </trans-unit>
10531 <trans-unit id="7761890399634216630" datatype="html"> 10558 <trans-unit id="7761890399634216630" datatype="html">
10532 <source>Mute/unmute the video (requires player focus)</source> 10559 <source>Mute/unmute the video (requires player focus)</source>
10533 <target state="translated">Slå av eller på ljudet (spelaren måste vara markerad)</target> 10560 <target state="translated">Slå av eller på ljudet (spelaren måste vara markerad)</target>
10534 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>
10535 <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> 10562 </trans-unit>
10536 <trans-unit id="5996585232248234904" datatype="html"> 10563 <trans-unit id="5996585232248234904" datatype="html">
10537 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 10564 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10538 <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> 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>
10539 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>
10540 <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> 10567 </trans-unit>
10541 <trans-unit id="3748765405903319998" datatype="html"> 10568 <trans-unit id="3748765405903319998" datatype="html">
10542 <source>Increase the volume (requires player focus)</source> 10569 <source>Increase the volume (requires player focus)</source>
10543 <target state="translated">Öka volymen (spelaren måste vara markerad)</target> 10570 <target state="translated">Öka volymen (spelaren måste vara markerad)</target>
10544 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>
10545 <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> 10572 </trans-unit>
10546 <trans-unit id="5810704036407159982" datatype="html"> 10573 <trans-unit id="5810704036407159982" datatype="html">
10547 <source>Decrease the volume (requires player focus)</source> 10574 <source>Decrease the volume (requires player focus)</source>
10548 <target state="translated">Minska volymen (spelaren måste vara markerad)</target> 10575 <target state="translated">Minska volymen (spelaren måste vara markerad)</target>
10549 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>
10550 <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> 10577 </trans-unit>
10551 <trans-unit id="2622048822548065691" datatype="html"> 10578 <trans-unit id="2622048822548065691" datatype="html">
10552 <source>Seek the video forward (requires player focus)</source> 10579 <source>Seek the video forward (requires player focus)</source>
10553 <target state="translated">Spola videon framåt (spelaren måste vara markerad)</target> 10580 <target state="translated">Spola videon framåt (spelaren måste vara markerad)</target>
10554 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>
10555 <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> 10582 </trans-unit>
10556 <trans-unit id="6540078205109221153" datatype="html"> 10583 <trans-unit id="6540078205109221153" datatype="html">
10557 <source>Seek the video backward (requires player focus)</source> 10584 <source>Seek the video backward (requires player focus)</source>
10558 <target state="translated">Spola videon bakåt (spelaren måste vara markerad)</target> 10585 <target state="translated">Spola videon bakåt (spelaren måste vara markerad)</target>
10559 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>
10560 <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> 10587 </trans-unit>
10561 <trans-unit id="1956491957766210808" datatype="html"> 10588 <trans-unit id="1956491957766210808" datatype="html">
10562 <source>Increase playback rate (requires player focus)</source> 10589 <source>Increase playback rate (requires player focus)</source>
10563 <target state="translated">Öka uppspelningshastigheten (spelaren måste vara markerad)</target> 10590 <target state="translated">Öka uppspelningshastigheten (spelaren måste vara markerad)</target>
10564 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>
10565 <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> 10592 </trans-unit>
10566 <trans-unit id="5495529997674803186" datatype="html"> 10593 <trans-unit id="5495529997674803186" datatype="html">
10567 <source>Decrease playback rate (requires player focus)</source> 10594 <source>Decrease playback rate (requires player focus)</source>
10568 <target state="translated">Minska uppspelningshastigheten (spelaren måste vara markerad)</target> 10595 <target state="translated">Minska uppspelningshastigheten (spelaren måste vara markerad)</target>
10569 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>
10570 <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> 10597 </trans-unit>
10571 <trans-unit id="3178343147230721210" datatype="html"> 10598 <trans-unit id="3178343147230721210" datatype="html">
10572 <source>Navigate in the video frame by frame (requires player focus)</source> 10599 <source>Navigate in the video frame by frame (requires player focus)</source>
10573 <target state="translated">Föregående eller nästkommande bildruta (spelaren måste vara markerad)</target> 10600 <target state="translated">Föregående eller nästkommande bildruta (spelaren måste vara markerad)</target>
10574 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>
10575 <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> 10602 </trans-unit>
10576 <trans-unit id="8025996572234182184"> 10603 <trans-unit id="8025996572234182184">
10577 <source>Like the video</source> 10604 <source>Like the video</source>
10578 <target>Gilla videon</target> 10605 <target>Gilla videon</target>
10579 10606 <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>
10580 <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> 10607 </trans-unit>
10581 <trans-unit id="7692127636377222448"> 10608 <trans-unit id="7692127636377222448">
10582 <source>Dislike the video</source> 10609 <source>Dislike the video</source>
10583 <target>Ogilla videon</target> 10610 <target>Ogilla videon</target>
10584 10611 <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>
10585 <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> 10612 </trans-unit>
10586 <trans-unit id="1729036051846673606" datatype="html"> 10613 <trans-unit id="1729036051846673606" datatype="html">
10587 <source>When active, the next video is automatically played after the current one.</source> 10614 <source>When active, the next video is automatically played after the current one.</source>
10588 <target state="translated">Nästa video kommer börja automatiskt om den här funktionen är aktiverad.</target> 10615 <target state="translated">Nästa video kommer börja automatiskt om den här funktionen är aktiverad.</target>
10589 10616 <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>
10590 <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> 10617 </trans-unit>
10591 <trans-unit id="2431286785954354122" datatype="html"> 10618 <trans-unit id="2431286785954354122" datatype="html">
10592 <source>Recently added</source> 10619 <source>Recently added</source>
10593 <target state="translated">Nyligen tillagt</target> 10620 <target state="translated">Nyligen tillagt</target>
10594 10621 <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>
10595 10622 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">137</context></context-group>
10596 <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> 10623 </trans-unit>
10597 <trans-unit id="12646164819555880"> 10624 <trans-unit id="12646164819555880">
10598 <source>Videos from your subscriptions</source> 10625 <source>Videos from your subscriptions</source>
10599 <target>Videor från dina prenumerationer</target> 10626 <target>Videor från dina prenumerationer</target>
@@ -10632,29 +10659,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10632 <trans-unit id="8681933925782924101" datatype="html"> 10659 <trans-unit id="8681933925782924101" datatype="html">
10633 <source>Local videos</source> 10660 <source>Local videos</source>
10634 <target state="translated">Lokala videor</target> 10661 <target state="translated">Lokala videor</target>
10635 10662 <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>
10636 10663 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/videos-routing.module.ts</context><context context-type="linenumber">70</context></context-group>
10637 10664 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">142</context></context-group>
10638 10665 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">143</context></context-group>
10639 <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> 10666 </trans-unit>
10640 <trans-unit id="4668975178372693951" datatype="html"> 10667 <trans-unit id="4668975178372693951" datatype="html">
10641 <source>Discover videos</source> 10668 <source>Discover videos</source>
10642 <target state="translated">Upptäck videor</target> 10669 <target state="translated">Upptäck videor</target>
10643 10670 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/videos-routing.module.ts</context><context context-type="linenumber">21</context></context-group>
10644 10671 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">124</context></context-group>
10645 <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> 10672 </trans-unit>
10646 <trans-unit id="8067135025051844577" datatype="html"> 10673 <trans-unit id="8067135025051844577" datatype="html">
10647 <source>Trending videos</source> 10674 <source>Trending videos</source>
10648 <target state="translated">Populära videor</target> 10675 <target state="translated">Populära videor</target>
10649 10676 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/videos-routing.module.ts</context><context context-type="linenumber">30</context></context-group>
10650 10677 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">130</context></context-group>
10651 <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> 10678 </trans-unit>
10652 <trans-unit id="664221386829541948" datatype="html"> 10679 <trans-unit id="664221386829541948" datatype="html">
10653 <source>Recently added videos</source> 10680 <source>Recently added videos</source>
10654 <target state="translated">Nyligen tillagda videor</target> 10681 <target state="translated">Nyligen tillagda videor</target>
10655 10682 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/videos-routing.module.ts</context><context context-type="linenumber">43</context></context-group>
10656 10683 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">136</context></context-group>
10657 <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> 10684 </trans-unit>
10658 <trans-unit id="8212906256415538361" datatype="html"> 10685 <trans-unit id="8212906256415538361" datatype="html">
10659 <source>Upload a video</source> 10686 <source>Upload a video</source>
10660 <target state="translated">Ladda upp en video</target> 10687 <target state="translated">Ladda upp en video</target>
diff --git a/client/src/locale/angular.ta.xlf b/client/src/locale/angular.ta.xlf
index 1fb1cb17f..4dd2b73cd 100644
--- a/client/src/locale/angular.ta.xlf
+++ b/client/src/locale/angular.ta.xlf
@@ -2363,12 +2363,12 @@ The link will expire within 1 hour.</target>
2363 <source>Scheduled</source> 2363 <source>Scheduled</source>
2364 <target state="new">Scheduled</target> 2364 <target state="new">Scheduled</target>
2365 2365
2366 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group></trans-unit> 2366 <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>
2367 <trans-unit id="1435317307066082710" datatype="html"> 2367 <trans-unit id="1435317307066082710" datatype="html">
2368 <source>Hide the video until a specific date</source> 2368 <source>Hide the video until a specific date</source>
2369 <target state="new">Hide the video until a specific date</target> 2369 <target state="new">Hide the video until a specific date</target>
2370 2370
2371 <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> 2371 <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>
2372 <trans-unit id="6148369758871787018" datatype="html"> 2372 <trans-unit id="6148369758871787018" datatype="html">
2373 <source>Video background image</source> 2373 <source>Video background image</source>
2374 <target state="new">Video background image</target> 2374 <target state="new">Video background image</target>
@@ -3260,7 +3260,7 @@ The link will expire within 1 hour.</target>
3260 <source>Create user</source> 3260 <source>Create user</source>
3261 <target state="new">Create user</target> 3261 <target state="new">Create user</target>
3262 3262
3263 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-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> 3263 <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>
3264 <trans-unit id="8363291180171434623" datatype="html"> 3264 <trans-unit id="8363291180171434623" datatype="html">
3265 <source>Table parameters</source> 3265 <source>Table parameters</source>
3266 <target state="new">Table parameters</target> 3266 <target state="new">Table parameters</target>
@@ -7253,7 +7253,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7253 <x id="PH"/> created. 7253 <x id="PH"/> created.
7254 </target> 7254 </target>
7255 7255
7256 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group></trans-unit><trans-unit id="8286337167859377104" datatype="html"> 7256 <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><trans-unit id="8286337167859377104" datatype="html">
7257 <source>Create user</source><target state="new">Create user</target> 7257 <source>Create user</source><target state="new">Create user</target>
7258 7258
7259 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit><trans-unit id="7098180453085889026" datatype="html"> 7259 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit><trans-unit id="7098180453085889026" datatype="html">
@@ -7916,7 +7916,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7916 <target state="new">Subscribe to the account</target> 7916 <target state="new">Subscribe to the account</target>
7917 7917
7918 7918
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">701</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html"> 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">
7920 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target> 7920 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target>
7921 <context-group purpose="location"> 7921 <context-group purpose="location">
7922 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 7922 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
diff --git a/client/src/locale/angular.th-TH.xlf b/client/src/locale/angular.th-TH.xlf
index 347299fe6..4cfdc4f61 100644
--- a/client/src/locale/angular.th-TH.xlf
+++ b/client/src/locale/angular.th-TH.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">ปิดเมนูด้านซ้าย</target> 7 <target state="translated">ปิดเมนูด้านซ้าย</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">เปิดเมนูด้านซ้าย</target> 12 <target state="translated">เปิดเมนูด้านซ้าย</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>คุณไม่มีการแจ้งเตือน</target> 17 <target>คุณไม่มีการแจ้งเตือน</target>
@@ -166,11 +166,7 @@
166 </trans-unit> 166 </trans-unit>
167 <trans-unit id="3371351937331192777" datatype="html"> 167 <trans-unit id="3371351937331192777" datatype="html">
168 <source>User <x id="START_LINK"/><x id="INTERPOLATION"/><x id="CLOSE_LINK"/> registered on your instance </source> 168 <source>User <x id="START_LINK"/><x id="INTERPOLATION"/><x id="CLOSE_LINK"/> registered on your instance </source>
169 <target state="translated">ผู้ใช้ 169 <target state="translated">ผู้ใช้ <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> ได้ลงทะเบียนบนเซิร์ฟเวอร์ของคุณแล้ว </target>
170 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>
171 <x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/>
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">140</context></context-group> 170 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context><context context-type="linenumber">140</context></context-group>
175 </trans-unit> 171 </trans-unit>
176 <trans-unit id="4404295482394146814" datatype="html"> 172 <trans-unit id="4404295482394146814" datatype="html">
@@ -197,13 +193,7 @@
197 </trans-unit> 193 </trans-unit>
198 <trans-unit id="5354239156470982824" datatype="html"> 194 <trans-unit id="5354239156470982824" datatype="html">
199 <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> 195 <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>
200 <target state="translated">เว็บไซต์ของคุณมี 196 <target state="translated">เซิร์ฟเวอร์ของคุณมี <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>ผู้ติดตามใหม่ <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> ( <x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>ที่กำลังรอการอนุญาต <x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/></target>
201 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>ผู้ติดตามใหม่
202 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (
203 <x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
204 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>ที่กำลังรอการอนุญาต
205 <x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
206 </target>
207 <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> 197 <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>
208 </trans-unit> 198 </trans-unit>
209 <trans-unit id="325842756252267394" datatype="html"> 199 <trans-unit id="325842756252267394" datatype="html">
@@ -252,17 +242,19 @@
252 <target state="new"> 242 <target state="new">
253 <x id="INTERPOLATION" equiv-text="{{ action.label }}"/> 243 <x id="INTERPOLATION" equiv-text="{{ action.label }}"/>
254 </target> 244 </target>
255 245 <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>
256 246 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group>
257 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>
258 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>
259 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>
260 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>
261 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>
262 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>
263 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>
264 254 <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>
265 <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> 255 <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>
256 <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>
257 </trans-unit>
266 <trans-unit id="1486537403020619891" datatype="html"> 258 <trans-unit id="1486537403020619891" datatype="html">
267 <source>My watch history</source> 259 <source>My watch history</source>
268 <target state="new">My watch history</target> 260 <target state="new">My watch history</target>
@@ -277,8 +269,8 @@
277 <trans-unit id="8432562579042371182"> 269 <trans-unit id="8432562579042371182">
278 <source>Options</source> 270 <source>Options</source>
279 <target>ตัวเลือก</target> 271 <target>ตัวเลือก</target>
280 272 <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>
281 <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> 273 </trans-unit>
282 <trans-unit id="1394835141143590910"> 274 <trans-unit id="1394835141143590910">
283 <source>Start at</source> 275 <source>Start at</source>
284 <target>เริ่มต้นที่</target> 276 <target>เริ่มต้นที่</target>
@@ -344,15 +336,14 @@
344 <trans-unit id="1006562256968398209" datatype="html"> 336 <trans-unit id="1006562256968398209" datatype="html">
345 <source>video</source> 337 <source>video</source>
346 <target state="translated">วิดีโอ</target> 338 <target state="translated">วิดีโอ</target>
347 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>
348 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>
349 341 </trans-unit>
350 <context-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>
351 <trans-unit id="6438815964972582865" datatype="html"> 342 <trans-unit id="6438815964972582865" datatype="html">
352 <source>The following link contains a private token and should not be shared with anyone.</source> 343 <source>The following link contains a private token and should not be shared with anyone.</source>
353 <target state="new"> The following link contains a private token and should not be shared with anyone. </target> 344 <target state="new"> The following link contains a private token and should not be shared with anyone. </target>
354 345 <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>
355 <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> 346 </trans-unit>
356 <trans-unit id="187187500641108332" datatype="html"> 347 <trans-unit id="187187500641108332" datatype="html">
357 <source><x id="INTERPOLATION" equiv-text="{{ file.resolution.label }}"/></source> 348 <source><x id="INTERPOLATION" equiv-text="{{ file.resolution.label }}"/></source>
358 <target state="new"><x id="INTERPOLATION" equiv-text="{{ file.resolution.label }}"/></target> 349 <target state="new"><x id="INTERPOLATION" equiv-text="{{ file.resolution.label }}"/></target>
@@ -364,14 +355,13 @@
364 <trans-unit id="5235042777215655908" datatype="html"> 355 <trans-unit id="5235042777215655908" datatype="html">
365 <source>subtitles</source> 356 <source>subtitles</source>
366 <target state="translated">คำบรรยายใต้ภาพ</target> 357 <target state="translated">คำบรรยายใต้ภาพ</target>
367 358 <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>
368 359 </trans-unit>
369 <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>
370 <trans-unit id="7513076467032912668" datatype="html"> 360 <trans-unit id="7513076467032912668" datatype="html">
371 <source>Format</source> 361 <source>Format</source>
372 <target state="new">Format</target> 362 <target state="new">Format</target>
373 363 <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>
374 <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> 364 </trans-unit>
375 <trans-unit id="187187500641108332" datatype="html"> 365 <trans-unit id="187187500641108332" datatype="html">
376 <source><x id="INTERPOLATION" equiv-text="{{ item.value.label }}"/> </source> 366 <source><x id="INTERPOLATION" equiv-text="{{ item.value.label }}"/> </source>
377 <target state="new"> 367 <target state="new">
@@ -384,33 +374,33 @@
384 <trans-unit id="7385834259346199883" datatype="html"> 374 <trans-unit id="7385834259346199883" datatype="html">
385 <source>Video stream</source> 375 <source>Video stream</source>
386 <target state="translated">สตรีมวิดีโอ</target> 376 <target state="translated">สตรีมวิดีโอ</target>
387 377 <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>
388 <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> 378 </trans-unit>
389 <trans-unit id="5496771215105419189" datatype="html"> 379 <trans-unit id="5496771215105419189" datatype="html">
390 <source>Audio stream</source> 380 <source>Audio stream</source>
391 <target state="translated">สตรีมเสียง</target> 381 <target state="translated">สตรีมเสียง</target>
392 382 <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>
393 <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> 383 </trans-unit>
394 <trans-unit id="6316149158173629264"> 384 <trans-unit id="6316149158173629264">
395 <source>Direct download</source> 385 <source>Direct download</source>
396 <target>ดาวน์โหลดตรง</target> 386 <target>ดาวน์โหลดตรง</target>
397 387 <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>
398 <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> 388 </trans-unit>
399 <trans-unit id="5910455707959454672"> 389 <trans-unit id="5910455707959454672">
400 <source>Torrent (.torrent file)</source> 390 <source>Torrent (.torrent file)</source>
401 <target>Torrent (ไฟล์ .torrent)</target> 391 <target>Torrent (ไฟล์ .torrent)</target>
402 392 <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>
403 <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> 393 </trans-unit>
404 <trans-unit id="5830517253429165613" datatype="html"> 394 <trans-unit id="5830517253429165613" datatype="html">
405 <source>Advanced</source> 395 <source>Advanced</source>
406 <target state="new"> Advanced </target> 396 <target state="new"> Advanced </target>
407 397 <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>
408 <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> 398 </trans-unit>
409 <trans-unit id="4493457595110310369" datatype="html"> 399 <trans-unit id="4493457595110310369" datatype="html">
410 <source>Simple</source> 400 <source>Simple</source>
411 <target state="new"> Simple </target> 401 <target state="new"> Simple </target>
412 402 <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>
413 <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> 403 </trans-unit>
414 <trans-unit id="1006562256968398209" datatype="html"> 404 <trans-unit id="1006562256968398209" datatype="html">
415 <source>video</source> 405 <source>video</source>
416 <target state="translated">วิดีโอ</target> 406 <target state="translated">วิดีโอ</target>
@@ -420,13 +410,13 @@
420 <trans-unit id="6995024616159044376" datatype="html"> 410 <trans-unit id="6995024616159044376" datatype="html">
421 <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> 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>
422 <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> 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>
423 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>
424 <context-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> 414 </trans-unit>
425 <trans-unit id="7873395933409147217" datatype="html"> 415 <trans-unit id="7873395933409147217" datatype="html">
426 <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> 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>
427 <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> 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>
428 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>
429 <context-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> 419 </trans-unit>
430 <trans-unit id="5235042777215655908" datatype="html"> 420 <trans-unit id="5235042777215655908" datatype="html">
431 <source>subtitles</source> 421 <source>subtitles</source>
432 <target state="translated">คำบรรยายใต้ภาพ</target> 422 <target state="translated">คำบรรยายใต้ภาพ</target>
@@ -437,16 +427,16 @@
437 <target> 427 <target>
438 ยกเลิก 428 ยกเลิก
439 </target> 429 </target>
440 430 <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>
441 431 <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>
442 <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> 432 </trans-unit>
443 <trans-unit id="3099741642167775297"> 433 <trans-unit id="3099741642167775297">
444 <source>Download</source> 434 <source>Download</source>
445 <target>ดาวน์โหลด</target> 435 <target>ดาวน์โหลด</target>
446 436 <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>
447 437 <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>
448 438 <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>
449 <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> 439 </trans-unit>
450 <trans-unit id="6325096236207614377"> 440 <trans-unit id="6325096236207614377">
451 <source>Reason...</source> 441 <source>Reason...</source>
452 <target>เหตุผล...</target> 442 <target>เหตุผล...</target>
@@ -481,8 +471,10 @@
481 <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> 471 <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>
482 <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> 472 <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>
483 <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> 473 <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>
484 </trans-unit><trans-unit id="8343217707114977013" datatype="html"> 474 </trans-unit>
485 <source>The contact form is not enabled on this instance.</source><target state="new">The contact form is not enabled on this instance.</target> 475 <trans-unit id="8343217707114977013" datatype="html">
476 <source>The contact form is not enabled on this instance.</source>
477 <target state="new">The contact form is not enabled on this instance.</target>
486 <context-group purpose="location"> 478 <context-group purpose="location">
487 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context> 479 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context>
488 <context context-type="linenumber">56</context> 480 <context context-type="linenumber">56</context>
@@ -502,7 +494,7 @@
502 </trans-unit> 494 </trans-unit>
503 <trans-unit id="4710350176324657996" datatype="html"> 495 <trans-unit id="4710350176324657996" datatype="html">
504 <source>This will ask remote instances to delete it</source> 496 <source>This will ask remote instances to delete it</source>
505 <target state="translated">การดำเนินการนี้จะขอให้เว็บไซต์อื่นลบเนื้อหานี้</target> 497 <target state="translated">การดำเนินการนี้จะขอให้เซิร์ฟเวอร์อื่นลบเนื้อหานี้</target>
506 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.html</context><context context-type="linenumber">27</context></context-group> 498 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.html</context><context context-type="linenumber">27</context></context-group>
507 </trans-unit> 499 </trans-unit>
508 <trans-unit id="1974768985735973432" datatype="html"> 500 <trans-unit id="1974768985735973432" datatype="html">
@@ -518,16 +510,16 @@
518 <trans-unit id="7539427273132299890"> 510 <trans-unit id="7539427273132299890">
519 <source>Unlisted</source> 511 <source>Unlisted</source>
520 <target>ไม่เปิดเผย</target> 512 <target>ไม่เปิดเผย</target>
521 513 <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>
522 514 <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>
523 <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> 515 </trans-unit>
524 <trans-unit id="3686284950598311784"> 516 <trans-unit id="3686284950598311784">
525 <source>Private</source> 517 <source>Private</source>
526 <target>ส่วนตัว</target> 518 <target>ส่วนตัว</target>
527 519 <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>
528 520 <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>
529 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">33</context></context-group>
530 <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> 522 </trans-unit>
531 <trans-unit id="7688104409544625220" datatype="html"> 523 <trans-unit id="7688104409544625220" datatype="html">
532 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION"/> views}}</source> 524 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION"/> views}}</source>
533 <target state="translated">{VAR_PLURAL, plural, =1 {การดู 1 ครั้ง} other {การดู 525 <target state="translated">{VAR_PLURAL, plural, =1 {การดู 1 ครั้ง} other {การดู
@@ -538,12 +530,13 @@
538 <trans-unit id="8856905278208146821" datatype="html"> 530 <trans-unit id="8856905278208146821" datatype="html">
539 <source><x id="ICU" equiv-text="{getTotalVideosOf(videoChannel), plural, =1 {1 videos} other {{{ getTotalVideosOf(videoChannel) }} videos}}"/> </source> 531 <source><x id="ICU" equiv-text="{getTotalVideosOf(videoChannel), plural, =1 {1 videos} other {{{ getTotalVideosOf(videoChannel) }} videos}}"/> </source>
540 <target state="translated"><x id="ICU" equiv-text="{video.views, plural, =1 {การดู 1 ครั้ง} other {การดู {{ video.views | myNumberFormatter }} ครั้ง}} "/> </target> 532 <target state="translated"><x id="ICU" equiv-text="{video.views, plural, =1 {การดู 1 ครั้ง} other {การดู {{ video.views | myNumberFormatter }} ครั้ง}} "/> </target>
541 533 <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>
542 534 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">41</context></context-group>
543 535 <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>
544 536 <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>
545 537 <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>
546 <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> 538 <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>
539 </trans-unit>
547 <trans-unit id="8562063050145802350" datatype="html"> 540 <trans-unit id="8562063050145802350" datatype="html">
548 <source>{VAR_PLURAL, plural, =1 {1 viewer} other {<x id="INTERPOLATION"/> viewers}}</source> 541 <source>{VAR_PLURAL, plural, =1 {1 viewer} other {<x id="INTERPOLATION"/> viewers}}</source>
549 <target state="translated">{VAR_PLURAL, plural, =1 {ผู้ชม 1 คน} other {ผู้ชม <x id="INTERPOLATION"/> คน}}</target> 542 <target state="translated">{VAR_PLURAL, plural, =1 {ผู้ชม 1 คน} other {ผู้ชม <x id="INTERPOLATION"/> คน}}</target>
@@ -571,15 +564,15 @@
571 <trans-unit id="9081463435738465430" datatype="html"> 564 <trans-unit id="9081463435738465430" datatype="html">
572 <source>Blocked</source> 565 <source>Blocked</source>
573 <target state="translated">ถูกบล็อก</target> 566 <target state="translated">ถูกบล็อก</target>
574 567 <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>
575 <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> 568 </trans-unit>
576 <trans-unit id="3514509630940272440"> 569 <trans-unit id="3514509630940272440">
577 <source>Sensitive</source> 570 <source>Sensitive</source>
578 <target> 571 <target>
579 มีเนื้อหาไม่เหมาะสม 572 มีเนื้อหาไม่เหมาะสม
580 </target> 573 </target>
581 574 <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>
582 <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> 575 </trans-unit>
583 <trans-unit id="7766488542631150871"> 576 <trans-unit id="7766488542631150871">
584 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION"/> videos}}</source> 577 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION"/> videos}}</source>
585 <target>{VAR_PLURAL, plural, =0 {ไม่มีวิดีโอ} =1 {1 วิดีโอ} other { 578 <target>{VAR_PLURAL, plural, =0 {ไม่มีวิดีโอ} =1 {1 วิดีโอ} other {
@@ -593,15 +586,13 @@
593 <target> 586 <target>
594 <x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/> 587 <x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/>
595 </target> 588 </target>
596 589 <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>
597 <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> 590 </trans-unit>
598 <trans-unit id="3044142083883783523"> 591 <trans-unit id="3044142083883783523">
599 <source>Updated <x id="INTERPOLATION"/></source> 592 <source>Updated <x id="INTERPOLATION"/></source>
600 <target>อัปเดตเมื่อ 593 <target>อัปเดตเมื่อ <x id="INTERPOLATION"/></target>
601 <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/> 594 <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>
602 </target> 595 </trans-unit>
603
604 <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>
605 <trans-unit id="5643561794785412000" datatype="html"> 596 <trans-unit id="5643561794785412000" datatype="html">
606 <source>Unavailable</source> 597 <source>Unavailable</source>
607 <target state="translated">ไม่พร้อมใช้งาน</target> 598 <target state="translated">ไม่พร้อมใช้งาน</target>
@@ -610,10 +601,10 @@
610 <trans-unit id="6381490568322624964" datatype="html"> 601 <trans-unit id="6381490568322624964" datatype="html">
611 <source>Deleted</source> 602 <source>Deleted</source>
612 <target state="translated">ถูกลบ</target> 603 <target state="translated">ถูกลบ</target>
613 604 <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>
614 605 <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>
615 606 <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>
616 <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> 607 </trans-unit>
617 <trans-unit id="5263519165976128456"> 608 <trans-unit id="5263519165976128456">
618 <source>Edit starts/stops at</source> 609 <source>Edit starts/stops at</source>
619 <target>แก้ไขช่วงเวลาเริ่ม/จบ</target> 610 <target>แก้ไขช่วงเวลาเริ่ม/จบ</target>
@@ -656,40 +647,40 @@
656 </trans-unit> 647 </trans-unit>
657 <trans-unit id="3594371452042277118" datatype="html"> 648 <trans-unit id="3594371452042277118" datatype="html">
658 <source>Videos with the most interactions for recent videos, minus user history</source> 649 <source>Videos with the most interactions for recent videos, minus user history</source>
659 <target state="new">Videos with the most interactions for recent videos, minus user history</target> 650 <target state="translated">วิดีโอล่าสุดที่มีการโต้ตอบมากที่สุด ยกเว้นประวัติของผู้ใช้</target>
660 <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> 651 <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>
661 </trans-unit> 652 </trans-unit>
662 <trans-unit id="7022070615528435141"> 653 <trans-unit id="7022070615528435141">
663 <source>Delete</source> 654 <source>Delete</source>
664 <target>ลบ</target> 655 <target>ลบ</target>
665 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>
666 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>
667 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>
668 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>
669 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>
670 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>
671 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>
672 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>
673 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>
674 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>
675 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>
676 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>
677 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>
678 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>
679 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>
680 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>
681 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>
682 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>
683 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>
684 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>
685 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>
686 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>
687 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>
688 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>
689 <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> 680 </trans-unit>
690 <trans-unit id="158575725114802951" datatype="html"> 681 <trans-unit id="158575725114802951" datatype="html">
691 <source>Only live videos</source> 682 <source>Only live videos</source>
692 <target state="new">Only live videos</target> 683 <target state="translated">เฉพาะวิดีโอสด</target>
693 <context-group purpose="location"> 684 <context-group purpose="location">
694 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context> 685 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context>
695 <context context-type="linenumber">53</context> 686 <context context-type="linenumber">53</context>
@@ -717,11 +708,11 @@
717 <trans-unit id="8461609631969932886" datatype="html"> 708 <trans-unit id="8461609631969932886" datatype="html">
718 <source>Hide</source> 709 <source>Hide</source>
719 <target state="translated">ซ่อน</target> 710 <target state="translated">ซ่อน</target>
720 711 <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>
721 712 <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>
722 713 <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>
723 714 <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>
724 <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> 715 </trans-unit>
725 <trans-unit id="8461842260159597706" datatype="html"> 716 <trans-unit id="8461842260159597706" datatype="html">
726 <source>Show</source> 717 <source>Show</source>
727 <target state="translated">แสดง</target> 718 <target state="translated">แสดง</target>
@@ -758,12 +749,12 @@
758 </trans-unit> 749 </trans-unit>
759 <trans-unit id="6691897331062834756" datatype="html"> 750 <trans-unit id="6691897331062834756" datatype="html">
760 <source>Subscribe with an account on this instance</source> 751 <source>Subscribe with an account on this instance</source>
761 <target state="translated">ติดตามด้วยบัญชีบนเว็บไซต์นี้</target> 752 <target state="translated">ติดตามด้วยบัญชีบนเซิร์ฟเวอร์นี้</target>
762 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.html</context><context context-type="linenumber">57</context></context-group> 753 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.html</context><context context-type="linenumber">57</context></context-group>
763 </trans-unit> 754 </trans-unit>
764 <trans-unit id="1740917574463702967"> 755 <trans-unit id="1740917574463702967">
765 <source>Subscribe with your local account</source> 756 <source>Subscribe with your local account</source>
766 <target>ติดตามด้วยบัญชีของเ์นี้</target> 757 <target>ติดตามด้วยบัญชีของเนี้</target>
767 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.html</context><context context-type="linenumber">58</context></context-group> 758 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.html</context><context context-type="linenumber">58</context></context-group>
768 </trans-unit> 759 </trans-unit>
769 <trans-unit id="1096694538966074574" datatype="html"> 760 <trans-unit id="1096694538966074574" datatype="html">
@@ -865,7 +856,7 @@
865 </trans-unit> 856 </trans-unit>
866 <trans-unit id="7864066132065250510" datatype="html"> 857 <trans-unit id="7864066132065250510" datatype="html">
867 <source><x id="INTERPOLATION"/> per user / <x id="INTERPOLATION_1"/> per instance </source> 858 <source><x id="INTERPOLATION"/> per user / <x id="INTERPOLATION_1"/> per instance </source>
868 <target state="translated"><x id="INTERPOLATION"/> ต่อผู้ใช้ / <x id="INTERPOLATION_1"/> ต่อเว็บไซต์ </target> 859 <target state="translated"><x id="INTERPOLATION"/> ต่อผู้ใช้ / <x id="INTERPOLATION_1"/> ต่อเซิร์ฟเวอร์ </target>
869 <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> 860 <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>
870 </trans-unit> 861 </trans-unit>
871 <trans-unit id="486979448055158839" datatype="html"> 862 <trans-unit id="486979448055158839" datatype="html">
@@ -929,12 +920,12 @@
929 </trans-unit> 920 </trans-unit>
930 <trans-unit id="4603134051700562542" datatype="html"> 921 <trans-unit id="4603134051700562542" datatype="html">
931 <source>Loading instance statistics...</source> 922 <source>Loading instance statistics...</source>
932 <target state="translated">กำลังโหลดสถิติเ์...</target> 923 <target state="translated">กำลังโหลดสถิติเ...</target>
933 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">1</context></context-group> 924 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">1</context></context-group>
934 </trans-unit> 925 </trans-unit>
935 <trans-unit id="2906587845957718064"> 926 <trans-unit id="2906587845957718064">
936 <source>Local</source> 927 <source>Local</source>
937 <target>เ์นี้</target> 928 <target>เนี้</target>
938 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group> 929 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group>
939 </trans-unit> 930 </trans-unit>
940 <trans-unit id="1670306451865226564" datatype="html"> 931 <trans-unit id="1670306451865226564" datatype="html">
@@ -1011,17 +1002,17 @@
1011 <trans-unit id="2392488717875840729" datatype="html"> 1002 <trans-unit id="2392488717875840729" datatype="html">
1012 <source>User</source> 1003 <source>User</source>
1013 <target state="translated">ผู้ใช้</target> 1004 <target state="translated">ผู้ใช้</target>
1014 1005 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">21</context></context-group>
1015 1006 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">27</context></context-group>
1016 1007 <context-group purpose="location"><context context-type="sourcefile">src/app/core/users/user.service.ts</context><context context-type="linenumber">405</context></context-group>
1017 <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> 1008 </trans-unit>
1018 <trans-unit id="4209525355702493436"> 1009 <trans-unit id="4209525355702493436">
1019 <source>Ban</source> 1010 <source>Ban</source>
1020 <target>แบน</target> 1011 <target>แบน</target>
1021 1012 <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>
1022 1013 <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>
1023 1014 <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>
1024 <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> 1015 </trans-unit>
1025 <trans-unit id="7908493851025027368"> 1016 <trans-unit id="7908493851025027368">
1026 <source>A banned user will no longer be able to login.</source> 1017 <source>A banned user will no longer be able to login.</source>
1027 <target> 1018 <target>
@@ -1032,25 +1023,25 @@
1032 <trans-unit id="2159130950882492111"> 1023 <trans-unit id="2159130950882492111">
1033 <source>Cancel</source> 1024 <source>Cancel</source>
1034 <target>ยกเลิก</target> 1025 <target>ยกเลิก</target>
1035 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>
1036 1027 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group>
1037 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>
1038 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>
1039 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>
1040 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>
1041 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>
1042 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>
1043 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>
1044 1035 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group>
1045 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>
1046 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>
1047 1038 <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>
1048 1039 <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>
1049 1040 <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>
1050 1041 <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>
1051 1042 <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>
1052 1043 <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>
1053 <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> 1044 </trans-unit>
1054 <trans-unit id="3616223838716839702"> 1045 <trans-unit id="3616223838716839702">
1055 <source>Ban this user</source> 1046 <source>Ban this user</source>
1056 <target>แบนผู้ใช้นี้</target> 1047 <target>แบนผู้ใช้นี้</target>
@@ -1058,14 +1049,12 @@
1058 </trans-unit> 1049 </trans-unit>
1059 <trans-unit id="4526499522377118108" datatype="html"> 1050 <trans-unit id="4526499522377118108" datatype="html">
1060 <source>Block video "<x id="INTERPOLATION"/>"</source> 1051 <source>Block video "<x id="INTERPOLATION"/>"</source>
1061 <target state="new">Block video " 1052 <target state="translated">บล็อกวิดีโอ "<x id="INTERPOLATION"/>"</target>
1062 <x id="INTERPOLATION" equiv-text="{{ video.name }}"/>"
1063 </target>
1064 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.html</context><context context-type="linenumber">3</context></context-group> 1053 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.html</context><context context-type="linenumber">3</context></context-group>
1065 </trans-unit> 1054 </trans-unit>
1066 <trans-unit id="2992313729068029516" datatype="html"> 1055 <trans-unit id="2992313729068029516" datatype="html">
1067 <source>Block live "<x id="INTERPOLATION"/>"</source> 1056 <source>Block live "<x id="INTERPOLATION"/>"</source>
1068 <target state="new">Block live "<x id="INTERPOLATION"/>"</target> 1057 <target state="translated">บล็อกวิดีโอสด "<x id="INTERPOLATION"/>"</target>
1069 <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> 1058 <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>
1070 </trans-unit> 1059 </trans-unit>
1071 <trans-unit id="7256462927215762997" datatype="html"> 1060 <trans-unit id="7256462927215762997" datatype="html">
@@ -1117,7 +1106,7 @@
1117 </trans-unit> 1106 </trans-unit>
1118 <trans-unit id="7252854992688790751" datatype="html"> 1107 <trans-unit id="7252854992688790751" datatype="html">
1119 <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> 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>
1120 <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> 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>
1121 <context-group purpose="location"> 1110 <context-group purpose="location">
1122 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1111 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1123 <context context-type="linenumber">60,62</context> 1112 <context context-type="linenumber">60,62</context>
@@ -1125,7 +1114,7 @@
1125 </trans-unit> 1114 </trans-unit>
1126 <trans-unit id="7215649348148521605" datatype="html"> 1115 <trans-unit id="7215649348148521605" datatype="html">
1127 <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> 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>
1128 <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> 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>
1129 <context-group purpose="location"> 1118 <context-group purpose="location">
1130 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1119 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1131 <context context-type="linenumber">65,67</context> 1120 <context context-type="linenumber">65,67</context>
@@ -1178,10 +1167,10 @@
1178 <trans-unit id="2454050363478003966"> 1167 <trans-unit id="2454050363478003966">
1179 <source>Login</source> 1168 <source>Login</source>
1180 <target>เข้าสู่ระบบ</target> 1169 <target>เข้าสู่ระบบ</target>
1181 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>
1182 1171 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group>
1183 1172 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group>
1184 <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> 1173 </trans-unit>
1185 <trans-unit id="3183213940445113677" datatype="html"> 1174 <trans-unit id="3183213940445113677" datatype="html">
1186 <source>Or sign in with</source> 1175 <source>Or sign in with</source>
1187 <target state="translated">หรือเข้าสู่ระบบด้วย</target> 1176 <target state="translated">หรือเข้าสู่ระบบด้วย</target>
@@ -1233,7 +1222,7 @@ The link will expire within 1 hour.</source>
1233 </trans-unit> 1222 </trans-unit>
1234 <trans-unit id="4319634264526091601" datatype="html"> 1223 <trans-unit id="4319634264526091601" datatype="html">
1235 <source>on this instance</source> 1224 <source>on this instance</source>
1236 <target state="translated">บนเ์นี้</target> 1225 <target state="translated">บนเนี้</target>
1237 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">7</context></context-group> 1226 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">7</context></context-group>
1238 </trans-unit> 1227 </trans-unit>
1239 <trans-unit id="761579517995454927" datatype="html"> 1228 <trans-unit id="761579517995454927" datatype="html">
@@ -1243,7 +1232,7 @@ The link will expire within 1 hour.</source>
1243 </trans-unit> 1232 </trans-unit>
1244 <trans-unit id="8434369348784683733" datatype="html"> 1233 <trans-unit id="8434369348784683733" datatype="html">
1245 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span class=&quot;search-value&quot;>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source> 1234 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span class=&quot;search-value&quot;>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
1246 <target state="new">for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span class=&quot;search-value&quot;>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target> 1235 <target state="translated">สำหรับ <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span class=&quot;search-value&quot;>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
1247 <context-group purpose="location"> 1236 <context-group purpose="location">
1248 <context context-type="sourcefile">src/app/+search/search.component.html</context> 1237 <context context-type="sourcefile">src/app/+search/search.component.html</context>
1249 <context context-type="linenumber">10</context> 1238 <context context-type="linenumber">10</context>
@@ -1290,9 +1279,9 @@ The link will expire within 1 hour.</source>
1290 <trans-unit id="5018804994794983050" datatype="html"> 1279 <trans-unit id="5018804994794983050" datatype="html">
1291 <source>Signup</source> 1280 <source>Signup</source>
1292 <target state="translated">ลงทะเบียน</target> 1281 <target state="translated">ลงทะเบียน</target>
1293
1294 <note priority="1" from="description">Button on the registration form to finalize the account and channel creation</note> 1282 <note priority="1" from="description">Button on the registration form to finalize the account and channel creation</note>
1295 <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> 1283 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context><context context-type="linenumber">68</context></context-group>
1284 </trans-unit>
1296 <trans-unit id="5340005218109333045"> 1285 <trans-unit id="5340005218109333045">
1297 <source>Filters <x id="START_TAG_SPAN"/><x id="INTERPOLATION"/><x id="CLOSE_TAG_SPAN"/></source> 1286 <source>Filters <x id="START_TAG_SPAN"/><x id="INTERPOLATION"/><x id="CLOSE_TAG_SPAN"/></source>
1298 <target> 1287 <target>
@@ -1473,9 +1462,9 @@ The link will expire within 1 hour.</source>
1473 <trans-unit id="4116024528500133384" datatype="html"> 1462 <trans-unit id="4116024528500133384" datatype="html">
1474 <source>My settings</source> 1463 <source>My settings</source>
1475 <target state="translated">การตั้งค่าของฉัน</target> 1464 <target state="translated">การตั้งค่าของฉัน</target>
1476 1465 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">119</context></context-group>
1477 1466 <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>
1478 <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> 1467 </trans-unit>
1479 <trans-unit id="1420294365005204590" datatype="html"> 1468 <trans-unit id="1420294365005204590" datatype="html">
1480 <source>These settings apply only to your session on this instance.</source> 1469 <source>These settings apply only to your session on this instance.</source>
1481 <target state="new">These settings apply only to your session on this instance.</target> 1470 <target state="new">These settings apply only to your session on this instance.</target>
@@ -1531,83 +1520,83 @@ The link will expire within 1 hour.</source>
1531 <trans-unit id="5464118521750361406" datatype="html"> 1520 <trans-unit id="5464118521750361406" datatype="html">
1532 <source>Public profile</source> 1521 <source>Public profile</source>
1533 <target state="translated">โปรไฟล์สาธารณะ</target> 1522 <target state="translated">โปรไฟล์สาธารณะ</target>
1534 1523 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">28</context></context-group>
1535 <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> 1524 </trans-unit>
1536 <trans-unit id="7773271640656013365" datatype="html"> 1525 <trans-unit id="7773271640656013365" datatype="html">
1537 <source>Interface:</source> 1526 <source>Interface:</source>
1538 <target state="translated">อินเตอร์เฟซ:</target> 1527 <target state="translated">อินเตอร์เฟซ:</target>
1539 1528 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group>
1540 <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> 1529 </trans-unit>
1541 <trans-unit id="1674139713929545659" datatype="html"> 1530 <trans-unit id="1674139713929545659" datatype="html">
1542 <source>Videos:</source> 1531 <source>Videos:</source>
1543 <target state="translated">วิดีโอ:</target> 1532 <target state="translated">วิดีโอ:</target>
1544 1533 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group>
1545 <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> 1534 </trans-unit>
1546 <trans-unit id="9156407045661257130" datatype="html"> 1535 <trans-unit id="9156407045661257130" datatype="html">
1547 <source>Sensitive:</source> 1536 <source>Sensitive:</source>
1548 <target state="translated">เนื้อหาที่ไม่เหมาะสม:</target> 1537 <target state="translated">เนื้อหาที่ไม่เหมาะสม:</target>
1549 1538 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">52</context></context-group>
1550 <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> 1539 </trans-unit>
1551 <trans-unit id="3430483831942247060" datatype="html"> 1540 <trans-unit id="3430483831942247060" datatype="html">
1552 <source>Help share videos</source> 1541 <source>Help share videos</source>
1553 <target state="translated">ช่วยแบ่งปันข้อมูลวิดีโอ</target> 1542 <target state="translated">ช่วยแบ่งปันข้อมูลวิดีโอ</target>
1554 1543 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">58</context></context-group>
1555 <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> 1544 </trans-unit>
1556 <trans-unit id="7005745151564974365" datatype="html"> 1545 <trans-unit id="7005745151564974365" datatype="html">
1557 <source>Keyboard shortcuts</source> 1546 <source>Keyboard shortcuts</source>
1558 <target state="translated">ปุ่มลัดคีย์บอร์ด</target> 1547 <target state="translated">ปุ่มลัดคีย์บอร์ด</target>
1559 1548 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">67</context></context-group>
1560 1549 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">141</context></context-group>
1561 <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> 1550 </trans-unit>
1562 <trans-unit id="6307374733149824815" datatype="html"> 1551 <trans-unit id="6307374733149824815" datatype="html">
1563 <source>powered by PeerTube - CopyLeft 2015-2021</source> 1552 <source>powered by PeerTube - CopyLeft 2015-2021</source>
1564 <target state="translated">ขับเคลื่อนโดย PeerTube - กอปปีเลฟต์ 2015-2021</target> 1553 <target state="translated">ขับเคลื่อนโดย PeerTube - กอปปีเลฟต์ 2015-2021</target>
1565 1554 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">146</context></context-group>
1566 <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> 1555 </trans-unit>
1567 <trans-unit id="7911416166208830577" datatype="html"> 1556 <trans-unit id="7911416166208830577" datatype="html">
1568 <source>Help</source> 1557 <source>Help</source>
1569 <target state="translated">ช่วยเหลือ</target> 1558 <target state="translated">ช่วยเหลือ</target>
1570 1559 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">137</context></context-group>
1571 <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> 1560 </trans-unit>
1572 <trans-unit id="8378304669563824772" datatype="html"> 1561 <trans-unit id="8378304669563824772" datatype="html">
1573 <source>Get help using PeerTube</source> 1562 <source>Get help using PeerTube</source>
1574 <target state="translated">ขอความช่วยเหลือในการใช้งาน PeerTube</target> 1563 <target state="translated">ขอความช่วยเหลือในการใช้งาน PeerTube</target>
1575 1564 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">137</context></context-group>
1576 <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> 1565 </trans-unit>
1577 <trans-unit id="2497681082724639563" datatype="html"> 1566 <trans-unit id="2497681082724639563" datatype="html">
1578 <source>powered by PeerTube</source> 1567 <source>powered by PeerTube</source>
1579 <target state="translated">ขับเคลื่อนโดย PeerTube</target> 1568 <target state="translated">ขับเคลื่อนโดย PeerTube</target>
1580 1569 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">147</context></context-group>
1581 <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> 1570 </trans-unit>
1582 <trans-unit id="7507948636555938109"> 1571 <trans-unit id="7507948636555938109">
1583 <source>Log out</source> 1572 <source>Log out</source>
1584 <target>ออกจากระบบ</target> 1573 <target>ออกจากระบบ</target>
1585 1574 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group>
1586 <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> 1575 </trans-unit>
1587 <trans-unit id="8893390761160292681" datatype="html"> 1576 <trans-unit id="8893390761160292681" datatype="html">
1588 <source>My account</source> 1577 <source>My account</source>
1589 <target state="translated">บัญชีของฉัน</target> 1578 <target state="translated">บัญชีของฉัน</target>
1590 1579 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">83</context></context-group>
1591 <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> 1580 </trans-unit>
1592 <trans-unit id="6371572688505952303" datatype="html"> 1581 <trans-unit id="6371572688505952303" datatype="html">
1593 <source>My library</source> 1582 <source>My library</source>
1594 <target state="translated">คลังของฉัน</target> 1583 <target state="translated">คลังของฉัน</target>
1595 1584 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">88</context></context-group>
1596 <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> 1585 </trans-unit>
1597 <trans-unit id="2308975396733519902"> 1586 <trans-unit id="2308975396733519902">
1598 <source>Create an account</source> 1587 <source>Create an account</source>
1599 <target>สร้างบัญชีผู้ใช้</target> 1588 <target>สร้างบัญชีผู้ใช้</target>
1600 1589 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group>
1601 1590 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group>
1602 <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> 1591 </trans-unit>
1603
1604 <trans-unit id="3058024914967508975" datatype="html"> 1592 <trans-unit id="3058024914967508975" datatype="html">
1605 <source>My videos</source> 1593 <source>My videos</source>
1606 <target state="translated">วิดีโอของฉัน</target> 1594 <target state="translated">วิดีโอของฉัน</target>
1607 1595 <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>
1608 1596 <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>
1609 1597 <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>
1610 <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> 1598 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">77</context></context-group>
1599 </trans-unit>
1611 <trans-unit id="3108704604266608109" datatype="html"> 1600 <trans-unit id="3108704604266608109" datatype="html">
1612 <source>My video imports</source> 1601 <source>My video imports</source>
1613 <target state="new">My video imports</target> 1602 <target state="new">My video imports</target>
@@ -1616,9 +1605,10 @@ The link will expire within 1 hour.</source>
1616 <trans-unit id="7545420287297803988" datatype="html"> 1605 <trans-unit id="7545420287297803988" datatype="html">
1617 <source>My playlists</source> 1606 <source>My playlists</source>
1618 <target state="translated">เพลย์ลิสต์ของฉัน</target> 1607 <target state="translated">เพลย์ลิสต์ของฉัน</target>
1619 1608 <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>
1620 1609 <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>
1621 <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> 1610 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">86</context></context-group>
1611 </trans-unit>
1622 <trans-unit id="949618577357088829" datatype="html"> 1612 <trans-unit id="949618577357088829" datatype="html">
1623 <source>Create a new playlist</source> 1613 <source>Create a new playlist</source>
1624 <target state="translated">สร้างเพลย์ลิสต์ใหม่</target> 1614 <target state="translated">สร้างเพลย์ลิสต์ใหม่</target>
@@ -1627,89 +1617,91 @@ The link will expire within 1 hour.</source>
1627 <trans-unit id="2527931602940887636" datatype="html"> 1617 <trans-unit id="2527931602940887636" datatype="html">
1628 <source>My subscriptions</source> 1618 <source>My subscriptions</source>
1629 <target state="translated">การติดตามของฉัน</target> 1619 <target state="translated">การติดตามของฉัน</target>
1630 1620 <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>
1631 1621 <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>
1632 <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> 1622 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">92</context></context-group>
1623 </trans-unit>
1633 <trans-unit id="8936704404804793618"> 1624 <trans-unit id="8936704404804793618">
1634 <source>Videos</source> 1625 <source>Videos</source>
1635 <target>วิดีโอ</target> 1626 <target>วิดีโอ</target>
1636 1627 <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>
1637 1628 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">76</context></context-group>
1638 <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> 1629 </trans-unit>
1639 <trans-unit id="2689878465089314112" datatype="html"> 1630 <trans-unit id="2689878465089314112" datatype="html">
1640 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ currentInterfaceLanguage }}"/></source> 1631 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ currentInterfaceLanguage }}"/></source>
1641 <target state="translated">อินเตอร์เฟซ: <x id="INTERPOLATION" equiv-text="{{ currentInterfaceLanguage }}"/></target> 1632 <target state="translated">อินเตอร์เฟซ: <x id="INTERPOLATION" equiv-text="{{ currentInterfaceLanguage }}"/></target>
1642 1633 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">132</context></context-group>
1643 <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> 1634 </trans-unit>
1644 <trans-unit id="1823843876735462104"> 1635 <trans-unit id="1823843876735462104">
1645 <source>Playlists</source> 1636 <source>Playlists</source>
1646 <target>เพลย์ลิสต์</target> 1637 <target>เพลย์ลิสต์</target>
1647 1638 <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>
1648 1639 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">85</context></context-group>
1649 <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> 1640 </trans-unit>
1650 <trans-unit id="1812379335568847528"> 1641 <trans-unit id="1812379335568847528">
1651 <source>Subscriptions</source> 1642 <source>Subscriptions</source>
1652 <target>การติดตาม</target> 1643 <target>การติดตาม</target>
1653 1644 <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>
1654 1645 <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>
1655 1646 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/videos-routing.module.ts</context><context context-type="linenumber">57</context></context-group>
1656 1647 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">91</context></context-group>
1657 <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> 1648 </trans-unit>
1658 <trans-unit id="186236568870281953"> 1649 <trans-unit id="186236568870281953">
1659 <source>History</source> 1650 <source>History</source>
1660 <target>ประวัติ</target> 1651 <target>ประวัติ</target>
1661 1652 <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>
1662 1653 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">97</context></context-group>
1663 <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> 1654 </trans-unit>
1664 <trans-unit id="1504521795586863905" datatype="html"> 1655 <trans-unit id="1504521795586863905" datatype="html">
1665 <source>VIDEOS</source> 1656 <source>VIDEOS</source>
1666 <target state="translated">วิดีโอ</target> 1657 <target state="translated">วิดีโอ</target>
1667 1658 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group>
1668 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>
1669 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>
1670 <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> 1661 </trans-unit>
1671 <trans-unit id="667372110624203230" datatype="html"> 1662 <trans-unit id="667372110624203230" datatype="html">
1672 <source>Import jobs concurrency</source> 1663 <source>Import jobs concurrency</source>
1673 <target state="new">Import jobs concurrency</target> 1664 <target state="new">Import jobs concurrency</target>
1674 1665 <context-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>
1675 <context-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> 1666 </trans-unit>
1676 <trans-unit id="2184839376696112704" datatype="html"> 1667 <trans-unit id="2184839376696112704" datatype="html">
1677 <source>allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart.</source> 1668 <source>allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart.</source>
1678 <target state="new">allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart.</target> 1669 <target state="new">allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart.</target>
1679 1670 <context-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>
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">226</context></context-group></trans-unit> 1671 </trans-unit>
1681 <trans-unit id="780513172839038392" datatype="html"> 1672 <trans-unit id="780513172839038392" datatype="html">
1682 <source>jobs in parallel</source> 1673 <source>jobs in parallel</source>
1683 <target state="new">jobs in parallel</target> 1674 <target state="new">jobs in parallel</target>
1684 1675 <context-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>
1685 1676 <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>
1686 <context-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> 1677 </trans-unit>
1687 <trans-unit id="5997625369044180192" datatype="html"> 1678 <trans-unit id="5997625369044180192" datatype="html">
1688 <source>Allow import with HTTP URL (e.g. YouTube)</source> 1679 <source>Allow import with HTTP URL (e.g. YouTube)</source>
1689 <target state="new">Allow import with HTTP URL (e.g. YouTube)</target> 1680 <target state="new">Allow import with HTTP URL (e.g. YouTube)</target>
1690 1681 <context-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>
1691 <context-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> 1682 </trans-unit>
1692 <trans-unit id="7627544798203088407"> 1683 <trans-unit id="7627544798203088407">
1693 <source>Discover</source> 1684 <source>Discover</source>
1694 <target>สำรวจ</target> 1685 <target>สำรวจ</target>
1695 1686 <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>
1696 1687 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">125</context></context-group>
1697 <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> 1688 </trans-unit>
1698 <trans-unit id="7844706011418789951"> 1689 <trans-unit id="7844706011418789951">
1699 <source>Administration</source> 1690 <source>Administration</source>
1700 <target>การดูแล</target> 1691 <target>การดูแล</target>
1701 1692 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">93</context></context-group>
1702 <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> 1693 </trans-unit>
1703 <trans-unit id="1726363342938046830"> 1694 <trans-unit id="1726363342938046830">
1704 <source>About</source> 1695 <source>About</source>
1705 <target>เกี่ยวกับ</target> 1696 <target>เกี่ยวกับ</target>
1706 1697 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">124</context></context-group>
1707 <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> 1698 </trans-unit>
1708 <trans-unit id="7922989125096435449" datatype="html"> 1699 <trans-unit id="7922989125096435449" datatype="html">
1709 <source>Contact</source> 1700 <source>Contact</source>
1710 <target state="translated">ติดต่อ</target> 1701 <target state="translated">ติดต่อ</target>
1711 1702 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-routing.module.ts</context><context context-type="linenumber">37</context></context-group>
1712 <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> 1703 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">136</context></context-group>
1704 </trans-unit>
1713 <trans-unit id="403762424689874454"> 1705 <trans-unit id="403762424689874454">
1714 <source>View your notifications</source> 1706 <source>View your notifications</source>
1715 <target>ดูการแจ้งเตือนของคุณ</target> 1707 <target>ดูการแจ้งเตือนของคุณ</target>
@@ -1765,7 +1757,7 @@ The link will expire within 1 hour.</source>
1765 </trans-unit> 1757 </trans-unit>
1766 <trans-unit id="7366678433039425999" datatype="html"> 1758 <trans-unit id="7366678433039425999" datatype="html">
1767 <source>We couldn't find any resource tied to the URL <x id="INTERPOLATION" equiv-text="{{ pathname }}"/> you were looking for.</source> 1759 <source>We couldn't find any resource tied to the URL <x id="INTERPOLATION" equiv-text="{{ pathname }}"/> you were looking for.</source>
1768 <target state="new">We couldn't find any resource tied to the URL <x id="INTERPOLATION" equiv-text="{{ pathname }}"/> you were looking for.</target> 1760 <target state="translated">เราไม่พบเนื้อหาใด ๆ ที่ผูกกับ URL <x id="INTERPOLATION" equiv-text="{{ pathname }}"/> ที่คุณกำลังมองหาอยู่</target>
1769 <context-group purpose="location"> 1761 <context-group purpose="location">
1770 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context> 1762 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context>
1771 <context context-type="linenumber">8</context> 1763 <context context-type="linenumber">8</context>
@@ -1792,7 +1784,7 @@ The link will expire within 1 hour.</source>
1792 </trans-unit> 1784 </trans-unit>
1793 <trans-unit id="2213348264902218064" datatype="html"> 1785 <trans-unit id="2213348264902218064" datatype="html">
1794 <source>The resource may have been moved or deleted</source> 1786 <source>The resource may have been moved or deleted</source>
1795 <target state="new">The resource may have been moved or deleted</target> 1787 <target state="translated">เนื้อหาอาจถูกย้ายหรือลบไปแล้ว</target>
1796 <context-group purpose="location"> 1788 <context-group purpose="location">
1797 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context> 1789 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context>
1798 <context context-type="linenumber">18</context> 1790 <context context-type="linenumber">18</context>
@@ -1805,12 +1797,12 @@ The link will expire within 1 hour.</source>
1805 </trans-unit> 1797 </trans-unit>
1806 <trans-unit id="3290262698447971494" datatype="html"> 1798 <trans-unit id="3290262698447971494" datatype="html">
1807 <source>You are not authorized here.</source> 1799 <source>You are not authorized here.</source>
1808 <target state="new">You are not authorized here.</target> 1800 <target state="translated">คุณไม่ได้รับอนุญาตในหน้านี้</target>
1809 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context><context context-type="linenumber">27</context></context-group> 1801 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context><context context-type="linenumber">27</context></context-group>
1810 </trans-unit> 1802 </trans-unit>
1811 <trans-unit id="6209939621665316894" datatype="html"> 1803 <trans-unit id="6209939621665316894" datatype="html">
1812 <source>You might need to check your account is allowed by the video or instance owner.</source> 1804 <source>You might need to check your account is allowed by the video or instance owner.</source>
1813 <target state="new">You might need to check your account is allowed by the video or instance owner.</target> 1805 <target state="translated">คุณอาจต้องตรวจสอบว่าบัญชีของคุณได้รับอนุญาตโดยเจ้าของวิดีโอหรือเซิร์ฟเวอร์หรือไม่</target>
1814 <context-group purpose="location"> 1806 <context-group purpose="location">
1815 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context> 1807 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context>
1816 <context context-type="linenumber">30</context> 1808 <context context-type="linenumber">30</context>
@@ -1818,7 +1810,7 @@ The link will expire within 1 hour.</source>
1818 </trans-unit> 1810 </trans-unit>
1819 <trans-unit id="3543381263966122204" datatype="html"> 1811 <trans-unit id="3543381263966122204" datatype="html">
1820 <source>You might need to check your account is allowed by the resource or instance owner.</source> 1812 <source>You might need to check your account is allowed by the resource or instance owner.</source>
1821 <target state="new">You might need to check your account is allowed by the resource or instance owner.</target> 1813 <target state="translated">คุณอาจต้องตรวจสอบว่าบัญชีของคุณได้รับอนุญาตโดยเจ้าของเนื้อหาหรือเซิร์ฟเวอร์หรือไม่</target>
1822 <context-group purpose="location"> 1814 <context-group purpose="location">
1823 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context> 1815 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context>
1824 <context context-type="linenumber">31</context> 1816 <context context-type="linenumber">31</context>
@@ -1841,7 +1833,6 @@ The link will expire within 1 hour.</source>
1841 <target state="translated">สื่อมีขนาดใหญ่เกินที่จะอยู่บนเซิร์ฟเวอร์ โปรดติดต่อผู้ดูแลระบบหากคุณต้องการเพิ่มขีดจำกัดขนาด</target> 1833 <target state="translated">สื่อมีขนาดใหญ่เกินที่จะอยู่บนเซิร์ฟเวอร์ โปรดติดต่อผู้ดูแลระบบหากคุณต้องการเพิ่มขีดจำกัดขนาด</target>
1842 <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> 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>
1843 </trans-unit> 1835 </trans-unit>
1844
1845 <trans-unit id="5131854469652959713" datatype="html"> 1836 <trans-unit id="5131854469652959713" datatype="html">
1846 <source>GLOBAL SEARCH</source> 1837 <source>GLOBAL SEARCH</source>
1847 <target state="translated">ค้นหาทุกเซิร์ฟเวอร์</target> 1838 <target state="translated">ค้นหาทุกเซิร์ฟเวอร์</target>
@@ -1872,12 +1863,12 @@ The link will expire within 1 hour.</source>
1872 </trans-unit> 1863 </trans-unit>
1873 <trans-unit id="3416071273413341159" datatype="html"> 1864 <trans-unit id="3416071273413341159" datatype="html">
1874 <source>any instance</source> 1865 <source>any instance</source>
1875 <target state="translated">ทุกเ์</target> 1866 <target state="translated">ทุกเ</target>
1876 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">42</context></context-group> 1867 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">42</context></context-group>
1877 </trans-unit> 1868 </trans-unit>
1878 <trans-unit id="1764675694412365696" datatype="html"> 1869 <trans-unit id="1764675694412365696" datatype="html">
1879 <source>only followed instances</source> 1870 <source>only followed instances</source>
1880 <target state="translated">เฉพาะเ์ที่ติดตาม</target> 1871 <target state="translated">เฉพาะเที่ติดตาม</target>
1881 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">43</context></context-group> 1872 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">43</context></context-group>
1882 </trans-unit> 1873 </trans-unit>
1883 <trans-unit id="6462732349450217281" datatype="html"> 1874 <trans-unit id="6462732349450217281" datatype="html">
@@ -1903,7 +1894,7 @@ The link will expire within 1 hour.</source>
1903 </trans-unit> 1894 </trans-unit>
1904 <trans-unit id="2468689683507870964" datatype="html"> 1895 <trans-unit id="2468689683507870964" datatype="html">
1905 <source>In this instance's network</source> 1896 <source>In this instance's network</source>
1906 <target state="translated">ในเครือข่ายของเว็บไซต์นี้</target> 1897 <target state="translated">ในเครือข่ายของเซิร์ฟเวอร์นี้</target>
1907 <context-group purpose="location"><context context-type="sourcefile">src/app/header/suggestion.component.html</context><context context-type="linenumber">14</context></context-group> 1898 <context-group purpose="location"><context context-type="sourcefile">src/app/header/suggestion.component.html</context><context context-type="linenumber">14</context></context-group>
1908 </trans-unit> 1899 </trans-unit>
1909 <trans-unit id="4494942989613184609" datatype="html"> 1900 <trans-unit id="4494942989613184609" datatype="html">
@@ -1975,9 +1966,9 @@ The link will expire within 1 hour.</source>
1975 <trans-unit id="7410432243549869948"> 1966 <trans-unit id="7410432243549869948">
1976 <source>Duration</source> 1967 <source>Duration</source>
1977 <target>ความยาว</target> 1968 <target>ความยาว</target>
1978 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>
1979 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>
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> 1971 </trans-unit>
1981 <trans-unit id="3589238979642505685"> 1972 <trans-unit id="3589238979642505685">
1982 <source>Display sensitive content</source> 1973 <source>Display sensitive content</source>
1983 <target>แสดงเนื้อหาที่ไม่เหมาะสม</target> 1974 <target>แสดงเนื้อหาที่ไม่เหมาะสม</target>
@@ -1996,10 +1987,10 @@ The link will expire within 1 hour.</source>
1996 <trans-unit id="1806667489382256324"> 1987 <trans-unit id="1806667489382256324">
1997 <source>Category</source> 1988 <source>Category</source>
1998 <target>หมวดหมู่</target> 1989 <target>หมวดหมู่</target>
1999 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>
2000 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>
2001 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>
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> 1993 </trans-unit>
2003 <trans-unit id="5478121364779850827" datatype="html"> 1994 <trans-unit id="5478121364779850827" datatype="html">
2004 <source>Reset</source> 1995 <source>Reset</source>
2005 <target state="translated">รีเซ็ต</target> 1996 <target state="translated">รีเซ็ต</target>
@@ -2017,10 +2008,10 @@ The link will expire within 1 hour.</source>
2017 <trans-unit id="9065795501872450602"> 2008 <trans-unit id="9065795501872450602">
2018 <source>Licence</source> 2009 <source>Licence</source>
2019 <target>ลิขสิทธิ์</target> 2010 <target>ลิขสิทธิ์</target>
2020 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>
2021 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>
2022 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>
2023 <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> 2014 </trans-unit>
2024 <trans-unit id="4184995865179898060" datatype="html"> 2015 <trans-unit id="4184995865179898060" datatype="html">
2025 <source>Display all licenses</source> 2016 <source>Display all licenses</source>
2026 <target state="translated">แสดงทุกสัญญาอนุญาต</target> 2017 <target state="translated">แสดงทุกสัญญาอนุญาต</target>
@@ -2029,11 +2020,11 @@ The link will expire within 1 hour.</source>
2029 <trans-unit id="2826581353496868063"> 2020 <trans-unit id="2826581353496868063">
2030 <source>Language</source> 2021 <source>Language</source>
2031 <target>ภาษา</target> 2022 <target>ภาษา</target>
2032 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>
2033 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>
2034 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>
2035 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>
2036 <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> 2027 </trans-unit>
2037 <trans-unit id="7904142744051432458" datatype="html"> 2028 <trans-unit id="7904142744051432458" datatype="html">
2038 <source>Display all languages</source> 2029 <source>Display all languages</source>
2039 <target state="translated">แสดงทุกภาษา</target> 2030 <target state="translated">แสดงทุกภาษา</target>
@@ -2104,9 +2095,9 @@ The link will expire within 1 hour.</source>
2104 <trans-unit id="7886570921510760899"> 2095 <trans-unit id="7886570921510760899">
2105 <source>Tags</source> 2096 <source>Tags</source>
2106 <target>แท็ก</target> 2097 <target>แท็ก</target>
2107 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>
2108 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>
2109 <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> 2100 </trans-unit>
2110 <trans-unit id="354332809647287722" datatype="html"> 2101 <trans-unit id="354332809647287722" datatype="html">
2111 <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> 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>
2112 <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> 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>
@@ -2125,9 +2116,9 @@ The link will expire within 1 hour.</source>
2125 <trans-unit id="8054921481196967348" datatype="html"> 2116 <trans-unit id="8054921481196967348" datatype="html">
2126 <source>This image is too large.</source> 2117 <source>This image is too large.</source>
2127 <target state="new">This image is too large.</target> 2118 <target state="new">This image is too large.</target>
2128 2119 <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>
2129 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">52</context></context-group>
2130 <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> 2121 </trans-unit>
2131 <trans-unit id="6259523075362402245" datatype="html"> 2122 <trans-unit id="6259523075362402245" datatype="html">
2132 <source>Upload a new banner</source> 2123 <source>Upload a new banner</source>
2133 <target state="new">Upload a new banner</target> 2124 <target state="new">Upload a new banner</target>
@@ -2147,8 +2138,8 @@ The link will expire within 1 hour.</source>
2147 <trans-unit id="7306351600905511107" datatype="html"> 2138 <trans-unit id="7306351600905511107" datatype="html">
2148 <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> 2139 <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>
2149 <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> 2140 <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>
2150 2141 <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>
2151 <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> 2142 </trans-unit>
2152 <trans-unit id="3220184757632006830" datatype="html"> 2143 <trans-unit id="3220184757632006830" datatype="html">
2153 <source>Account avatar</source> 2144 <source>Account avatar</source>
2154 <target state="new">Account avatar</target> 2145 <target state="new">Account avatar</target>
@@ -2164,14 +2155,18 @@ The link will expire within 1 hour.</source>
2164 <context context-type="sourcefile">src/app/shared/shared-actor-image/actor-avatar.component.ts</context> 2155 <context context-type="sourcefile">src/app/shared/shared-actor-image/actor-avatar.component.ts</context>
2165 <context context-type="linenumber">48</context> 2156 <context context-type="linenumber">48</context>
2166 </context-group> 2157 </context-group>
2167 </trans-unit><trans-unit id="1358902062258458923" datatype="html"> 2158 </trans-unit>
2168 <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> 2159 <trans-unit id="1358902062258458923" datatype="html">
2160 <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>
2161 <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>
2169 <context-group purpose="location"> 2162 <context-group purpose="location">
2170 <context context-type="sourcefile">src/app/shared/shared-custom-markup/custom-markup-help.component.html</context> 2163 <context context-type="sourcefile">src/app/shared/shared-custom-markup/custom-markup-help.component.html</context>
2171 <context context-type="linenumber">2</context> 2164 <context context-type="linenumber">2</context>
2172 </context-group> 2165 </context-group>
2173 </trans-unit><trans-unit id="7976591803735140601" datatype="html"> 2166 </trans-unit>
2174 <source>Latest published video</source><target state="new">Latest published video</target> 2167 <trans-unit id="7976591803735140601" datatype="html">
2168 <source>Latest published video</source>
2169 <target state="translated">วิดีโอที่เผยแพร่ล่าสุด</target>
2175 <context-group purpose="location"> 2170 <context-group purpose="location">
2176 <context context-type="sourcefile">src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.html</context> 2171 <context context-type="sourcefile">src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.html</context>
2177 <context context-type="linenumber">24</context> 2172 <context context-type="linenumber">24</context>
@@ -2218,48 +2213,48 @@ The link will expire within 1 hour.</source>
2218 <trans-unit id="5462361983940693567"> 2213 <trans-unit id="5462361983940693567">
2219 <source>Channel</source> 2214 <source>Channel</source>
2220 <target>ช่อง</target> 2215 <target>ช่อง</target>
2221 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>
2222 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>
2223 2218 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">34</context></context-group>
2224 2219 <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>
2225 2220 <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>
2226 2221 <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>
2227 2222 <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>
2228 2223 <context-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>
2229 <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> 2224 </trans-unit>
2230 <trans-unit id="8440128775129354214"> 2225 <trans-unit id="8440128775129354214">
2231 <source>Privacy</source> 2226 <source>Privacy</source>
2232 <target>ความเป็นส่วนตัว</target> 2227 <target>ความเป็นส่วนตัว</target>
2233 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>
2234 2229 <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>
2235 2230 <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>
2236 2231 <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>
2237 2232 <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>
2238 2233 <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>
2239 2234 <context-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>
2240 2235 <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>
2241 2236 <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>
2242 <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> 2237 </trans-unit>
2243 <trans-unit id="2806917038528218276" datatype="html"> 2238 <trans-unit id="2806917038528218276" datatype="html">
2244 <source>FAQ</source> 2239 <source>FAQ</source>
2245 <target state="translated">คำถามที่พบบ่อย</target> 2240 <target state="translated">คำถามที่พบบ่อย</target>
2246 2241 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">138</context></context-group>
2247 <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> 2242 </trans-unit>
2248 <trans-unit id="3620232640697554352" datatype="html"> 2243 <trans-unit id="3620232640697554352" datatype="html">
2249 <source>Frequently asked questions about PeerTube</source> 2244 <source>Frequently asked questions about PeerTube</source>
2250 <target state="translated">คำถามที่พบบ่อยเกี่ยวกับ PeerTube</target> 2245 <target state="translated">คำถามที่พบบ่อยเกี่ยวกับ PeerTube</target>
2251 2246 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">138</context></context-group>
2252 <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> 2247 </trans-unit>
2253 <trans-unit id="8942351587754185907" datatype="html"> 2248 <trans-unit id="8942351587754185907" datatype="html">
2254 <source>API</source> 2249 <source>API</source>
2255 <target state="new">API</target> 2250 <target state="new">API</target>
2256 2251 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">140</context></context-group>
2257 <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> 2252 </trans-unit>
2258 <trans-unit id="3722967224215437913" datatype="html"> 2253 <trans-unit id="3722967224215437913" datatype="html">
2259 <source>API documentation</source> 2254 <source>API documentation</source>
2260 <target state="new">API documentation</target> 2255 <target state="new">API documentation</target>
2261 2256 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">140</context></context-group>
2262 <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> 2257 </trans-unit>
2263 <trans-unit id="9012879216268259096"> 2258 <trans-unit id="9012879216268259096">
2264 <source>Schedule publication (<x id="INTERPOLATION"/>)</source> 2259 <source>Schedule publication (<x id="INTERPOLATION"/>)</source>
2265 <target>ตั้งเวลาเผยแพร่ ( 2260 <target>ตั้งเวลาเผยแพร่ (
@@ -2420,10 +2415,11 @@ The link will expire within 1 hour.</source>
2420 <trans-unit id="3068011377000255023" datatype="html"> 2415 <trans-unit id="3068011377000255023" datatype="html">
2421 <source>{VAR_PLURAL, plural, =1 {1 videos} other {<x id="INTERPOLATION"/> videos}}</source> 2416 <source>{VAR_PLURAL, plural, =1 {1 videos} other {<x id="INTERPOLATION"/> videos}}</source>
2422 <target state="new">{VAR_PLURAL, plural, =1 {1 videos} other {<x id="INTERPOLATION"/> videos}}</target> 2417 <target state="new">{VAR_PLURAL, plural, =1 {1 videos} other {<x id="INTERPOLATION"/> videos}}</target>
2423 2418 <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>
2424 2419 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">41</context></context-group>
2425 2420 <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>
2426 <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> 2421 <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>
2422 </trans-unit>
2427 <trans-unit id="8856905278208146821" datatype="html"> 2423 <trans-unit id="8856905278208146821" datatype="html">
2428 <source><x id="ICU" equiv-text="{channelVideosCount, plural, =1 {1 videos} other {{{ channelVideosCount }} videos}}"/> </source> 2424 <source><x id="ICU" equiv-text="{channelVideosCount, plural, =1 {1 videos} other {{{ channelVideosCount }} videos}}"/> </source>
2429 <target state="translated"><x id="ICU" equiv-text="{channelVideosCount, plural, =1 {1 วิดีโอ} other {{{ channelVideosCount }} วิดีโอ}}"/> </target> 2425 <target state="translated"><x id="ICU" equiv-text="{channelVideosCount, plural, =1 {1 วิดีโอ} other {{{ channelVideosCount }} วิดีโอ}}"/> </target>
@@ -2504,17 +2500,17 @@ The link will expire within 1 hour.</source>
2504 <trans-unit id="4021752662928002901" datatype="html"> 2500 <trans-unit id="4021752662928002901" datatype="html">
2505 <source>Update</source> 2501 <source>Update</source>
2506 <target state="translated">อัปเดต</target> 2502 <target state="translated">อัปเดต</target>
2507 2503 <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>
2508 2504 <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>
2509 2505 <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>
2510 2506 <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>
2511 2507 <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>
2512 2508 <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>
2513 2509 <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>
2514 2510 <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>
2515 2511 <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>
2516 2512 <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>
2517 <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> 2513 </trans-unit>
2518 <trans-unit id="6722765664648523978" datatype="html"> 2514 <trans-unit id="6722765664648523978" datatype="html">
2519 <source>Select the file to upload</source> 2515 <source>Select the file to upload</source>
2520 <target state="translated">เลือกไฟล์ที่ต้องการอัปโหลด</target> 2516 <target state="translated">เลือกไฟล์ที่ต้องการอัปโหลด</target>
@@ -2524,13 +2520,13 @@ The link will expire within 1 hour.</source>
2524 <trans-unit id="9172233176401579786" datatype="html"> 2520 <trans-unit id="9172233176401579786" datatype="html">
2525 <source>Scheduled</source> 2521 <source>Scheduled</source>
2526 <target state="translated">กำหนดเวลาเผยแพร่</target> 2522 <target state="translated">กำหนดเวลาเผยแพร่</target>
2527 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group> 2523
2528 </trans-unit> 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>
2529 <trans-unit id="1435317307066082710" datatype="html"> 2525 <trans-unit id="1435317307066082710" datatype="html">
2530 <source>Hide the video until a specific date</source> 2526 <source>Hide the video until a specific date</source>
2531 <target state="translated">ซ่อนวิดีโอจนถึงวันที่กำหนด</target> 2527 <target state="translated">ซ่อนวิดีโอจนถึงวันที่กำหนด</target>
2532 <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> 2528
2533 </trans-unit> 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>
2534 <trans-unit id="6148369758871787018" datatype="html"> 2530 <trans-unit id="6148369758871787018" datatype="html">
2535 <source>Video background image</source> 2531 <source>Video background image</source>
2536 <target state="translated">ภาพพื้นหลังวิดีโอ</target> 2532 <target state="translated">ภาพพื้นหลังวิดีโอ</target>
@@ -2584,8 +2580,8 @@ The link will expire within 1 hour.</source>
2584 <trans-unit id="6161604372916832458" datatype="html"> 2580 <trans-unit id="6161604372916832458" datatype="html">
2585 <source>Upload on hold</source> 2581 <source>Upload on hold</source>
2586 <target state="new">Upload on hold</target> 2582 <target state="new">Upload on hold</target>
2587 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>
2588 <context-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> 2584 </trans-unit>
2589 <trans-unit id="285180972645018518" datatype="html"> 2585 <trans-unit id="285180972645018518" datatype="html">
2590 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2586 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2591 <target state="translated">ขออภัย คุณสมบัติการอัปโหลดถูกปิดใช้งานสำหรับบัญชีของคุณ หากคุณต้องการเพิ่มวิดีโอ ผู้ดูแลระบบต้องปลดล็อกโควต้าของคุณก่อน</target> 2587 <target state="translated">ขออภัย คุณสมบัติการอัปโหลดถูกปิดใช้งานสำหรับบัญชีของคุณ หากคุณต้องการเพิ่มวิดีโอ ผู้ดูแลระบบต้องปลดล็อกโควต้าของคุณก่อน</target>
@@ -2593,7 +2589,7 @@ The link will expire within 1 hour.</source>
2593 </trans-unit> 2589 </trans-unit>
2594 <trans-unit id="2587226585711833549" datatype="html"> 2590 <trans-unit id="2587226585711833549" datatype="html">
2595 <source>Read instance rules for help</source> 2591 <source>Read instance rules for help</source>
2596 <target state="translated">อ่านกฎของเว็บไซต์สำหรับความช่วยเหลือ</target> 2592 <target state="translated">อ่านกฎของเซิร์ฟเวอร์สำหรับความช่วยเหลือ</target>
2597 <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> 2593 <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>
2598 </trans-unit> 2594 </trans-unit>
2599 <trans-unit id="3455474330346212563" datatype="html"> 2595 <trans-unit id="3455474330346212563" datatype="html">
@@ -2627,7 +2623,7 @@ The link will expire within 1 hour.</source>
2627 </trans-unit> 2623 </trans-unit>
2628 <trans-unit id="7860848084471862305" datatype="html"> 2624 <trans-unit id="7860848084471862305" datatype="html">
2629 <source>Cannot create live because this instance have too many created lives</source> 2625 <source>Cannot create live because this instance have too many created lives</source>
2630 <target state="translated">ไม่สามารถสร้างวิดีโอสด เนื่องจากเว็บไซต์นี้ได้สร้างวิดีโอสดมากเกินไป</target> 2626 <target state="translated">ไม่สามารถสร้างวิดีโอสด เนื่องจากเซิร์ฟเวอร์นี้ได้สร้างวิดีโอสดมากเกินไป</target>
2631 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts</context><context context-type="linenumber">96</context></context-group> 2627 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts</context><context context-type="linenumber">96</context></context-group>
2632 </trans-unit> 2628 </trans-unit>
2633 <trans-unit id="1278564497286613571" datatype="html"> 2629 <trans-unit id="1278564497286613571" datatype="html">
@@ -2652,13 +2648,7 @@ The link will expire within 1 hour.</source>
2652 </trans-unit> 2648 </trans-unit>
2653 <trans-unit id="2993949426196989262" datatype="html"> 2649 <trans-unit id="2993949426196989262" datatype="html">
2654 <source>We recommend you to not use the <x id="START_TAG_STRONG"/>root<x id="CLOSE_TAG_STRONG"/> user to publish your videos, since it's the super-admin account of your instance. <x id="LINE_BREAK"/> Instead, <x id="START_LINK"/>create a dedicated account<x id="CLOSE_LINK"/> to upload your videos. </source> 2650 <source>We recommend you to not use the <x id="START_TAG_STRONG"/>root<x id="CLOSE_TAG_STRONG"/> user to publish your videos, since it's the super-admin account of your instance. <x id="LINE_BREAK"/> Instead, <x id="START_LINK"/>create a dedicated account<x id="CLOSE_LINK"/> to upload your videos. </source>
2655 <target state="translated">เราไม่แนะนำให้คุณใช้ผู้ใช้ 2651 <target state="translated">เราไม่แนะนำให้คุณใช้ผู้ใช้ <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root <x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> เพื่อเผยแพร่วิดีโอ เนื่องจากเป็นบัญชีผู้ดูแลระบบสูงสุดของเซิร์ฟเวอร์ของคุณ <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> คุณควร <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>สร้างบัญชีแยก <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>เพื่ออัปโหลดวิดีโอ </target>
2656 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root
2657 <x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> เพื่อเผยแพร่วิดีโอ เนื่องจากเป็นบัญชีผู้ดูแลระบบสูงสุดของระบบของคุณ
2658 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> คุณควร
2659 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>สร้างบัญชีแยก
2660 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>เพื่ออัปโหลดวิดีโอ
2661 </target>
2662 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add.component.html</context><context context-type="linenumber">11</context></context-group> 2652 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add.component.html</context><context context-type="linenumber">11</context></context-group>
2663 </trans-unit> 2653 </trans-unit>
2664 <trans-unit id="293476877021544115" datatype="html"> 2654 <trans-unit id="293476877021544115" datatype="html">
@@ -2696,18 +2686,18 @@ The link will expire within 1 hour.</source>
2696 <trans-unit id="3907889591911208762" datatype="html"> 2686 <trans-unit id="3907889591911208762" datatype="html">
2697 <source>Other videos</source> 2687 <source>Other videos</source>
2698 <target state="translated">วิดีโออื่น ๆ</target> 2688 <target state="translated">วิดีโออื่น ๆ</target>
2699 2689 <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>
2700 <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> 2690 </trans-unit>
2701 <trans-unit id="2913936134410914576" datatype="html"> 2691 <trans-unit id="2913936134410914576" datatype="html">
2702 <source>AUTOPLAY</source> 2692 <source>AUTOPLAY</source>
2703 <target state="translated">เล่นอัตโนมัติ</target> 2693 <target state="translated">เล่นอัตโนมัติ</target>
2704 2694 <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>
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">10</context></context-group></trans-unit> 2695 </trans-unit>
2706 <trans-unit id="4619111912751495491" datatype="html"> 2696 <trans-unit id="4619111912751495491" datatype="html">
2707 <source>Report this comment</source> 2697 <source>Report this comment</source>
2708 <target state="translated">รายงานความคิดเห็นนี้</target> 2698 <target state="translated">รายงานความคิดเห็นนี้</target>
2709 2699 <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>
2710 <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> 2700 </trans-unit>
2711 <trans-unit id="7419704019640008953" datatype="html"> 2701 <trans-unit id="7419704019640008953" datatype="html">
2712 <source>Share</source> 2702 <source>Share</source>
2713 <target state="translated">แชร์</target> 2703 <target state="translated">แชร์</target>
@@ -2824,66 +2814,60 @@ The link will expire within 1 hour.</source>
2824 <trans-unit id="8928816882866356838" datatype="html"> 2814 <trans-unit id="8928816882866356838" datatype="html">
2825 <source>Public</source> 2815 <source>Public</source>
2826 <target state="translated">สาธารณะ</target> 2816 <target state="translated">สาธารณะ</target>
2827 2817 <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>
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></trans-unit> 2818 </trans-unit>
2829
2830
2831
2832
2833
2834 <trans-unit id="4416005356063364306" datatype="html"> 2819 <trans-unit id="4416005356063364306" datatype="html">
2835 <source>This video is blocked.</source> 2820 <source>This video is blocked.</source>
2836 <target state="translated">วิดีโอนี้ถูกบล็อก</target> 2821 <target state="translated">วิดีโอนี้ถูกบล็อก</target>
2837 2822 <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>
2838 <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> 2823 </trans-unit>
2839 <trans-unit id="2482137713226830428" datatype="html"> 2824 <trans-unit id="2482137713226830428" datatype="html">
2840 <source>Published <x id="START_TAG_MY_DATE_TOGGLE"/><x id="CLOSE_TAG_MY_DATE_TOGGLE"/></source> 2825 <source>Published <x id="START_TAG_MY_DATE_TOGGLE"/><x id="CLOSE_TAG_MY_DATE_TOGGLE"/></source>
2841 <target state="translated">เผยแพร่เมื่อ <x id="START_TAG_MY_DATE_TOGGLE"/><x id="CLOSE_TAG_MY_DATE_TOGGLE"/></target> 2826 <target state="translated">เผยแพร่เมื่อ <x id="START_TAG_MY_DATE_TOGGLE"/><x id="CLOSE_TAG_MY_DATE_TOGGLE"/></target>
2842 2827 <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>
2843 2828 </trans-unit>
2844 <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>
2845 <trans-unit id="1813238393038053050" datatype="html"> 2829 <trans-unit id="1813238393038053050" datatype="html">
2846 <source>SUPPORT</source> 2830 <source>SUPPORT</source>
2847 <target state="translated">สนับสนุน</target> 2831 <target state="translated">สนับสนุน</target>
2848 2832 <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>
2849 <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> 2833 </trans-unit>
2850 <trans-unit id="9219888125536520293" datatype="html"> 2834 <trans-unit id="9219888125536520293" datatype="html">
2851 <source>SHARE</source> 2835 <source>SHARE</source>
2852 <target state="translated">แชร์</target> 2836 <target state="translated">แชร์</target>
2853 2837 <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>
2854 <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> 2838 </trans-unit>
2855 <trans-unit id="6671956963490165282" datatype="html"> 2839 <trans-unit id="6671956963490165282" datatype="html">
2856 <source>SAVE</source> 2840 <source>SAVE</source>
2857 <target state="translated">บันทึก</target> 2841 <target state="translated">บันทึก</target>
2858 2842 <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>
2859 <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> 2843 </trans-unit>
2860 <trans-unit id="647016352598204238" datatype="html"> 2844 <trans-unit id="647016352598204238" datatype="html">
2861 <source>DOWNLOAD</source> 2845 <source>DOWNLOAD</source>
2862 <target state="translated">ดาวน์โหลด</target> 2846 <target state="translated">ดาวน์โหลด</target>
2863 2847 <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>
2864 <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> 2848 </trans-unit>
2865 <trans-unit id="677619204556459328" datatype="html"> 2849 <trans-unit id="677619204556459328" datatype="html">
2866 <source>Like this video</source> 2850 <source>Like this video</source>
2867 <target state="translated">ชอบวิดีโอนี้</target> 2851 <target state="translated">ชอบวิดีโอนี้</target>
2868 2852 <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>
2869 <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> 2853 </trans-unit>
2870 <trans-unit id="1979134407801821102" datatype="html"> 2854 <trans-unit id="1979134407801821102" datatype="html">
2871 <source>Dislike this video</source> 2855 <source>Dislike this video</source>
2872 <target state="translated">ไม่ชอบวิดีโอนี้</target> 2856 <target state="translated">ไม่ชอบวิดีโอนี้</target>
2873 2857 <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>
2874 <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> 2858 </trans-unit>
2875 <trans-unit id="4001371302469308813" datatype="html"> 2859 <trans-unit id="4001371302469308813" datatype="html">
2876 <source>Support options for this video</source> 2860 <source>Support options for this video</source>
2877 <target state="translated">วิธีการสนับสนุนสำหรับวิดีโอนี้</target> 2861 <target state="translated">วิธีการสนับสนุนสำหรับวิดีโอนี้</target>
2878 2862 <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>
2879 <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> 2863 </trans-unit>
2880 <trans-unit id="687548610091961489" datatype="html"> 2864 <trans-unit id="687548610091961489" datatype="html">
2881 <source>By <x id="INTERPOLATION"/></source> 2865 <source>By <x id="INTERPOLATION"/></source>
2882 <target state="translated">โดย 2866 <target state="translated">โดย
2883 <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/> 2867 <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/>
2884 </target> 2868 </target>
2885 2869 <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>
2886 <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> 2870 </trans-unit>
2887 <trans-unit id="1144407473317535723" datatype="html"> 2871 <trans-unit id="1144407473317535723" datatype="html">
2888 <source>Subscribe</source> 2872 <source>Subscribe</source>
2889 <target state="translated">ติดตาม</target> 2873 <target state="translated">ติดตาม</target>
@@ -2907,42 +2891,42 @@ The link will expire within 1 hour.</source>
2907 <trans-unit id="7215101881367554791" datatype="html"> 2891 <trans-unit id="7215101881367554791" datatype="html">
2908 <source>Show more</source> 2892 <source>Show more</source>
2909 <target state="translated">แสดงเพิ่มเติม</target> 2893 <target state="translated">แสดงเพิ่มเติม</target>
2910 2894 <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>
2911 <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> 2895 </trans-unit>
2912 <trans-unit id="3517550046701184661" datatype="html"> 2896 <trans-unit id="3517550046701184661" datatype="html">
2913 <source>Show less</source> 2897 <source>Show less</source>
2914 <target state="translated">แสดงน้อยลง</target> 2898 <target state="translated">แสดงน้อยลง</target>
2915 2899 <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>
2916 <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> 2900 </trans-unit>
2917 <trans-unit id="66785722678644243" datatype="html"> 2901 <trans-unit id="66785722678644243" datatype="html">
2918 <source>Origin</source> 2902 <source>Origin</source>
2919 <target state="new">Origin</target> 2903 <target state="translated">ต้นทาง</target>
2920 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>
2921 <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> 2905 </trans-unit>
2922 <trans-unit id="5139892963394684487" datatype="html"> 2906 <trans-unit id="5139892963394684487" datatype="html">
2923 <source>Originally published</source> 2907 <source>Originally published</source>
2924 <target state="translated">เผยแพร่ครั้งแรกเมื่อ</target> 2908 <target state="translated">เผยแพร่ครั้งแรกเมื่อ</target>
2925 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>
2926 <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> 2910 </trans-unit>
2927 <trans-unit id="6402393085909200998" datatype="html"> 2911 <trans-unit id="6402393085909200998" datatype="html">
2928 <source>Friendly Reminder:</source> 2912 <source>Friendly Reminder:</source>
2929 <target state="translated">แจ้งเตือน:</target> 2913 <target state="translated">แจ้งเตือน:</target>
2930 2914 <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>
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></trans-unit> 2915 </trans-unit>
2932 <trans-unit id="2935783216050341269" datatype="html"> 2916 <trans-unit id="2935783216050341269" datatype="html">
2933 <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> 2917 <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 <target state="translated">ระบบแบ่งปันข้อมูลที่ใช้ในวิดีโอนี้ได้ระบุว่าข้อมูลทางเทคนิคบางส่วนเกี่ยวกับระบบของคุณ (เช่น ที่อยู่ไอพีสาธารณะ) อาจถูกส่งไปยังเพียร์อื่นได้</target> 2918 <target state="translated">ระบบแบ่งปันข้อมูลที่ใช้ในวิดีโอนี้ได้ระบุว่าข้อมูลทางเทคนิคบางส่วนเกี่ยวกับระบบของคุณ (เช่น ที่อยู่ไอพีสาธารณะ) อาจถูกส่งไปยังเพียร์อื่นได้</target>
2935 2919 <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>
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></trans-unit> 2920 </trans-unit>
2937 <trans-unit id="4619188387782427495" datatype="html"> 2921 <trans-unit id="4619188387782427495" datatype="html">
2938 <source>More information</source> 2922 <source>More information</source>
2939 <target state="translated">ข้อมูลเพิ่มเติม</target> 2923 <target state="translated">ข้อมูลเพิ่มเติม</target>
2940 2924 <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>
2941 2925 <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>
2942 2926 <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>
2943 2927 <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>
2944 2928 <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>
2945 <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> 2929 </trans-unit>
2946 <trans-unit id="3452334748875293295" datatype="html"> 2930 <trans-unit id="3452334748875293295" datatype="html">
2947 <source>The video was blocked due to automatic blocking of new videos</source> 2931 <source>The video was blocked due to automatic blocking of new videos</source>
2948 <target state="translated">วิดีโอถูกบล็อกเนื่องจากการบล็อกวิดีโอใหม่โดยอัตโนมัติ</target> 2932 <target state="translated">วิดีโอถูกบล็อกเนื่องจากการบล็อกวิดีโอใหม่โดยอัตโนมัติ</target>
@@ -2956,47 +2940,52 @@ The link will expire within 1 hour.</source>
2956 <trans-unit id="4512155674928869984" datatype="html"> 2940 <trans-unit id="4512155674928869984" datatype="html">
2957 <source>Get more information</source> 2941 <source>Get more information</source>
2958 <target state="translated">อ่านรายละเอียดเพิ่มเติม</target> 2942 <target state="translated">อ่านรายละเอียดเพิ่มเติม</target>
2959 2943 <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>
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></trans-unit> 2944 </trans-unit>
2961 <trans-unit id="5184373289520493569" datatype="html"> 2945 <trans-unit id="5184373289520493569" datatype="html">
2962 <source>OK</source> 2946 <source>OK</source>
2963 <target state="translated">ตกลง</target> 2947 <target state="translated">ตกลง</target>
2964 2948 <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>
2965 <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"> 2949 </trans-unit>
2966 <source> The video is being imported, it will be available when the import is finished. 2950 <trans-unit id="4092533321838934102" datatype="html">
2967</source><target state="new"> The video is being imported, it will be available when the import is finished. 2951 <source>The video is being imported, it will be available when the import is finished.</source>
2952 <target state="new"> The video is being imported, it will be available when the import is finished.
2968</target> 2953</target>
2969 <context-group purpose="location"> 2954 <context-group purpose="location">
2970 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context> 2955 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context>
2971 <context context-type="linenumber">2,3</context> 2956 <context context-type="linenumber">2,3</context>
2972 </context-group> 2957 </context-group>
2973 </trans-unit><trans-unit id="8304621069698650554" datatype="html"> 2958 </trans-unit>
2974 <source> The video is being transcoded, it may not work properly. 2959 <trans-unit id="8304621069698650554" datatype="html">
2975</source><target state="new"> The video is being transcoded, it may not work properly. 2960 <source>The video is being transcoded, it may not work properly.</source>
2961 <target state="new"> The video is being transcoded, it may not work properly.
2976</target> 2962</target>
2977 <context-group purpose="location"> 2963 <context-group purpose="location">
2978 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context> 2964 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context>
2979 <context context-type="linenumber">6,7</context> 2965 <context context-type="linenumber">6,7</context>
2980 </context-group> 2966 </context-group>
2981 </trans-unit><trans-unit id="8619499607322327082" datatype="html"> 2967 </trans-unit>
2982 <source> This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. 2968 <trans-unit id="8619499607322327082" datatype="html">
2983</source><target state="new"> This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. 2969 <source>This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. </source>
2970 <target state="new"> This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.
2984</target> 2971</target>
2985 <context-group purpose="location"> 2972 <context-group purpose="location">
2986 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context> 2973 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context>
2987 <context context-type="linenumber">9,11</context> 2974 <context context-type="linenumber">9,11</context>
2988 </context-group> 2975 </context-group>
2989 </trans-unit><trans-unit id="4262297989675590582" datatype="html"> 2976 </trans-unit>
2990 <source> This live has not started yet. 2977 <trans-unit id="4262297989675590582" datatype="html">
2991</source><target state="new"> This live has not started yet. 2978 <source>This live has not started yet.</source>
2979 <target state="new"> This live has not started yet.
2992</target> 2980</target>
2993 <context-group purpose="location"> 2981 <context-group purpose="location">
2994 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context> 2982 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context>
2995 <context context-type="linenumber">14,15</context> 2983 <context context-type="linenumber">14,15</context>
2996 </context-group> 2984 </context-group>
2997 </trans-unit><trans-unit id="4926204350710628499" datatype="html"> 2985 </trans-unit>
2998 <source> This live has ended. 2986 <trans-unit id="4926204350710628499" datatype="html">
2999</source><target state="new"> This live has ended. 2987 <source>This live has ended.</source>
2988 <target state="new"> This live has ended.
3000</target> 2989</target>
3001 <context-group purpose="location"> 2990 <context-group purpose="location">
3002 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context> 2991 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context>
@@ -3006,169 +2995,169 @@ The link will expire within 1 hour.</source>
3006 <trans-unit id="8518611938109939710" datatype="html"> 2995 <trans-unit id="8518611938109939710" datatype="html">
3007 <source>SORT BY</source> 2996 <source>SORT BY</source>
3008 <target state="translated">จัดเรียงตาม</target> 2997 <target state="translated">จัดเรียงตาม</target>
3009 2998 <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>
3010 <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> 2999 </trans-unit>
3011 <trans-unit id="6448160249466325288" datatype="html"> 3000 <trans-unit id="6448160249466325288" datatype="html">
3012 <source>Most recent first (default)</source> 3001 <source>Most recent first (default)</source>
3013 <target state="translated">ความคิดเห็นล่าสุด (ค่าเริ่มต้น)</target> 3002 <target state="translated">ความคิดเห็นล่าสุด (ค่าเริ่มต้น)</target>
3014 3003 <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>
3015 <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> 3004 </trans-unit>
3016 <trans-unit id="5179007899354903649" datatype="html"> 3005 <trans-unit id="5179007899354903649" datatype="html">
3017 <source>Most replies first</source> 3006 <source>Most replies first</source>
3018 <target state="translated">การตอบกลับมากที่สุด</target> 3007 <target state="translated">การตอบกลับมากที่สุด</target>
3019 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">15</context></context-group>
3020 <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> 3009 </trans-unit>
3021 <trans-unit id="7494537777006082055" datatype="html"> 3010 <trans-unit id="7494537777006082055" datatype="html">
3022 <source>No comments.</source> 3011 <source>No comments.</source>
3023 <target state="translated">ไม่มีความคิดเห็น</target> 3012 <target state="translated">ไม่มีความคิดเห็น</target>
3024 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">28</context></context-group>
3025 <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> 3014 </trans-unit>
3026 <trans-unit id="6390009909920475335" datatype="html"> 3015 <trans-unit id="6390009909920475335" datatype="html">
3027 <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> 3016 <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>
3028 <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> 3017 <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>
3029 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">80</context></context-group>
3030 <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> 3019 </trans-unit>
3031 <trans-unit id="4036338619293319383" datatype="html"> 3020 <trans-unit id="4036338619293319383" datatype="html">
3032 <source>{VAR_PLURAL, plural, =1 {1 reply} other {<x id="INTERPOLATION"/> replies}}</source> 3021 <source>{VAR_PLURAL, plural, =1 {1 reply} other {<x id="INTERPOLATION"/> replies}}</source>
3033 <target state="new">{VAR_PLURAL, plural, =1 {1 reply} other {<x id="INTERPOLATION"/> replies}}</target> 3022 <target state="new">{VAR_PLURAL, plural, =1 {1 reply} other {<x id="INTERPOLATION"/> replies}}</target>
3034 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">80</context></context-group>
3035 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">83</context></context-group>
3036 3025 <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>
3037 <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> 3026 </trans-unit>
3038 <trans-unit id="127329338495775339" datatype="html"> 3027 <trans-unit id="127329338495775339" datatype="html">
3039 <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> 3028 <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>
3040 <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> 3029 <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>
3041 3030 <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>
3042 <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> 3031 </trans-unit>
3043 <trans-unit id="5535545444690528619" datatype="html"> 3032 <trans-unit id="5535545444690528619" datatype="html">
3044 <source>View <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/></source> 3033 <source>View <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/></source>
3045 <target state="new">View <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/></target> 3034 <target state="new">View <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/></target>
3046 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">87</context></context-group>
3047 <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> 3036 </trans-unit>
3048 <trans-unit id="1055254162789146714" datatype="html"> 3037 <trans-unit id="1055254162789146714" datatype="html">
3049 <source>Comments are disabled.</source> 3038 <source>Comments are disabled.</source>
3050 <target state="translated">การแสดงความคิดเห็นถูกปิด</target> 3039 <target state="translated">การแสดงความคิดเห็นถูกปิด</target>
3051 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">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> 3041 </trans-unit>
3053 <trans-unit id="3691787517663044217" datatype="html"> 3042 <trans-unit id="3691787517663044217" datatype="html">
3054 <source>The deletion will be sent to remote instances so they can reflect the change.</source> 3043 <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> 3044 <target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
3056 3045 <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> 3046 </trans-unit>
3058 <trans-unit id="7321800851971795962" datatype="html"> 3047 <trans-unit id="7321800851971795962" datatype="html">
3059 <source>It is a remote comment, so the deletion will only be effective on your instance.</source> 3048 <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> 3049 <target state="new"> It is a remote comment, so the deletion will only be effective on your instance.</target>
3061 3050 <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> 3051 </trans-unit>
3063 <trans-unit id="5964038603724691720" datatype="html"> 3052 <trans-unit id="5964038603724691720" datatype="html">
3064 <source>Delete and re-draft</source> 3053 <source>Delete and re-draft</source>
3065 <target state="translated">ลบและร่างใหม่</target> 3054 <target state="translated">ลบและร่างใหม่</target>
3066 3055 <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> 3056 </trans-unit>
3068 <trans-unit id="7163633882758007711" datatype="html"> 3057 <trans-unit id="7163633882758007711" datatype="html">
3069 <source>Do you really want to delete and re-draft this comment?</source> 3058 <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> 3059 <target state="new">Do you really want to delete and re-draft this comment?</target>
3071 3060 <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> 3061 </trans-unit>
3073 <trans-unit id="5733075023444401902" datatype="html"> 3062 <trans-unit id="5733075023444401902" datatype="html">
3074 <source>Add comment...</source> 3063 <source>Add comment...</source>
3075 <target state="translated">แสดงความคิดเห็น...</target> 3064 <target state="translated">แสดงความคิดเห็น...</target>
3076 3065 <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> 3066 </trans-unit>
3078 <trans-unit id="982956590420630883" datatype="html"> 3067 <trans-unit id="982956590420630883" datatype="html">
3079 <source>Markdown compatible</source> 3068 <source>Markdown compatible</source>
3080 <target state="new">Markdown compatible</target> 3069 <target state="new">Markdown compatible</target>
3081 3070 <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> 3071 </trans-unit>
3083 <trans-unit id="5793595564950675122" datatype="html"> 3072 <trans-unit id="5793595564950675122" datatype="html">
3084 <source>Markdown compatible that supports:</source> 3073 <source>Markdown compatible that supports:</source>
3085 <target state="new">Markdown compatible that supports:</target> 3074 <target state="new">Markdown compatible that supports:</target>
3086 3075 <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> 3076 </trans-unit>
3088 <trans-unit id="8422216333877786919" datatype="html"> 3077 <trans-unit id="8422216333877786919" datatype="html">
3089 <source>Auto generated links</source> 3078 <source>Auto generated links</source>
3090 <target state="new">Auto generated links</target> 3079 <target state="new">Auto generated links</target>
3091 3080 <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> 3081 </trans-unit>
3093 <trans-unit id="6365822416124232422" datatype="html"> 3082 <trans-unit id="6365822416124232422" datatype="html">
3094 <source>Break lines</source> 3083 <source>Break lines</source>
3095 <target state="new">Break lines</target> 3084 <target state="new">Break lines</target>
3096 3085 <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> 3086 </trans-unit>
3098 <trans-unit id="8756167649220050929" datatype="html"> 3087 <trans-unit id="8756167649220050929" datatype="html">
3099 <source>Lists</source> 3088 <source>Lists</source>
3100 <target state="new">Lists</target> 3089 <target state="new">Lists</target>
3101 3090 <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 3091 <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> 3092 </trans-unit>
3104 <trans-unit id="2516633974298697807" datatype="html"> 3093 <trans-unit id="2516633974298697807" datatype="html">
3105 <source>Emphasis</source> 3094 <source>Emphasis</source>
3106 <target state="new">Emphasis</target> 3095 <target state="new">Emphasis</target>
3107 3096 <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 3097 <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> 3098 </trans-unit>
3110 <trans-unit id="2810844969104710423" datatype="html"> 3099 <trans-unit id="2810844969104710423" datatype="html">
3111 <source>bold</source> 3100 <source>bold</source>
3112 <target state="new">bold</target> 3101 <target state="new">bold</target>
3113 3102 <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> 3103 </trans-unit>
3115 <trans-unit id="8497278965577453274" datatype="html"> 3104 <trans-unit id="8497278965577453274" datatype="html">
3116 <source>italic</source> 3105 <source>italic</source>
3117 <target state="new">italic</target> 3106 <target state="new">italic</target>
3118 3107 <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> 3108 </trans-unit>
3120 <trans-unit id="7227611412155083002" datatype="html"> 3109 <trans-unit id="7227611412155083002" datatype="html">
3121 <source>Emoji shortcuts</source> 3110 <source>Emoji shortcuts</source>
3122 <target state="new">Emoji shortcuts</target> 3111 <target state="new">Emoji shortcuts</target>
3123 3112 <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> 3113 </trans-unit>
3125 <trans-unit id="6608581312644027413" datatype="html"> 3114 <trans-unit id="6608581312644027413" datatype="html">
3126 <source>Emoji markup</source> 3115 <source>Emoji markup</source>
3127 <target state="new">Emoji markup</target> 3116 <target state="new">Emoji markup</target>
3128 3117 <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> 3118 </trans-unit>
3130 <trans-unit id="381522038671562286" datatype="html"> 3119 <trans-unit id="381522038671562286" datatype="html">
3131 <source>See complete list</source> 3120 <source>See complete list</source>
3132 <target state="new">See complete list</target> 3121 <target state="new">See complete list</target>
3133 3122 <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> 3123 </trans-unit>
3135 <trans-unit id="2263890353858735493" datatype="html"> 3124 <trans-unit id="2263890353858735493" datatype="html">
3136 <source>You are one step away from commenting</source> 3125 <source>You are one step away from commenting</source>
3137 <target state="translated">ใกล้จะแสดงความคิดเห็นได้แล้ว</target> 3126 <target state="translated">ใกล้จะแสดงความคิดเห็นได้แล้ว</target>
3138 3127 <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> 3128 </trans-unit>
3140 <trans-unit id="7508177761852352782" datatype="html"> 3129 <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> 3130 <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> 3131 <target state="new"> You can comment using an account on any ActivityPub-compatible instance (PeerTube/Mastodon/Pleroma account for example). </target>
3143 3132 <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> 3133 </trans-unit>
3145 <trans-unit id="2958389355547305739" datatype="html"> 3134 <trans-unit id="2958389355547305739" datatype="html">
3146 <source>Login to comment</source> 3135 <source>Login to comment</source>
3147 <target state="translated">เข้าสู่ระบบเพื่อแสดงความคิดเห็น</target> 3136 <target state="translated">เข้าสู่ระบบเพื่อแสดงความคิดเห็น</target>
3148 3137 <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> 3138 </trans-unit>
3150 <trans-unit id="4817080330698362530" datatype="html"> 3139 <trans-unit id="4817080330698362530" datatype="html">
3151 <source>Markdown Emoji List</source> 3140 <source>Markdown Emoji List</source>
3152 <target state="new">Markdown Emoji List</target> 3141 <target state="new">Markdown Emoji List</target>
3153 3142 <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> 3143 </trans-unit>
3155 <trans-unit id="2662644497259948010" datatype="html"> 3144 <trans-unit id="2662644497259948010" datatype="html">
3156 <source>Comment</source> 3145 <source>Comment</source>
3157 <target state="translated">แสดงความคิดเห็น</target> 3146 <target state="translated">แสดงความคิดเห็น</target>
3158 3147 <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 3148 <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> 3149 </trans-unit>
3161 <trans-unit id="4502286564339177240" datatype="html"> 3150 <trans-unit id="4502286564339177240" datatype="html">
3162 <source>Reply</source> 3151 <source>Reply</source>
3163 <target state="translated">ตอบกลับ</target> 3152 <target state="translated">ตอบกลับ</target>
3164 3153 <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 3154 <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> 3155 </trans-unit>
3167 <trans-unit id="3572897237443938692" datatype="html"> 3156 <trans-unit id="3572897237443938692" datatype="html">
3168 <source>Highlighted comment</source> 3157 <source>Highlighted comment</source>
3169 <target state="translated">ความคิดเห็นที่ถูกเน้น</target> 3158 <target state="translated">ความคิดเห็นที่ถูกเน้น</target>
3170 3159 <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> 3160 </trans-unit>
3172 <trans-unit id="4502286564339177240" datatype="html"> 3161 <trans-unit id="4502286564339177240" datatype="html">
3173 <source>Reply</source> 3162 <source>Reply</source>
3174 <target state="translated">ตอบกลับ</target> 3163 <target state="translated">ตอบกลับ</target>
@@ -3177,8 +3166,8 @@ The link will expire within 1 hour.</source>
3177 <trans-unit id="2447932355167015019" datatype="html"> 3166 <trans-unit id="2447932355167015019" datatype="html">
3178 <source>This comment has been deleted</source> 3167 <source>This comment has been deleted</source>
3179 <target state="translated">ความคิดเห็นนี้ถูกลบ</target> 3168 <target state="translated">ความคิดเห็นนี้ถูกลบ</target>
3180 3169 <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> 3170 </trans-unit>
3182 <trans-unit id="9031514421077169181" datatype="html"> 3171 <trans-unit id="9031514421077169181" datatype="html">
3183 <source>Video redundancies</source> 3172 <source>Video redundancies</source>
3184 <target state="new">Video redundancies</target> 3173 <target state="new">Video redundancies</target>
@@ -3458,9 +3447,9 @@ The link will expire within 1 hour.</source>
3458 <trans-unit id="8286337167859377104" datatype="html"> 3447 <trans-unit id="8286337167859377104" datatype="html">
3459 <source>Create user</source> 3448 <source>Create user</source>
3460 <target state="translated">สร้างผู้ใช้</target> 3449 <target state="translated">สร้างผู้ใช้</target>
3461 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-group> 3450
3462 <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> 3451
3463 </trans-unit> 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>
3464 <trans-unit id="8363291180171434623" datatype="html"> 3453 <trans-unit id="8363291180171434623" datatype="html">
3465 <source>Table parameters</source> 3454 <source>Table parameters</source>
3466 <target state="new">Table parameters</target> 3455 <target state="new">Table parameters</target>
@@ -3848,13 +3837,13 @@ The link will expire within 1 hour.</source>
3848 <trans-unit id="1420624050293070194" datatype="html"> 3837 <trans-unit id="1420624050293070194" datatype="html">
3849 <source>No abuses found matching current filters.</source> 3838 <source>No abuses found matching current filters.</source>
3850 <target state="new">No abuses found matching current filters.</target> 3839 <target state="new">No abuses found matching current filters.</target>
3851 3840 <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>
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">166</context></context-group></trans-unit> 3841 </trans-unit>
3853 <trans-unit id="639328713281980021" datatype="html"> 3842 <trans-unit id="639328713281980021" datatype="html">
3854 <source>No abuses found.</source> 3843 <source>No abuses found.</source>
3855 <target state="new">No abuses found.</target> 3844 <target state="new">No abuses found.</target>
3856 3845 <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>
3857 <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> 3846 </trans-unit>
3858 <trans-unit id="1807029821872995706" datatype="html"> 3847 <trans-unit id="1807029821872995706" datatype="html">
3859 <source>Unsolved reports</source> 3848 <source>Unsolved reports</source>
3860 <target state="new">Unsolved reports</target> 3849 <target state="new">Unsolved reports</target>
@@ -3985,10 +3974,11 @@ The link will expire within 1 hour.</source>
3985 <trans-unit id="6549265851868599441" datatype="html"> 3974 <trans-unit id="6549265851868599441" datatype="html">
3986 <source>Video</source> 3975 <source>Video</source>
3987 <target state="new">Video</target> 3976 <target state="new">Video</target>
3988 3977 <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>
3989 3978 <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>
3990 3979 <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>
3991 <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> 3980 <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>
3981 </trans-unit>
3992 <trans-unit id="2662644497259948010" datatype="html"> 3982 <trans-unit id="2662644497259948010" datatype="html">
3993 <source>Comment</source> 3983 <source>Comment</source>
3994 <target state="new">Comment</target> 3984 <target state="new">Comment</target>
@@ -4096,7 +4086,7 @@ The link will expire within 1 hour.</source>
4096 </trans-unit> 4086 </trans-unit>
4097 <trans-unit id="2381859602529023966" datatype="html"> 4087 <trans-unit id="2381859602529023966" datatype="html">
4098 <source>Instance</source> 4088 <source>Instance</source>
4099 <target state="translated">เ์</target> 4089 <target state="translated">เ</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> 4090 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group>
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> 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>
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> 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>
@@ -4220,14 +4210,14 @@ The link will expire within 1 hour.</source>
4220 <trans-unit id="4580988005648117665" datatype="html"> 4210 <trans-unit id="4580988005648117665" datatype="html">
4221 <source>Search</source> 4211 <source>Search</source>
4222 <target state="translated">ค้นหา</target> 4212 <target state="translated">ค้นหา</target>
4223 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>
4224 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>
4225 4215 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group>
4226 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>
4227 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>
4228 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>
4229 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>
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> 4220 </trans-unit>
4231 <trans-unit id="8630916846096019339" datatype="html"> 4221 <trans-unit id="8630916846096019339" datatype="html">
4232 <source>Users can resolve distant content</source> 4222 <source>Users can resolve distant content</source>
4233 <target state="translated">ผู้ใช้สามารถค้นหาเนื้อหาที่อยู่บนเว็บไซต์อื่นได้</target> 4223 <target state="translated">ผู้ใช้สามารถค้นหาเนื้อหาที่อยู่บนเว็บไซต์อื่นได้</target>
@@ -4266,7 +4256,7 @@ The link will expire within 1 hour.</source>
4266 </trans-unit> 4256 </trans-unit>
4267 <trans-unit id="2144158274184161635" datatype="html"> 4257 <trans-unit id="2144158274184161635" datatype="html">
4268 <source>Videos with the most interactions for recent videos</source> 4258 <source>Videos with the most interactions for recent videos</source>
4269 <target state="new">Videos with the most interactions for recent videos</target> 4259 <target state="translated">วิดีโอล่าสุดที่มีการโต้ตอบมากที่สุด</target>
4270 <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> 4260 <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>
4271 </trans-unit> 4261 </trans-unit>
4272 <trans-unit id="8312243926314494468" datatype="html"> 4262 <trans-unit id="8312243926314494468" datatype="html">
@@ -4497,7 +4487,7 @@ The link will expire within 1 hour.</source>
4497 </trans-unit> 4487 </trans-unit>
4498 <trans-unit id="7396175500300709096" datatype="html"> 4488 <trans-unit id="7396175500300709096" datatype="html">
4499 <source>INSTANCE</source> 4489 <source>INSTANCE</source>
4500 <target state="new">INSTANCE</target> 4490 <target state="translated">เซิร์ฟเวอร์</target>
4501 <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">7</context></context-group> 4491 <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">7</context></context-group>
4502 </trans-unit> 4492 </trans-unit>
4503 <trans-unit id="8953033926734869941"> 4493 <trans-unit id="8953033926734869941">
@@ -4515,13 +4505,13 @@ The link will expire within 1 hour.</source>
4515 <trans-unit id="7794655859478571096" datatype="html"> 4505 <trans-unit id="7794655859478571096" datatype="html">
4516 <source>Main instance categories</source> 4506 <source>Main instance categories</source>
4517 <target state="new">Main instance categories</target> 4507 <target state="new">Main instance categories</target>
4518 4508 <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>
4519 <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> 4509 </trans-unit>
4520 <trans-unit id="6588040559347368313" datatype="html"> 4510 <trans-unit id="6588040559347368313" datatype="html">
4521 <source>Add a new category</source> 4511 <source>Add a new category</source>
4522 <target state="new">Add a new category</target> 4512 <target state="new">Add a new category</target>
4523 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">57</context></context-group>
4524 <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> 4514 </trans-unit>
4525 <trans-unit id="8953934448427251062" datatype="html"> 4515 <trans-unit id="8953934448427251062" datatype="html">
4526 <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> 4516 <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>
4527 <target state="translated"><x id="START_LINK"/>ระบบแบ่งปันข้อมูล<x id="CLOSE_LINK"/>ได้ระบุว่าข้อมูลทางเทคนิคเกี่ยวกับระบบของคุณ (เช่น ที่อยู่ไอพีสาธารณะ) อาจถูกส่งไปยังเพียร์อื่น ๆ แต่ช่วยลดการทำงานของเซิร์ฟเวอร์ได้เป็นอย่างดี</target> 4517 <target state="translated"><x id="START_LINK"/>ระบบแบ่งปันข้อมูล<x id="CLOSE_LINK"/>ได้ระบุว่าข้อมูลทางเทคนิคเกี่ยวกับระบบของคุณ (เช่น ที่อยู่ไอพีสาธารณะ) อาจถูกส่งไปยังเพียร์อื่น ๆ แต่ช่วยลดการทำงานของเซิร์ฟเวอร์ได้เป็นอย่างดี</target>
@@ -4555,52 +4545,52 @@ The link will expire within 1 hour.</source>
4555 <trans-unit id="5983800192187691457" datatype="html"> 4545 <trans-unit id="5983800192187691457" datatype="html">
4556 <source>Main languages you/your moderators speak</source> 4546 <source>Main languages you/your moderators speak</source>
4557 <target state="new">Main languages you/your moderators speak</target> 4547 <target state="new">Main languages you/your moderators speak</target>
4558 4548 <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>
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">64</context></context-group></trans-unit> 4549 </trans-unit>
4560 <trans-unit id="399528956091640769" datatype="html"> 4550 <trans-unit id="399528956091640769" datatype="html">
4561 <source>MODERATION &amp; NSFW</source> 4551 <source>MODERATION &amp; NSFW</source>
4562 <target state="new">MODERATION &amp; NSFW</target> 4552 <target state="new">MODERATION &amp; NSFW</target>
4563 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">82</context></context-group>
4564 <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> 4554 </trans-unit>
4565 <trans-unit id="4423835119021329687" datatype="html"> 4555 <trans-unit id="4423835119021329687" datatype="html">
4566 <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> 4556 <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>
4567 <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> 4557 <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>
4568 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">84</context></context-group>
4569 <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> 4559 </trans-unit>
4570 <trans-unit id="7030031694783481217" datatype="html"> 4560 <trans-unit id="7030031694783481217" datatype="html">
4571 <source>This instance is dedicated to sensitive or NSFW content</source> 4561 <source>This instance is dedicated to sensitive or NSFW content</source>
4572 <target state="new">This instance is dedicated to sensitive or NSFW content</target> 4562 <target state="new">This instance is dedicated to sensitive or NSFW content</target>
4573 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">93</context></context-group>
4574 <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> 4564 </trans-unit>
4575 <trans-unit id="4620493570088713907" datatype="html"> 4565 <trans-unit id="4620493570088713907" datatype="html">
4576 <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> 4566 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </source>
4577 <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> 4567 <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>
4578 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">98</context></context-group>
4579 <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> 4569 </trans-unit>
4580 <trans-unit id="7497677457560701935"> 4570 <trans-unit id="7497677457560701935">
4581 <source>Policy on videos containing sensitive content</source> 4571 <source>Policy on videos containing sensitive content</source>
4582 <target>นโยบายสำหรับวิดีโอที่มีเนื้อหาที่ไม่เหมาะสม</target> 4572 <target>นโยบายสำหรับวิดีโอที่มีเนื้อหาที่ไม่เหมาะสม</target>
4583 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">106</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">106</context></context-group></trans-unit> 4574 </trans-unit>
4585 <trans-unit id="7350483582490037954" datatype="html"> 4575 <trans-unit id="7350483582490037954" datatype="html">
4586 <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> 4576 <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>
4587 <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> 4577 <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>
4588 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">111</context></context-group>
4589 4579 <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>
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">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> 4580 </trans-unit>
4591 <trans-unit id="8930852890861583005"> 4581 <trans-unit id="8930852890861583005">
4592 <source>Blur thumbnails</source> 4582 <source>Blur thumbnails</source>
4593 <target>เบลอภาพขนาดย่อ</target> 4583 <target>เบลอภาพขนาดย่อ</target>
4594 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">120</context></context-group>
4595 4585 <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>
4596 <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> 4586 </trans-unit>
4597 <trans-unit id="6812930637022637485" datatype="html"> 4587 <trans-unit id="6812930637022637485" datatype="html">
4598 <source>Display</source> 4588 <source>Display</source>
4599 <target state="translated">แสดง</target> 4589 <target state="translated">แสดง</target>
4600 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">121</context></context-group>
4601 4591 <context-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>
4602 4592 <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>
4603 <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> 4593 </trans-unit>
4604 <trans-unit id="1617785425462022303" datatype="html"> 4594 <trans-unit id="1617785425462022303" datatype="html">
4605 <source>Strategy</source> 4595 <source>Strategy</source>
4606 <target state="new">Strategy</target> 4596 <target state="new">Strategy</target>
@@ -4609,90 +4599,90 @@ The link will expire within 1 hour.</source>
4609 <trans-unit id="2544569632476723854"> 4599 <trans-unit id="2544569632476723854">
4610 <source>Terms</source> 4600 <source>Terms</source>
4611 <target>เงื่อนไข</target> 4601 <target>เงื่อนไข</target>
4612 4602 <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>
4613 4603 <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>
4614 4604 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group>
4615 4605 <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>
4616 <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> 4606 </trans-unit>
4617 <trans-unit id="4127416011499804250" datatype="html"> 4607 <trans-unit id="4127416011499804250" datatype="html">
4618 <source>Code of conduct</source> 4608 <source>Code of conduct</source>
4619 <target state="translated">หลักปฏิบัติ</target> 4609 <target state="translated">หลักปฏิบัติ</target>
4620 4610 <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>
4621 4611 <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>
4622 4612 <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>
4623 <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> 4613 </trans-unit>
4624 <trans-unit id="3076079242537393946" datatype="html"> 4614 <trans-unit id="3076079242537393946" datatype="html">
4625 <source>Moderation information</source> 4615 <source>Moderation information</source>
4626 <target state="translated">ข้อมูลเกี่ยวกับการดูแล</target> 4616 <target state="translated">ข้อมูลเกี่ยวกับการดูแล</target>
4627 4617 <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>
4628 4618 <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>
4629 4619 <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>
4630 <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> 4620 </trans-unit>
4631 <trans-unit id="5056489767203690328" datatype="html"> 4621 <trans-unit id="5056489767203690328" datatype="html">
4632 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source> 4622 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source>
4633 <target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target> 4623 <target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target>
4634 4624 <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>
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">152</context></context-group></trans-unit> 4625 </trans-unit>
4636 <trans-unit id="2047672753819413550" datatype="html"> 4626 <trans-unit id="2047672753819413550" datatype="html">
4637 <source>YOU AND YOUR INSTANCE</source> 4627 <source>YOU AND YOUR INSTANCE</source>
4638 <target state="new">YOU AND YOUR INSTANCE</target> 4628 <target state="new">YOU AND YOUR INSTANCE</target>
4639 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">167</context></context-group>
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">167</context></context-group></trans-unit> 4630 </trans-unit>
4641 <trans-unit id="3968335261686887328" datatype="html"> 4631 <trans-unit id="3968335261686887328" datatype="html">
4642 <source>Who is behind the instance?</source> 4632 <source>Who is behind the instance?</source>
4643 <target state="new">Who is behind the instance?</target> 4633 <target state="new">Who is behind the instance?</target>
4644 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">173</context></context-group>
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">173</context></context-group></trans-unit> 4635 </trans-unit>
4646 <trans-unit id="7323194786468446482" datatype="html"> 4636 <trans-unit id="7323194786468446482" datatype="html">
4647 <source>A single person? A non-profit? A company?</source> 4637 <source>A single person? A non-profit? A company?</source>
4648 <target state="new">A single person? A non-profit? A company?</target> 4638 <target state="new">A single person? A non-profit? A company?</target>
4649 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">174</context></context-group>
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">174</context></context-group></trans-unit> 4640 </trans-unit>
4651 <trans-unit id="5480243297215266596" datatype="html"> 4641 <trans-unit id="5480243297215266596" datatype="html">
4652 <source>Why did you create this instance?</source> 4642 <source>Why did you create this instance?</source>
4653 <target state="new">Why did you create this instance?</target> 4643 <target state="new">Why did you create this instance?</target>
4654 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">185</context></context-group>
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">185</context></context-group></trans-unit> 4645 </trans-unit>
4656 <trans-unit id="6995481962115300007" datatype="html"> 4646 <trans-unit id="6995481962115300007" datatype="html">
4657 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source> 4647 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source>
4658 <target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target> 4648 <target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target>
4659 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">186</context></context-group>
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">186</context></context-group></trans-unit> 4650 </trans-unit>
4661 <trans-unit id="3667968987954856844" datatype="html"> 4651 <trans-unit id="3667968987954856844" datatype="html">
4662 <source>How long do you plan to maintain this instance?</source> 4652 <source>How long do you plan to maintain this instance?</source>
4663 <target state="new">How long do you plan to maintain this instance?</target> 4653 <target state="new">How long do you plan to maintain this instance?</target>
4664 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">197</context></context-group>
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">197</context></context-group></trans-unit> 4655 </trans-unit>
4666 <trans-unit id="6722472563287778070" datatype="html"> 4656 <trans-unit id="6722472563287778070" datatype="html">
4667 <source>It's important to know for users who want to register on your instance</source> 4657 <source>It's important to know for users who want to register on your instance</source>
4668 <target state="new">It's important to know for users who want to register on your instance</target> 4658 <target state="new">It's important to know for users who want to register on your instance</target>
4669 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">198</context></context-group>
4670 <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> 4660 </trans-unit>
4671 <trans-unit id="8362291348781958428" datatype="html"> 4661 <trans-unit id="8362291348781958428" datatype="html">
4672 <source>How will you finance the PeerTube server?</source> 4662 <source>How will you finance the PeerTube server?</source>
4673 <target state="new">How will you finance the PeerTube server?</target> 4663 <target state="new">How will you finance the PeerTube server?</target>
4674 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">209</context></context-group>
4675 <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> 4665 </trans-unit>
4676 <trans-unit id="2441006645448216398" datatype="html"> 4666 <trans-unit id="2441006645448216398" datatype="html">
4677 <source>With your own funds? With user donations? Advertising?</source> 4667 <source>With your own funds? With user donations? Advertising?</source>
4678 <target state="new">With your own funds? With user donations? Advertising?</target> 4668 <target state="new">With your own funds? With user donations? Advertising?</target>
4679 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">210</context></context-group>
4680 <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> 4670 </trans-unit>
4681 <trans-unit id="6853511883515031762" datatype="html"> 4671 <trans-unit id="6853511883515031762" datatype="html">
4682 <source>OTHER INFORMATION</source> 4672 <source>OTHER INFORMATION</source>
4683 <target state="translated">ข้อมูลอื่น ๆ</target> 4673 <target state="translated">ข้อมูลอื่น ๆ</target>
4684 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">225</context></context-group>
4685 <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> 4675 </trans-unit>
4686 <trans-unit id="3447208665089679283" datatype="html"> 4676 <trans-unit id="3447208665089679283" datatype="html">
4687 <source>What server/hardware does the instance run on?</source> 4677 <source>What server/hardware does the instance run on?</source>
4688 <target state="new">What server/hardware does the instance run on?</target> 4678 <target state="new">What server/hardware does the instance run on?</target>
4689 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">231</context></context-group>
4690 <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> 4680 </trans-unit>
4691 <trans-unit id="4739907951373047958" datatype="html"> 4681 <trans-unit id="4739907951373047958" datatype="html">
4692 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source> 4682 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source>
4693 <target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target> 4683 <target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target>
4694 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">232</context></context-group>
4695 <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> 4685 </trans-unit>
4696 <trans-unit id="8557599287230755359" datatype="html"> 4686 <trans-unit id="8557599287230755359" datatype="html">
4697 <source>APPEARANCE</source> 4687 <source>APPEARANCE</source>
4698 <target state="new">APPEARANCE</target> 4688 <target state="new">APPEARANCE</target>
@@ -4800,14 +4790,18 @@ The link will expire within 1 hour.</source>
4800 <source>Signup won't be limited to a fixed number of users.</source> 4790 <source>Signup won't be limited to a fixed number of users.</source>
4801 <target state="new">Signup won't be limited to a fixed number of users.</target> 4791 <target state="new">Signup won't be limited to a fixed number of users.</target>
4802 <context-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> 4792 <context-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>
4803 </trans-unit><trans-unit id="1663379405062033606" datatype="html"> 4793 </trans-unit>
4804 <source>Minimum required age to create an account</source><target state="new">Minimum required age to create an account</target> 4794 <trans-unit id="1663379405062033606" datatype="html">
4795 <source>Minimum required age to create an account</source>
4796 <target state="new">Minimum required age to create an account</target>
4805 <context-group purpose="location"> 4797 <context-group purpose="location">
4806 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context> 4798 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context>
4807 <context context-type="linenumber">163</context> 4799 <context context-type="linenumber">163</context>
4808 </context-group> 4800 </context-group>
4809 </trans-unit><trans-unit id="8342879272354516454" datatype="html"> 4801 </trans-unit>
4810 <source>{VAR_PLURAL, plural, =1 {year old} other {years old}}</source><target state="new">{VAR_PLURAL, plural, =1 {year old} other {years old}}</target> 4802 <trans-unit id="8342879272354516454" datatype="html">
4803 <source>{VAR_PLURAL, plural, =1 {year old} other {years old}}</source>
4804 <target state="new">{VAR_PLURAL, plural, =1 {year old} other {years old}}</target>
4811 <context-group purpose="location"> 4805 <context-group purpose="location">
4812 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context> 4806 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context>
4813 <context context-type="linenumber">170</context> 4807 <context context-type="linenumber">170</context>
@@ -4874,150 +4868,150 @@ The link will expire within 1 hour.</source>
4874 <trans-unit id="502260296951057925" datatype="html"> 4868 <trans-unit id="502260296951057925" datatype="html">
4875 <source>Default video quota per user</source> 4869 <source>Default video quota per user</source>
4876 <target state="new">Default video quota per user</target> 4870 <target state="new">Default video quota per user</target>
4877 4871 <context-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>
4878 <context-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> 4872 </trans-unit>
4879 <trans-unit id="7169210802367807492" datatype="html"> 4873 <trans-unit id="7169210802367807492" datatype="html">
4880 <source>bytes</source> 4874 <source>bytes</source>
4881 <target state="new">bytes</target> 4875 <target state="new">bytes</target>
4882 4876 <context-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>
4883 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">202</context></context-group>
4884 4878 <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>
4885 4879 <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>
4886 4880 <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>
4887 4881 <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>
4888 <context-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> 4882 </trans-unit>
4889 <trans-unit id="8509882464852636851" datatype="html"> 4883 <trans-unit id="8509882464852636851" datatype="html">
4890 <source>Default daily upload limit per user</source> 4884 <source>Default daily upload limit per user</source>
4891 <target state="new">Default daily upload limit per user</target> 4885 <target state="new">Default daily upload limit per user</target>
4892 4886 <context-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>
4893 <context-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> 4887 </trans-unit>
4894 <trans-unit id="4719342289581047890" datatype="html"> 4888 <trans-unit id="4719342289581047890" datatype="html">
4895 <source>Allow import with a torrent file or a magnet URI</source> 4889 <source>Allow import with a torrent file or a magnet URI</source>
4896 <target state="new">Allow import with a torrent file or a magnet URI</target> 4890 <target state="new">Allow import with a torrent file or a magnet URI</target>
4897 4891 <context-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>
4898 <context-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> 4892 </trans-unit>
4899 <trans-unit id="3950258704315544174" datatype="html"> 4893 <trans-unit id="3950258704315544174" datatype="html">
4900 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 4894 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4901 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 4895 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
4902 4896 <context-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>
4903 <context-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> 4897 </trans-unit>
4904 <trans-unit id="3428986951244800347" datatype="html"> 4898 <trans-unit id="3428986951244800347" datatype="html">
4905 <source>Block new videos automatically</source> 4899 <source>Block new videos automatically</source>
4906 <target state="new">Block new videos automatically</target> 4900 <target state="new">Block new videos automatically</target>
4907 4901 <context-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>
4908 <context-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> 4902 </trans-unit>
4909 <trans-unit id="2054846790157376783" datatype="html"> 4903 <trans-unit id="2054846790157376783" datatype="html">
4910 <source>SEARCH</source> 4904 <source>SEARCH</source>
4911 <target state="translated">ค้นหา</target> 4905 <target state="translated">ค้นหา</target>
4912 4906 <context-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>
4913 <context-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> 4907 </trans-unit>
4914 <trans-unit id="3442084803796199253" datatype="html"> 4908 <trans-unit id="3442084803796199253" datatype="html">
4915 <source>Allow users to do remote URI/handle search</source> 4909 <source>Allow users to do remote URI/handle search</source>
4916 <target state="new">Allow users to do remote URI/handle search</target> 4910 <target state="new">Allow users to do remote URI/handle search</target>
4917 4911 <context-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>
4918 <context-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> 4912 </trans-unit>
4919 <trans-unit id="2258148539285928012" datatype="html"> 4913 <trans-unit id="2258148539285928012" datatype="html">
4920 <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> 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>
4921 <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> 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>
4922 4916 <context-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>
4923 <context-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> 4917 </trans-unit>
4924 <trans-unit id="7295422540935146771" datatype="html"> 4918 <trans-unit id="7295422540935146771" datatype="html">
4925 <source>Allow anonymous to do remote URI/handle search</source> 4919 <source>Allow anonymous to do remote URI/handle search</source>
4926 <target state="new">Allow anonymous to do remote URI/handle search</target> 4920 <target state="new">Allow anonymous to do remote URI/handle search</target>
4927 4921 <context-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>
4928 <context-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> 4922 </trans-unit>
4929 <trans-unit id="7305237807882754643" datatype="html"> 4923 <trans-unit id="7305237807882754643" datatype="html">
4930 <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> 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>
4931 <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> 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>
4932 4926 <context-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>
4933 <context-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> 4927 </trans-unit>
4934 <trans-unit id="5273935530181504015" datatype="html"> 4928 <trans-unit id="5273935530181504015" datatype="html">
4935 <source>⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select.</source> 4929 <source>⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select.</source>
4936 <target state="new">⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select.</target> 4930 <target state="new">⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select.</target>
4937 4931 <context-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>
4938 <context-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> 4932 </trans-unit>
4939 <trans-unit id="1886227550697837417" datatype="html"> 4933 <trans-unit id="1886227550697837417" datatype="html">
4940 <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> 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>
4941 <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> 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>
4942 4936 <context-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>
4943 <context-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> 4937 </trans-unit>
4944 <trans-unit id="2331464426553277323" datatype="html"> 4938 <trans-unit id="2331464426553277323" datatype="html">
4945 <source>Search index URL</source> 4939 <source>Search index URL</source>
4946 <target state="new">Search index URL</target> 4940 <target state="new">Search index URL</target>
4947 4941 <context-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>
4948 <context-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> 4942 </trans-unit>
4949 <trans-unit id="8524278911521465398" datatype="html"> 4943 <trans-unit id="8524278911521465398" datatype="html">
4950 <source>Disable local search in search bar</source> 4944 <source>Disable local search in search bar</source>
4951 <target state="new">Disable local search in search bar</target> 4945 <target state="new">Disable local search in search bar</target>
4952 4946 <context-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>
4953 <context-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> 4947 </trans-unit>
4954 <trans-unit id="6568991917245875948" datatype="html"> 4948 <trans-unit id="6568991917245875948" datatype="html">
4955 <source>Otherwise the local search stays used by default</source> 4949 <source>Otherwise the local search stays used by default</source>
4956 <target state="new">Otherwise the local search stays used by default</target> 4950 <target state="new">Otherwise the local search stays used by default</target>
4957 4951 <context-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>
4958 <context-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> 4952 </trans-unit>
4959 <trans-unit id="4444955208013675027" datatype="html"> 4953 <trans-unit id="4444955208013675027" datatype="html">
4960 <source>Search bar uses the global search index by default</source> 4954 <source>Search bar uses the global search index by default</source>
4961 <target state="new">Search bar uses the global search index by default</target> 4955 <target state="new">Search bar uses the global search index by default</target>
4962 4956 <context-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>
4963 <context-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> 4957 </trans-unit>
4964 <trans-unit id="6476750382562952780" datatype="html"> 4958 <trans-unit id="6476750382562952780" datatype="html">
4965 <source>Enable global search</source> 4959 <source>Enable global search</source>
4966 <target state="new">Enable global search</target> 4960 <target state="new">Enable global search</target>
4967 4961 <context-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>
4968 <context-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> 4962 </trans-unit>
4969 <trans-unit id="836183323506117145" datatype="html"> 4963 <trans-unit id="836183323506117145" datatype="html">
4970 <source>FEDERATION</source> 4964 <source>FEDERATION</source>
4971 <target state="new">FEDERATION</target> 4965 <target state="new">FEDERATION</target>
4972 4966 <context-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>
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">366</context></context-group></trans-unit> 4967 </trans-unit>
4974 <trans-unit id="252719899360434356" datatype="html"> 4968 <trans-unit id="252719899360434356" datatype="html">
4975 <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> 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>
4976 <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> 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>
4977 4971 <context-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>
4978 <context-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> 4972 </trans-unit>
4979 <trans-unit id="9119248927271669654" datatype="html"> 4973 <trans-unit id="9119248927271669654" datatype="html">
4980 <source>Other instances can follow yours</source> 4974 <source>Other instances can follow yours</source>
4981 <target state="new">Other instances can follow yours</target> 4975 <target state="new">Other instances can follow yours</target>
4982 4976 <context-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>
4983 <context-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> 4977 </trans-unit>
4984 <trans-unit id="7015551137649102649" datatype="html"> 4978 <trans-unit id="7015551137649102649" datatype="html">
4985 <source>Manually approve new instance followers</source> 4979 <source>Manually approve new instance followers</source>
4986 <target state="new">Manually approve new instance followers</target> 4980 <target state="new">Manually approve new instance followers</target>
4987 4981 <context-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>
4988 <context-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> 4982 </trans-unit>
4989 <trans-unit id="4803992993548153434" datatype="html"> 4983 <trans-unit id="4803992993548153434" datatype="html">
4990 <source>Automatically follow back instances</source> 4984 <source>Automatically follow back instances</source>
4991 <target state="new">Automatically follow back instances</target> 4985 <target state="new">Automatically follow back instances</target>
4992 4986 <context-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>
4993 <context-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> 4987 </trans-unit>
4994 <trans-unit id="2092224316392295720" datatype="html"> 4988 <trans-unit id="2092224316392295720" datatype="html">
4995 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4989 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
4996 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 4990 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target>
4997 4991 <context-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>
4998 4992 <context-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>
4999 4993 <context-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>
5000 <context-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> 4994 </trans-unit>
5001 <trans-unit id="1718269478813020014" datatype="html"> 4995 <trans-unit id="1718269478813020014" datatype="html">
5002 <source>Index URL</source> 4996 <source>Index URL</source>
5003 <target state="new">Index URL</target> 4997 <target state="new">Index URL</target>
5004 4998 <context-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>
5005 <context-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> 4999 </trans-unit>
5006 <trans-unit id="173263206605027981" datatype="html"> 5000 <trans-unit id="173263206605027981" datatype="html">
5007 <source>Automatically follow instances of a public index</source> 5001 <source>Automatically follow instances of a public index</source>
5008 <target state="new">Automatically follow instances of a public index</target> 5002 <target state="new">Automatically follow instances of a public index</target>
5009 5003 <context-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>
5010 <context-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> 5004 </trans-unit>
5011 <trans-unit id="9076632742417302918" datatype="html"> 5005 <trans-unit id="9076632742417302918" datatype="html">
5012 <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> 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>
5013 <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> 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>
5014 5008 <context-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>
5015 <context-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> 5009 </trans-unit>
5016 <trans-unit id="3946988229617310200" datatype="html"> 5010 <trans-unit id="3946988229617310200" datatype="html">
5017 <source>ADMINISTRATORS</source> 5011 <source>ADMINISTRATORS</source>
5018 <target state="new">ADMINISTRATORS</target> 5012 <target state="new">ADMINISTRATORS</target>
5019 5013 <context-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>
5020 <context-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> 5014 </trans-unit>
5021 <trans-unit id="2149300564474427551" datatype="html"> 5015 <trans-unit id="2149300564474427551" datatype="html">
5022 <source>Administrator</source> 5016 <source>Administrator</source>
5023 <target state="new">Administrator</target> 5017 <target state="new">Administrator</target>
@@ -5026,13 +5020,13 @@ The link will expire within 1 hour.</source>
5026 <trans-unit id="3171683206914962995" datatype="html"> 5020 <trans-unit id="3171683206914962995" datatype="html">
5027 <source>Admin email</source> 5021 <source>Admin email</source>
5028 <target state="new">Admin email</target> 5022 <target state="new">Admin email</target>
5029 5023 <context-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>
5030 <context-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> 5024 </trans-unit>
5031 <trans-unit id="4722881456283329321" datatype="html"> 5025 <trans-unit id="4722881456283329321" datatype="html">
5032 <source>Enable contact form</source> 5026 <source>Enable contact form</source>
5033 <target state="new">Enable contact form</target> 5027 <target state="new">Enable contact form</target>
5034 5028 <context-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>
5035 <context-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> 5029 </trans-unit>
5036 <trans-unit id="5926348345797688952" datatype="html"> 5030 <trans-unit id="5926348345797688952" datatype="html">
5037 <source>VOD Transcoding</source> 5031 <source>VOD Transcoding</source>
5038 <target state="new">VOD Transcoding</target> 5032 <target state="new">VOD Transcoding</target>
@@ -5041,28 +5035,28 @@ The link will expire within 1 hour.</source>
5041 <trans-unit id="1765095834299337775" datatype="html"> 5035 <trans-unit id="1765095834299337775" datatype="html">
5042 <source>TWITTER</source> 5036 <source>TWITTER</source>
5043 <target state="new">TWITTER</target> 5037 <target state="new">TWITTER</target>
5044 5038 <context-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>
5045 <context-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> 5039 </trans-unit>
5046 <trans-unit id="3202133522706129143" datatype="html"> 5040 <trans-unit id="3202133522706129143" datatype="html">
5047 <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> 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>
5048 <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> 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>
5049 5043 <context-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>
5050 <context-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> 5044 </trans-unit>
5051 <trans-unit id="4087837092261487511" datatype="html"> 5045 <trans-unit id="4087837092261487511" datatype="html">
5052 <source>Your Twitter username</source> 5046 <source>Your Twitter username</source>
5053 <target state="new">Your Twitter username</target> 5047 <target state="new">Your Twitter username</target>
5054 5048 <context-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>
5055 <context-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> 5049 </trans-unit>
5056 <trans-unit id="5648651824279408711" datatype="html"> 5050 <trans-unit id="5648651824279408711" datatype="html">
5057 <source>Instance allowed by Twitter</source> 5051 <source>Instance allowed by Twitter</source>
5058 <target state="new">Instance allowed by Twitter</target> 5052 <target state="new">Instance allowed by Twitter</target>
5059 5053 <context-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>
5060 <context-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> 5054 </trans-unit>
5061 <trans-unit id="2076338542820061819" datatype="html"> 5055 <trans-unit id="2076338542820061819" datatype="html">
5062 <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> 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>
5063 <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> 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>
5064 5058 <context-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>
5065 <context-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> 5059 </trans-unit>
5066 <trans-unit id="493135676263039396" datatype="html"> 5060 <trans-unit id="493135676263039396" datatype="html">
5067 <source>LIVE</source> 5061 <source>LIVE</source>
5068 <target state="translated">สด</target> 5062 <target state="translated">สด</target>
@@ -5480,38 +5474,38 @@ color: red;
5480 <trans-unit id="4915431133669985304" datatype="html"> 5474 <trans-unit id="4915431133669985304" datatype="html">
5481 <source>Profile</source> 5475 <source>Profile</source>
5482 <target state="translated">โปรไฟล์</target> 5476 <target state="translated">โปรไฟล์</target>
5483 5477 <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>
5484 <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> 5478 </trans-unit>
5485 <trans-unit id="1963136290621768454" datatype="html"> 5479 <trans-unit id="1963136290621768454" datatype="html">
5486 <source>Resolution</source> 5480 <source>Resolution</source>
5487 <target state="new">Resolution</target> 5481 <target state="new">Resolution</target>
5488 5482 <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>
5489 <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> 5483 </trans-unit>
5490 <trans-unit id="7814358426066520520" datatype="html"> 5484 <trans-unit id="7814358426066520520" datatype="html">
5491 <source>Aspect ratio</source> 5485 <source>Aspect ratio</source>
5492 <target state="new">Aspect ratio</target> 5486 <target state="new">Aspect ratio</target>
5493 5487 <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>
5494 <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> 5488 </trans-unit>
5495 <trans-unit id="44862519224794374" datatype="html"> 5489 <trans-unit id="44862519224794374" datatype="html">
5496 <source>Average frame rate</source> 5490 <source>Average frame rate</source>
5497 <target state="new">Average frame rate</target> 5491 <target state="new">Average frame rate</target>
5498 5492 <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>
5499 <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> 5493 </trans-unit>
5500 <trans-unit id="5053683525387462246" datatype="html"> 5494 <trans-unit id="5053683525387462246" datatype="html">
5501 <source>Pixel format</source> 5495 <source>Pixel format</source>
5502 <target state="new">Pixel format</target> 5496 <target state="new">Pixel format</target>
5503 5497 <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>
5504 <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> 5498 </trans-unit>
5505 <trans-unit id="7858676566953242358" datatype="html"> 5499 <trans-unit id="7858676566953242358" datatype="html">
5506 <source>Sample rate</source> 5500 <source>Sample rate</source>
5507 <target state="new">Sample rate</target> 5501 <target state="new">Sample rate</target>
5508 5502 <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>
5509 <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> 5503 </trans-unit>
5510 <trans-unit id="5403856660543890284" datatype="html"> 5504 <trans-unit id="5403856660543890284" datatype="html">
5511 <source>Channel Layout</source> 5505 <source>Channel Layout</source>
5512 <target state="new">Channel Layout</target> 5506 <target state="new">Channel Layout</target>
5513 5507 <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>
5514 <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> 5508 </trans-unit>
5515 <trans-unit id="6460084371385263470" datatype="html"> 5509 <trans-unit id="6460084371385263470" datatype="html">
5516 <source>Video settings</source> 5510 <source>Video settings</source>
5517 <target state="translated">การตั้งค่าวิดีโอ</target> 5511 <target state="translated">การตั้งค่าวิดีโอ</target>
@@ -5560,9 +5554,9 @@ color: red;
5560 <trans-unit id="4409859601539810260" datatype="html"> 5554 <trans-unit id="4409859601539810260" datatype="html">
5561 <source>Policy for sensitive videos</source> 5555 <source>Policy for sensitive videos</source>
5562 <target state="translated">นโยบายสำหรับวิดีโอที่มีเนื้อหาไม่เหมาะสม</target> 5556 <target state="translated">นโยบายสำหรับวิดีโอที่มีเนื้อหาไม่เหมาะสม</target>
5563 5557 <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>
5564 5558 <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>
5565 <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> 5559 </trans-unit>
5566 <trans-unit id="2864176699435587977" datatype="html"> 5560 <trans-unit id="2864176699435587977" datatype="html">
5567 <source>Only display videos in the following languages/subtitles</source> 5561 <source>Only display videos in the following languages/subtitles</source>
5568 <target state="translated">แสดงเฉพาะวิดีโอในภาษาหรือคำบรรยายเหล่านี้</target> 5562 <target state="translated">แสดงเฉพาะวิดีโอในภาษาหรือคำบรรยายเหล่านี้</target>
@@ -5570,15 +5564,15 @@ color: red;
5570 </trans-unit> 5564 </trans-unit>
5571 <trans-unit id="1534085756270333258" datatype="html"> 5565 <trans-unit id="1534085756270333258" datatype="html">
5572 <source>In Recently added, Trending, Local, Most liked and Search pages</source> 5566 <source>In Recently added, Trending, Local, Most liked and Search pages</source>
5573 <target state="translated">ในหน้าเพิ่งเผยแพร่ มาแรง เว็บไซต์นี้ ชอบมากที่สุด และหน้าค้นหา</target> 5567 <target state="translated">ในหน้าเพิ่งเผยแพร่ มาแรง เซิร์ฟเวอร์นี้ ชอบมากที่สุด และหน้าค้นหา</target>
5574 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.html</context><context context-type="linenumber">28</context></context-group> 5568 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.html</context><context context-type="linenumber">28</context></context-group>
5575 </trans-unit> 5569 </trans-unit>
5576 <trans-unit id="2658703380934466003" datatype="html"> 5570 <trans-unit id="2658703380934466003" datatype="html">
5577 <source>Add a new language</source> 5571 <source>Add a new language</source>
5578 <target state="translated">เพิ่มภาษา</target> 5572 <target state="translated">เพิ่มภาษา</target>
5579 5573 <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>
5580 5574 <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>
5581 <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> 5575 </trans-unit>
5582 <trans-unit id="1530331428384894781" datatype="html"> 5576 <trans-unit id="1530331428384894781" datatype="html">
5583 <source><x id="START_TAG_SPAN"/><x id="INTERPOLATION"/><x id="CLOSE_TAG_SPAN"/> is awaiting email verification </source> 5577 <source><x id="START_TAG_SPAN"/><x id="INTERPOLATION"/><x id="CLOSE_TAG_SPAN"/> is awaiting email verification </source>
5584 <target state="translated"> 5578 <target state="translated">
@@ -5606,7 +5600,7 @@ color: red;
5606 </trans-unit> 5600 </trans-unit>
5607 <trans-unit id="4541462271161741535" datatype="html"> 5601 <trans-unit id="4541462271161741535" datatype="html">
5608 <source>instance default</source> 5602 <source>instance default</source>
5609 <target state="translated">ค่าเริ่มต้นของเ์</target> 5603 <target state="translated">ค่าเริ่มต้นของเ</target>
5610 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group> 5604 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-interface-settings.component.html</context><context context-type="linenumber">8</context></context-group>
5611 </trans-unit> 5605 </trans-unit>
5612 <trans-unit id="5192951216991773088" datatype="html"> 5606 <trans-unit id="5192951216991773088" datatype="html">
@@ -5688,9 +5682,9 @@ color: red;
5688 <trans-unit id="5417361655914085905" datatype="html"> 5682 <trans-unit id="5417361655914085905" datatype="html">
5689 <source>Account page</source> 5683 <source>Account page</source>
5690 <target state="new">Account page</target> 5684 <target state="new">Account page</target>
5691 5685 <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>
5692 5686 <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>
5693 <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> 5687 </trans-unit>
5694 <trans-unit id="187187500641108332" datatype="html"> 5688 <trans-unit id="187187500641108332" datatype="html">
5695 <source><x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/> </source> 5689 <source><x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/> </source>
5696 <target state="new"> 5690 <target state="new">
@@ -5828,10 +5822,10 @@ color: red;
5828 <trans-unit id="4000980858407872649" datatype="html"> 5822 <trans-unit id="4000980858407872649" datatype="html">
5829 <source>Channel page</source> 5823 <source>Channel page</source>
5830 <target state="new">Channel page</target> 5824 <target state="new">Channel page</target>
5831 5825 <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>
5832 5826 <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>
5833 5827 <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>
5834 <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> 5828 </trans-unit>
5835 <trans-unit id="9131836378905533756" datatype="html"> 5829 <trans-unit id="9131836378905533756" datatype="html">
5836 <source>Created by <x id="INTERPOLATION"/></source> 5830 <source>Created by <x id="INTERPOLATION"/></source>
5837 <target state="translated">สร้างโดย 5831 <target state="translated">สร้างโดย
@@ -6043,7 +6037,7 @@ color: red;
6043 </trans-unit> 6037 </trans-unit>
6044 <trans-unit id="8610022770999239699" datatype="html"> 6038 <trans-unit id="8610022770999239699" datatype="html">
6045 <source>This instance does not require email verification.</source> 6039 <source>This instance does not require email verification.</source>
6046 <target state="translated">เว็บไซต์นี้ไม่ต้องยืนยันอีเมล</target> 6040 <target state="translated">เซิร์ฟเวอร์นี้ไม่ต้องยืนยันอีเมล</target>
6047 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">20</context></context-group> 6041 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">20</context></context-group>
6048 </trans-unit> 6042 </trans-unit>
6049 <trans-unit id="248731258067914565" datatype="html"> 6043 <trans-unit id="248731258067914565" datatype="html">
@@ -6063,17 +6057,17 @@ color: red;
6063 </trans-unit> 6057 </trans-unit>
6064 <trans-unit id="4572885137800697555" datatype="html"> 6058 <trans-unit id="4572885137800697555" datatype="html">
6065 <source>Instance muted</source> 6059 <source>Instance muted</source>
6066 <target state="translated">ปิดเสียงเ์แล้ว</target> 6060 <target state="translated">ปิดเสียงเแล้ว</target>
6067 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">23</context></context-group> 6061 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">23</context></context-group>
6068 </trans-unit> 6062 </trans-unit>
6069 <trans-unit id="302022805144581075" datatype="html"> 6063 <trans-unit id="302022805144581075" datatype="html">
6070 <source>Muted by your instance</source> 6064 <source>Muted by your instance</source>
6071 <target state="translated">ถูกปิดเสียงโดยเว็บไซต์ของคุณ</target> 6065 <target state="translated">ถูกปิดเสียงโดยเซิร์ฟเวอร์ของคุณ</target>
6072 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">24</context></context-group> 6066 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">24</context></context-group>
6073 </trans-unit> 6067 </trans-unit>
6074 <trans-unit id="6860866645734090311" datatype="html"> 6068 <trans-unit id="6860866645734090311" datatype="html">
6075 <source>Instance muted by your instance</source> 6069 <source>Instance muted by your instance</source>
6076 <target state="translated">เว็บไซต์นี้ถูกปิดเสียงโดยเว็บไซต์ของคุณ</target> 6070 <target state="translated">เซิร์ฟเวอร์นี้ถูกปิดเสียงโดยเซิร์ฟเวอร์ของคุณ</target>
6077 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">25</context></context-group> 6071 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">25</context></context-group>
6078 </trans-unit> 6072 </trans-unit>
6079 <trans-unit id="8661266239199665830" datatype="html"> 6073 <trans-unit id="8661266239199665830" datatype="html">
@@ -6087,11 +6081,12 @@ color: red;
6087 <trans-unit id="403587185492002456" datatype="html"> 6081 <trans-unit id="403587185492002456" datatype="html">
6088 <source>{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION"/> subscribers}}</source> 6082 <source>{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION"/> subscribers}}</source>
6089 <target state="new">{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION"/> subscribers}}</target> 6083 <target state="new">{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION"/> subscribers}}</target>
6090 6084 <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>
6091 6085 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group>
6092 6086 <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>
6093 6087 <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>
6094 <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> 6088 <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>
6089 </trans-unit>
6095 <trans-unit id="3068011377000255023" datatype="html"> 6090 <trans-unit id="3068011377000255023" datatype="html">
6096 <source>{VAR_PLURAL, plural, =1 {1 videos} other {<x id="INTERPOLATION"/> videos}}</source> 6091 <source>{VAR_PLURAL, plural, =1 {1 videos} other {<x id="INTERPOLATION"/> videos}}</source>
6097 <target state="new">{VAR_PLURAL, plural, =1 {1 videos} other {<x id="INTERPOLATION"/> videos}}</target> 6092 <target state="new">{VAR_PLURAL, plural, =1 {1 videos} other {<x id="INTERPOLATION"/> videos}}</target>
@@ -6102,7 +6097,7 @@ color: red;
6102 </trans-unit> 6097 </trans-unit>
6103 <trans-unit id="8856905278208146821" datatype="html"> 6098 <trans-unit id="8856905278208146821" datatype="html">
6104 <source><x id="ICU" equiv-text="{accountVideosCount, plural, =1 {1 videos} other {{{ accountVideosCount }} videos}}"/> </source> 6099 <source><x id="ICU" equiv-text="{accountVideosCount, plural, =1 {1 videos} other {{{ accountVideosCount }} videos}}"/> </source>
6105 <target state="new"> <x id="ICU" equiv-text="{accountVideosCount, plural, =1 {1 videos} other {{{ accountVideosCount }} videos}}"/> </target> 6100 <target state="translated"><x id="ICU" equiv-text="{accountVideosCount, plural, =1 {1 วิดีโอ} other {{{ accountVideosCount }} วิดีโอ}}"/> </target>
6106 <context-group purpose="location"> 6101 <context-group purpose="location">
6107 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context> 6102 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context>
6108 <context context-type="linenumber">41,42</context> 6103 <context context-type="linenumber">41,42</context>
@@ -6152,7 +6147,7 @@ color: red;
6152 </trans-unit> 6147 </trans-unit>
6153 <trans-unit id="3068011377000255023" datatype="html"> 6148 <trans-unit id="3068011377000255023" datatype="html">
6154 <source>{VAR_PLURAL, plural, =1 {1 videos} other {<x id="INTERPOLATION"/> videos}}</source> 6149 <source>{VAR_PLURAL, plural, =1 {1 videos} other {<x id="INTERPOLATION"/> videos}}</source>
6155 <target state="new">{VAR_PLURAL, plural, =1 {1 videos} other {<x id="INTERPOLATION"/> videos}}</target> 6150 <target state="translated">{VAR_PLURAL, plural, =1 {1 วิดีโอ} other {<x id="INTERPOLATION"/> วิดีโอ}}</target>
6156 <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> 6151 <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>
6157 </trans-unit> 6152 </trans-unit>
6158 <trans-unit id="8856905278208146821" datatype="html"> 6153 <trans-unit id="8856905278208146821" datatype="html">
@@ -6196,9 +6191,11 @@ channel with the same name (<x id="PH_2"/>)!</target>
6196 <trans-unit id="7828153032795614080" datatype="html"> 6191 <trans-unit id="7828153032795614080" datatype="html">
6197 <source>See this video channel</source> 6192 <source>See this video channel</source>
6198 <target state="translated">ดูช่องวิดีโอนี้</target> 6193 <target state="translated">ดูช่องวิดีโอนี้</target>
6199 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">13</context></context-group>
6200 6195 <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>
6201 <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> 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">4</context></context-group>
6197 <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>
6198 </trans-unit>
6202 <trans-unit id="1545109431751219382" datatype="html"> 6199 <trans-unit id="1545109431751219382" datatype="html">
6203 <source>This channel doesn't have any videos.</source> 6200 <source>This channel doesn't have any videos.</source>
6204 <target state="translated">ช่องนี้ไม่มีวิดีโอ</target> 6201 <target state="translated">ช่องนี้ไม่มีวิดีโอ</target>
@@ -6212,8 +6209,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
6212 <trans-unit id="4088311569349098646" datatype="html"> 6209 <trans-unit id="4088311569349098646" datatype="html">
6213 <source>Stats</source> 6210 <source>Stats</source>
6214 <target state="translated">สถิติ</target> 6211 <target state="translated">สถิติ</target>
6215 6212 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">139</context></context-group>
6216 <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> 6213 </trans-unit>
6217 <trans-unit id="4068658588793749132" datatype="html"> 6214 <trans-unit id="4068658588793749132" datatype="html">
6218 <source>This channel does not have playlists.</source> 6215 <source>This channel does not have playlists.</source>
6219 <target state="translated">ช่องนี้ไม่มีเพลย์ลิสต์</target> 6216 <target state="translated">ช่องนี้ไม่มีเพลย์ลิสต์</target>
@@ -6291,7 +6288,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
6291 </trans-unit> 6288 </trans-unit>
6292 <trans-unit id="19872047295276660" datatype="html"> 6289 <trans-unit id="19872047295276660" datatype="html">
6293 <source>This instance is dedicated to sensitive/NSFW content.</source> 6290 <source>This instance is dedicated to sensitive/NSFW content.</source>
6294 <target state="translated">เว็บไซต์นี้เผยแพร่เนื้อหาที่ไม่เหมาะสมโดยเฉพาะ</target> 6291 <target state="translated">เซิร์ฟเวอร์นี้เผยแพร่เนื้อหาที่ไม่เหมาะสมโดยเฉพาะ</target>
6295 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">19</context></context-group> 6292 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">19</context></context-group>
6296 </trans-unit> 6293 </trans-unit>
6297 <trans-unit id="1970848297295860531" datatype="html"> 6294 <trans-unit id="1970848297295860531" datatype="html">
@@ -6308,17 +6305,17 @@ channel with the same name (<x id="PH_2"/>)!</target>
6308 </trans-unit> 6305 </trans-unit>
6309 <trans-unit id="4722135551130122302" datatype="html"> 6306 <trans-unit id="4722135551130122302" datatype="html">
6310 <source>Why we created this instance</source> 6307 <source>Why we created this instance</source>
6311 <target state="translated">ทำไมเราถึงสร้างเว็บไซต์นี้</target> 6308 <target state="translated">ทำไมเราถึงสร้างเซิร์ฟเวอร์นี้</target>
6312 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">58</context></context-group> 6309 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">58</context></context-group>
6313 </trans-unit> 6310 </trans-unit>
6314 <trans-unit id="6434467346812189214" datatype="html"> 6311 <trans-unit id="6434467346812189214" datatype="html">
6315 <source>How long we plan to maintain this instance</source> 6312 <source>How long we plan to maintain this instance</source>
6316 <target state="translated">เรามีแผนที่จะดูแลเว็บไซต์นี้นานเท่าใด</target> 6313 <target state="translated">เรามีแผนที่จะดูแลเซิร์ฟเวอร์นี้นานเท่าใด</target>
6317 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">72</context></context-group> 6314 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">72</context></context-group>
6318 </trans-unit> 6315 </trans-unit>
6319 <trans-unit id="8765504394950427814" datatype="html"> 6316 <trans-unit id="8765504394950427814" datatype="html">
6320 <source>How we will pay for keeping our instance running</source> 6317 <source>How we will pay for keeping our instance running</source>
6321 <target state="new">How we will pay for keeping our instance running</target> 6318 <target state="translated">เราจะจ่ายเงินเพื่อให้เซิร์ฟเวอร์นี้ทำงานอยู่อย่างไร</target>
6322 <context-group purpose="location"> 6319 <context-group purpose="location">
6323 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context> 6320 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
6324 <context context-type="linenumber">86</context> 6321 <context context-type="linenumber">86</context>
@@ -6351,7 +6348,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
6351 </trans-unit> 6348 </trans-unit>
6352 <trans-unit id="8495040351808033345" datatype="html"> 6349 <trans-unit id="8495040351808033345" datatype="html">
6353 <source>Features found on this instance</source> 6350 <source>Features found on this instance</source>
6354 <target state="translated">คุณสมบัติที่สามารถใช้งานได้ในเว็บไซต์นี้</target> 6351 <target state="translated">คุณสมบัติที่สามารถใช้งานได้ในเซิร์ฟเวอร์นี้</target>
6355 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">4</context></context-group> 6352 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">4</context></context-group>
6356 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-about-accordion.component.html</context><context context-type="linenumber">6</context></context-group> 6353 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-about-accordion.component.html</context><context context-type="linenumber">6</context></context-group>
6357 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-about-accordion.component.html</context><context context-type="linenumber">6</context></context-group> 6354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-about-accordion.component.html</context><context context-type="linenumber">6</context></context-group>
@@ -6368,14 +6365,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6368 </trans-unit> 6365 </trans-unit>
6369 <trans-unit id="1161141363959659794" datatype="html"> 6366 <trans-unit id="1161141363959659794" datatype="html">
6370 <source>PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.</source> 6367 <source>PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.</source>
6371 <target state="new"> 6368 <target state="translated">PeerTube เป็นแพลตฟอร์มวิดีโอสตรีมมิ่งที่สามารถโฮสต์ด้วยตนเองและสื่อสารถึงกันได้ผ่าน ActivityPub โดยใช้ P2P ในเว็บเบราว์เซอร์ของคุณโดยตรง</target>
6372 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6373 </target>
6374 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">10</context></context-group> 6369 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">10</context></context-group>
6375 </trans-unit> 6370 </trans-unit>
6376 <trans-unit id="135286612733607700" datatype="html"> 6371 <trans-unit id="135286612733607700" datatype="html">
6377 <source>It is free and open-source software, under <x id="START_LINK"/>AGPLv3 licence<x id="CLOSE_LINK"/>. </source> 6372 <source>It is free and open-source software, under <x id="START_LINK"/>AGPLv3 licence<x id="CLOSE_LINK"/>. </source>
6378 <target state="new"> It is free and open-source software, under <x id="START_LINK"/>AGPLv3 licence<x id="CLOSE_LINK"/>. </target> 6373 <target state="translated">ซอฟต์แวร์นี้เป็นซอฟต์แวร์เสรีและโอเพนซอร์ส ภายใต้<x id="START_LINK"/>สัญญาอนุญาต AGPLv3<x id="CLOSE_LINK"/> </target>
6379 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">14</context></context-group> 6374 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">14</context></context-group>
6380 </trans-unit> 6375 </trans-unit>
6381 <trans-unit id="7257048945916143687" datatype="html"> 6376 <trans-unit id="7257048945916143687" datatype="html">
@@ -6440,7 +6435,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
6440 </trans-unit> 6435 </trans-unit>
6441 <trans-unit id="6868048887248005916"> 6436 <trans-unit id="6868048887248005916">
6442 <source>What are the consequences?</source> 6437 <source>What are the consequences?</source>
6443 <target>?</target> 6438 <target>?</target>
6444 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group> 6439 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group>
6445 </trans-unit> 6440 </trans-unit>
6446 <trans-unit id="1411398404280870617" datatype="html"> 6441 <trans-unit id="1411398404280870617" datatype="html">
@@ -6508,16 +6503,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6508 </trans-unit> 6503 </trans-unit>
6509 <trans-unit id="8484650229450883706" datatype="html"> 6504 <trans-unit id="8484650229450883706" datatype="html">
6510 <source>How does PeerTube compare with YouTube?</source> 6505 <source>How does PeerTube compare with YouTube?</source>
6511 <target state="new">How does PeerTube compare with YouTube?</target> 6506 <target state="translated">เมื่อเทียบกับ YouTube แล้ว PeerTube เป็นอย่างไร?</target>
6512 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">130</context></context-group> 6507 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">130</context></context-group>
6513 </trans-unit> 6508 </trans-unit>
6514 <trans-unit id="6213340208914097303" datatype="html"> 6509 <trans-unit id="6213340208914097303" datatype="html">
6515 <source>The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).</source> 6510 <source>The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).</source>
6516 <target state="new"> 6511 <target state="translated">ภัยคุกคามความเป็นส่วนตัวสำหรับ YouTube จะแตกต่างจากของ PeerTube ซึ่งในกรณีของ YouTube ตัวแพลตฟอร์มมีการเก็บข้อมูลส่วนตัวของคุณจำนวนมาก (ไม่ใช่แค่ที่อยู่ IP) เพื่อวิเคราะห์และติดตามคุณ นอกจากนี้ YouTube เป็นเจ้าของโดย Google/Alphabet ซึ่งเป็นบริษัทที่ติดตามคุณในหลายเว็บไซต์ (ผ่าน AdSense หรือ Google Analytics)</target>
6517 The threats to privacy with YouTube are different from PeerTube's.
6518 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6519 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6520 </target>
6521 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group> 6512 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group>
6522 </trans-unit> 6513 </trans-unit>
6523 <trans-unit id="2676074687792256808" datatype="html"> 6514 <trans-unit id="2676074687792256808" datatype="html">
@@ -6573,7 +6564,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
6573 </trans-unit> 6564 </trans-unit>
6574 <trans-unit id="3857357852909495917" datatype="html"> 6565 <trans-unit id="3857357852909495917" datatype="html">
6575 <source>This instance does not have instances followers.</source> 6566 <source>This instance does not have instances followers.</source>
6576 <target state="translated">เว็บไซต์นี้ไม่มีเว็บไซต์อื่นติดตาม</target> 6567 <target state="translated">เซิร์ฟเวอร์นี้ไม่มีเซิร์ฟเวอร์อื่นติดตาม</target>
6577 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context><context context-type="linenumber">6</context></context-group> 6568 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context><context context-type="linenumber">6</context></context-group>
6578 </trans-unit> 6569 </trans-unit>
6579 <trans-unit id="8438752523256358076" datatype="html"> 6570 <trans-unit id="8438752523256358076" datatype="html">
@@ -6590,29 +6581,29 @@ channel with the same name (<x id="PH_2"/>)!</target>
6590 </trans-unit> 6581 </trans-unit>
6591 <trans-unit id="7128556172318221342" datatype="html"> 6582 <trans-unit id="7128556172318221342" datatype="html">
6592 <source>This instance is not following any other.</source> 6583 <source>This instance is not following any other.</source>
6593 <target state="new">This instance is not following any other.</target> 6584 <target state="translated">เซิร์ฟเวอร์นี้ไม่ได้ติดตามเซิร์ฟเวอร์อื่น</target>
6594 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context><context context-type="linenumber">18</context></context-group> 6585 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context><context context-type="linenumber">18</context></context-group>
6595 </trans-unit> 6586 </trans-unit>
6596 <trans-unit id="4195286790385468087" datatype="html"> 6587 <trans-unit id="4195286790385468087" datatype="html">
6597 <source>About this instance</source> 6588 <source>About this instance</source>
6598 <target state="translated">เกี่ยวกับเ์นี้</target> 6589 <target state="translated">เกี่ยวกับเนี้</target>
6599 6590 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-routing.module.ts</context><context context-type="linenumber">25</context></context-group>
6600 <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> 6591 </trans-unit>
6601 <trans-unit id="8773846522957677259" datatype="html"> 6592 <trans-unit id="8773846522957677259" datatype="html">
6602 <source>About PeerTube</source> 6593 <source>About PeerTube</source>
6603 <target state="translated">เกี่ยวกับ PeerTube</target> 6594 <target state="translated">เกี่ยวกับ PeerTube</target>
6604 6595 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-routing.module.ts</context><context context-type="linenumber">50</context></context-group>
6605 <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> 6596 </trans-unit>
6606 <trans-unit id="1812900507515561988" datatype="html"> 6597 <trans-unit id="1812900507515561988" datatype="html">
6607 <source>About this instance's network</source> 6598 <source>About this instance's network</source>
6608 <target state="translated">เกี่ยวกับเครือข่ายของเว็บไซต์นี้</target> 6599 <target state="translated">เกี่ยวกับเครือข่ายของเซิร์ฟเวอร์นี้</target>
6609 6600 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-routing.module.ts</context><context context-type="linenumber">59</context></context-group>
6610 <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> 6601 </trans-unit>
6611 <trans-unit id="892073694820881630" datatype="html"> 6602 <trans-unit id="892073694820881630" datatype="html">
6612 <source>Link copied</source> 6603 <source>Link copied</source>
6613 <target state="translated">คัดลอกลิงก์แล้ว</target> 6604 <target state="translated">คัดลอกลิงก์แล้ว</target>
6614 6605 <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>
6615 <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> 6606 </trans-unit>
6616 <trans-unit id="1045244999981860085" datatype="html"> 6607 <trans-unit id="1045244999981860085" datatype="html">
6617 <source>Developed with ❤ by <x id="START_LINK"/>Framasoft<x id="CLOSE_LINK"/></source> 6608 <source>Developed with ❤ by <x id="START_LINK"/>Framasoft<x id="CLOSE_LINK"/></source>
6618 <target state="translated">พัฒนาด้วย ❤ โดย 6609 <target state="translated">พัฒนาด้วย ❤ โดย
@@ -6634,18 +6625,18 @@ channel with the same name (<x id="PH_2"/>)!</target>
6634 <trans-unit id="6386856862203107763" datatype="html"> 6625 <trans-unit id="6386856862203107763" datatype="html">
6635 <source>Create my account</source> 6626 <source>Create my account</source>
6636 <target state="translated">สร้างบัญชีของฉัน</target> 6627 <target state="translated">สร้างบัญชีของฉัน</target>
6637 6628 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">39</context></context-group>
6638 <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> 6629 </trans-unit>
6639 <trans-unit id="220345070199640496" datatype="html"> 6630 <trans-unit id="220345070199640496" datatype="html">
6640 <source>PeerTube is creating your account...</source> 6631 <source>PeerTube is creating your account...</source>
6641 <target state="translated">PeerTube กำลังสร้างบัญชีของคุณ...</target> 6632 <target state="translated">PeerTube กำลังสร้างบัญชีของคุณ...</target>
6642 6633 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">47</context></context-group>
6643 <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> 6634 </trans-unit>
6644 <trans-unit id="397098723873502323" datatype="html"> 6635 <trans-unit id="397098723873502323" datatype="html">
6645 <source>Done</source> 6636 <source>Done</source>
6646 <target state="translated">เรียบร้อย</target> 6637 <target state="translated">เรียบร้อย</target>
6647 6638 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">43</context></context-group>
6648 <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> 6639 </trans-unit>
6649 <trans-unit id="6294302495409052693" datatype="html"> 6640 <trans-unit id="6294302495409052693" datatype="html">
6650 <source>Who are we?</source> 6641 <source>Who are we?</source>
6651 <target state="translated">เราเป็นใคร</target> 6642 <target state="translated">เราเป็นใคร</target>
@@ -6653,12 +6644,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6653 </trans-unit> 6644 </trans-unit>
6654 <trans-unit id="1445137115016841401" datatype="html"> 6645 <trans-unit id="1445137115016841401" datatype="html">
6655 <source>How long do we plan to maintain this instance?</source> 6646 <source>How long do we plan to maintain this instance?</source>
6656 <target state="translated">เรามีแผนที่จะดูแลเว็บไซต์นี้นานเท่าใด</target> 6647 <target state="translated">เรามีแผนที่จะดูแลเซิร์ฟเวอร์นี้นานเท่าใด</target>
6657 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-about-accordion.component.html</context><context context-type="linenumber">24</context></context-group> 6648 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-about-accordion.component.html</context><context context-type="linenumber">24</context></context-group>
6658 </trans-unit> 6649 </trans-unit>
6659 <trans-unit id="2975856643479054118" datatype="html"> 6650 <trans-unit id="2975856643479054118" datatype="html">
6660 <source>How will we finance this instance?</source> 6651 <source>How will we finance this instance?</source>
6661 <target state="translated">เราใช้แหล่งเงินใดในการจ่ายค่าใช้จ่ายของเว็บไซต์นี้</target> 6652 <target state="translated">เราใช้แหล่งเงินใดในการจ่ายค่าใช้จ่ายของเซิร์ฟเวอร์นี้</target>
6662 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-about-accordion.component.html</context><context context-type="linenumber">29</context></context-group> 6653 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-about-accordion.component.html</context><context context-type="linenumber">29</context></context-group>
6663 </trans-unit> 6654 </trans-unit>
6664 <trans-unit id="2573967459337636542" datatype="html"> 6655 <trans-unit id="2573967459337636542" datatype="html">
@@ -6709,15 +6700,17 @@ channel with the same name (<x id="PH_2"/>)!</target>
6709 </trans-unit> 6700 </trans-unit>
6710 <trans-unit id="7981235640417633362" datatype="html"> 6701 <trans-unit id="7981235640417633362" datatype="html">
6711 <source>The channel name is a unique identifier of your channel on this and all the other instances. It's as unique as an email address, which makes it easy for other people to interact with it.</source> 6702 <source>The channel name is a unique identifier of your channel on this and all the other instances. It's as unique as an email address, which makes it easy for other people to interact with it.</source>
6712 <target state="translated">ชื่อช่องเป็นตัวระบุตัวตนของช่องของคุณบนเว็บไซต์นี้และเว็บไซต์อื่น ๆ ชื่อช่องมีความเป็นเอกลักษณ์เหมือนที่อยู่อีเมล ซึ่งทำให้คนอื่นสามารถโต้ตอบกับช่องได้ง่าย</target> 6703 <target state="translated">ชื่อช่องเป็นตัวระบุตัวตนของช่องของคุณบนเซิร์ฟเวอร์นี้และเซิร์ฟเวอร์อื่น ๆ ชื่อช่องมีความเป็นเอกลักษณ์เหมือนที่อยู่อีเมล ซึ่งทำให้คนอื่นสามารถโต้ตอบกับช่องได้ง่าย</target>
6713 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context><context context-type="linenumber">43</context></context-group> 6704 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context><context context-type="linenumber">43</context></context-group>
6714 </trans-unit> 6705 </trans-unit>
6715 <trans-unit id="5203776997447520497" datatype="html"> 6706 <trans-unit id="5203776997447520497" datatype="html">
6716 <source>Channel name cannot be the same as your account name. You can click on the first step to update your account name.</source> 6707 <source>Channel name cannot be the same as your account name. You can click on the first step to update your account name.</source>
6717 <target state="translated">ชื่อช่องไม่สามารถเหมือนกับชื่อบัญชีของคุณ คุณสามารถคลิกที่ขั้นตอนแรกเพื่อเปลี่ยนชื่อบัญชีของคุณ</target> 6708 <target state="translated">ชื่อช่องไม่สามารถเหมือนกับชื่อบัญชีของคุณ คุณสามารถคลิกที่ขั้นตอนแรกเพื่อเปลี่ยนชื่อบัญชีของคุณ</target>
6718 <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> 6709 <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>
6719 </trans-unit><trans-unit id="7440807341905682986" datatype="html"> 6710 </trans-unit>
6720 <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> 6711 <trans-unit id="7440807341905682986" datatype="html">
6712 <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>
6713 <target state="translated">ฉันมีอายุอย่างน้อย <x id="INTERPOLATION" equiv-text="{{ minimumAge }}"/> ปี และยอมรับ<x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event)&quot; href='#'>"/>เงื่อนไข<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;>"/>และ<x id="START_LINK_1" equiv-text="&lt;a (click)=&quot;onCodeOfConductClick($event)&quot; href='#'>"/>หลักปฏิบัติ<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG_CONTAINER" ctype="x-ng_container" equiv-text="&lt;/ng-container>"/>ของเซิร์ฟเวอร์นี้ </target>
6721 <context-group purpose="location"> 6714 <context-group purpose="location">
6722 <context context-type="sourcefile">src/app/+signup/+register/register-step-terms.component.html</context> 6715 <context context-type="sourcefile">src/app/+signup/+register/register-step-terms.component.html</context>
6723 <context context-type="linenumber">5,10</context> 6716 <context context-type="linenumber">5,10</context>
@@ -6725,18 +6718,17 @@ channel with the same name (<x id="PH_2"/>)!</target>
6725 </trans-unit> 6718 </trans-unit>
6726 <trans-unit id="7326471570669373149" datatype="html"> 6719 <trans-unit id="7326471570669373149" datatype="html">
6727 <source>The username is a unique identifier of your account on this and all the other instances. It's as unique as an email address, which makes it easy for other people to interact with it.</source> 6720 <source>The username is a unique identifier of your account on this and all the other instances. It's as unique as an email address, which makes it easy for other people to interact with it.</source>
6728 <target state="translated">ชื่อผู้ใช้เป็นตัวระบุตัวตนของบัญชีของคุณบนเว็บไซต์นี้และเว็บไซต์อื่น ๆ ชื่อผู้ใช้มีความเป็นเอกลักษณ์เหมือนที่อยู่อีเมล ซึ่งทำให้คนอื่นสามารถโต้ตอบกับคุณได้ง่าย</target> 6721 <target state="translated">ชื่อผู้ใช้เป็นตัวระบุตัวตนของบัญชีของคุณบนเซิร์ฟเวอร์นี้และเซิร์ฟเวอร์อื่น ๆ ชื่อผู้ใช้มีความเป็นเอกลักษณ์เหมือนที่อยู่อีเมล ซึ่งทำให้คนอื่นสามารถโต้ตอบกับคุณได้ง่าย</target>
6729 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">36</context></context-group> 6722 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">36</context></context-group>
6730 </trans-unit> 6723 </trans-unit>
6731 <trans-unit id="198278273748445199" datatype="html"> 6724 <trans-unit id="198278273748445199" datatype="html">
6732 <source>Video uploads are disabled on this instance, hence your account won't be able to upload videos.</source> 6725 <source>Video uploads are disabled on this instance, hence your account won't be able to upload videos.</source>
6733 <target state="new"> Video uploads are disabled on this instance, hence your account won't be able to upload videos. </target> 6726 <target state="translated">การอัปโหลดวิดีโอถูกปิดบนเซิร์ฟเวอร์นี้ บัญชีของคุณจึงไม่สามารถอัปโหลดวิดีโอ</target>
6734 <context-group purpose="location"> 6727 <context-group purpose="location">
6735 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context> 6728 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
6736 <context context-type="linenumber">4,5</context> 6729 <context context-type="linenumber">4,5</context>
6737 </context-group> 6730 </context-group>
6738 </trans-unit> 6731 </trans-unit>
6739
6740 <trans-unit id="3301086086650990787" datatype="html"> 6732 <trans-unit id="3301086086650990787" datatype="html">
6741 <source>Register</source> 6733 <source>Register</source>
6742 <target state="new">Register</target> 6734 <target state="new">Register</target>
@@ -6745,13 +6737,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
6745 <trans-unit id="6979021199788941693" datatype="html"> 6737 <trans-unit id="6979021199788941693" datatype="html">
6746 <source>Your message has been sent.</source> 6738 <source>Your message has been sent.</source>
6747 <target state="translated">ข้อความของคุณถูกส่งแล้ว</target> 6739 <target state="translated">ข้อความของคุณถูกส่งแล้ว</target>
6748 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>
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> 6741 </trans-unit>
6750 <trans-unit id="2072135752262464360" datatype="html"> 6742 <trans-unit id="2072135752262464360" datatype="html">
6751 <source>You already sent this form recently</source> 6743 <source>You already sent this form recently</source>
6752 <target state="translated">คุณเพิ่งส่งฟอร์มนี้ไปเมื่อสักครู่</target> 6744 <target state="translated">คุณเพิ่งส่งฟอร์มนี้ไปเมื่อสักครู่</target>
6753 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>
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> 6746 </trans-unit>
6755 <trans-unit id="819067926858619041" datatype="html"> 6747 <trans-unit id="819067926858619041" datatype="html">
6756 <source>Account videos</source> 6748 <source>Account videos</source>
6757 <target state="translated">วิดีโอในบัญชี</target> 6749 <target state="translated">วิดีโอในบัญชี</target>
@@ -6761,14 +6753,15 @@ channel with the same name (<x id="PH_2"/>)!</target>
6761 <source>Search videos within account</source> 6753 <source>Search videos within account</source>
6762 <target state="translated">ค้นหาวิดีโอภายในบัญชี</target> 6754 <target state="translated">ค้นหาวิดีโอภายในบัญชี</target>
6763 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts-routing.module.ts</context><context context-type="linenumber">49</context></context-group> 6755 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts-routing.module.ts</context><context context-type="linenumber">49</context></context-group>
6764 </trans-unit><trans-unit id="4605517634011438234" datatype="html"> 6756 </trans-unit>
6765 <source>ACCOUNT</source><target state="new">ACCOUNT</target> 6757 <trans-unit id="4605517634011438234" datatype="html">
6758 <source>ACCOUNT</source>
6759 <target state="new">ACCOUNT</target>
6766 <context-group purpose="location"> 6760 <context-group purpose="location">
6767 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context> 6761 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context>
6768 <context context-type="linenumber">8</context> 6762 <context context-type="linenumber">8</context>
6769 </context-group> 6763 </context-group>
6770 </trans-unit> 6764 </trans-unit>
6771
6772 <trans-unit id="6823616469362610020" datatype="html"> 6765 <trans-unit id="6823616469362610020" datatype="html">
6773 <source>Account video channels</source> 6766 <source>Account video channels</source>
6774 <target state="translated">ช่องวิดีโอในบัญชี</target> 6767 <target state="translated">ช่องวิดีโอในบัญชี</target>
@@ -6783,7 +6776,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
6783 </trans-unit> 6776 </trans-unit>
6784 <trans-unit id="807777065817324789" datatype="html"> 6777 <trans-unit id="807777065817324789" datatype="html">
6785 <source>Display all videos (private, unlisted or not yet published)</source> 6778 <source>Display all videos (private, unlisted or not yet published)</source>
6786 <target state="new">Display all videos (private, unlisted or not yet published)</target> 6779 <target state="translated">แสดงทุกวิดีโอ (ส่วนตัว ไม่เปิดเผย หรือยังไม่ได้เผยแพร่)</target>
6787 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.html</context><context context-type="linenumber">36</context></context-group> 6780 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.html</context><context context-type="linenumber">36</context></context-group>
6788 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.html</context><context context-type="linenumber">36</context></context-group> 6781 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.html</context><context context-type="linenumber">36</context></context-group>
6789 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.html</context><context context-type="linenumber">36</context></context-group> 6782 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.html</context><context context-type="linenumber">36</context></context-group>
@@ -6996,7 +6989,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
6996 </trans-unit> 6989 </trans-unit>
6997 <trans-unit id="6920964195632624609" datatype="html"> 6990 <trans-unit id="6920964195632624609" datatype="html">
6998 <source>INSTANCE HOMEPAGE</source> 6991 <source>INSTANCE HOMEPAGE</source>
6999 <target state="new">INSTANCE HOMEPAGE</target> 6992 <target state="translated">หน้าหลักเซิร์ฟเวอร์</target>
7000 <context-group purpose="location"> 6993 <context-group purpose="location">
7001 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-homepage.component.html</context> 6994 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-homepage.component.html</context>
7002 <context context-type="linenumber">7</context> 6995 <context context-type="linenumber">7</context>
@@ -7300,9 +7293,9 @@ channel with the same name (<x id="PH_2"/>)!</target>
7300 <target state="new">Instance 7293 <target state="new">Instance
7301 <x id="PH"/> muted. 7294 <x id="PH"/> muted.
7302 </target> 7295 </target>
7303 7296 <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>
7304 7297 <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>
7305 <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> 7298 </trans-unit>
7306 <trans-unit id="3096398988891996621" datatype="html"> 7299 <trans-unit id="3096398988891996621" datatype="html">
7307 <source>Instance <x id="PH"/> muted by your instance.</source> 7300 <source>Instance <x id="PH"/> muted by your instance.</source>
7308 <target state="new">Instance 7301 <target state="new">Instance
@@ -7455,25 +7448,25 @@ channel with the same name (<x id="PH_2"/>)!</target>
7455 <trans-unit id="7293356040886494773" datatype="html"> 7448 <trans-unit id="7293356040886494773" datatype="html">
7456 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 7449 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
7457 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target> 7450 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target>
7458 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>
7459 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>
7460 <context-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> 7453 </trans-unit>
7461 <trans-unit id="4859202148272511129" datatype="html"> 7454 <trans-unit id="4859202148272511129" datatype="html">
7462 <source>Unblock</source> 7455 <source>Unblock</source>
7463 <target state="new">Unblock</target> 7456 <target state="new">Unblock</target>
7464 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>
7465 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>
7466 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>
7467 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>
7468 <context-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> 7461 </trans-unit>
7469 <trans-unit id="4922469417589203720" datatype="html"> 7462 <trans-unit id="4922469417589203720" datatype="html">
7470 <source>Video <x id="PH"/> unblocked.</source> 7463 <source>Video <x id="PH"/> unblocked.</source>
7471 <target state="new">Video 7464 <target state="new">Video
7472 <x id="PH"/> unblocked. 7465 <x id="PH"/> unblocked.
7473 </target> 7466 </target>
7474 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>
7475 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>
7476 <context-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> 7469 </trans-unit>
7477 <trans-unit id="6286037250766429054" datatype="html"> 7470 <trans-unit id="6286037250766429054" datatype="html">
7478 <source>yes</source> 7471 <source>yes</source>
7479 <target state="translated">ใช่</target> 7472 <target state="translated">ใช่</target>
@@ -7677,7 +7670,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7677 </trans-unit> 7670 </trans-unit>
7678 <trans-unit id="7591870443991978948" datatype="html"> 7671 <trans-unit id="7591870443991978948" datatype="html">
7679 <source>Last week</source> 7672 <source>Last week</source>
7680 <target state="new">Last week</target> 7673 <target state="translated">สัปดาห์ที่ผ่านมา</target>
7681 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context><context context-type="linenumber">87</context></context-group> 7674 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context><context context-type="linenumber">87</context></context-group>
7682 </trans-unit> 7675 </trans-unit>
7683 <trans-unit id="4981709795568846080" datatype="html"> 7676 <trans-unit id="4981709795568846080" datatype="html">
@@ -7746,8 +7739,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7746 <target state="new">User 7739 <target state="new">User
7747 <x id="PH"/> created. 7740 <x id="PH"/> created.
7748 </target> 7741 </target>
7749 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group> 7742
7750 </trans-unit> 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>
7751 <trans-unit id="8286337167859377104" datatype="html"> 7744 <trans-unit id="8286337167859377104" datatype="html">
7752 <source>Create user</source> 7745 <source>Create user</source>
7753 <target state="new">Create user</target> 7746 <target state="new">Create user</target>
@@ -7817,8 +7810,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7817 <trans-unit id="5552039423287890133" datatype="html"> 7810 <trans-unit id="5552039423287890133" datatype="html">
7818 <source>Update a user</source> 7811 <source>Update a user</source>
7819 <target state="new">Update a user</target> 7812 <target state="new">Update a user</target>
7820 7813 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/users.routes.ts</context><context context-type="linenumber">45</context></context-group>
7821 <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> 7814 </trans-unit>
7822 <trans-unit id="8564701209009684429" datatype="html"> 7815 <trans-unit id="8564701209009684429" datatype="html">
7823 <source>Federation</source> 7816 <source>Federation</source>
7824 <target state="new">Federation</target> 7817 <target state="new">Federation</target>
@@ -7837,9 +7830,9 @@ channel with the same name (<x id="PH_2"/>)!</target>
7837 <trans-unit id="3767259920053407667" datatype="html"> 7830 <trans-unit id="3767259920053407667" datatype="html">
7838 <source>Videos will be deleted, comments will be tombstoned.</source> 7831 <source>Videos will be deleted, comments will be tombstoned.</source>
7839 <target state="new">Videos will be deleted, comments will be tombstoned.</target> 7832 <target state="new">Videos will be deleted, comments will be tombstoned.</target>
7840 7833 <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>
7841 7834 <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>
7842 <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> 7835 </trans-unit>
7843 <trans-unit id="4209525355702493436" datatype="html"> 7836 <trans-unit id="4209525355702493436" datatype="html">
7844 <source>Ban</source> 7837 <source>Ban</source>
7845 <target state="new">Ban</target> 7838 <target state="new">Ban</target>
@@ -7849,83 +7842,81 @@ channel with the same name (<x id="PH_2"/>)!</target>
7849 <trans-unit id="3855396975723886053" datatype="html"> 7842 <trans-unit id="3855396975723886053" datatype="html">
7850 <source>User won't be able to login anymore, but videos and comments will be kept as is.</source> 7843 <source>User won't be able to login anymore, but videos and comments will be kept as is.</source>
7851 <target state="new">User won't be able to login anymore, but videos and comments will be kept as is.</target> 7844 <target state="new">User won't be able to login anymore, but videos and comments will be kept as is.</target>
7852 7845 <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>
7853 7846 <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>
7854 <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> 7847 </trans-unit>
7855 <trans-unit id="4451482225013335720" datatype="html"> 7848 <trans-unit id="4451482225013335720" datatype="html">
7856 <source>Unban</source> 7849 <source>Unban</source>
7857 <target state="new">Unban</target> 7850 <target state="new">Unban</target>
7858 7851 <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>
7859 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>
7860 7853 <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>
7861 <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> 7854 </trans-unit>
7862 <trans-unit id="7210277223053877333" datatype="html"> 7855 <trans-unit id="7210277223053877333" datatype="html">
7863 <source>Set Email as Verified</source> 7856 <source>Set Email as Verified</source>
7864 <target state="new">Set Email as Verified</target> 7857 <target state="new">Set Email as Verified</target>
7865 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>
7866 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>
7867 <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> 7860 </trans-unit>
7868 <trans-unit id="3403978719736970622" datatype="html"> 7861 <trans-unit id="3403978719736970622" datatype="html">
7869 <source>You cannot ban root.</source> 7862 <source>You cannot ban root.</source>
7870 <target state="translated">คุณไม่สามารถแบน root</target> 7863 <target state="translated">คุณไม่สามารถแบน root</target>
7871 7864 <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>
7872 7865 <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>
7873 <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> 7866 </trans-unit>
7874 <trans-unit id="4884272193574287483" datatype="html"> 7867 <trans-unit id="4884272193574287483" datatype="html">
7875 <source>Do you really want to unban <x id="PH"/> users?</source> 7868 <source>Do you really want to unban <x id="PH"/> users?</source>
7876 <target state="translated">คุณต้องการปลดแบนผู้ใช้ 7869 <target state="translated">คุณต้องการปลดแบนผู้ใช้
7877 <x id="PH"/> บัญชีหรือไม่ 7870 <x id="PH"/> บัญชีหรือไม่
7878 </target> 7871 </target>
7879 7872 <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>
7880 <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> 7873 </trans-unit>
7881 <trans-unit id="8712248120167780385" datatype="html"> 7874 <trans-unit id="8712248120167780385" datatype="html">
7882 <source><x id="PH"/> users unbanned. </source> 7875 <source><x id="PH"/> users unbanned. </source>
7883 <target state="translated">ปลดแบนผู้ใช้ 7876 <target state="translated">ปลดแบนผู้ใช้
7884 <x id="PH"/> บัญชีแล้ว 7877 <x id="PH"/> บัญชีแล้ว
7885 </target> 7878 </target>
7886 7879 <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>
7887 <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> 7880 </trans-unit>
7888 <trans-unit id="5325873477837320044" datatype="html"> 7881 <trans-unit id="5325873477837320044" datatype="html">
7889 <source>You cannot delete root.</source> 7882 <source>You cannot delete root.</source>
7890 <target state="new">You cannot delete root.</target> 7883 <target state="new">You cannot delete root.</target>
7891 7884 <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>
7892 7885 <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>
7893 <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> 7886 </trans-unit>
7894 <trans-unit id="4086135983283545219" datatype="html"> 7887 <trans-unit id="4086135983283545219" datatype="html">
7895 <source>If you remove these users, you will not be able to create others with the same username!</source> 7888 <source>If you remove these users, you will not be able to create others with the same username!</source>
7896 <target state="new">If you remove these users, you will not be able to create others with the same username!</target> 7889 <target state="new">If you remove these users, you will not be able to create others with the same username!</target>
7897 7890 <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>
7898 <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> 7891 </trans-unit>
7899 <trans-unit id="7166936623843420016" datatype="html"> 7892 <trans-unit id="7166936623843420016" datatype="html">
7900 <source><x id="PH"/> users deleted. </source> 7893 <source><x id="PH"/> users deleted. </source>
7901 <target state="new"> 7894 <target state="new">
7902 <x id="PH"/> users deleted. 7895 <x id="PH"/> users deleted.
7903 </target> 7896 </target>
7904 7897 <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>
7905 <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> 7898 </trans-unit>
7906 <trans-unit id="8360664597512051242" datatype="html"> 7899 <trans-unit id="8360664597512051242" datatype="html">
7907 <source><x id="PH"/> users email set as verified. </source> 7900 <source><x id="PH"/> users email set as verified. </source>
7908 <target state="new"> 7901 <target state="new">
7909 <x id="PH"/> users email set as verified. 7902 <x id="PH"/> users email set as verified.
7910 </target> 7903 </target>
7911 7904 <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>
7912 <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> 7905 </trans-unit>
7913 <trans-unit id="7390990800435887351" datatype="html"> 7906 <trans-unit id="7390990800435887351" datatype="html">
7914 <source>Account <x id="PH"/> unmuted.</source> 7907 <source>Account <x id="PH"/> unmuted.</source>
7915 <target state="translated">เลิกปิดเสียงบัญชี 7908 <target state="translated">เลิกปิดเสียงบัญชี
7916 <x id="PH"/> แล้ว 7909 <x id="PH"/> แล้ว
7917 </target> 7910 </target>
7918 7911 <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>
7919 7912 <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>
7920 <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> 7913 </trans-unit>
7921 <trans-unit id="7246356397085094208" datatype="html"> 7914 <trans-unit id="7246356397085094208" datatype="html">
7922 <source>Instance <x id="PH"/> unmuted.</source> 7915 <source>Instance <x id="PH"/> unmuted.</source>
7923 <target state="translated">เลิกปิดเสียงเว็บไซต์ 7916 <target state="translated">เลิกปิดเสียงเซิร์ฟเวอร์ <x id="PH"/> แล้ว</target>
7924 <x id="PH"/> แล้ว 7917 <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>
7925 </target> 7918 <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>
7926 7919 </trans-unit>
7927
7928 <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>
7929 <trans-unit id="5551551295632950210" datatype="html"> 7920 <trans-unit id="5551551295632950210" datatype="html">
7930 <source>Videos history is enabled</source> 7921 <source>Videos history is enabled</source>
7931 <target state="translated">ประวัติวิดีโอเปิดใช้งาน</target> 7922 <target state="translated">ประวัติวิดีโอเปิดใช้งาน</target>
@@ -8027,9 +8018,9 @@ channel with the same name (<x id="PH_2"/>)!</target>
8027 <trans-unit id="4776289814033837037" datatype="html"> 8018 <trans-unit id="4776289814033837037" datatype="html">
8028 <source>Interface settings updated.</source> 8019 <source>Interface settings updated.</source>
8029 <target state="translated">อัปเดตการตั้งค่าอินเตอร์เฟซแล้ว</target> 8020 <target state="translated">อัปเดตการตั้งค่าอินเตอร์เฟซแล้ว</target>
8030 8021 <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>
8031 8022 <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>
8032 <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> 8023 </trans-unit>
8033 <trans-unit id="77907918814566205" datatype="html"> 8024 <trans-unit id="77907918814566205" datatype="html">
8034 <source>New video from your subscriptions</source> 8025 <source>New video from your subscriptions</source>
8035 <target state="translated">วิดีโอใหม่จากช่องที่คุณติดตาม</target> 8026 <target state="translated">วิดีโอใหม่จากช่องที่คุณติดตาม</target>
@@ -8067,7 +8058,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8067 </trans-unit> 8058 </trans-unit>
8068 <trans-unit id="3268838889659873892" datatype="html"> 8059 <trans-unit id="3268838889659873892" datatype="html">
8069 <source>A new user registered on your instance</source> 8060 <source>A new user registered on your instance</source>
8070 <target state="translated">มีผู้ใช้ใหม่ลงทะเบียนบนเว็บไซต์ของคุณ</target> 8061 <target state="translated">มีผู้ใช้ใหม่ลงทะเบียนบนเซิร์ฟเวอร์ของคุณ</target>
8071 <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">39</context></context-group> 8062 <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">39</context></context-group>
8072 </trans-unit> 8063 </trans-unit>
8073 <trans-unit id="7373104725413001009" datatype="html"> 8064 <trans-unit id="7373104725413001009" datatype="html">
@@ -8082,7 +8073,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8082 </trans-unit> 8073 </trans-unit>
8083 <trans-unit id="2018794201569157817" datatype="html"> 8074 <trans-unit id="2018794201569157817" datatype="html">
8084 <source>Your instance has a new follower</source> 8075 <source>Your instance has a new follower</source>
8085 <target state="translated">เว็บไซต์ของคุณมีผู้ติดตามใหม่</target> 8076 <target state="translated">เซิร์ฟเวอร์ของคุณมีผู้ติดตามใหม่</target>
8086 <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">42</context></context-group> 8077 <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">42</context></context-group>
8087 </trans-unit> 8078 </trans-unit>
8088 <trans-unit id="773085434165307906" datatype="html"> 8079 <trans-unit id="773085434165307906" datatype="html">
@@ -8119,8 +8110,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
8119 <trans-unit id="5095562193296630034" datatype="html"> 8110 <trans-unit id="5095562193296630034" datatype="html">
8120 <source>Preferences saved</source> 8111 <source>Preferences saved</source>
8121 <target state="translated">บันทึกการตั้งค่าแล้ว</target> 8112 <target state="translated">บันทึกการตั้งค่าแล้ว</target>
8122 8113 <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>
8123 <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> 8114 </trans-unit>
8124 <trans-unit id="4967231969832964676" datatype="html"> 8115 <trans-unit id="4967231969832964676" datatype="html">
8125 <source>Profile updated.</source> 8116 <source>Profile updated.</source>
8126 <target state="translated">อัปเดตโปรไฟล์แล้ว</target> 8117 <target state="translated">อัปเดตโปรไฟล์แล้ว</target>
@@ -8137,26 +8128,26 @@ channel with the same name (<x id="PH_2"/>)!</target>
8137 <trans-unit id="3525866160632851851" datatype="html"> 8128 <trans-unit id="3525866160632851851" datatype="html">
8138 <source>Avatar changed.</source> 8129 <source>Avatar changed.</source>
8139 <target state="translated">เปลี่ยนภาพแทนตัวแล้ว</target> 8130 <target state="translated">เปลี่ยนภาพแทนตัวแล้ว</target>
8140 8131 <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>
8141 8132 <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>
8142 <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> 8133 </trans-unit>
8143 <trans-unit id="8920809083620698740" datatype="html"> 8134 <trans-unit id="8920809083620698740" datatype="html">
8144 <source>avatar</source> 8135 <source>avatar</source>
8145 <target state="new">avatar</target> 8136 <target state="new">avatar</target>
8146 8137 <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>
8147 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">112</context></context-group>
8148 <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> 8139 </trans-unit>
8149 <trans-unit id="2775050991871557896" datatype="html"> 8140 <trans-unit id="2775050991871557896" datatype="html">
8150 <source>Avatar deleted.</source> 8141 <source>Avatar deleted.</source>
8151 <target state="new">Avatar deleted.</target> 8142 <target state="new">Avatar deleted.</target>
8152 8143 <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>
8153 8144 <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>
8154 <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> 8145 </trans-unit>
8155 <trans-unit id="1233062525939746039" datatype="html"> 8146 <trans-unit id="1233062525939746039" datatype="html">
8156 <source>Unknown language</source> 8147 <source>Unknown language</source>
8157 <target state="translated">ภาษาที่ไม่รู้จัก</target> 8148 <target state="translated">ภาษาที่ไม่รู้จัก</target>
8158 8149 <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>
8159 <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> 8150 </trans-unit>
8160 <trans-unit id="3761504852202418603" datatype="html"> 8151 <trans-unit id="3761504852202418603" datatype="html">
8161 <source>Too many languages are enabled. Please enable them all or stay below 20 enabled languages.</source> 8152 <source>Too many languages are enabled. Please enable them all or stay below 20 enabled languages.</source>
8162 <target state="translated">จำนวนภาษาที่เปิดมากเกินไป โปรดเปิดทุกภาษาหรือเปิดไว้ไม่เกิน 20 ภาษา</target> 8153 <target state="translated">จำนวนภาษาที่เปิดมากเกินไป โปรดเปิดทุกภาษาหรือเปิดไว้ไม่เกิน 20 ภาษา</target>
@@ -8179,29 +8170,29 @@ channel with the same name (<x id="PH_2"/>)!</target>
8179 </trans-unit> 8170 </trans-unit>
8180 <trans-unit id="8723777130353305761" datatype="html"> 8171 <trans-unit id="8723777130353305761" datatype="html">
8181 <source>This name already exists on this instance.</source> 8172 <source>This name already exists on this instance.</source>
8182 <target state="translated">ชื่อนี้มีอยู่ในเว็บไซต์นี้แล้ว</target> 8173 <target state="translated">ชื่อนี้มีอยู่ในเซิร์ฟเวอร์นี้แล้ว</target>
8183 <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> 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>
8184 </trans-unit> 8175 </trans-unit>
8185 <trans-unit id="7589345916094713536" datatype="html"> 8176 <trans-unit id="7589345916094713536" datatype="html">
8186 <source>Video channel <x id="PH"/> updated.</source> 8177 <source>Video channel <x id="PH"/> updated.</source>
8187 <target state="translated">อัปเดตช่องวิดีโอ <x id="PH"/> แล้ว</target> 8178 <target state="translated">อัปเดตช่องวิดีโอ <x id="PH"/> แล้ว</target>
8188 8179 <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>
8189 <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> 8180 </trans-unit>
8190 <trans-unit id="8407755843502300957" datatype="html"> 8181 <trans-unit id="8407755843502300957" datatype="html">
8191 <source>Banner changed.</source> 8182 <source>Banner changed.</source>
8192 <target state="new">Banner changed.</target> 8183 <target state="new">Banner changed.</target>
8193 8184 <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>
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">135</context></context-group></trans-unit> 8185 </trans-unit>
8195 <trans-unit id="689638706960732906" datatype="html"> 8186 <trans-unit id="689638706960732906" datatype="html">
8196 <source>banner</source> 8187 <source>banner</source>
8197 <target state="new">banner</target> 8188 <target state="new">banner</target>
8198 8189 <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>
8199 <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> 8190 </trans-unit>
8200 <trans-unit id="3230561499965076671" datatype="html"> 8191 <trans-unit id="3230561499965076671" datatype="html">
8201 <source>Banner deleted.</source> 8192 <source>Banner deleted.</source>
8202 <target state="new">Banner deleted.</target> 8193 <target state="new">Banner deleted.</target>
8203 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>
8204 <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> 8195 </trans-unit>
8205 <trans-unit id="2575302837003821736" datatype="html"> 8196 <trans-unit id="2575302837003821736" datatype="html">
8206 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source> 8197 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
8207 <target state="translated">กรุณาพิมพ์ชื่อแสดงของช่อง ( <x id="PH"/>) เพื่อยืนยัน</target> 8198 <target state="translated">กรุณาพิมพ์ชื่อแสดงของช่อง ( <x id="PH"/>) เพื่อยืนยัน</target>
@@ -8409,8 +8400,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
8409 <trans-unit id="8181077408762380407" datatype="html"> 8400 <trans-unit id="8181077408762380407" datatype="html">
8410 <source>Channels</source> 8401 <source>Channels</source>
8411 <target state="translated">ช่อง</target> 8402 <target state="translated">ช่อง</target>
8412 8403 <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>
8413 <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> 8404 </trans-unit>
8414 <trans-unit id="8936704404804793618" datatype="html"> 8405 <trans-unit id="8936704404804793618" datatype="html">
8415 <source>Videos</source> 8406 <source>Videos</source>
8416 <target state="translated">วิดีโอ</target> 8407 <target state="translated">วิดีโอ</target>
@@ -8440,22 +8431,22 @@ channel with the same name (<x id="PH_2"/>)!</target>
8440 <trans-unit id="6537885755702623401" datatype="html"> 8431 <trans-unit id="6537885755702623401" datatype="html">
8441 <source>Now please check your emails to verify your account and complete signup.</source> 8432 <source>Now please check your emails to verify your account and complete signup.</source>
8442 <target state="translated">กรุณาตรวจสอบอีเมลของคุณเพื่อยืนยันบัญชีและเสร็จสิ้นการลงทะเบียน</target> 8433 <target state="translated">กรุณาตรวจสอบอีเมลของคุณเพื่อยืนยันบัญชีและเสร็จสิ้นการลงทะเบียน</target>
8443 8434 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context><context context-type="linenumber">130</context></context-group>
8444 <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> 8435 </trans-unit>
8445 <trans-unit id="2847376451647729886" datatype="html"> 8436 <trans-unit id="2847376451647729886" datatype="html">
8446 <source>You are now logged in as <x id="PH"/>!</source> 8437 <source>You are now logged in as <x id="PH"/>!</source>
8447 <target state="translated">คุณเข้าสู่ระบบในชื่อ 8438 <target state="translated">คุณเข้าสู่ระบบในชื่อ
8448 <x id="PH"/> แล้ว 8439 <x id="PH"/> แล้ว
8449 </target> 8440 </target>
8450 8441 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context><context context-type="linenumber">138</context></context-group>
8451 <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> 8442 </trans-unit>
8452 <trans-unit id="2687679787442328897" datatype="html"> 8443 <trans-unit id="2687679787442328897" datatype="html">
8453 <source>An email with verification link will be sent to <x id="PH"/>.</source> 8444 <source>An email with verification link will be sent to <x id="PH"/>.</source>
8454 <target state="translated">อีเมลที่มีลิงก์ยืนยันจะถูกส่งไปยัง 8445 <target state="translated">อีเมลที่มีลิงก์ยืนยันจะถูกส่งไปยัง
8455 <x id="PH"/> 8446 <x id="PH"/>
8456 </target> 8447 </target>
8457 8448 <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>
8458 <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> 8449 </trans-unit>
8459 <trans-unit id="4180693983967989981" datatype="html"> 8450 <trans-unit id="4180693983967989981" datatype="html">
8460 <source>Unable to find user id or verification string.</source> 8451 <source>Unable to find user id or verification string.</source>
8461 <target state="translated">ไม่พบไอดีผู้ใช้หรือรหัสลิงก์ยืนยัน</target> 8452 <target state="translated">ไม่พบไอดีผู้ใช้หรือรหัสลิงก์ยืนยัน</target>
@@ -8472,7 +8463,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8472 <target state="translated">ติดตามบัญชี</target> 8463 <target state="translated">ติดตามบัญชี</target>
8473 8464
8474 8465
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">701</context></context-group></trans-unit> 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>
8476 <trans-unit id="3131904093925601441" datatype="html"> 8467 <trans-unit id="3131904093925601441" datatype="html">
8477 <source>PLAYLISTS</source> 8468 <source>PLAYLISTS</source>
8478 <target state="translated">เพลย์ลิสต์</target> 8469 <target state="translated">เพลย์ลิสต์</target>
@@ -8484,38 +8475,38 @@ channel with the same name (<x id="PH_2"/>)!</target>
8484 <trans-unit id="7709367721354853232" datatype="html"> 8475 <trans-unit id="7709367721354853232" datatype="html">
8485 <source>Focus the search bar</source> 8476 <source>Focus the search bar</source>
8486 <target state="translated">โฟกัสไปที่แถบค้นหา</target> 8477 <target state="translated">โฟกัสไปที่แถบค้นหา</target>
8487 8478 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">300</context></context-group>
8488 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">300</context></context-group></trans-unit> 8479 </trans-unit>
8489 <trans-unit id="4049262826107502276" datatype="html"> 8480 <trans-unit id="4049262826107502276" datatype="html">
8490 <source>Toggle the left menu</source> 8481 <source>Toggle the left menu</source>
8491 <target state="translated">เปิด/ปิดเมนูด้านซ้าย</target> 8482 <target state="translated">เปิด/ปิดเมนูด้านซ้าย</target>
8492 8483 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">305</context></context-group>
8493 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">305</context></context-group></trans-unit> 8484 </trans-unit>
8494 <trans-unit id="5409372033656550095" datatype="html"> 8485 <trans-unit id="5409372033656550095" datatype="html">
8495 <source>Go to the discover videos page</source> 8486 <source>Go to the discover videos page</source>
8496 <target state="translated">ไปที่หน้าสำรวจวิดีโอ</target> 8487 <target state="translated">ไปที่หน้าสำรวจวิดีโอ</target>
8497 8488 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">310</context></context-group>
8498 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">310</context></context-group></trans-unit> 8489 </trans-unit>
8499 <trans-unit id="4278050445961255445" datatype="html"> 8490 <trans-unit id="4278050445961255445" datatype="html">
8500 <source>Go to the trending videos page</source> 8491 <source>Go to the trending videos page</source>
8501 <target state="translated">ไปที่หน้าวิดีโอมาแรง</target> 8492 <target state="translated">ไปที่หน้าวิดีโอมาแรง</target>
8502 8493 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">315</context></context-group>
8503 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">315</context></context-group></trans-unit> 8494 </trans-unit>
8504 <trans-unit id="3242234958443825475" datatype="html"> 8495 <trans-unit id="3242234958443825475" datatype="html">
8505 <source>Go to the recently added videos page</source> 8496 <source>Go to the recently added videos page</source>
8506 <target state="translated">ไปที่หน้าวิดีโอที่เพิ่งเผยแพร่</target> 8497 <target state="translated">ไปที่หน้าวิดีโอที่เพิ่งเผยแพร่</target>
8507 8498 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">320</context></context-group>
8508 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">320</context></context-group></trans-unit> 8499 </trans-unit>
8509 <trans-unit id="2887122197778293919" datatype="html"> 8500 <trans-unit id="2887122197778293919" datatype="html">
8510 <source>Go to the local videos page</source> 8501 <source>Go to the local videos page</source>
8511 <target state="translated">ไปที่หน้าวิดีโอในเว็บไซต์นี้</target> 8502 <target state="translated">ไปที่หน้าวิดีโอในเซิร์ฟเวอร์นี้</target>
8512 8503 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">325</context></context-group>
8513 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">325</context></context-group></trans-unit> 8504 </trans-unit>
8514 <trans-unit id="8009065619559214982" datatype="html"> 8505 <trans-unit id="8009065619559214982" datatype="html">
8515 <source>Go to the videos upload page</source> 8506 <source>Go to the videos upload page</source>
8516 <target state="translated">ไปที่หน้าอัปโหลดวิดีโอ</target> 8507 <target state="translated">ไปที่หน้าอัปโหลดวิดีโอ</target>
8517 8508 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">330</context></context-group>
8518 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">330</context></context-group></trans-unit> 8509 </trans-unit>
8519 <trans-unit id="3779524668013120370" datatype="html"> 8510 <trans-unit id="3779524668013120370" datatype="html">
8520 <source>Go to my subscriptions</source> 8511 <source>Go to my subscriptions</source>
8521 <target state="translated">ไปที่การติดตามของฉัน</target> 8512 <target state="translated">ไปที่การติดตามของฉัน</target>
@@ -8552,8 +8543,10 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8552 <source>Keyboard Shortcuts:</source> 8543 <source>Keyboard Shortcuts:</source>
8553 <target state="translated">ปุ่มลัดคีย์บอร์ด:</target> 8544 <target state="translated">ปุ่มลัดคีย์บอร์ด:</target>
8554 <context-group purpose="location"><context context-type="sourcefile">src/app/core/hotkeys/hotkeys.component.ts</context><context context-type="linenumber">11</context></context-group> 8545 <context-group purpose="location"><context context-type="sourcefile">src/app/core/hotkeys/hotkeys.component.ts</context><context context-type="linenumber">11</context></context-group>
8555 </trans-unit><trans-unit id="3608407683173066091" datatype="html"> 8546 </trans-unit>
8556 <source>My history</source><target state="new">My history</target> 8547 <trans-unit id="3608407683173066091" datatype="html">
8548 <source>My history</source>
8549 <target state="new">My history</target>
8557 <context-group purpose="location"> 8550 <context-group purpose="location">
8558 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context> 8551 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8559 <context context-type="linenumber">98</context> 8552 <context context-type="linenumber">98</context>
@@ -8561,10 +8554,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8561 </trans-unit> 8554 </trans-unit>
8562 <trans-unit id="232050922346936574" datatype="html"> 8555 <trans-unit id="232050922346936574" datatype="html">
8563 <source>Trending</source> 8556 <source>Trending</source>
8564 <target state="new">Trending</target> 8557 <target state="translated">มาแรง</target>
8565 8558 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">131</context></context-group>
8566 <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"> 8559 </trans-unit>
8567 <source>ON <x id="PH" equiv-text="config.instance.name"/></source><target state="new">ON <x id="PH" equiv-text="config.instance.name"/></target> 8560 <trans-unit id="6470888608149621404" datatype="html">
8561 <source>ON <x id="PH" equiv-text="config.instance.name"/></source>
8562 <target state="new">ON <x id="PH" equiv-text="config.instance.name"/></target>
8568 <context-group purpose="location"> 8563 <context-group purpose="location">
8569 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context> 8564 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8570 <context context-type="linenumber">150</context> 8565 <context context-type="linenumber">150</context>
@@ -8572,10 +8567,10 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8572 </trans-unit> 8567 </trans-unit>
8573 <trans-unit id="2821179408673282599" datatype="html"> 8568 <trans-unit id="2821179408673282599" datatype="html">
8574 <source>Home</source> 8569 <source>Home</source>
8575 <target state="new">Home</target> 8570 <target state="translated">หน้าแรก</target>
8576 8571 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">115</context></context-group>
8577 8572 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">116</context></context-group>
8578 <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> 8573 </trans-unit>
8579 <trans-unit id="4648900870671159218" datatype="html"> 8574 <trans-unit id="4648900870671159218" datatype="html">
8580 <source>Success</source> 8575 <source>Success</source>
8581 <target state="translated">สำเร็จ</target> 8576 <target state="translated">สำเร็จ</target>
@@ -8594,29 +8589,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8594 <trans-unit id="7939914198003891823" datatype="html"> 8589 <trans-unit id="7939914198003891823" datatype="html">
8595 <source>any language</source> 8590 <source>any language</source>
8596 <target state="translated">ภาษาใดก็ได้</target> 8591 <target state="translated">ภาษาใดก็ได้</target>
8597 8592 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group>
8598 <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> 8593 </trans-unit>
8599
8600 <trans-unit id="5633144232269377096" datatype="html"> 8594 <trans-unit id="5633144232269377096" datatype="html">
8601 <source>hide</source> 8595 <source>hide</source>
8602 <target state="translated">ซ่อน</target> 8596 <target state="translated">ซ่อน</target>
8603 8597 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group>
8604 <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> 8598 </trans-unit>
8605 <trans-unit id="8603861867909474404" datatype="html"> 8599 <trans-unit id="8603861867909474404" datatype="html">
8606 <source>blur</source> 8600 <source>blur</source>
8607 <target state="translated">เบลอ</target> 8601 <target state="translated">เบลอ</target>
8608 8602 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group>
8609 <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> 8603 </trans-unit>
8610 <trans-unit id="4534458451100881847" datatype="html"> 8604 <trans-unit id="4534458451100881847" datatype="html">
8611 <source>display</source> 8605 <source>display</source>
8612 <target state="translated">แสดง</target> 8606 <target state="translated">แสดง</target>
8613 8607 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group>
8614 <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> 8608 </trans-unit>
8615 <trans-unit id="4467323362722952678" datatype="html"> 8609 <trans-unit id="4467323362722952678" datatype="html">
8616 <source>Unknown</source> 8610 <source>Unknown</source>
8617 <target state="translated">ไม่รู้จัก</target> 8611 <target state="translated">ไม่รู้จัก</target>
8618 8612 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group>
8619 <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> 8613 </trans-unit>
8620 <trans-unit id="8781423666414310853" datatype="html"> 8614 <trans-unit id="8781423666414310853" datatype="html">
8621 <source>Your password has been successfully reset!</source> 8615 <source>Your password has been successfully reset!</source>
8622 <target state="translated">รีเซ็ตรหัสผ่านเรียบร้อย</target> 8616 <target state="translated">รีเซ็ตรหัสผ่านเรียบร้อย</target>
@@ -8625,45 +8619,45 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8625 <trans-unit id="6048892649018070225" datatype="html"> 8619 <trans-unit id="6048892649018070225" datatype="html">
8626 <source>Today</source> 8620 <source>Today</source>
8627 <target state="translated">วันนี้</target> 8621 <target state="translated">วันนี้</target>
8628 8622 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">41</context></context-group>
8629 8623 <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>
8630 8624 <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>
8631 <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> 8625 </trans-unit>
8632 <trans-unit id="4498682414491138092" datatype="html"> 8626 <trans-unit id="4498682414491138092" datatype="html">
8633 <source>Yesterday</source> 8627 <source>Yesterday</source>
8634 <target state="translated">เมื่อวาน</target> 8628 <target state="translated">เมื่อวาน</target>
8635 8629 <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>
8636 <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> 8630 </trans-unit>
8637 <trans-unit id="5073473933031004097" datatype="html"> 8631 <trans-unit id="5073473933031004097" datatype="html">
8638 <source>This week</source> 8632 <source>This week</source>
8639 <target state="translated">สัปดาห์นี้</target> 8633 <target state="translated">สัปดาห์นี้</target>
8640 8634 <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>
8641 <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> 8635 </trans-unit>
8642 <trans-unit id="842657237693374355" datatype="html"> 8636 <trans-unit id="842657237693374355" datatype="html">
8643 <source>This month</source> 8637 <source>This month</source>
8644 <target state="translated">เดือนนี้</target> 8638 <target state="translated">เดือนนี้</target>
8645 8639 <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>
8646 <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> 8640 </trans-unit>
8647 <trans-unit id="4463380307954693363" datatype="html"> 8641 <trans-unit id="4463380307954693363" datatype="html">
8648 <source>Last month</source> 8642 <source>Last month</source>
8649 <target state="translated">เดือนที่ผ่านมา</target> 8643 <target state="translated">เดือนที่ผ่านมา</target>
8650 8644 <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>
8651 <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> 8645 </trans-unit>
8652 <trans-unit id="7473676707373218484" datatype="html"> 8646 <trans-unit id="7473676707373218484" datatype="html">
8653 <source>Older</source> 8647 <source>Older</source>
8654 <target state="translated">เก่ากว่า</target> 8648 <target state="translated">เก่ากว่า</target>
8655 8649 <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>
8656 <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> 8650 </trans-unit>
8657 <trans-unit id="5036991421517255667" datatype="html"> 8651 <trans-unit id="5036991421517255667" datatype="html">
8658 <source>Cannot load more videos. Try again later.</source> 8652 <source>Cannot load more videos. Try again later.</source>
8659 <target state="translated">ไม่สามารถโหลดวิดีโอเพิ่มเติม ลองอีกครั้งในภายหลัง</target> 8653 <target state="translated">ไม่สามารถโหลดวิดีโอเพิ่มเติม ลองอีกครั้งในภายหลัง</target>
8660 8654 <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>
8661 <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> 8655 </trans-unit>
8662 <trans-unit id="7460399579150761114" datatype="html"> 8656 <trans-unit id="7460399579150761114" datatype="html">
8663 <source>function is not implemented</source> 8657 <source>function is not implemented</source>
8664 <target state="new">function is not implemented</target> 8658 <target state="new">function is not implemented</target>
8665 8659 <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>
8666 <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> 8660 </trans-unit>
8667 <trans-unit id="4873149362496451858" datatype="html"> 8661 <trans-unit id="4873149362496451858" datatype="html">
8668 <source>Last 7 days</source> 8662 <source>Last 7 days</source>
8669 <target state="translated">7 วันที่ผ่านมา</target> 8663 <target state="translated">7 วันที่ผ่านมา</target>
@@ -8729,13 +8723,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8729 <trans-unit id="3208627574396957172" datatype="html"> 8723 <trans-unit id="3208627574396957172" datatype="html">
8730 <source>Search index is unavailable. Retrying with instance results instead.</source> 8724 <source>Search index is unavailable. Retrying with instance results instead.</source>
8731 <target state="new">Search index is unavailable. Retrying with instance results instead.</target> 8725 <target state="new">Search index is unavailable. Retrying with instance results instead.</target>
8732 8726 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group>
8733 <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> 8727 </trans-unit>
8734 <trans-unit id="307702206382241469" datatype="html"> 8728 <trans-unit id="307702206382241469" datatype="html">
8735 <source>Search error</source> 8729 <source>Search error</source>
8736 <target state="translated">เกิดข้อผิดพลาดในการค้นหา</target> 8730 <target state="translated">เกิดข้อผิดพลาดในการค้นหา</target>
8737 8731 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group>
8738 <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> 8732 </trans-unit>
8739 <trans-unit id="4580988005648117665" datatype="html"> 8733 <trans-unit id="4580988005648117665" datatype="html">
8740 <source>Search</source> 8734 <source>Search</source>
8741 <target state="translated">การค้นหา</target> 8735 <target state="translated">การค้นหา</target>
@@ -8761,7 +8755,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8761 </trans-unit> 8755 </trans-unit>
8762 <trans-unit id="8392321423487952834" datatype="html"> 8756 <trans-unit id="8392321423487952834" datatype="html">
8763 <source>1 year ago</source> 8757 <source>1 year ago</source>
8764 <target state="new">1 year ago</target> 8758 <target state="translated">1 ปีที่ผ่านมา</target>
8765 <context-group purpose="location"> 8759 <context-group purpose="location">
8766 <context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context> 8760 <context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context>
8767 <context context-type="linenumber">12</context> 8761 <context context-type="linenumber">12</context>
@@ -8780,7 +8774,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8780 </trans-unit> 8774 </trans-unit>
8781 <trans-unit id="6874778750344205852" datatype="html"> 8775 <trans-unit id="6874778750344205852" datatype="html">
8782 <source>1 month ago</source> 8776 <source>1 month ago</source>
8783 <target state="new">1 month ago</target> 8777 <target state="translated">1 เดือนที่ผ่านมา</target>
8784 <context-group purpose="location"> 8778 <context-group purpose="location">
8785 <context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context> 8779 <context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context>
8786 <context context-type="linenumber">19</context> 8780 <context context-type="linenumber">19</context>
@@ -8799,7 +8793,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8799 </trans-unit> 8793 </trans-unit>
8800 <trans-unit id="6538455390369999912" datatype="html"> 8794 <trans-unit id="6538455390369999912" datatype="html">
8801 <source>1 week ago</source> 8795 <source>1 week ago</source>
8802 <target state="new">1 week ago</target> 8796 <target state="translated">1 สัปดาห์ที่ผ่านมา</target>
8803 <context-group purpose="location"> 8797 <context-group purpose="location">
8804 <context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context> 8798 <context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context>
8805 <context context-type="linenumber">26</context> 8799 <context context-type="linenumber">26</context>
@@ -8869,7 +8863,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8869 </trans-unit> 8863 </trans-unit>
8870 <trans-unit id="7784486624424057376" datatype="html"> 8864 <trans-unit id="7784486624424057376" datatype="html">
8871 <source>Instance name is required.</source> 8865 <source>Instance name is required.</source>
8872 <target state="translated">ต้องใส่ชื่อของเ์</target> 8866 <target state="translated">ต้องใส่ชื่อของเ</target>
8873 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">7</context></context-group> 8867 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">7</context></context-group>
8874 </trans-unit> 8868 </trans-unit>
8875 <trans-unit id="3281212084219111058" datatype="html"> 8869 <trans-unit id="3281212084219111058" datatype="html">
@@ -8929,20 +8923,26 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8929 <source>Signup limit must be a number.</source> 8923 <source>Signup limit must be a number.</source>
8930 <target state="new">Signup limit must be a number.</target> 8924 <target state="new">Signup limit must be a number.</target>
8931 <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> 8925 <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>
8932 </trans-unit><trans-unit id="346485141381099383" datatype="html"> 8926 </trans-unit>
8933 <source>Signup minimum age is required.</source><target state="new">Signup minimum age is required.</target> 8927 <trans-unit id="346485141381099383" datatype="html">
8928 <source>Signup minimum age is required.</source>
8929 <target state="new">Signup minimum age is required.</target>
8934 <context-group purpose="location"> 8930 <context-group purpose="location">
8935 <context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context> 8931 <context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context>
8936 <context context-type="linenumber">55</context> 8932 <context context-type="linenumber">55</context>
8937 </context-group> 8933 </context-group>
8938 </trans-unit><trans-unit id="4230672031132838318" datatype="html"> 8934 </trans-unit>
8939 <source>Signup minimum age must be greater than 1.</source><target state="new">Signup minimum age must be greater than 1.</target> 8935 <trans-unit id="4230672031132838318" datatype="html">
8936 <source>Signup minimum age must be greater than 1.</source>
8937 <target state="new">Signup minimum age must be greater than 1.</target>
8940 <context-group purpose="location"> 8938 <context-group purpose="location">
8941 <context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context> 8939 <context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context>
8942 <context context-type="linenumber">56</context> 8940 <context context-type="linenumber">56</context>
8943 </context-group> 8941 </context-group>
8944 </trans-unit><trans-unit id="5929230001329133993" datatype="html"> 8942 </trans-unit>
8945 <source>Signup minimum age must be a number.</source><target state="new">Signup minimum age must be a number.</target> 8943 <trans-unit id="5929230001329133993" datatype="html">
8944 <source>Signup minimum age must be a number.</source>
8945 <target state="new">Signup minimum age must be a number.</target>
8946 <context-group purpose="location"> 8946 <context-group purpose="location">
8947 <context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context> 8947 <context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context>
8948 <context context-type="linenumber">57</context> 8948 <context context-type="linenumber">57</context>
@@ -8951,73 +8951,73 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8951 <trans-unit id="240096858386658337" datatype="html"> 8951 <trans-unit id="240096858386658337" datatype="html">
8952 <source>Admin email is required.</source> 8952 <source>Admin email is required.</source>
8953 <target state="new">Admin email is required.</target> 8953 <target state="new">Admin email is required.</target>
8954 8954 <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>
8955 <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> 8955 </trans-unit>
8956 <trans-unit id="4392533896009432078" datatype="html"> 8956 <trans-unit id="4392533896009432078" datatype="html">
8957 <source>Admin email must be valid.</source> 8957 <source>Admin email must be valid.</source>
8958 <target state="new">Admin email must be valid.</target> 8958 <target state="new">Admin email must be valid.</target>
8959 8959 <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>
8960 <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> 8960 </trans-unit>
8961 <trans-unit id="6172217783476989430" datatype="html"> 8961 <trans-unit id="6172217783476989430" datatype="html">
8962 <source>Transcoding threads is required.</source> 8962 <source>Transcoding threads is required.</source>
8963 <target state="new">Transcoding threads is required.</target> 8963 <target state="new">Transcoding threads is required.</target>
8964 8964 <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>
8965 <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> 8965 </trans-unit>
8966 <trans-unit id="5320424292625586941" datatype="html"> 8966 <trans-unit id="5320424292625586941" datatype="html">
8967 <source>Transcoding threads must be greater or equal to 0.</source> 8967 <source>Transcoding threads must be greater or equal to 0.</source>
8968 <target state="new">Transcoding threads must be greater or equal to 0.</target> 8968 <target state="new">Transcoding threads must be greater or equal to 0.</target>
8969 8969 <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>
8970 <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> 8970 </trans-unit>
8971 <trans-unit id="8185661254949728718" datatype="html"> 8971 <trans-unit id="8185661254949728718" datatype="html">
8972 <source>Max live duration is required.</source> 8972 <source>Max live duration is required.</source>
8973 <target state="new">Max live duration is required.</target> 8973 <target state="new">Max live duration is required.</target>
8974 8974 <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>
8975 <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> 8975 </trans-unit>
8976 <trans-unit id="8892863662898651766" datatype="html"> 8976 <trans-unit id="8892863662898651766" datatype="html">
8977 <source>Max live duration should be greater or equal to -1.</source> 8977 <source>Max live duration should be greater or equal to -1.</source>
8978 <target state="new">Max live duration should be greater or equal to -1.</target> 8978 <target state="new">Max live duration should be greater or equal to -1.</target>
8979 8979 <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>
8980 <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> 8980 </trans-unit>
8981 <trans-unit id="8196240396863235661" datatype="html"> 8981 <trans-unit id="8196240396863235661" datatype="html">
8982 <source>Max instance lives is required.</source> 8982 <source>Max instance lives is required.</source>
8983 <target state="new">Max instance lives is required.</target> 8983 <target state="new">Max instance lives is required.</target>
8984 8984 <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>
8985 <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> 8985 </trans-unit>
8986 <trans-unit id="913683464711184925" datatype="html"> 8986 <trans-unit id="913683464711184925" datatype="html">
8987 <source>Max instance lives should be greater or equal to -1.</source> 8987 <source>Max instance lives should be greater or equal to -1.</source>
8988 <target state="new">Max instance lives should be greater or equal to -1.</target> 8988 <target state="new">Max instance lives should be greater or equal to -1.</target>
8989 8989 <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>
8990 <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> 8990 </trans-unit>
8991 <trans-unit id="5614457087254770778" datatype="html"> 8991 <trans-unit id="5614457087254770778" datatype="html">
8992 <source>Max user lives is required.</source> 8992 <source>Max user lives is required.</source>
8993 <target state="new">Max user lives is required.</target> 8993 <target state="new">Max user lives is required.</target>
8994 8994 <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>
8995 <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> 8995 </trans-unit>
8996 <trans-unit id="2779726697233311712" datatype="html"> 8996 <trans-unit id="2779726697233311712" datatype="html">
8997 <source>Max user lives should be greater or equal to -1.</source> 8997 <source>Max user lives should be greater or equal to -1.</source>
8998 <target state="new">Max user lives should be greater or equal to -1.</target> 8998 <target state="new">Max user lives should be greater or equal to -1.</target>
8999 8999 <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>
9000 <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> 9000 </trans-unit>
9001 <trans-unit id="5832601947705094130" datatype="html"> 9001 <trans-unit id="5832601947705094130" datatype="html">
9002 <source>Concurrency is required.</source> 9002 <source>Concurrency is required.</source>
9003 <target state="new">Concurrency is required.</target> 9003 <target state="new">Concurrency is required.</target>
9004 9004 <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>
9005 <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> 9005 </trans-unit>
9006 <trans-unit id="4751566092251132371" datatype="html"> 9006 <trans-unit id="4751566092251132371" datatype="html">
9007 <source>Concurrency should be greater or equal to 1.</source> 9007 <source>Concurrency should be greater or equal to 1.</source>
9008 <target state="new">Concurrency should be greater or equal to 1.</target> 9008 <target state="new">Concurrency should be greater or equal to 1.</target>
9009 9009 <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>
9010 <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> 9010 </trans-unit>
9011 <trans-unit id="75589896034107743" datatype="html"> 9011 <trans-unit id="75589896034107743" datatype="html">
9012 <source>Index URL should be a URL</source> 9012 <source>Index URL should be a URL</source>
9013 <target state="new">Index URL should be a URL</target> 9013 <target state="new">Index URL should be a URL</target>
9014 9014 <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>
9015 <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> 9015 </trans-unit>
9016 <trans-unit id="3964961007325702684" datatype="html"> 9016 <trans-unit id="3964961007325702684" datatype="html">
9017 <source>Search index URL should be a URL</source> 9017 <source>Search index URL should be a URL</source>
9018 <target state="new">Search index URL should be a URL</target> 9018 <target state="new">Search index URL should be a URL</target>
9019 9019 <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>
9020 <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> 9020 </trans-unit>
9021 <trans-unit id="8602814243662345124" datatype="html"> 9021 <trans-unit id="8602814243662345124" datatype="html">
9022 <source>Email is required.</source> 9022 <source>Email is required.</source>
9023 <target state="translated">ต้องใส่อีเมล</target> 9023 <target state="translated">ต้องใส่อีเมล</target>
@@ -9196,7 +9196,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9196 </trans-unit> 9196 </trans-unit>
9197 <trans-unit id="1814372869868173571" datatype="html"> 9197 <trans-unit id="1814372869868173571" datatype="html">
9198 <source>You must agree with the instance terms in order to register on it.</source> 9198 <source>You must agree with the instance terms in order to register on it.</source>
9199 <target state="translated">คุณต้องยอมรับข้อกำหนดของเว็บไซต์เพื่อลงทะเบียน</target> 9199 <target state="translated">คุณต้องยอมรับข้อกำหนดของเซิร์ฟเวอร์เพื่อลงทะเบียน</target>
9200 <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> 9200 <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>
9201 </trans-unit> 9201 </trans-unit>
9202 <trans-unit id="7803960725351649605" datatype="html"> 9202 <trans-unit id="7803960725351649605" datatype="html">
@@ -9306,7 +9306,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9306 </trans-unit> 9306 </trans-unit>
9307 <trans-unit id="3954099618513992825" datatype="html"> 9307 <trans-unit id="3954099618513992825" datatype="html">
9308 <source>You can only transfer ownership to a local account</source> 9308 <source>You can only transfer ownership to a local account</source>
9309 <target state="translated">คุณสามารถโอนเจ้าของได้เฉพาะบัญชีที่อยู่ในเว็บไซต์นี้เท่านั้น</target> 9309 <target state="translated">คุณสามารถโอนเจ้าของได้เฉพาะบัญชีที่อยู่ในเซิร์ฟเวอร์นี้เท่านั้น</target>
9310 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-ownership-change-validators.ts</context><context context-type="linenumber">15</context></context-group> 9310 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-ownership-change-validators.ts</context><context context-type="linenumber">15</context></context-group>
9311 </trans-unit> 9311 </trans-unit>
9312 <trans-unit id="4444753420973870540" datatype="html"> 9312 <trans-unit id="4444753420973870540" datatype="html">
@@ -9782,7 +9782,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9782 </trans-unit> 9782 </trans-unit>
9783 <trans-unit id="2830831449226931729" datatype="html"> 9783 <trans-unit id="2830831449226931729" datatype="html">
9784 <source>Instance languages</source> 9784 <source>Instance languages</source>
9785 <target state="translated">ภาษาเ์</target> 9785 <target state="translated">ภาษาอง</target>
9786 <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> 9786 <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>
9787 </trans-unit> 9787 </trans-unit>
9788 <trans-unit id="40119547597591062" datatype="html"> 9788 <trans-unit id="40119547597591062" datatype="html">
@@ -9794,66 +9794,66 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9794 <trans-unit id="996392855508119363" datatype="html"> 9794 <trans-unit id="996392855508119363" datatype="html">
9795 <source>Hidden</source> 9795 <source>Hidden</source>
9796 <target state="translated">ซ่อน</target> 9796 <target state="translated">ซ่อน</target>
9797 9797 <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>
9798 <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> 9798 </trans-unit>
9799 <trans-unit id="2173989454916398137" datatype="html"> 9799 <trans-unit id="2173989454916398137" datatype="html">
9800 <source>Blurred with confirmation request</source> 9800 <source>Blurred with confirmation request</source>
9801 <target state="translated">ถูกเบลอและมีหน้าต่างยืนยัน</target> 9801 <target state="translated">ถูกเบลอและมีหน้าต่างยืนยัน</target>
9802 9802 <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>
9803 <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> 9803 </trans-unit>
9804 <trans-unit id="8929218224642530466" datatype="html"> 9804 <trans-unit id="8929218224642530466" datatype="html">
9805 <source>Displayed</source> 9805 <source>Displayed</source>
9806 <target state="translated">แสดง</target> 9806 <target state="translated">แสดง</target>
9807 9807 <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>
9808 <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> 9808 </trans-unit>
9809 <trans-unit id="6291055174438137560" datatype="html"> 9809 <trans-unit id="6291055174438137560" datatype="html">
9810 <source>~ 1 minute</source> 9810 <source>~ 1 minute</source>
9811 <target state="new">~ 1 minute</target> 9811 <target state="new">~ 1 minute</target>
9812 9812 <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>
9813 <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> 9813 </trans-unit>
9814 <trans-unit id="189524047518780716" datatype="html"> 9814 <trans-unit id="189524047518780716" datatype="html">
9815 <source>~ <x id="PH"/> minutes</source> 9815 <source>~ <x id="PH"/> minutes</source>
9816 <target state="new">~ <x id="PH"/> minutes</target> 9816 <target state="new">~ <x id="PH"/> minutes</target>
9817 9817 <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>
9818 <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> 9818 </trans-unit>
9819 <trans-unit id="6028521920505655348" datatype="html"> 9819 <trans-unit id="6028521920505655348" datatype="html">
9820 <source><x id="PH"/> of full HD videos </source> 9820 <source><x id="PH"/> of full HD videos </source>
9821 <target state="translated"> 9821 <target state="translated">
9822 <x id="PH"/> สำหรับวิดีโอ Full HD 9822 <x id="PH"/> สำหรับวิดีโอ Full HD
9823 </target> 9823 </target>
9824 9824 <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>
9825 <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> 9825 </trans-unit>
9826 <trans-unit id="117588083391484998" datatype="html"> 9826 <trans-unit id="117588083391484998" datatype="html">
9827 <source><x id="PH"/> of HD videos </source> 9827 <source><x id="PH"/> of HD videos </source>
9828 <target state="translated"> 9828 <target state="translated">
9829 <x id="PH"/> สำหรับวิดีโอ HD 9829 <x id="PH"/> สำหรับวิดีโอ HD
9830 </target> 9830 </target>
9831 9831 <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>
9832 <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> 9832 </trans-unit>
9833 <trans-unit id="6636555695556123073" datatype="html"> 9833 <trans-unit id="6636555695556123073" datatype="html">
9834 <source><x id="PH"/> of average quality videos </source> 9834 <source><x id="PH"/> of average quality videos </source>
9835 <target state="translated"> 9835 <target state="translated">
9836 <x id="PH"/> สำหรับวิดีโอคุณภาพมาตรฐาน 9836 <x id="PH"/> สำหรับวิดีโอคุณภาพมาตรฐาน
9837 </target> 9837 </target>
9838 9838 <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>
9839 <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> 9839 </trans-unit>
9840 <trans-unit id="6952960992592445535" datatype="html"> 9840 <trans-unit id="6952960992592445535" datatype="html">
9841 <source><x id="PH"/> (channel page) </source> 9841 <source><x id="PH"/> (channel page) </source>
9842 <target state="new"> 9842 <target state="new">
9843 <x id="PH"/> (channel page) 9843 <x id="PH"/> (channel page)
9844 </target> 9844 </target>
9845 9845 <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>
9846 9846 <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>
9847 9847 <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>
9848 <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> 9848 </trans-unit>
9849 <trans-unit id="1209500590333005801" datatype="html"> 9849 <trans-unit id="1209500590333005801" datatype="html">
9850 <source><x id="PH"/> (account page) </source> 9850 <source><x id="PH"/> (account page) </source>
9851 <target state="new"> 9851 <target state="new">
9852 <x id="PH"/> (account page) 9852 <x id="PH"/> (account page)
9853 </target> 9853 </target>
9854 9854 <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>
9855 9855 <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>
9856 <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> 9856 </trans-unit>
9857 <trans-unit id="2516633974298697807" datatype="html"> 9857 <trans-unit id="2516633974298697807" datatype="html">
9858 <source>Emphasis</source> 9858 <source>Emphasis</source>
9859 <target state="new">Emphasis</target> 9859 <target state="new">Emphasis</target>
@@ -9906,42 +9906,42 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9906 <target state="new">Do you really want to unban 9906 <target state="new">Do you really want to unban
9907 <x id="PH"/>? 9907 <x id="PH"/>?
9908 </target> 9908 </target>
9909 9909 <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>
9910 <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> 9910 </trans-unit>
9911 <trans-unit id="1794219875546376069" datatype="html"> 9911 <trans-unit id="1794219875546376069" datatype="html">
9912 <source>User <x id="PH"/> unbanned.</source> 9912 <source>User <x id="PH"/> unbanned.</source>
9913 <target state="new">User 9913 <target state="new">User
9914 <x id="PH"/> unbanned. 9914 <x id="PH"/> unbanned.
9915 </target> 9915 </target>
9916 9916 <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>
9917 <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> 9917 </trans-unit>
9918 <trans-unit id="4885683604826993045" datatype="html"> 9918 <trans-unit id="4885683604826993045" datatype="html">
9919 <source>If you remove this user, you will not be able to create another with the same username!</source> 9919 <source>If you remove this user, you will not be able to create another with the same username!</source>
9920 <target state="new">If you remove this user, you will not be able to create another with the same username!</target> 9920 <target state="new">If you remove this user, you will not be able to create another with the same username!</target>
9921 9921 <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>
9922 <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> 9922 </trans-unit>
9923 <trans-unit id="6301381219225831298" datatype="html"> 9923 <trans-unit id="6301381219225831298" datatype="html">
9924 <source>User <x id="PH"/> deleted.</source> 9924 <source>User <x id="PH"/> deleted.</source>
9925 <target state="new">User 9925 <target state="new">User
9926 <x id="PH"/> deleted. 9926 <x id="PH"/> deleted.
9927 </target> 9927 </target>
9928 9928 <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>
9929 <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> 9929 </trans-unit>
9930 <trans-unit id="3896582359861826661" datatype="html"> 9930 <trans-unit id="3896582359861826661" datatype="html">
9931 <source>User <x id="PH"/> email set as verified</source> 9931 <source>User <x id="PH"/> email set as verified</source>
9932 <target state="new">User 9932 <target state="new">User
9933 <x id="PH"/> email set as verified 9933 <x id="PH"/> email set as verified
9934 </target> 9934 </target>
9935 9935 <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>
9936 <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> 9936 </trans-unit>
9937 <trans-unit id="8150022485860412528" datatype="html"> 9937 <trans-unit id="8150022485860412528" datatype="html">
9938 <source>Account <x id="PH"/> muted.</source> 9938 <source>Account <x id="PH"/> muted.</source>
9939 <target state="new">Account 9939 <target state="new">Account
9940 <x id="PH"/> muted. 9940 <x id="PH"/> muted.
9941 </target> 9941 </target>
9942 9942 <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>
9943 9943 <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>
9944 <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> 9944 </trans-unit>
9945 <trans-unit id="1598375456114200087" datatype="html"> 9945 <trans-unit id="1598375456114200087" datatype="html">
9946 <source>Instance <x id="PH"/> muted. </source> 9946 <source>Instance <x id="PH"/> muted. </source>
9947 <target state="new">Instance 9947 <target state="new">Instance
@@ -9957,9 +9957,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9957 <target state="new">Account 9957 <target state="new">Account
9958 <x id="PH"/> muted by the instance. 9958 <x id="PH"/> muted by the instance.
9959 </target> 9959 </target>
9960 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>
9961 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>
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">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> 9962 </trans-unit>
9963 <trans-unit id="1595779426198793580" datatype="html"> 9963 <trans-unit id="1595779426198793580" datatype="html">
9964 <source>Mute server</source> 9964 <source>Mute server</source>
9965 <target state="new">Mute server</target> 9965 <target state="new">Mute server</target>
@@ -9987,162 +9987,162 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9987 <target state="new">Account 9987 <target state="new">Account
9988 <x id="PH"/> unmuted by the instance. 9988 <x id="PH"/> unmuted by the instance.
9989 </target> 9989 </target>
9990 9990 <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>
9991 <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> 9991 </trans-unit>
9992 <trans-unit id="4991892477258601737" datatype="html"> 9992 <trans-unit id="4991892477258601737" datatype="html">
9993 <source>Instance <x id="PH"/> muted by the instance.</source> 9993 <source>Instance <x id="PH"/> muted by the instance.</source>
9994 <target state="new">Instance 9994 <target state="new">Instance
9995 <x id="PH"/> muted by the instance. 9995 <x id="PH"/> muted by the instance.
9996 </target> 9996 </target>
9997 9997 <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>
9998 <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> 9998 </trans-unit>
9999 <trans-unit id="4379430340167561220" datatype="html"> 9999 <trans-unit id="4379430340167561220" datatype="html">
10000 <source>Instance <x id="PH"/> unmuted by the instance.</source> 10000 <source>Instance <x id="PH"/> unmuted by the instance.</source>
10001 <target state="new">Instance 10001 <target state="new">Instance
10002 <x id="PH"/> unmuted by the instance. 10002 <x id="PH"/> unmuted by the instance.
10003 </target> 10003 </target>
10004 10004 <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>
10005 <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> 10005 </trans-unit>
10006 <trans-unit id="8173437618471379044" datatype="html"> 10006 <trans-unit id="8173437618471379044" datatype="html">
10007 <source>Are you sure you want to remove all the comments of this account?</source> 10007 <source>Are you sure you want to remove all the comments of this account?</source>
10008 <target state="new">Are you sure you want to remove all the comments of this account?</target> 10008 <target state="new">Are you sure you want to remove all the comments of this account?</target>
10009 10009 <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>
10010 <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> 10010 </trans-unit>
10011 <trans-unit id="6315346579373254461" datatype="html"> 10011 <trans-unit id="6315346579373254461" datatype="html">
10012 <source>Delete account comments</source> 10012 <source>Delete account comments</source>
10013 <target state="new">Delete account comments</target> 10013 <target state="new">Delete account comments</target>
10014 10014 <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>
10015 <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> 10015 </trans-unit>
10016 <trans-unit id="8559170154828316298" datatype="html"> 10016 <trans-unit id="8559170154828316298" datatype="html">
10017 <source>Will remove comments of this account (may take several minutes).</source> 10017 <source>Will remove comments of this account (may take several minutes).</source>
10018 <target state="new">Will remove comments of this account (may take several minutes).</target> 10018 <target state="new">Will remove comments of this account (may take several minutes).</target>
10019 10019 <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>
10020 <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> 10020 </trans-unit>
10021 <trans-unit id="7187838764371214919" datatype="html"> 10021 <trans-unit id="7187838764371214919" datatype="html">
10022 <source>Edit user</source> 10022 <source>Edit user</source>
10023 <target state="new">Edit user</target> 10023 <target state="new">Edit user</target>
10024 10024 <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>
10025 <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> 10025 </trans-unit>
10026 <trans-unit id="4728427543536046034" datatype="html"> 10026 <trans-unit id="4728427543536046034" datatype="html">
10027 <source>Change quota, role, and more.</source> 10027 <source>Change quota, role, and more.</source>
10028 <target state="new">Change quota, role, and more.</target> 10028 <target state="new">Change quota, role, and more.</target>
10029 10029 <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>
10030 <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> 10030 </trans-unit>
10031 <trans-unit id="7913022656086109932" datatype="html"> 10031 <trans-unit id="7913022656086109932" datatype="html">
10032 <source>Delete user</source> 10032 <source>Delete user</source>
10033 <target state="new">Delete user</target> 10033 <target state="new">Delete user</target>
10034 10034 <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>
10035 <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> 10035 </trans-unit>
10036 <trans-unit id="7577876364431026966" datatype="html"> 10036 <trans-unit id="7577876364431026966" datatype="html">
10037 <source>Unban user</source> 10037 <source>Unban user</source>
10038 <target state="new">Unban user</target> 10038 <target state="new">Unban user</target>
10039 10039 <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>
10040 <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> 10040 </trans-unit>
10041 <trans-unit id="3508163549683020253" datatype="html"> 10041 <trans-unit id="3508163549683020253" datatype="html">
10042 <source>Allow the user to login and create videos/comments again</source> 10042 <source>Allow the user to login and create videos/comments again</source>
10043 <target state="new">Allow the user to login and create videos/comments again</target> 10043 <target state="new">Allow the user to login and create videos/comments again</target>
10044 10044 <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>
10045 <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> 10045 </trans-unit>
10046 <trans-unit id="1888272455383898478" datatype="html"> 10046 <trans-unit id="1888272455383898478" datatype="html">
10047 <source>Mute this account</source> 10047 <source>Mute this account</source>
10048 <target state="translated">ปิดเสียงบัญชีนี้</target> 10048 <target state="translated">ปิดเสียงบัญชีนี้</target>
10049 10049 <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>
10050 <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> 10050 </trans-unit>
10051 <trans-unit id="2365286519320230773" datatype="html"> 10051 <trans-unit id="2365286519320230773" datatype="html">
10052 <source>Hide any content from that user from you.</source> 10052 <source>Hide any content from that user from you.</source>
10053 <target state="translated">ซ่อนไม่ให้คุณเห็นเนื้อหาใด ๆ จากผู้ใช้นี้</target> 10053 <target state="translated">ซ่อนไม่ให้คุณเห็นเนื้อหาใด ๆ จากผู้ใช้นี้</target>
10054 10054 <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>
10055 <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> 10055 </trans-unit>
10056 <trans-unit id="4043508901590508211" datatype="html"> 10056 <trans-unit id="4043508901590508211" datatype="html">
10057 <source>Unmute this account</source> 10057 <source>Unmute this account</source>
10058 <target state="translated">เลิกปิดเสียงบัญชีนี้</target> 10058 <target state="translated">เลิกปิดเสียงบัญชีนี้</target>
10059 10059 <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>
10060 <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> 10060 </trans-unit>
10061 <trans-unit id="2843593344827160627" datatype="html"> 10061 <trans-unit id="2843593344827160627" datatype="html">
10062 <source>Show back content from that user for you.</source> 10062 <source>Show back content from that user for you.</source>
10063 <target state="new">Show back content from that user for you.</target> 10063 <target state="new">Show back content from that user for you.</target>
10064 10064 <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>
10065 <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> 10065 </trans-unit>
10066 <trans-unit id="6198109035280957164" datatype="html"> 10066 <trans-unit id="6198109035280957164" datatype="html">
10067 <source>Mute the instance</source> 10067 <source>Mute the instance</source>
10068 <target state="new">Mute the instance</target> 10068 <target state="new">Mute the instance</target>
10069 10069 <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>
10070 <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> 10070 </trans-unit>
10071 <trans-unit id="4537735378779630558" datatype="html"> 10071 <trans-unit id="4537735378779630558" datatype="html">
10072 <source>Hide any content from that instance for you.</source> 10072 <source>Hide any content from that instance for you.</source>
10073 <target state="new">Hide any content from that instance for you.</target> 10073 <target state="new">Hide any content from that instance for you.</target>
10074 10074 <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>
10075 <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> 10075 </trans-unit>
10076 <trans-unit id="6247487021683085858" datatype="html"> 10076 <trans-unit id="6247487021683085858" datatype="html">
10077 <source>Unmute the instance</source> 10077 <source>Unmute the instance</source>
10078 <target state="new">Unmute the instance</target> 10078 <target state="new">Unmute the instance</target>
10079 10079 <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>
10080 <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> 10080 </trans-unit>
10081 <trans-unit id="4024846984475742259" datatype="html"> 10081 <trans-unit id="4024846984475742259" datatype="html">
10082 <source>Show back content from that instance for you.</source> 10082 <source>Show back content from that instance for you.</source>
10083 <target state="new">Show back content from that instance for you.</target> 10083 <target state="new">Show back content from that instance for you.</target>
10084 10084 <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>
10085 <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> 10085 </trans-unit>
10086 <trans-unit id="3108200185023875257" datatype="html"> 10086 <trans-unit id="3108200185023875257" datatype="html">
10087 <source>Remove comments from your videos</source> 10087 <source>Remove comments from your videos</source>
10088 <target state="translated">ลบความคิดเห็นจากวิดีโอของคุณ</target> 10088 <target state="translated">ลบความคิดเห็นจากวิดีโอของคุณ</target>
10089 10089 <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>
10090 <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> 10090 </trans-unit>
10091 <trans-unit id="4810478487244286994" datatype="html"> 10091 <trans-unit id="4810478487244286994" datatype="html">
10092 <source>Remove comments made by this account on your videos.</source> 10092 <source>Remove comments made by this account on your videos.</source>
10093 <target state="translated">ลบทุกความคิดเห็นที่บัญชีนี้ได้สร้างบนวิดีโอของคุณ</target> 10093 <target state="translated">ลบทุกความคิดเห็นที่บัญชีนี้ได้สร้างบนวิดีโอของคุณ</target>
10094 10094 <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>
10095 <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> 10095 </trans-unit>
10096 <trans-unit id="81452583525574033" datatype="html"> 10096 <trans-unit id="81452583525574033" datatype="html">
10097 <source>Mute this account by your instance</source> 10097 <source>Mute this account by your instance</source>
10098 <target state="new">Mute this account by your instance</target> 10098 <target state="new">Mute this account by your instance</target>
10099 10099 <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>
10100 <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> 10100 </trans-unit>
10101 <trans-unit id="2077144178298031252" datatype="html"> 10101 <trans-unit id="2077144178298031252" datatype="html">
10102 <source>Hide any content from that user from you, your instance and its users.</source> 10102 <source>Hide any content from that user from you, your instance and its users.</source>
10103 <target state="new">Hide any content from that user from you, your instance and its users.</target> 10103 <target state="new">Hide any content from that user from you, your instance and its users.</target>
10104 10104 <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>
10105 <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> 10105 </trans-unit>
10106 <trans-unit id="884942914962310163" datatype="html"> 10106 <trans-unit id="884942914962310163" datatype="html">
10107 <source>Unmute this account by your instance</source> 10107 <source>Unmute this account by your instance</source>
10108 <target state="new">Unmute this account by your instance</target> 10108 <target state="new">Unmute this account by your instance</target>
10109 10109 <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>
10110 <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> 10110 </trans-unit>
10111 <trans-unit id="7675070596643104983" datatype="html"> 10111 <trans-unit id="7675070596643104983" datatype="html">
10112 <source>Show this user's content to the users of this instance again.</source> 10112 <source>Show this user's content to the users of this instance again.</source>
10113 <target state="new">Show this user's content to the users of this instance again.</target> 10113 <target state="new">Show this user's content to the users of this instance again.</target>
10114 10114 <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>
10115 <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> 10115 </trans-unit>
10116 <trans-unit id="3191211873505538654" datatype="html"> 10116 <trans-unit id="3191211873505538654" datatype="html">
10117 <source>Mute the instance by your instance</source> 10117 <source>Mute the instance by your instance</source>
10118 <target state="new">Mute the instance by your instance</target> 10118 <target state="new">Mute the instance by your instance</target>
10119 10119 <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>
10120 <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> 10120 </trans-unit>
10121 <trans-unit id="525915681688649453" datatype="html"> 10121 <trans-unit id="525915681688649453" datatype="html">
10122 <source>Hide any content from that instance from you, your instance and its users.</source> 10122 <source>Hide any content from that instance from you, your instance and its users.</source>
10123 <target state="new">Hide any content from that instance from you, your instance and its users.</target> 10123 <target state="new">Hide any content from that instance from you, your instance and its users.</target>
10124 10124 <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>
10125 <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> 10125 </trans-unit>
10126 <trans-unit id="5325628963747139770" datatype="html"> 10126 <trans-unit id="5325628963747139770" datatype="html">
10127 <source>Unmute the instance by your instance</source> 10127 <source>Unmute the instance by your instance</source>
10128 <target state="new">Unmute the instance by your instance</target> 10128 <target state="new">Unmute the instance by your instance</target>
10129 10129 <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>
10130 <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> 10130 </trans-unit>
10131 <trans-unit id="758471033841077314" datatype="html"> 10131 <trans-unit id="758471033841077314" datatype="html">
10132 <source>Show back content from that instance for you, your instance and its users.</source> 10132 <source>Show back content from that instance for you, your instance and its users.</source>
10133 <target state="new">Show back content from that instance for you, your instance and its users.</target> 10133 <target state="new">Show back content from that instance for you, your instance and its users.</target>
10134 10134 <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>
10135 <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> 10135 </trans-unit>
10136 <trans-unit id="3785095284194008197" datatype="html"> 10136 <trans-unit id="3785095284194008197" datatype="html">
10137 <source>Remove comments from your instance</source> 10137 <source>Remove comments from your instance</source>
10138 <target state="new">Remove comments from your instance</target> 10138 <target state="new">Remove comments from your instance</target>
10139 10139 <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>
10140 <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> 10140 </trans-unit>
10141 <trans-unit id="4809327075591089709" datatype="html"> 10141 <trans-unit id="4809327075591089709" datatype="html">
10142 <source>Remove comments made by this account from your instance.</source> 10142 <source>Remove comments made by this account from your instance.</source>
10143 <target state="new">Remove comments made by this account from your instance.</target> 10143 <target state="new">Remove comments made by this account from your instance.</target>
10144 10144 <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>
10145 <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> 10145 </trans-unit>
10146 <trans-unit id="6746743143272021955" datatype="html"> 10146 <trans-unit id="6746743143272021955" datatype="html">
10147 <source>Violent or repulsive</source> 10147 <source>Violent or repulsive</source>
10148 <target state="new">Violent or repulsive</target> 10148 <target state="new">Violent or repulsive</target>
@@ -10283,8 +10283,10 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10283 <source>Moderator</source> 10283 <source>Moderator</source>
10284 <target state="new">Moderator</target> 10284 <target state="new">Moderator</target>
10285 <context-group purpose="location"><context context-type="sourcefile">src/app/core/users/user.service.ts</context><context context-type="linenumber">407</context></context-group> 10285 <context-group purpose="location"><context context-type="sourcefile">src/app/core/users/user.service.ts</context><context context-type="linenumber">407</context></context-group>
10286 </trans-unit><trans-unit id="2279527393438260622" datatype="html"> 10286 </trans-unit>
10287 <source>Search videos, playlists, channels…</source><target state="new">Search videos, playlists, channels…</target> 10287 <trans-unit id="2279527393438260622" datatype="html">
10288 <source>Search videos, playlists, channels…</source>
10289 <target state="translated">ค้นหาวิดีโอ, เพลย์ลิสต์, ช่อง…</target>
10288 <context-group purpose="location"> 10290 <context-group purpose="location">
10289 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 10291 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
10290 <context context-type="linenumber">3</context> 10292 <context context-type="linenumber">3</context>
@@ -10295,9 +10297,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10295 <target state="new">Video removed from 10297 <target state="new">Video removed from
10296 <x id="PH"/> 10298 <x id="PH"/>
10297 </target> 10299 </target>
10298 10300 <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>
10299 10301 <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>
10300 <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> 10302 </trans-unit>
10301 <trans-unit id="1056145626640340519" datatype="html"> 10303 <trans-unit id="1056145626640340519" datatype="html">
10302 <source>Video added in <x id="PH"/> at timestamps <x id="PH_1"/></source> 10304 <source>Video added in <x id="PH"/> at timestamps <x id="PH_1"/></source>
10303 <target state="new">Video added in 10305 <target state="new">Video added in
@@ -10316,25 +10318,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10316 <trans-unit id="985751964589921228" datatype="html"> 10318 <trans-unit id="985751964589921228" datatype="html">
10317 <source>Timestamps updated</source> 10319 <source>Timestamps updated</source>
10318 <target state="translated">อัปเดตช่วงเวลาแล้ว</target> 10320 <target state="translated">อัปเดตช่วงเวลาแล้ว</target>
10319 10321 <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>
10320 10322 <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>
10321 <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> 10323 </trans-unit>
10322 <trans-unit id="6421445850411984665" datatype="html"> 10324 <trans-unit id="6421445850411984665" datatype="html">
10323 <source>Starts at</source> 10325 <source>Starts at</source>
10324 <target state="new">Starts at </target> 10326 <target state="new">Starts at </target>
10325 10327 <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>
10326 10328 <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>
10327 <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> 10329 </trans-unit>
10328 <trans-unit id="7145200412085189912" datatype="html"> 10330 <trans-unit id="7145200412085189912" datatype="html">
10329 <source>Stops at</source> 10331 <source>Stops at</source>
10330 <target state="new">Stops at </target> 10332 <target state="new">Stops at </target>
10331 10333 <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>
10332 <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> 10334 </trans-unit>
10333 <trans-unit id="921225940108335688" datatype="html"> 10335 <trans-unit id="921225940108335688" datatype="html">
10334 <source>and stops at</source> 10336 <source>and stops at</source>
10335 <target state="new"> and stops at </target> 10337 <target state="new"> and stops at </target>
10336 10338 <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>
10337 <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> 10339 </trans-unit>
10338 <trans-unit id="2909684945706361544" datatype="html"> 10340 <trans-unit id="2909684945706361544" datatype="html">
10339 <source>Delete video</source> 10341 <source>Delete video</source>
10340 <target state="translated">ลบวิดีโอ</target> 10342 <target state="translated">ลบวิดีโอ</target>
@@ -10353,9 +10355,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10353 <trans-unit id="6747218355168080191" datatype="html"> 10355 <trans-unit id="6747218355168080191" datatype="html">
10354 <source>Do you really want to delete this comment?</source> 10356 <source>Do you really want to delete this comment?</source>
10355 <target state="new">Do you really want to delete this comment?</target> 10357 <target state="new">Do you really want to delete this comment?</target>
10356 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>
10357 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>
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><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> 10360 </trans-unit>
10359 <trans-unit id="7837272126865175984" datatype="html"> 10361 <trans-unit id="7837272126865175984" datatype="html">
10360 <source>Comment deleted.</source> 10362 <source>Comment deleted.</source>
10361 <target state="translated">ลบความคิดเห็นแล้ว</target> 10363 <target state="translated">ลบความคิดเห็นแล้ว</target>
@@ -10364,35 +10366,35 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10364 <trans-unit id="346270517625845962" datatype="html"> 10366 <trans-unit id="346270517625845962" datatype="html">
10365 <source>Encoder</source> 10367 <source>Encoder</source>
10366 <target state="new">Encoder</target> 10368 <target state="new">Encoder</target>
10367 10369 <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>
10368 <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> 10370 </trans-unit>
10369 <trans-unit id="2331557444464201331" datatype="html"> 10371 <trans-unit id="2331557444464201331" datatype="html">
10370 <source>Format name</source> 10372 <source>Format name</source>
10371 <target state="new">Format name</target> 10373 <target state="new">Format name</target>
10372 10374 <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>
10373 <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> 10375 </trans-unit>
10374 <trans-unit id="45739481977493163" datatype="html"> 10376 <trans-unit id="45739481977493163" datatype="html">
10375 <source>Size</source> 10377 <source>Size</source>
10376 <target state="new">Size</target> 10378 <target state="new">Size</target>
10377 10379 <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>
10378 <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> 10380 </trans-unit>
10379 <trans-unit id="7742520815129539114" datatype="html"> 10381 <trans-unit id="7742520815129539114" datatype="html">
10380 <source>Bitrate</source> 10382 <source>Bitrate</source>
10381 <target state="new">Bitrate</target> 10383 <target state="new">Bitrate</target>
10382 10384 <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>
10383 10385 <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>
10384 <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> 10386 </trans-unit>
10385 <trans-unit id="4094960161662677662" datatype="html"> 10387 <trans-unit id="4094960161662677662" datatype="html">
10386 <source>Codec</source> 10388 <source>Codec</source>
10387 <target state="new">Codec</target> 10389 <target state="new">Codec</target>
10388 10390 <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>
10389 <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> 10391 </trans-unit>
10390 <trans-unit id="2115592966120408375" datatype="html"> 10392 <trans-unit id="2115592966120408375" datatype="html">
10391 <source>Copied</source> 10393 <source>Copied</source>
10392 <target state="translated">คัดลอกแล้ว</target> 10394 <target state="translated">คัดลอกแล้ว</target>
10393 10395 <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>
10394 10396 <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>
10395 <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> 10397 </trans-unit>
10396 <trans-unit id="4323470180912194028" datatype="html"> 10398 <trans-unit id="4323470180912194028" datatype="html">
10397 <source>Copy</source> 10399 <source>Copy</source>
10398 <target state="new">Copy</target> 10400 <target state="new">Copy</target>
@@ -10460,20 +10462,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10460 <trans-unit id="1950057220179636309" datatype="html"> 10462 <trans-unit id="1950057220179636309" datatype="html">
10461 <source>Save to playlist</source> 10463 <source>Save to playlist</source>
10462 <target state="translated">บันทึกไปยังเพลย์ลิสต์</target> 10464 <target state="translated">บันทึกไปยังเพลย์ลิสต์</target>
10463 10465 <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>
10464 10466 <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>
10465 <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> 10467 </trans-unit>
10466 <trans-unit id="8272123190776748811" datatype="html"> 10468 <trans-unit id="8272123190776748811" datatype="html">
10467 <source>You need to be &lt;a href="/login">logged in&lt;/a> to rate this video.</source> 10469 <source>You need to be &lt;a href="/login">logged in&lt;/a> to rate this video.</source>
10468 <target state="translated">คุณต้อง&lt;a href="/login">เข้าสู่ระบบ&lt;/a>เพื่อให้คะแนนวิดีโอนี้</target> 10470 <target state="translated">คุณต้อง&lt;a href="/login">เข้าสู่ระบบ&lt;/a>เพื่อให้คะแนนวิดีโอนี้</target>
10469 10471 <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>
10470 <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> 10472 </trans-unit>
10471 <trans-unit id="4503408361537553733" datatype="html"> 10473 <trans-unit id="4503408361537553733" datatype="html">
10472 <source>Mirror</source> 10474 <source>Mirror</source>
10473 <target state="new">Mirror</target> 10475 <target state="new">Mirror</target>
10474 <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> 10476 <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>
10475 </trans-unit><trans-unit id="2631340539474479416" datatype="html"> 10477 </trans-unit>
10476 <source>Subtitles</source><target state="new">Subtitles</target> 10478 <trans-unit id="2631340539474479416" datatype="html">
10479 <source>Subtitles</source>
10480 <target state="new">Subtitles</target>
10477 <context-group purpose="location"> 10481 <context-group purpose="location">
10478 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context> 10482 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context>
10479 <context context-type="linenumber">9</context> 10483 <context context-type="linenumber">9</context>
@@ -10488,18 +10492,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10488 <trans-unit id="4814285799071780083" datatype="html"> 10492 <trans-unit id="4814285799071780083" datatype="html">
10489 <source>Remove</source> 10493 <source>Remove</source>
10490 <target state="new">Remove</target> 10494 <target state="new">Remove</target>
10491 10495 <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>
10492 <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> 10496 </trans-unit>
10493 <trans-unit id="6871668720687277843" datatype="html"> 10497 <trans-unit id="6871668720687277843" datatype="html">
10494 <source>Remove &amp; re-draft</source> 10498 <source>Remove &amp; re-draft</source>
10495 <target state="new">Remove &amp; re-draft</target> 10499 <target state="new">Remove &amp; re-draft</target>
10496 10500 <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>
10497 <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> 10501 </trans-unit>
10498 <trans-unit id="992317512448454409" datatype="html"> 10502 <trans-unit id="992317512448454409" datatype="html">
10499 <source>{VAR_PLURAL, plural, =0 {Comments} =1 {1 Comment} other {<x id="INTERPOLATION"/> Comments}}</source> 10503 <source>{VAR_PLURAL, plural, =0 {Comments} =1 {1 Comment} other {<x id="INTERPOLATION"/> Comments}}</source>
10500 <target state="new">{VAR_PLURAL, plural, =0 {Comments} =1 {1 Comment} other {<x id="INTERPOLATION"/> Comments}}</target> 10504 <target state="new">{VAR_PLURAL, plural, =0 {Comments} =1 {1 Comment} other {<x id="INTERPOLATION"/> Comments}}</target>
10501 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>
10502 <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> 10506 </trans-unit>
10503 <trans-unit id="4903651219400691248" datatype="html"> 10507 <trans-unit id="4903651219400691248" datatype="html">
10504 <source>Mute account</source> 10508 <source>Mute account</source>
10505 <target state="new">Mute account</target> 10509 <target state="new">Mute account</target>
@@ -10573,28 +10577,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10573 <trans-unit id="4058575476871566236" datatype="html"> 10577 <trans-unit id="4058575476871566236" datatype="html">
10574 <source>Published</source> 10578 <source>Published</source>
10575 <target state="translated">เผยแพร่แล้ว</target> 10579 <target state="translated">เผยแพร่แล้ว</target>
10576 10580 <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>
10577 <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> 10581 </trans-unit>
10578 <trans-unit id="1747928867514972971" datatype="html"> 10582 <trans-unit id="1747928867514972971" datatype="html">
10579 <source>Publication scheduled on</source> 10583 <source>Publication scheduled on</source>
10580 <target state="new">Publication scheduled on </target> 10584 <target state="new">Publication scheduled on </target>
10581 10585 <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>
10582 <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> 10586 </trans-unit>
10583 <trans-unit id="4887724548587271148" datatype="html"> 10587 <trans-unit id="4887724548587271148" datatype="html">
10584 <source>Waiting transcoding</source> 10588 <source>Waiting transcoding</source>
10585 <target state="translated">รอการประมวลผล</target> 10589 <target state="translated">รอการประมวลผล</target>
10586 10590 <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>
10587 <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> 10591 </trans-unit>
10588 <trans-unit id="4517785179607945981" datatype="html"> 10592 <trans-unit id="4517785179607945981" datatype="html">
10589 <source>To transcode</source> 10593 <source>To transcode</source>
10590 <target state="translated">ที่ต้องประมวลผล</target> 10594 <target state="translated">ที่ต้องประมวลผล</target>
10591 10595 <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>
10592 <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> 10596 </trans-unit>
10593 <trans-unit id="3299576663551440736" datatype="html"> 10597 <trans-unit id="3299576663551440736" datatype="html">
10594 <source>To import</source> 10598 <source>To import</source>
10595 <target state="translated">ที่ต้องนำเข้า</target> 10599 <target state="translated">ที่ต้องนำเข้า</target>
10596 10600 <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>
10597 <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> 10601 </trans-unit>
10598 <trans-unit id="187187500641108332" datatype="html"> 10602 <trans-unit id="187187500641108332" datatype="html">
10599 <source><x id="INTERPOLATION" equiv-text="{{ noResultMessage }}"/></source> 10603 <source><x id="INTERPOLATION" equiv-text="{{ noResultMessage }}"/></source>
10600 <target state="new"><x id="INTERPOLATION" equiv-text="{{ noResultMessage }}"/></target> 10604 <target state="new"><x id="INTERPOLATION" equiv-text="{{ noResultMessage }}"/></target>
@@ -10635,19 +10639,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10635 </trans-unit> 10639 </trans-unit>
10636 <trans-unit id="1425933035739773115" datatype="html"> 10640 <trans-unit id="1425933035739773115" datatype="html">
10637 <source>Only users of this instance can see this video</source> 10641 <source>Only users of this instance can see this video</source>
10638 <target state="translated">เฉพาะผู้ใช้ของเว็บไซต์นี้ที่จะเห็นวิดีโอนี้</target> 10642 <target state="translated">เฉพาะผู้ใช้ของเซิร์ฟเวอร์นี้ที่จะเห็นวิดีโอนี้</target>
10639 <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> 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>
10640 </trans-unit> 10644 </trans-unit>
10641 <trans-unit id="8312101634344200207" datatype="html"> 10645 <trans-unit id="8312101634344200207" datatype="html">
10642 <source><x id="PH" equiv-text="this.views"/> viewers</source> 10646 <source><x id="PH" equiv-text="this.views"/> viewers</source>
10643 <target state="translated">ผู้ชม <x id="PH" equiv-text="this.views"/> คน</target> 10647 <target state="translated">ผู้ชม <x id="PH" equiv-text="this.views"/> คน</target>
10644 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>
10645 <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> 10649 </trans-unit>
10646 <trans-unit id="7756087706411154095" datatype="html"> 10650 <trans-unit id="7756087706411154095" datatype="html">
10647 <source><x id="PH" equiv-text="this.views"/> views</source> 10651 <source><x id="PH" equiv-text="this.views"/> views</source>
10648 <target state="translated">การดู <x id="PH" equiv-text="this.views"/> ครั้ง</target> 10652 <target state="translated">การดู <x id="PH" equiv-text="this.views"/> ครั้ง</target>
10649 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>
10650 <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> 10654 </trans-unit>
10651 <trans-unit id="ngb.alert.close" datatype="html"> 10655 <trans-unit id="ngb.alert.close" datatype="html">
10652 <source>Close</source> 10656 <source>Close</source>
10653 <target state="translated">ปิด</target> 10657 <target state="translated">ปิด</target>
@@ -10672,15 +10676,15 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10672 <trans-unit id="ngb.datepicker.previous-month" datatype="html"> 10676 <trans-unit id="ngb.datepicker.previous-month" datatype="html">
10673 <source>Previous month</source> 10677 <source>Previous month</source>
10674 <target state="translated">เดือนก่อนหน้า</target> 10678 <target state="translated">เดือนก่อนหน้า</target>
10675 10679 <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>
10676 10680 <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>
10677 <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> 10681 </trans-unit>
10678 <trans-unit id="ngb.datepicker.next-month" datatype="html"> 10682 <trans-unit id="ngb.datepicker.next-month" datatype="html">
10679 <source>Next month</source> 10683 <source>Next month</source>
10680 <target state="translated">เดือนถัดไป</target> 10684 <target state="translated">เดือนถัดไป</target>
10681 10685 <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>
10682 10686 <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>
10683 <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> 10687 </trans-unit>
10684 <trans-unit id="ngb.datepicker.select-month" datatype="html"> 10688 <trans-unit id="ngb.datepicker.select-month" datatype="html">
10685 <source>Select month</source> 10689 <source>Select month</source>
10686 <target state="translated">เลือกเดือน</target> 10690 <target state="translated">เลือกเดือน</target>
@@ -10816,41 +10820,41 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10816 <trans-unit id="5210096066382592800" datatype="html"> 10820 <trans-unit id="5210096066382592800" datatype="html">
10817 <source>Video to import updated.</source> 10821 <source>Video to import updated.</source>
10818 <target state="new">Video to import updated.</target> 10822 <target state="new">Video to import updated.</target>
10819 10823 <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>
10820 10824 <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>
10821 <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> 10825 </trans-unit>
10822 <trans-unit id="3284171506518522275" datatype="html"> 10826 <trans-unit id="3284171506518522275" datatype="html">
10823 <source>Your video was uploaded to your account and is private.</source> 10827 <source>Your video was uploaded to your account and is private.</source>
10824 <target state="translated">วิดีโอของคุณถูกอัปโหลดไปยังบัญชีของคุณและเป็นส่วนตัวแล้ว</target> 10828 <target state="translated">วิดีโอของคุณถูกอัปโหลดไปยังบัญชีของคุณและเป็นส่วนตัวแล้ว</target>
10825 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>
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">162</context></context-group></trans-unit> 10830 </trans-unit>
10827 <trans-unit id="5699822024600815733" datatype="html"> 10831 <trans-unit id="5699822024600815733" datatype="html">
10828 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10832 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
10829 <target state="translated">แต่ข้อมูลที่เกี่ยวข้อง (เช่น แท็ก คำอธิบาย) จะไม่ถูกบันทึก คุณแน่ใจว่าต้องการออกจากหน้านี้หรือไม่</target> 10833 <target state="translated">แต่ข้อมูลที่เกี่ยวข้อง (เช่น แท็ก คำอธิบาย) จะไม่ถูกบันทึก คุณแน่ใจว่าต้องการออกจากหน้านี้หรือไม่</target>
10830 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>
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">163</context></context-group></trans-unit> 10835 </trans-unit>
10832 <trans-unit id="1219739004043110649" datatype="html"> 10836 <trans-unit id="1219739004043110649" datatype="html">
10833 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10837 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10834 <target state="translated">วิดีโอยังไม่ถูกอัปโหลด คุณแน่ใจว่าต้องการออกจากหน้านี้หรือไม่</target> 10838 <target state="translated">วิดีโอยังไม่ถูกอัปโหลด คุณแน่ใจว่าต้องการออกจากหน้านี้หรือไม่</target>
10835 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>
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">165</context></context-group></trans-unit> 10840 </trans-unit>
10837 <trans-unit id="6932865105766151309" datatype="html"> 10841 <trans-unit id="6932865105766151309" datatype="html">
10838 <source>Upload</source> 10842 <source>Upload</source>
10839 <target state="translated">อัปโหลด</target> 10843 <target state="translated">อัปโหลด</target>
10840 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>
10841 <context-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> 10845 </trans-unit>
10842 <trans-unit id="8278735427925094503" datatype="html"> 10846 <trans-unit id="8278735427925094503" datatype="html">
10843 <source>Upload <x id="PH"/> </source> 10847 <source>Upload <x id="PH"/> </source>
10844 <target state="translated">อัปโหลด 10848 <target state="translated">อัปโหลด
10845 <x id="PH"/> 10849 <x id="PH"/>
10846 </target> 10850 </target>
10847 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>
10848 <context-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> 10852 </trans-unit>
10849 <trans-unit id="5981816353437801748" datatype="html"> 10853 <trans-unit id="5981816353437801748" datatype="html">
10850 <source>Video published.</source> 10854 <source>Video published.</source>
10851 <target state="translated">เผยแพร่วิดีโอแล้ว</target> 10855 <target state="translated">เผยแพร่วิดีโอแล้ว</target>
10852 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>
10853 <context-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> 10857 </trans-unit>
10854 <trans-unit id="764164089183618119" datatype="html"> 10858 <trans-unit id="764164089183618119" datatype="html">
10855 <source>You have unsaved changes! If you leave, your changes will be lost.</source> 10859 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
10856 <target state="translated">คุณมีการเปลี่ยนแปลงที่ยังไม่ได้บันทึก ถ้าคุณออกจากหน้านี้ ข้อมูลที่ไม่ได้บันทึกจะหายไป</target> 10860 <target state="translated">คุณมีการเปลี่ยนแปลงที่ยังไม่ได้บันทึก ถ้าคุณออกจากหน้านี้ ข้อมูลที่ไม่ได้บันทึกจะหายไป</target>
@@ -10869,23 +10873,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10869 <trans-unit id="6775540171466219199" datatype="html"> 10873 <trans-unit id="6775540171466219199" datatype="html">
10870 <source>Stop autoplaying next video</source> 10874 <source>Stop autoplaying next video</source>
10871 <target state="translated">หยุดการเล่นวิดีโอถัดไปโดยอัตโนมัติ</target> 10875 <target state="translated">หยุดการเล่นวิดีโอถัดไปโดยอัตโนมัติ</target>
10872 10876 <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>
10873 <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> 10877 </trans-unit>
10874 <trans-unit id="5149234672404299151" datatype="html"> 10878 <trans-unit id="5149234672404299151" datatype="html">
10875 <source>Autoplay next video</source> 10879 <source>Autoplay next video</source>
10876 <target state="translated">เล่นวิดีโอถัดไปโดยอัตโนมัติ</target> 10880 <target state="translated">เล่นวิดีโอถัดไปโดยอัตโนมัติ</target>
10877 10881 <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>
10878 <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> 10882 </trans-unit>
10879 <trans-unit id="5870421136141540382" datatype="html"> 10883 <trans-unit id="5870421136141540382" datatype="html">
10880 <source>Stop looping playlist videos</source> 10884 <source>Stop looping playlist videos</source>
10881 <target state="translated">หยุดวนซ้ำวิดีโอในเพลย์ลิสต์</target> 10885 <target state="translated">หยุดวนซ้ำวิดีโอในเพลย์ลิสต์</target>
10882 10886 <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>
10883 <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> 10887 </trans-unit>
10884 <trans-unit id="1599585307037758139" datatype="html"> 10888 <trans-unit id="1599585307037758139" datatype="html">
10885 <source>Loop playlist videos</source> 10889 <source>Loop playlist videos</source>
10886 <target state="translated">วนซ้ำวิดีโอในเพลย์ลิสต์</target> 10890 <target state="translated">วนซ้ำวิดีโอในเพลย์ลิสต์</target>
10887 10891 <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>
10888 <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> 10892 </trans-unit>
10889 <trans-unit id="3704292036525161260" datatype="html"> 10893 <trans-unit id="3704292036525161260" datatype="html">
10890 <source>Placeholder image</source> 10894 <source>Placeholder image</source>
10891 <target state="new">Placeholder image</target> 10895 <target state="new">Placeholder image</target>
@@ -10896,29 +10900,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10896 </trans-unit> 10900 </trans-unit>
10897 <trans-unit id="961774488937452220" datatype="html"> 10901 <trans-unit id="961774488937452220" datatype="html">
10898 <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> 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>
10899 <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> 10903 <target state="translated">วิดีโอนี้ไม่สามารถรับชมบนเซิร์ฟเวอร์นี้ คุณต้องการเปลี่ยนเส้นทางไปยังเซิร์ฟเวอร์ต้นทางหรือไม่?: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a></target>
10900 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>
10901 <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> 10905 </trans-unit>
10902 <trans-unit id="5761611056224181752" datatype="html"> 10906 <trans-unit id="5761611056224181752" datatype="html">
10903 <source>Redirection</source> 10907 <source>Redirection</source>
10904 <target state="new">Redirection</target> 10908 <target state="translated">การเปลี่ยนเส้นทาง</target>
10905 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>
10906 <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> 10910 </trans-unit>
10907 <trans-unit id="8858527736400081688" datatype="html"> 10911 <trans-unit id="8858527736400081688" datatype="html">
10908 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10912 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10909 <target state="translated">วิดีโอนี้มีเนื้อหาไม่เหมาะสม คุณต้องการรับชมหรือไม่</target> 10913 <target state="translated">วิดีโอนี้มีเนื้อหาไม่เหมาะสม คุณต้องการรับชมหรือไม่</target>
10910 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>
10911 <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> 10915 </trans-unit>
10912 <trans-unit id="3937119019020041049" datatype="html"> 10916 <trans-unit id="3937119019020041049" datatype="html">
10913 <source>Mature or explicit content</source> 10917 <source>Mature or explicit content</source>
10914 <target state="translated">เนื้อหาไม่เหมาะสม</target> 10918 <target state="translated">เนื้อหาไม่เหมาะสม</target>
10915 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>
10916 <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> 10920 </trans-unit>
10917 <trans-unit id="1755474755114288376" datatype="html"> 10921 <trans-unit id="1755474755114288376" datatype="html">
10918 <source>Up Next</source> 10922 <source>Up Next</source>
10919 <target state="translated">รายการถัดไป</target> 10923 <target state="translated">รายการถัดไป</target>
10920 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>
10921 <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> 10925 </trans-unit>
10922 <trans-unit id="2159130950882492111" datatype="html"> 10926 <trans-unit id="2159130950882492111" datatype="html">
10923 <source>Cancel</source> 10927 <source>Cancel</source>
10924 <target state="translated">ยกเลิก</target> 10928 <target state="translated">ยกเลิก</target>
@@ -10927,84 +10931,84 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10927 <trans-unit id="3354816756665089864" datatype="html"> 10931 <trans-unit id="3354816756665089864" datatype="html">
10928 <source>Autoplay is suspended</source> 10932 <source>Autoplay is suspended</source>
10929 <target state="translated">การเล่นวิดีโออัตโนมัติถูกหยุด</target> 10933 <target state="translated">การเล่นวิดีโออัตโนมัติถูกหยุด</target>
10930 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>
10931 <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> 10935 </trans-unit>
10932 <trans-unit id="7895294730547405228" datatype="html"> 10936 <trans-unit id="7895294730547405228" datatype="html">
10933 <source>Enter/exit fullscreen (requires player focus)</source> 10937 <source>Enter/exit fullscreen (requires player focus)</source>
10934 <target state="new">Enter/exit fullscreen (requires player focus)</target> 10938 <target state="new">Enter/exit fullscreen (requires player focus)</target>
10935 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>
10936 <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> 10940 </trans-unit>
10937 <trans-unit id="7618388257165864759" datatype="html"> 10941 <trans-unit id="7618388257165864759" datatype="html">
10938 <source>Play/Pause the video (requires player focus)</source> 10942 <source>Play/Pause the video (requires player focus)</source>
10939 <target state="new">Play/Pause the video (requires player focus)</target> 10943 <target state="new">Play/Pause the video (requires player focus)</target>
10940 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>
10941 <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> 10945 </trans-unit>
10942 <trans-unit id="7761890399634216630" datatype="html"> 10946 <trans-unit id="7761890399634216630" datatype="html">
10943 <source>Mute/unmute the video (requires player focus)</source> 10947 <source>Mute/unmute the video (requires player focus)</source>
10944 <target state="new">Mute/unmute the video (requires player focus)</target> 10948 <target state="new">Mute/unmute the video (requires player focus)</target>
10945 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>
10946 <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> 10950 </trans-unit>
10947 <trans-unit id="5996585232248234904" datatype="html"> 10951 <trans-unit id="5996585232248234904" datatype="html">
10948 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 10952 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10949 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target> 10953 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target>
10950 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>
10951 <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> 10955 </trans-unit>
10952 <trans-unit id="3748765405903319998" datatype="html"> 10956 <trans-unit id="3748765405903319998" datatype="html">
10953 <source>Increase the volume (requires player focus)</source> 10957 <source>Increase the volume (requires player focus)</source>
10954 <target state="new">Increase the volume (requires player focus)</target> 10958 <target state="new">Increase the volume (requires player focus)</target>
10955 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>
10956 <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> 10960 </trans-unit>
10957 <trans-unit id="5810704036407159982" datatype="html"> 10961 <trans-unit id="5810704036407159982" datatype="html">
10958 <source>Decrease the volume (requires player focus)</source> 10962 <source>Decrease the volume (requires player focus)</source>
10959 <target state="new">Decrease the volume (requires player focus)</target> 10963 <target state="new">Decrease the volume (requires player focus)</target>
10960 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>
10961 <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> 10965 </trans-unit>
10962 <trans-unit id="2622048822548065691" datatype="html"> 10966 <trans-unit id="2622048822548065691" datatype="html">
10963 <source>Seek the video forward (requires player focus)</source> 10967 <source>Seek the video forward (requires player focus)</source>
10964 <target state="new">Seek the video forward (requires player focus)</target> 10968 <target state="new">Seek the video forward (requires player focus)</target>
10965 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>
10966 <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> 10970 </trans-unit>
10967 <trans-unit id="6540078205109221153" datatype="html"> 10971 <trans-unit id="6540078205109221153" datatype="html">
10968 <source>Seek the video backward (requires player focus)</source> 10972 <source>Seek the video backward (requires player focus)</source>
10969 <target state="new">Seek the video backward (requires player focus)</target> 10973 <target state="new">Seek the video backward (requires player focus)</target>
10970 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>
10971 <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> 10975 </trans-unit>
10972 <trans-unit id="1956491957766210808" datatype="html"> 10976 <trans-unit id="1956491957766210808" datatype="html">
10973 <source>Increase playback rate (requires player focus)</source> 10977 <source>Increase playback rate (requires player focus)</source>
10974 <target state="new">Increase playback rate (requires player focus)</target> 10978 <target state="new">Increase playback rate (requires player focus)</target>
10975 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>
10976 <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> 10980 </trans-unit>
10977 <trans-unit id="5495529997674803186" datatype="html"> 10981 <trans-unit id="5495529997674803186" datatype="html">
10978 <source>Decrease playback rate (requires player focus)</source> 10982 <source>Decrease playback rate (requires player focus)</source>
10979 <target state="new">Decrease playback rate (requires player focus)</target> 10983 <target state="new">Decrease playback rate (requires player focus)</target>
10980 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>
10981 <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> 10985 </trans-unit>
10982 <trans-unit id="3178343147230721210" datatype="html"> 10986 <trans-unit id="3178343147230721210" datatype="html">
10983 <source>Navigate in the video frame by frame (requires player focus)</source> 10987 <source>Navigate in the video frame by frame (requires player focus)</source>
10984 <target state="new">Navigate in the video frame by frame (requires player focus)</target> 10988 <target state="new">Navigate in the video frame by frame (requires player focus)</target>
10985 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>
10986 <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> 10990 </trans-unit>
10987 <trans-unit id="8025996572234182184" datatype="html"> 10991 <trans-unit id="8025996572234182184" datatype="html">
10988 <source>Like the video</source> 10992 <source>Like the video</source>
10989 <target state="translated">ชอบวิดีโอ</target> 10993 <target state="translated">ชอบวิดีโอ</target>
10990 10994 <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>
10991 <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> 10995 </trans-unit>
10992 <trans-unit id="7692127636377222448" datatype="html"> 10996 <trans-unit id="7692127636377222448" datatype="html">
10993 <source>Dislike the video</source> 10997 <source>Dislike the video</source>
10994 <target state="translated">ไม่ชอบวิดีโอ</target> 10998 <target state="translated">ไม่ชอบวิดีโอ</target>
10995 10999 <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>
10996 <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> 11000 </trans-unit>
10997 <trans-unit id="1729036051846673606" datatype="html"> 11001 <trans-unit id="1729036051846673606" datatype="html">
10998 <source>When active, the next video is automatically played after the current one.</source> 11002 <source>When active, the next video is automatically played after the current one.</source>
10999 <target state="translated">เมื่อเปิดไว้ วิดีโอถัดไปจะถูกเล่นต่อจากวิดีโอปัจจุบันโดยอัตโนมัติ</target> 11003 <target state="translated">เมื่อเปิดไว้ วิดีโอถัดไปจะถูกเล่นต่อจากวิดีโอปัจจุบันโดยอัตโนมัติ</target>
11000 11004 <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>
11001 <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> 11005 </trans-unit>
11002 <trans-unit id="2431286785954354122" datatype="html"> 11006 <trans-unit id="2431286785954354122" datatype="html">
11003 <source>Recently added</source> 11007 <source>Recently added</source>
11004 <target state="translated">เพิ่งเผยแพร่</target> 11008 <target state="translated">เพิ่งเผยแพร่</target>
11005 11009 <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>
11006 11010 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">137</context></context-group>
11007 <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> 11011 </trans-unit>
11008 <trans-unit id="12646164819555880" datatype="html"> 11012 <trans-unit id="12646164819555880" datatype="html">
11009 <source>Videos from your subscriptions</source> 11013 <source>Videos from your subscriptions</source>
11010 <target state="translated">วิดีโอจากช่องที่คุณติดตาม</target> 11014 <target state="translated">วิดีโอจากช่องที่คุณติดตาม</target>
@@ -11042,30 +11046,30 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
11042 </trans-unit> 11046 </trans-unit>
11043 <trans-unit id="8681933925782924101" datatype="html"> 11047 <trans-unit id="8681933925782924101" datatype="html">
11044 <source>Local videos</source> 11048 <source>Local videos</source>
11045 <target state="translated">วิดีโอในเ์นี้</target> 11049 <target state="translated">วิดีโอในเนี้</target>
11046 11050 <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>
11047 11051 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/videos-routing.module.ts</context><context context-type="linenumber">70</context></context-group>
11048 11052 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">142</context></context-group>
11049 11053 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">143</context></context-group>
11050 <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> 11054 </trans-unit>
11051 <trans-unit id="4668975178372693951" datatype="html"> 11055 <trans-unit id="4668975178372693951" datatype="html">
11052 <source>Discover videos</source> 11056 <source>Discover videos</source>
11053 <target state="translated">สำรวจวิดีโอ</target> 11057 <target state="translated">สำรวจวิดีโอ</target>
11054 11058 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/videos-routing.module.ts</context><context context-type="linenumber">21</context></context-group>
11055 11059 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">124</context></context-group>
11056 <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> 11060 </trans-unit>
11057 <trans-unit id="8067135025051844577" datatype="html"> 11061 <trans-unit id="8067135025051844577" datatype="html">
11058 <source>Trending videos</source> 11062 <source>Trending videos</source>
11059 <target state="translated">วิดีโอมาแรง</target> 11063 <target state="translated">วิดีโอมาแรง</target>
11060 11064 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/videos-routing.module.ts</context><context context-type="linenumber">30</context></context-group>
11061 11065 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">130</context></context-group>
11062 <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> 11066 </trans-unit>
11063 <trans-unit id="664221386829541948" datatype="html"> 11067 <trans-unit id="664221386829541948" datatype="html">
11064 <source>Recently added videos</source> 11068 <source>Recently added videos</source>
11065 <target state="translated">วิดีโอที่เพิ่งเผยแพร่</target> 11069 <target state="translated">วิดีโอที่เพิ่งเผยแพร่</target>
11066 11070 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/videos-routing.module.ts</context><context context-type="linenumber">43</context></context-group>
11067 11071 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">136</context></context-group>
11068 <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> 11072 </trans-unit>
11069 <trans-unit id="8212906256415538361" datatype="html"> 11073 <trans-unit id="8212906256415538361" datatype="html">
11070 <source>Upload a video</source> 11074 <source>Upload a video</source>
11071 <target state="translated">อัปโหลดวิดีโอ</target> 11075 <target state="translated">อัปโหลดวิดีโอ</target>
diff --git a/client/src/locale/angular.tr-TR.xlf b/client/src/locale/angular.tr-TR.xlf
index 5cd308747..c42282c5d 100644
--- a/client/src/locale/angular.tr-TR.xlf
+++ b/client/src/locale/angular.tr-TR.xlf
@@ -2320,12 +2320,12 @@ The link will expire within 1 hour.</target>
2320 <source>Scheduled</source> 2320 <source>Scheduled</source>
2321 <target state="translated">Sıraya alındı</target> 2321 <target state="translated">Sıraya alındı</target>
2322 2322
2323 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group></trans-unit> 2323 <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>
2324 <trans-unit id="1435317307066082710" datatype="html"> 2324 <trans-unit id="1435317307066082710" datatype="html">
2325 <source>Hide the video until a specific date</source> 2325 <source>Hide the video until a specific date</source>
2326 <target state="translated">Videoyu belirli bir tarihe dek gizle</target> 2326 <target state="translated">Videoyu belirli bir tarihe dek gizle</target>
2327 2327
2328 <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> 2328 <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>
2329 <trans-unit id="6148369758871787018" datatype="html"> 2329 <trans-unit id="6148369758871787018" datatype="html">
2330 <source>Video background image</source> 2330 <source>Video background image</source>
2331 <target state="translated">Videonun arkaplan resmi</target> 2331 <target state="translated">Videonun arkaplan resmi</target>
@@ -3249,7 +3249,7 @@ The link will expire within 1 hour.</target>
3249 <source>Create user</source> 3249 <source>Create user</source>
3250 <target state="new">Create user</target> 3250 <target state="new">Create user</target>
3251 3251
3252 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-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> 3252 <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>
3253 <trans-unit id="8363291180171434623" datatype="html"> 3253 <trans-unit id="8363291180171434623" datatype="html">
3254 <source>Table parameters</source> 3254 <source>Table parameters</source>
3255 <target state="new">Table parameters</target> 3255 <target state="new">Table parameters</target>
@@ -7410,8 +7410,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7410 <target state="new">User 7410 <target state="new">User
7411 <x id="PH"/> created. 7411 <x id="PH"/> created.
7412 </target> 7412 </target>
7413 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group> 7413
7414 </trans-unit> 7414 <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>
7415 <trans-unit id="8286337167859377104" datatype="html"> 7415 <trans-unit id="8286337167859377104" datatype="html">
7416 <source>Create user</source> 7416 <source>Create user</source>
7417 <target state="new">Create user</target> 7417 <target state="new">Create user</target>
@@ -8130,7 +8130,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8130 <target state="translated">Hesaba abone olundu</target> 8130 <target state="translated">Hesaba abone olundu</target>
8131 8131
8132 8132
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">701</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html"> 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">
8134 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target> 8134 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target>
8135 <context-group purpose="location"> 8135 <context-group purpose="location">
8136 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 8136 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
diff --git a/client/src/locale/angular.uk-UA.xlf b/client/src/locale/angular.uk-UA.xlf
index 395cb1906..b3edca5d1 100644
--- a/client/src/locale/angular.uk-UA.xlf
+++ b/client/src/locale/angular.uk-UA.xlf
@@ -2242,12 +2242,12 @@ The link will expire within 1 hour.</target>
2242 <source>Scheduled</source> 2242 <source>Scheduled</source>
2243 <target state="new">Scheduled</target> 2243 <target state="new">Scheduled</target>
2244 2244
2245 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group></trans-unit> 2245 <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>
2246 <trans-unit id="1435317307066082710" datatype="html"> 2246 <trans-unit id="1435317307066082710" datatype="html">
2247 <source>Hide the video until a specific date</source> 2247 <source>Hide the video until a specific date</source>
2248 <target state="new">Hide the video until a specific date</target> 2248 <target state="new">Hide the video until a specific date</target>
2249 2249
2250 <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> 2250 <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>
2251 <trans-unit id="6148369758871787018" datatype="html"> 2251 <trans-unit id="6148369758871787018" datatype="html">
2252 <source>Video background image</source> 2252 <source>Video background image</source>
2253 <target state="new">Video background image</target> 2253 <target state="new">Video background image</target>
@@ -3193,7 +3193,7 @@ The link will expire within 1 hour.</target>
3193 <source>Create user</source> 3193 <source>Create user</source>
3194 <target state="new">Create user</target> 3194 <target state="new">Create user</target>
3195 3195
3196 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-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> 3196 <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>
3197 <trans-unit id="8363291180171434623" datatype="html"> 3197 <trans-unit id="8363291180171434623" datatype="html">
3198 <source>Table parameters</source> 3198 <source>Table parameters</source>
3199 <target state="new">Table parameters</target> 3199 <target state="new">Table parameters</target>
@@ -7361,8 +7361,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7361 <trans-unit id="1886888801485703107" datatype="html"> 7361 <trans-unit id="1886888801485703107" datatype="html">
7362 <source>User <x id="PH"/> created.</source> 7362 <source>User <x id="PH"/> created.</source>
7363 <target state="translated">Користувача <x id="PH"/> створено.</target> 7363 <target state="translated">Користувача <x id="PH"/> створено.</target>
7364 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group> 7364
7365 </trans-unit> 7365 <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>
7366 <trans-unit id="8286337167859377104" datatype="html"> 7366 <trans-unit id="8286337167859377104" datatype="html">
7367 <source>Create user</source> 7367 <source>Create user</source>
7368 <target state="new">Create user</target> 7368 <target state="new">Create user</target>
@@ -8057,7 +8057,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8057 <target state="new">Subscribe to the account</target> 8057 <target state="new">Subscribe to the account</target>
8058 8058
8059 8059
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">701</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html"> 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">
8061 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target> 8061 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target>
8062 <context-group purpose="location"> 8062 <context-group purpose="location">
8063 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 8063 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
diff --git a/client/src/locale/angular.vi-VN.xlf b/client/src/locale/angular.vi-VN.xlf
index 5cb31ebab..301570458 100644
--- a/client/src/locale/angular.vi-VN.xlf
+++ b/client/src/locale/angular.vi-VN.xlf
@@ -2378,13 +2378,13 @@ The link will expire within 1 hour.</source>
2378 <trans-unit id="9172233176401579786"> 2378 <trans-unit id="9172233176401579786">
2379 <source>Scheduled</source> 2379 <source>Scheduled</source>
2380 <target>Đã lên lịch</target> 2380 <target>Đã lên lịch</target>
2381 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group> 2381
2382 </trans-unit> 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>
2383 <trans-unit id="1435317307066082710" datatype="html"> 2383 <trans-unit id="1435317307066082710" datatype="html">
2384 <source>Hide the video until a specific date</source> 2384 <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> 2385 <target state="translated">Ẩn video dưới một ngày đặc biệt</target>
2386 <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> 2386
2387 </trans-unit> 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>
2388 <trans-unit id="6148369758871787018" datatype="html"> 2388 <trans-unit id="6148369758871787018" datatype="html">
2389 <source>Video background image</source> 2389 <source>Video background image</source>
2390 <target state="translated">Hình nền video</target> 2390 <target state="translated">Hình nền video</target>
@@ -3261,9 +3261,9 @@ The link will expire within 1 hour.</source>
3261 <trans-unit id="8286337167859377104"> 3261 <trans-unit id="8286337167859377104">
3262 <source>Create user</source> 3262 <source>Create user</source>
3263 <target>Tạo người dùng</target> 3263 <target>Tạo người dùng</target>
3264 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-group> 3264
3265 <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> 3265
3266 </trans-unit> 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>
3267 <trans-unit id="8363291180171434623" datatype="html"> 3267 <trans-unit id="8363291180171434623" datatype="html">
3268 <source>Table parameters</source> 3268 <source>Table parameters</source>
3269 <target state="translated">Thành phần bảng</target> 3269 <target state="translated">Thành phần bảng</target>
@@ -4923,7 +4923,7 @@ The link will expire within 1 hour.</source>
4923 </trans-unit> 4923 </trans-unit>
4924 <trans-unit id="5975271795105968425" datatype="html"> 4924 <trans-unit id="5975271795105968425" datatype="html">
4925 <source>Live streaming</source> 4925 <source>Live streaming</source>
4926 <target state="translated">Live stream</target> 4926 <target state="translated">Livestream</target>
4927 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">42</context></context-group> 4927 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">42</context></context-group>
4928 <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> 4928 <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>
4929 </trans-unit> 4929 </trans-unit>
@@ -7345,8 +7345,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7345 <trans-unit id="1886888801485703107" datatype="html"> 7345 <trans-unit id="1886888801485703107" datatype="html">
7346 <source>User <x id="PH"/> created.</source> 7346 <source>User <x id="PH"/> created.</source>
7347 <target state="translated">Người dùng <x id="PH"/> đã tạo.</target> 7347 <target state="translated">Người dùng <x id="PH"/> đã tạo.</target>
7348 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group> 7348
7349 </trans-unit> 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>
7350 <trans-unit id="8286337167859377104" datatype="html"> 7350 <trans-unit id="8286337167859377104" datatype="html">
7351 <source>Create user</source> 7351 <source>Create user</source>
7352 <target state="translated">Tạo người dùng</target> 7352 <target state="translated">Tạo người dùng</target>
@@ -8034,9 +8034,9 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8034 <trans-unit id="1783173774503340906" datatype="html"> 8034 <trans-unit id="1783173774503340906" datatype="html">
8035 <source>Subscribe to the account</source> 8035 <source>Subscribe to the account</source>
8036 <target state="translated">Theo dõi tài khoản này</target> 8036 <target state="translated">Theo dõi tài khoản này</target>
8037 <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> 8037
8038 <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> 8038
8039 </trans-unit> 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>
8040 <trans-unit id="3131904093925601441" datatype="html"> 8040 <trans-unit id="3131904093925601441" datatype="html">
8041 <source>PLAYLISTS</source> 8041 <source>PLAYLISTS</source>
8042 <target state="translated">DANH SÁCH PHÁT</target> 8042 <target state="translated">DANH SÁCH PHÁT</target>
diff --git a/client/src/locale/angular.xlf b/client/src/locale/angular.xlf
index cabef3c88..39012827d 100644
--- a/client/src/locale/angular.xlf
+++ b/client/src/locale/angular.xlf
@@ -4552,14 +4552,14 @@ color: red;
4552 <source>User <x id="PH" equiv-text="userCreate.username"/> created.</source> 4552 <source>User <x id="PH" equiv-text="userCreate.username"/> created.</source>
4553 <context-group purpose="location"> 4553 <context-group purpose="location">
4554 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context> 4554 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context>
4555 <context context-type="linenumber">77</context> 4555 <context context-type="linenumber">76</context>
4556 </context-group> 4556 </context-group>
4557 </trans-unit> 4557 </trans-unit>
4558 <trans-unit id="8286337167859377104" datatype="html"> 4558 <trans-unit id="8286337167859377104" datatype="html">
4559 <source>Create user</source> 4559 <source>Create user</source>
4560 <context-group purpose="location"> 4560 <context-group purpose="location">
4561 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context> 4561 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context>
4562 <context context-type="linenumber">95</context> 4562 <context context-type="linenumber">93</context>
4563 </context-group> 4563 </context-group>
4564 <context-group purpose="location"> 4564 <context-group purpose="location">
4565 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 4565 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -7854,7 +7854,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7854 </context-group> 7854 </context-group>
7855 <context-group purpose="location"> 7855 <context-group purpose="location">
7856 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context> 7856 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context>
7857 <context context-type="linenumber">701</context> 7857 <context context-type="linenumber">704</context>
7858 </context-group> 7858 </context-group>
7859 </trans-unit> 7859 </trans-unit>
7860 <trans-unit id="3131904093925601441" datatype="html"> 7860 <trans-unit id="3131904093925601441" datatype="html">
@@ -8542,14 +8542,14 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8542 <source>Scheduled</source> 8542 <source>Scheduled</source>
8543 <context-group purpose="location"> 8543 <context-group purpose="location">
8544 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context> 8544 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context>
8545 <context context-type="linenumber">191</context> 8545 <context context-type="linenumber">192</context>
8546 </context-group> 8546 </context-group>
8547 </trans-unit> 8547 </trans-unit>
8548 <trans-unit id="1435317307066082710" datatype="html"> 8548 <trans-unit id="1435317307066082710" datatype="html">
8549 <source>Hide the video until a specific date</source> 8549 <source>Hide the video until a specific date</source>
8550 <context-group purpose="location"> 8550 <context-group purpose="location">
8551 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context> 8551 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context>
8552 <context context-type="linenumber">192</context> 8552 <context context-type="linenumber">193</context>
8553 </context-group> 8553 </context-group>
8554 </trans-unit> 8554 </trans-unit>
8555 <trans-unit id="8218579597782287078" datatype="html"> 8555 <trans-unit id="8218579597782287078" datatype="html">
diff --git a/client/src/locale/angular.zh-Hans-CN.xlf b/client/src/locale/angular.zh-Hans-CN.xlf
index 9b0ee58e8..3a6c603f8 100644
--- a/client/src/locale/angular.zh-Hans-CN.xlf
+++ b/client/src/locale/angular.zh-Hans-CN.xlf
@@ -2374,13 +2374,13 @@ The link will expire within 1 hour.</source>
2374 <trans-unit id="9172233176401579786"> 2374 <trans-unit id="9172233176401579786">
2375 <source>Scheduled</source> 2375 <source>Scheduled</source>
2376 <target>定时发布</target> 2376 <target>定时发布</target>
2377 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group> 2377
2378 </trans-unit> 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>
2379 <trans-unit id="1435317307066082710" datatype="html"> 2379 <trans-unit id="1435317307066082710" datatype="html">
2380 <source>Hide the video until a specific date</source> 2380 <source>Hide the video until a specific date</source>
2381 <target state="translated">在设定的日期之前隐藏视频</target> 2381 <target state="translated">在设定的日期之前隐藏视频</target>
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> 2382
2383 </trans-unit> 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>
2384 <trans-unit id="6148369758871787018"> 2384 <trans-unit id="6148369758871787018">
2385 <source>Video background image</source> 2385 <source>Video background image</source>
2386 <target>视频背景图片</target> 2386 <target>视频背景图片</target>
@@ -3259,9 +3259,9 @@ The link will expire within 1 hour.</source>
3259 <trans-unit id="8286337167859377104"> 3259 <trans-unit id="8286337167859377104">
3260 <source>Create user</source> 3260 <source>Create user</source>
3261 <target>创建用户</target> 3261 <target>创建用户</target>
3262 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-group> 3262
3263 <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> 3263
3264 </trans-unit> 3264 <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>
3265 <trans-unit id="8363291180171434623" datatype="html"> 3265 <trans-unit id="8363291180171434623" datatype="html">
3266 <source>Table parameters</source> 3266 <source>Table parameters</source>
3267 <target state="translated">参数表</target> 3267 <target state="translated">参数表</target>
@@ -7498,8 +7498,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7498 <target>用户 7498 <target>用户
7499 <x id="PH"/> 已创建。 7499 <x id="PH"/> 已创建。
7500 </target> 7500 </target>
7501 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group> 7501
7502 </trans-unit> 7502 <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>
7503 <trans-unit id="8286337167859377104" datatype="html"> 7503 <trans-unit id="8286337167859377104" datatype="html">
7504 <source>Create user</source> 7504 <source>Create user</source>
7505 <target state="new">Create user</target> 7505 <target state="new">Create user</target>
@@ -8228,7 +8228,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8228 <target>订阅此帐户</target> 8228 <target>订阅此帐户</target>
8229 8229
8230 8230
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">701</context></context-group></trans-unit> 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>
8232 <trans-unit id="3131904093925601441" datatype="html"> 8232 <trans-unit id="3131904093925601441" datatype="html">
8233 <source>PLAYLISTS</source> 8233 <source>PLAYLISTS</source>
8234 <target state="translated">播放列表</target> 8234 <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 ff60bb01d..d73c743f4 100644
--- a/client/src/locale/angular.zh-Hant-TW.xlf
+++ b/client/src/locale/angular.zh-Hant-TW.xlf
@@ -2370,13 +2370,13 @@ The link will expire within 1 hour.</source>
2370 <trans-unit id="9172233176401579786"> 2370 <trans-unit id="9172233176401579786">
2371 <source>Scheduled</source> 2371 <source>Scheduled</source>
2372 <target>排定</target> 2372 <target>排定</target>
2373 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">191</context></context-group> 2373
2374 </trans-unit> 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>
2375 <trans-unit id="1435317307066082710" datatype="html"> 2375 <trans-unit id="1435317307066082710" datatype="html">
2376 <source>Hide the video until a specific date</source> 2376 <source>Hide the video until a specific date</source>
2377 <target state="translated">在特定日期前隱藏影片</target> 2377 <target state="translated">在特定日期前隱藏影片</target>
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> 2378
2379 </trans-unit> 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>
2380 <trans-unit id="6148369758871787018"> 2380 <trans-unit id="6148369758871787018">
2381 <source>Video background image</source> 2381 <source>Video background image</source>
2382 <target>影片背景圖片</target> 2382 <target>影片背景圖片</target>
@@ -3262,9 +3262,9 @@ The link will expire within 1 hour.</source>
3262 <trans-unit id="8286337167859377104"> 3262 <trans-unit id="8286337167859377104">
3263 <source>Create user</source> 3263 <source>Create user</source>
3264 <target>建立使用者</target> 3264 <target>建立使用者</target>
3265 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">95</context></context-group> 3265
3266 <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
3267 </trans-unit> 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>
3268 <trans-unit id="8363291180171434623" datatype="html"> 3268 <trans-unit id="8363291180171434623" datatype="html">
3269 <source>Table parameters</source> 3269 <source>Table parameters</source>
3270 <target state="translated">參數表</target> 3270 <target state="translated">參數表</target>
@@ -7384,8 +7384,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7384 <trans-unit id="1886888801485703107"> 7384 <trans-unit id="1886888801485703107">
7385 <source>User <x id="PH"/> created.</source> 7385 <source>User <x id="PH"/> created.</source>
7386 <target>使用者 <x id="PH"/> 已建立。</target> 7386 <target>使用者 <x id="PH"/> 已建立。</target>
7387 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">77</context></context-group> 7387
7388 </trans-unit> 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>
7389 <trans-unit id="8286337167859377104" datatype="html"> 7389 <trans-unit id="8286337167859377104" datatype="html">
7390 <source>Create user</source> 7390 <source>Create user</source>
7391 <target state="translated">建立使用者</target> 7391 <target state="translated">建立使用者</target>
@@ -8077,9 +8077,9 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8077 <trans-unit id="1783173774503340906"> 8077 <trans-unit id="1783173774503340906">
8078 <source>Subscribe to the account</source> 8078 <source>Subscribe to the account</source>
8079 <target>訂閱帳號</target> 8079 <target>訂閱帳號</target>
8080 <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> 8080
8081 <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> 8081
8082 </trans-unit> 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>
8083 <trans-unit id="3131904093925601441" datatype="html"> 8083 <trans-unit id="3131904093925601441" datatype="html">
8084 <source>PLAYLISTS</source> 8084 <source>PLAYLISTS</source>
8085 <target state="translated">播放清單</target> 8085 <target state="translated">播放清單</target>
diff --git a/client/src/locale/player.ca-ES.json b/client/src/locale/player.ca-ES.json
index 3ec86f480..b26fec9ba 100644
--- a/client/src/locale/player.ca-ES.json
+++ b/client/src/locale/player.ca-ES.json
@@ -7,32 +7,32 @@
7 "peer": "peer", 7 "peer": "peer",
8 "Go to the video page": "Anar a la pàgina del vídeo", 8 "Go to the video page": "Anar a la pàgina del vídeo",
9 "Settings": "Ajustos", 9 "Settings": "Ajustos",
10 "Watching this video may reveal your IP address to others.": "Watching this video may reveal your IP address to others.", 10 "Watching this video may reveal your IP address to others.": "Veure aquest vídeo pot revelar la teua direcció IP a altres persones.",
11 "Copy the video URL": "Copia l'URL del vídeo", 11 "Copy the video URL": "Copia l'URL del vídeo",
12 "Copy the video URL at the current time": "Copia l'URL del vídeo a l'hora actual", 12 "Copy the video URL at the current time": "Copia l'URL del vídeo a l'hora actual",
13 "Copy embed code": "Copia el codi d'incrustació", 13 "Copy embed code": "Copia el codi d'incrustació",
14 "Copy magnet URI": "Copia l'URI del magnet", 14 "Copy magnet URI": "Copia l'URI del magnet",
15 "Total downloaded: ": "Total descarregat: ", 15 "Total downloaded: ": "Total descarregat: ",
16 "Total uploaded: ": "Total de fitxers pujats: ", 16 "Total uploaded: ": "Total de fitxers pujats: ",
17 "From servers: ": "From servers: ", 17 "From servers: ": "Dels servidors: ",
18 "From peers: ": "From peers: ", 18 "From peers: ": "Dels nodes: ",
19 "Normal mode": "Normal mode", 19 "Normal mode": "Normal mode",
20 "Stats for nerds": "Stats for nerds", 20 "Stats for nerds": "Estadístiques per a nerds",
21 "Theater mode": "Theater mode", 21 "Theater mode": "Mode cinema",
22 "Video UUID": "Video UUID", 22 "Video UUID": "UUID del Vídeo",
23 "Viewport / Frames": "Viewport / Frames", 23 "Viewport / Frames": "Finestra gràfica / Marcs",
24 "Resolution": "Resolution", 24 "Resolution": "Resolució",
25 "Volume": "Volume", 25 "Volume": "Volum",
26 "Codecs": "Codecs", 26 "Codecs": "Codecs",
27 "Color": "Color", 27 "Color": "Color",
28 "Connection Speed": "Connection Speed", 28 "Connection Speed": "Velocitat de la connexió",
29 "Network Activity": "Network Activity", 29 "Network Activity": "Activitat de Xarxa",
30 "Total Transfered": "Total Transfered", 30 "Total Transfered": "Total Transferit",
31 "Download Breakdown": "Download Breakdown", 31 "Download Breakdown": "Download Breakdown",
32 "Buffer Progress": "Buffer Progress", 32 "Buffer Progress": "Progrés del Buffer",
33 "Buffer State": "Buffer State", 33 "Buffer State": "Estat del Buffer",
34 "Live Latency": "Live Latency", 34 "Live Latency": "Latència en viu",
35 "Player mode": "Player mode", 35 "Player mode": "Mode Reproductor",
36 "Audio Player": "Reproductor d'àudio", 36 "Audio Player": "Reproductor d'àudio",
37 "Video Player": "Reproductor de vídeo", 37 "Video Player": "Reproductor de vídeo",
38 "Play": "Reproduir", 38 "Play": "Reproduir",
@@ -48,12 +48,12 @@
48 "Progress Bar": "Barra de progrés", 48 "Progress Bar": "Barra de progrés",
49 "progress bar timing: currentTime={1} duration={2}": "{1} de {2}", 49 "progress bar timing: currentTime={1} duration={2}": "{1} de {2}",
50 "Fullscreen": "Pantalla completa", 50 "Fullscreen": "Pantalla completa",
51 "Non-Fullscreen": "No pantalla completa", 51 "Non-Fullscreen": "Eixir de Pantalla Completa",
52 "Mute": "Silenci", 52 "Mute": "Silenci",
53 "Unmute": "Veu", 53 "Unmute": "Activar So",
54 "Playback Rate": "Velocitat de reproducció", 54 "Playback Rate": "Velocitat de reproducció",
55 "Subtitles": "Subtítols", 55 "Subtitles": "Subtítols",
56 "subtitles off": "subtítols desactivats", 56 "subtitles off": "Subtítols Desactivats",
57 "Captions": "Llegendes", 57 "Captions": "Llegendes",
58 "captions off": "Llegendes desactivades", 58 "captions off": "Llegendes desactivades",
59 "Chapters": "Capítols", 59 "Chapters": "Capítols",
diff --git a/client/src/locale/player.sv-SE.json b/client/src/locale/player.sv-SE.json
index 10b4f2fa7..cbedec98a 100644
--- a/client/src/locale/player.sv-SE.json
+++ b/client/src/locale/player.sv-SE.json
@@ -28,7 +28,7 @@
28 "Connection Speed": "Uppkopplingshastighet", 28 "Connection Speed": "Uppkopplingshastighet",
29 "Network Activity": "Nätverksaktivitet", 29 "Network Activity": "Nätverksaktivitet",
30 "Total Transfered": "Överfört totalt", 30 "Total Transfered": "Överfört totalt",
31 "Download Breakdown": "Download Breakdown", 31 "Download Breakdown": "Nerladdningsdetaljer",
32 "Buffer Progress": "Buffer Progress", 32 "Buffer Progress": "Buffer Progress",
33 "Buffer State": "Bufferttillstånd", 33 "Buffer State": "Bufferttillstånd",
34 "Live Latency": "Sändningsfördröjning", 34 "Live Latency": "Sändningsfördröjning",
diff --git a/client/src/locale/player.th-TH.json b/client/src/locale/player.th-TH.json
index a6605a3b6..5b5925892 100644
--- a/client/src/locale/player.th-TH.json
+++ b/client/src/locale/player.th-TH.json
@@ -7,7 +7,7 @@
7 "peer": "เพียร์", 7 "peer": "เพียร์",
8 "Go to the video page": "ไปที่หน้าวิดีโอ", 8 "Go to the video page": "ไปที่หน้าวิดีโอ",
9 "Settings": "การตั้งค่า", 9 "Settings": "การตั้งค่า",
10 "Watching this video may reveal your IP address to others.": "Watching this video may reveal your IP address to others.", 10 "Watching this video may reveal your IP address to others.": "การรับชมวิดีโอนี้อาจเปิดเผยที่อยู่ IP ของคุณสู่ผู้อื่น",
11 "Copy the video URL": "คัดลอก URL วิดีโอ", 11 "Copy the video URL": "คัดลอก URL วิดีโอ",
12 "Copy the video URL at the current time": "คัดลอก URL วิดีโอ ณ เวลาปัจจุบัน", 12 "Copy the video URL at the current time": "คัดลอก URL วิดีโอ ณ เวลาปัจจุบัน",
13 "Copy embed code": "คัดลอกโค้ดฝัง", 13 "Copy embed code": "คัดลอกโค้ดฝัง",
@@ -21,8 +21,8 @@
21 "Theater mode": "โหมดโรงภาพยนตร์", 21 "Theater mode": "โหมดโรงภาพยนตร์",
22 "Video UUID": "Video UUID", 22 "Video UUID": "Video UUID",
23 "Viewport / Frames": "Viewport / Frames", 23 "Viewport / Frames": "Viewport / Frames",
24 "Resolution": "Resolution", 24 "Resolution": "ความละเอียด",
25 "Volume": "Volume", 25 "Volume": "ระดับเสียง",
26 "Codecs": "Codecs", 26 "Codecs": "Codecs",
27 "Color": "Color", 27 "Color": "Color",
28 "Connection Speed": "Connection Speed", 28 "Connection Speed": "Connection Speed",
diff --git a/client/src/locale/server.ca-ES.json b/client/src/locale/server.ca-ES.json
index 10de3990e..cd89e7f29 100644
--- a/client/src/locale/server.ca-ES.json
+++ b/client/src/locale/server.ca-ES.json
@@ -244,5 +244,5 @@
244 "Chinese": "Xinès", 244 "Chinese": "Xinès",
245 "Zulu": "Zulu", 245 "Zulu": "Zulu",
246 "Normal mode": "Normal mode", 246 "Normal mode": "Normal mode",
247 "Theater mode": "Theater mode" 247 "Theater mode": "Mode cinema"
248} 248}
diff --git a/client/src/locale/server.fr.json b/client/src/locale/server.fr.json
new file mode 100644
index 000000000..2c9d6b600
--- /dev/null
+++ b/client/src/locale/server.fr.json
@@ -0,0 +1,246 @@
1{
2 "Music": "Musique",
3 "Films": "Films",
4 "Vehicles": "Véhicules",
5 "Art": "Art",
6 "Sports": "Sports",
7 "Travels": "Voyages",
8 "Gaming": "Jeux vidéos",
9 "People": "Célébrités",
10 "Comedy": "Comédie",
11 "Entertainment": "Divertissement",
12 "News & Politics": "Actualités et politique",
13 "How To": "Tutoriels",
14 "Education": "Éducation",
15 "Activism": "Militantisme",
16 "Science & Technology": "Science et technologie",
17 "Animals": "Animaux",
18 "Kids": "Enfants",
19 "Food": "Nourriture",
20 "Attribution": "Attribution",
21 "Attribution - Share Alike": "Attribution - Partage dans les mêmes conditions",
22 "Attribution - No Derivatives": "Attribution - Pas de modification",
23 "Attribution - Non Commercial": "Attribution - Pas d'utilisation commerciale",
24 "Attribution - Non Commercial - Share Alike": "Attribution - Pas d'utilisation commerciale - Partage dans les mêmes conditions",
25 "Attribution - Non Commercial - No Derivatives": "Attribution - Pas d'utilisation commerciale - Pas de modification",
26 "Public Domain Dedication": "Dédié au domaine public",
27 "Public": "Public",
28 "Unlisted": "Non listé",
29 "Private": "Privé",
30 "Internal": "Interne",
31 "Published": "Publié",
32 "To transcode": "À transcoder",
33 "To import": "À importer",
34 "Waiting for livestream": "En attente du direct",
35 "Livestream ended": "Fin du direct",
36 "Pending": "En attente",
37 "Success": "Succès",
38 "Failed": "Echoué",
39 "Rejected": "Rejeté",
40 "Regular": "Régulier",
41 "Watch later": "Regarder plus tard",
42 "This video does not exist.": "Cette vidéo n'existe pas.",
43 "We cannot fetch the video. Please try again later.": "Nous ne pouvons pas récupérer cette vidéo. Réessayez plus tard.",
44 "Sorry": "Désolé",
45 "This video is not available because the remote instance is not responding.": "Cette vidéo n'est pas disponible car le serveur distant ne répond pas.",
46 "This playlist does not exist": "Cette liste de lecture n'existe pas",
47 "We cannot fetch the playlist. Please try again later.": "Nous ne pouvons pas récupérer la liste de lecture. Réessayez plus tard.",
48 "Playlist: {1}": "Liste de lecture : {1}",
49 "By {1}": "Par {1}",
50 "Unavailable video": "Vidéo indisponible",
51 "Misc": "Divers",
52 "Unknown": "Inconnu",
53 "Afar": "Afar",
54 "Abkhazian": "Abkhaze",
55 "Afrikaans": "Afrikaans",
56 "Akan": "Akan",
57 "Amharic": "Amharique",
58 "Arabic": "Arabe",
59 "Aragonese": "Aragonais",
60 "American Sign Language": "Langue des signes américaine",
61 "Assamese": "Assamais",
62 "Avaric": "Avar",
63 "Kotava": "Kotava",
64 "Aymara": "Aymara",
65 "Azerbaijani": "Azéri",
66 "Bashkir": "Bachkir",
67 "Bambara": "Bambara",
68 "Belarusian": "Biélorusse",
69 "Bengali": "Bengali",
70 "British Sign Language": "Langue des signes britannique",
71 "Bislama": "Bislama",
72 "Tibetan": "Tibétain",
73 "Bosnian": "Bosnien",
74 "Breton": "Breton",
75 "Bulgarian": "Bulgare",
76 "Brazilian Sign Language": "Langue des signes brésilienne",
77 "Catalan": "Catalan",
78 "Czech": "Tchèque",
79 "Chamorro": "Chamorro",
80 "Chechen": "Tchétchène",
81 "Chuvash": "Tchouvache",
82 "Cornish": "Cornique",
83 "Corsican": "Corse",
84 "Cree": "Cri",
85 "Czech Sign Language": "Langue des signes tchèque",
86 "Chinese Sign Language": "Langue des signes chinoise",
87 "Welsh": "Gallois",
88 "Danish": "Danois",
89 "German": "Allemand",
90 "Dhivehi": "Dhivehi",
91 "Danish Sign Language": "Langue des signes danoise",
92 "Dzongkha": "Dzongkha",
93 "Greek": "Grec",
94 "English": "Anglais",
95 "Esperanto": "Esperanto",
96 "Estonian": "Estonien",
97 "Basque": "Basque",
98 "Ewe": "Ewe",
99 "Faroese": "Féroïen",
100 "Persian": "Perse",
101 "Fijian": "Fidjien",
102 "Finnish": "Finnois",
103 "French": "Français",
104 "Western Frisian": "Frison occidental",
105 "French Sign Language": "Langue des signes française",
106 "Fulah": "Peul",
107 "Scottish Gaelic": "Gaélique écossais",
108 "Irish": "Irlandais",
109 "Galician": "Galicien",
110 "Manx": "Mannois",
111 "Guarani": "Guarani",
112 "German Sign Language": "Langue des signes allemande",
113 "Gujarati": "Goudjarati",
114 "Haitian": "Haïtien",
115 "Hausa": "Haoussa",
116 "Serbo-Croatian": "Serbo-Croate",
117 "Hebrew": "Hébreu",
118 "Herero": "Héréro",
119 "Hindi": "Hindi",
120 "Hiri Motu": "Hiri Motou",
121 "Croatian": "Croate",
122 "Hungarian": "Hongrois",
123 "Armenian": "Arménien",
124 "Igbo": "Igbo",
125 "Sichuan Yi": "Yi",
126 "Inuktitut": "Inuktitut",
127 "Indonesian": "Indonésien",
128 "Inupiaq": "Inupiaq",
129 "Icelandic": "Islandais",
130 "Italian": "Italien",
131 "Javanese": "Javanais",
132 "Lojban": "Lojban",
133 "Japanese": "Japonais",
134 "Japanese Sign Language": "Langue des signes japonaise",
135 "Kabyle": "Kabyle",
136 "Kalaallisut": "Groenlandais",
137 "Kannada": "Kannada",
138 "Kashmiri": "Cachemiri",
139 "Georgian": "Géorgien",
140 "Kanuri": "Kanouri",
141 "Kazakh": "Kazakhe",
142 "Khmer": "Cambodgien",
143 "Kikuyu": "Kikuyu",
144 "Kinyarwanda": "Kinyarwanda",
145 "Kirghiz": "Kirghize",
146 "Komi": "Komi",
147 "Kongo": "Kongo",
148 "Korean": "Coréen",
149 "Kuanyama": "Kuanyama",
150 "Kurdish": "Kurde",
151 "Lao": "Lao",
152 "Latvian": "Letton",
153 "Limburgan": "Limbourgeois",
154 "Lingala": "Lingala",
155 "Lithuanian": "Lituanien",
156 "Luxembourgish": "Luxembourgeois",
157 "Luba-Katanga": "Luba-Katanga",
158 "Ganda": "Luganda",
159 "Marshallese": "Marshallais",
160 "Malayalam": "Malayalam",
161 "Marathi": "Marathi",
162 "Macedonian": "Macédonien",
163 "Malagasy": "Malagache",
164 "Maltese": "Maltais",
165 "Mongolian": "Mongol",
166 "Maori": "Maori",
167 "Malay (macrolanguage)": "Malais (macro-langue)",
168 "Burmese": "Birman",
169 "Nauru": "Nauruan",
170 "Navajo": "Navajo",
171 "South Ndebele": "Ndébélé du Transvaal",
172 "North Ndebele": "Ndébélé du Zimbabwe",
173 "Ndonga": "Ndonga",
174 "Nepali (macrolanguage)": "Népalais (macro-langue)",
175 "Dutch": "Néerlandais",
176 "Norwegian Nynorsk": "Norvégien (Nynorsk)",
177 "Norwegian Bokmål": "Norvégien (Bokmål)",
178 "Norwegian": "Norvégien",
179 "Nyanja": "Chewa",
180 "Occitan": "Occitan",
181 "Ojibwa": "Ojibwé",
182 "Oriya (macrolanguage)": "Odia (macro-langue)",
183 "Oromo": "Oromo",
184 "Ossetian": "Ossète",
185 "Panjabi": "Pendjabi",
186 "Pakistan Sign Language": "Langue des signes pakistanaise",
187 "Polish": "Polonais",
188 "Portuguese": "Portugais",
189 "Pushto": "Pachto",
190 "Quechua": "Quechua",
191 "Romansh": "Romanche",
192 "Romanian": "Roumain",
193 "Russian Sign Language": "Langue des signes russe",
194 "Rundi": "Kirundi",
195 "Russian": "Russe",
196 "Sango": "Sango",
197 "Saudi Arabian Sign Language": "Langue des signes saoudienne",
198 "South African Sign Language": "Langue des signes sud-africaine",
199 "Sinhala": "Singhalais",
200 "Slovak": "Slovaque",
201 "Slovenian": "Slovène",
202 "Northern Sami": "Same du Nord",
203 "Samoan": "Samoan",
204 "Shona": "Shona",
205 "Sindhi": "Sindhi",
206 "Somali": "Somali",
207 "Southern Sotho": "Sotho du Sud",
208 "Spanish": "Espagnol",
209 "Albanian": "Albanais",
210 "Sardinian": "Sarde",
211 "Serbian": "Serbe",
212 "Swati": "Swati",
213 "Sundanese": "Soundanais",
214 "Swahili (macrolanguage)": "Swahili (macro-langue)",
215 "Swedish": "Suédois",
216 "Swedish Sign Language": "Langue des signes suédoise",
217 "Tahitian": "Tahitien",
218 "Tamil": "Tamoul",
219 "Tatar": "Tatar",
220 "Telugu": "Télougou",
221 "Tajik": "Tadjik",
222 "Tagalog": "Tagalog",
223 "Thai": "Thaï",
224 "Tigrinya": "Tigrigna",
225 "Klingon": "Klingon",
226 "Tonga (Tonga Islands)": "Tonga",
227 "Tswana": "Tswana",
228 "Tsonga": "Tsonga",
229 "Turkmen": "Turkmène",
230 "Turkish": "Turc",
231 "Twi": "Twi",
232 "Uighur": "Ouïghour",
233 "Ukrainian": "Ukrainien",
234 "Urdu": "Ourdou",
235 "Uzbek": "Ouzbek",
236 "Venda": "Venda",
237 "Vietnamese": "Vietnamien",
238 "Walloon": "Wallon",
239 "Wolof": "Wolof",
240 "Xhosa": "Xhosa",
241 "Yiddish": "Yidich",
242 "Yoruba": "Yoruba",
243 "Zhuang": "Zhuang",
244 "Chinese": "Chinois",
245 "Zulu": "Zoulou"
246}
diff --git a/client/src/locale/server.th-TH.json b/client/src/locale/server.th-TH.json
index 8182c1185..1695e1120 100644
--- a/client/src/locale/server.th-TH.json
+++ b/client/src/locale/server.th-TH.json
@@ -42,10 +42,10 @@
42 "This video does not exist.": "ไม่มีวิดีโอนี้", 42 "This video does not exist.": "ไม่มีวิดีโอนี้",
43 "We cannot fetch the video. Please try again later.": "เราไม่สามารถดึงข้อมูลวิดีโอได้ โปรดลองอีกครั้งในภายหลัง", 43 "We cannot fetch the video. Please try again later.": "เราไม่สามารถดึงข้อมูลวิดีโอได้ โปรดลองอีกครั้งในภายหลัง",
44 "Sorry": "ขออภัย", 44 "Sorry": "ขออภัย",
45 "This video is not available because the remote instance is not responding.": "วิดีโอนี้ไม่สามารถรับชมได้เนื่องจากระบบต้นทางไม่ตอบสนอง", 45 "This video is not available because the remote instance is not responding.": "วิดีโอนี้ไม่สามารถรับชมได้เนื่องจากเซิร์ฟเวอร์ต้นทางไม่ตอบสนอง",
46 "This playlist does not exist": "ไม่มี้อยู่", 46 "This playlist does not exist": "ไม่มีนี้อยู่",
47 "We cannot fetch the playlist. Please try again later.": "We cannot fetch the playlist. Please try again later.", 47 "We cannot fetch the playlist. Please try again later.": "We cannot fetch the playlist. Please try again later.",
48 "Playlist: {1}": ": {1}", 48 "Playlist: {1}": ": {1}",
49 "By {1}": "โดย {1}", 49 "By {1}": "โดย {1}",
50 "Unavailable video": "Unavailable video", 50 "Unavailable video": "Unavailable video",
51 "Misc": "อื่น ๆ", 51 "Misc": "อื่น ๆ",
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss
index 058033166..4f6e08c1b 100644
--- a/client/src/sass/bootstrap.scss
+++ b/client/src/sass/bootstrap.scss
@@ -59,13 +59,14 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
59} 59}
60 60
61/* rules for dropdowns excepts when in button group, to avoid impacting the dropdown-toggle */ 61/* rules for dropdowns excepts when in button group, to avoid impacting the dropdown-toggle */
62.dropdown { 62.dropdown,
63.dropup {
63 z-index: z(dropdown) !important; 64 z-index: z(dropdown) !important;
64} 65}
65 66
66.list-overflow-menu, 67.list-overflow-menu,
67.parent-entry { 68.parent-entry {
68 z-index: z(header) - 1 !important; 69 z-index: z(menu) - 1 !important;
69} 70}
70 71
71.btn-group, 72.btn-group,
@@ -213,7 +214,7 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
213 content: ''; 214 content: '';
214 display: block; 215 display: block;
215 position: fixed; 216 position: fixed;
216 z-index: z('menu') - 1; 217 z-index: z(overlay);
217 } 218 }
218 } 219 }
219 } 220 }
diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss
index 39e81f270..e0a4c7d3f 100644
--- a/client/src/sass/include/_variables.scss
+++ b/client/src/sass/include/_variables.scss
@@ -159,17 +159,18 @@ $variables: (
159 159
160$zindex: ( 160$zindex: (
161 miniature : 10, 161 miniature : 10,
162 privacymsg : 20,
163 sub-menu : 12500, 162 sub-menu : 12500,
163 overlay : 12550,
164 menu : 12600, 164 menu : 12600,
165 search-typeahead: 12650, 165 search-typeahead: 12650,
166 header : 12700,
167 popover : 13000, 166 popover : 13000,
168 tooltip : 14000, 167 tooltip : 14000,
169 loadbar : 15000, 168 loadbar : 15000,
170 modal : 16000, 169 modal : 16000,
171 dropdown : 17000, 170 dropdown : 17000,
172 help-popover : 17000, 171 help-popover : 17000,
172 privacymsg : 17500,
173 header : 17500,
173 notification : 18000, 174 notification : 18000,
174 hotkeys : 19000 175 hotkeys : 19000
175); 176);