diff --git a/client/src/app/+my-library/+my-video-channels/my-video-channels.component.ts b/client/src/app/+my-library/+my-video-channels/my-video-channels.component.ts index 4d5dbbc2b..fd63fc22b 100644 --- a/client/src/app/+my-library/+my-video-channels/my-video-channels.component.ts +++ b/client/src/app/+my-library/+my-video-channels/my-video-channels.component.ts @@ -4,6 +4,7 @@ import { Subject } from 'rxjs' import { Component } from '@angular/core' import { AuthService, ComponentPagination, ConfirmService, hasMoreItems, Notifier, ScreenService } from '@app/core' import { VideoChannel, VideoChannelService } from '@app/shared/shared-main' +import { formatICU } from '@app/helpers' @Component({ templateUrl: './my-video-channels.component.html', @@ -52,9 +53,13 @@ export class MyVideoChannelsComponent { async deleteVideoChannel (videoChannel: VideoChannel) { const res = await this.confirmService.confirmWithExpectedInput( - $localize`Do you really want to delete ${videoChannel.displayName}? -It will delete ${videoChannel.videosCount} videos uploaded in this channel, and you will not be able to create another -channel or account with the same name (${videoChannel.name})!`, + $localize`Do you really want to delete ${videoChannel.displayName}?` + + `
` + + formatICU( + // eslint-disable-next-line max-len + $localize`It will delete {count, plural, =1 {1 video} other {{count} videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name (${videoChannel.name})!`, + { count: videoChannel.videosCount } + ), $localize`Please type the name of the video channel (${videoChannel.name}) to confirm`, diff --git a/client/src/locale/angular.ar.xlf b/client/src/locale/angular.ar.xlf index 13583666b..0b5240e09 100644 --- a/client/src/locale/angular.ar.xlf +++ b/client/src/locale/angular.ar.xlf @@ -180,13 +180,13 @@ Account muted كُتم الحساب - src/app/+admin/overview/videos/video-list.component.html79 - + + src/app/+admin/overview/videos/video-list.component.html78 Server muted كُتم الخادم - src/app/+admin/overview/videos/video-list.component.html80 - + + src/app/+admin/overview/videos/video-list.component.html79 Only live videos البثوث المباشرة فقط @@ -355,30 +355,21 @@ {views, plural, =0 {No view} =1 {1 view} other { views}} {views, plural, =0 {No view} =1 {1 view} other { views}} - src/app/shared/shared-main/video/video.model.ts291 + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded.PeerTube considers this video is already being transcoded. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcodingForce transcoding - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} - src/app/shared/shared-main/video/video.model.ts288 + src/app/shared/shared-main/video/video.model.ts289 @@ -675,7 +666,7 @@ Local المحلية - src/app/shared/shared-video-miniature/video-filters.model.ts135 + src/app/shared/shared-video-miniature/video-filters.model.ts141 users مستخدمون @@ -711,10 +702,10 @@ Following متابَعون - src/app/+admin/admin.component.ts84 - src/app/+admin/follows/following-list/following-list.component.html41 - src/app/+admin/follows/follows.routes.ts26 - + + + + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 Followers متابِعون @@ -1363,8 +1354,8 @@ Media is too large for the server. Please contact you administrator if you want to increase the limit size. هذا الملف كبير. اتصل بالمدير حتى يزيد حد الرفع. - src/app/core/rest/rest-extractor.service.ts118 - + + src/app/core/rest/rest-extractor.service.ts122 In this instance's network في شبكة هذ المثيل @@ -1586,16 +1577,13 @@ Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? تجديد الرمز سيمنع العملاء الذين يستخدمون الرمز القديم من جلب الخلاصات لذا يجب عليهم ضبط الرمز الجديد. تُتابع؟ - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly. جُدِد الرمز، اضبط العميل تبعًا له. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEED تغذية الاشتراكات @@ -1624,9 +1612,9 @@ Renew token جدِّد الرمز - src/app/+my-account/my-account-applications/my-account-applications.component.html36 - src/app/+my-account/my-account-applications/my-account-applications.component.ts41 - + + + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Video redundancies تكرار الفيديو @@ -1652,8 +1640,8 @@ Video/Comment/Account فيديو\تعليق\حساب - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 State حالة @@ -1663,22 +1651,22 @@ - src/app/+admin/follows/followers-list/followers-list.component.html37src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/moderation/registration-list/registration-list.component.html41src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/shared/shared-abuse-list/abuse-list-table.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages رسائل - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note ملاحظة داخلية - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score تقييم - src/app/+admin/follows/followers-list/followers-list.component.html38 - + + src/app/+admin/follows/followers-list/followers-list.component.html37 Created أُنشئ @@ -1691,44 +1679,38 @@ - src/app/+admin/follows/followers-list/followers-list.component.html39src/app/+admin/follows/following-list/following-list.component.html43src/app/+admin/system/jobs/jobs.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html27src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37src/app/+my-library/my-video-imports/my-video-imports.component.html31src/app/shared/shared-abuse-list/abuse-list-table.component.html23 + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab افتح صفحة الممثل في لسانٍ جديد - src/app/+admin/follows/followers-list/followers-list.component.html56 - + + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted مقبول - src/app/+admin/follows/followers-list/followers-list.component.html63 - src/app/+admin/follows/following-list/following-list.component.html65 - + + + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending معلّق - src/app/+admin/follows/followers-list/followers-list.component.html64 - src/app/+admin/follows/following-list/following-list.component.html66 - + + + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 Rejected Rejected - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept موافق - src/app/+admin/follows/followers-list/followers-list.component.html50 - src/app/+admin/follows/followers-list/followers-list.component.ts45 - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25 - src/app/+my-library/my-ownership/my-ownership.component.html27 - + + + + + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse رفض @@ -1737,51 +1719,43 @@ No follower found matching current filters. لم يُعثر على متابع مطابق للمرشحات الحالية. - src/app/+admin/follows/followers-list/followers-list.component.html77 - + + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. مثيل الخادم الخاص بك ليس لديه أي متابِع. - src/app/+admin/follows/followers-list/followers-list.component.html78 - - - Showing to of followers - يعرض لـ من متابع - src/app/+admin/follows/followers-list/followers-list.component.html11 - + + src/app/+admin/follows/followers-list/followers-list.component.html77 + Redundancy allowed التكرار مسموح - src/app/+admin/follows/following-list/following-list.component.html44 - + + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab افتح مثيل الخادم في لسان جديد - src/app/+admin/follows/following-list/following-list.component.html58 - src/app/shared/shared-moderation/server-blocklist.component.html43 - src/app/shared/shared-moderation/server-blocklist.component.html43 - + + + + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. لم يُعثر على مضيف مطابق للمرشحات الحالية. - src/app/+admin/follows/following-list/following-list.component.html84 - + + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. مثيل الخادم الخاص بك لا يتابع أي شخص. - src/app/+admin/follows/following-list/following-list.component.html85 - + + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}} Do you really want to unfollow {count, plural, =1 {?} other { entries?}} src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - يعرض لـ من مضيفا - src/app/+admin/follows/following-list/following-list.component.html11 - + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. يبدو أنك لست على خادم HTTPS. يحتاج خادم الويب إلى تنشيط TLS لمتابعة الخوادم. @@ -1795,13 +1769,13 @@ Action الإجراء - src/app/+admin/follows/following-list/following-list.component.html40 - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/server-blocklist.component.html31 - src/app/shared/shared-moderation/server-blocklist.component.html31 - + + + + + + + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies تكرارات الفيديو @@ -1825,9 +1799,9 @@ Video فيديو - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30 - src/app/+admin/moderation/video-block-list/video-block-list.component.html26 - + + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size الحجم الإجمالي @@ -1867,12 +1841,12 @@ Used () حجز () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available () يتوفر () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 {VAR_PLURAL, plural, =1 {Video} other {Videos} } {VAR_PLURAL, plural, =1 {فيديو} other {مقاطع فيديو} } @@ -1941,7 +1915,7 @@ - src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 mail@example.com mail@example.com @@ -2059,18 +2033,18 @@ Table parameters معاملات الجدول - src/app/+admin/overview/users/user-list/user-list.component.html47 - + + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns حدد الأعمدة - src/app/+admin/overview/users/user-list/user-list.component.html53 - + + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users أبرِز المستخدمين المحظورين - src/app/+admin/overview/users/user-list/user-list.component.html59 - + + src/app/+admin/overview/users/user-list/user-list.component.html57 Batch actions الإجراءات المجمعة @@ -2080,47 +2054,43 @@ - src/app/+admin/follows/followers-list/followers-list.component.html18src/app/+admin/follows/following-list/following-list.component.html18src/app/+admin/moderation/registration-list/registration-list.component.html18src/app/+admin/overview/comments/video-comment-list.component.html22src/app/+admin/overview/users/user-list/user-list.component.html18src/app/+admin/overview/videos/video-list.component.html18src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 Open account in a new tab افتح حساب في لسان جديد - src/app/+admin/overview/comments/video-comment-list.component.html69 - src/app/+admin/overview/users/user-list/user-list.component.html94 - src/app/+my-library/my-ownership/my-ownership.component.html32 - src/app/shared/shared-abuse-list/abuse-list-table.component.html44 - src/app/shared/shared-moderation/account-blocklist.component.html35 - src/app/shared/shared-moderation/account-blocklist.component.html35 - + + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account حساب محذوف - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota مجموع الحصة اليومية للفيديو - src/app/+admin/overview/users/user-list/user-list.component.html128 - + + src/app/+admin/overview/users/user-list/user-list.component.html126 The user was banned حُظر المستخدم - src/app/+admin/overview/users/user-list/user-list.component.html109 - + + src/app/+admin/overview/users/user-list/user-list.component.html107 Ban reason: سبب الحظر: - src/app/+admin/overview/users/user-list/user-list.component.html150 - + + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned users المستخدمون المحظورون src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - يعرض ل من مستخدم - src/app/+admin/overview/users/user-list/user-list.component.html11 - + Moderation الإشراف @@ -2174,20 +2144,20 @@ Sensitive حساس - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated غير متجدد - src/app/+admin/moderation/video-block-list/video-block-list.component.html28 - src/app/+admin/moderation/video-block-list/video-block-list.component.html60 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date تاريخ - src/app/+admin/moderation/video-block-list/video-block-list.component.html29 - src/app/+admin/overview/comments/video-comment-list.component.html46 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this row حدد هذا الصف @@ -2197,12 +2167,12 @@ - src/app/+admin/follows/followers-list/followers-list.component.html46src/app/+admin/follows/following-list/following-list.component.html51src/app/+admin/moderation/registration-list/registration-list.component.html50src/app/+admin/overview/comments/video-comment-list.component.html54src/app/+admin/overview/users/user-list/user-list.component.html79src/app/+admin/overview/videos/video-list.component.html51src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full comment اعرض كامل التعليق - src/app/+admin/overview/comments/video-comment-list.component.html58 - + + src/app/+admin/overview/comments/video-comment-list.component.html57 More information المزيد من التفاصيل @@ -2211,14 +2181,14 @@ The video was blocked due to automatic blocking of new videos حُحب الفيديو بسبب الحجب التلقائي لمقاطع الفيديو الجديدة - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFW محتوى حساس - src/app/+admin/moderation/video-block-list/video-block-list.component.html56 - src/app/+admin/overview/videos/video-list.component.html75 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Actions الإجراءات @@ -2231,27 +2201,27 @@ - src/app/+admin/follows/followers-list/followers-list.component.html35src/app/+admin/moderation/registration-list/registration-list.component.html60src/app/+admin/moderation/video-block-list/video-block-list.component.html43src/app/+admin/overview/comments/video-comment-list.component.html64src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70src/app/+admin/system/runners/runner-list/runner-list.component.html36src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html39 + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 Follower متابِع - src/app/+admin/follows/followers-list/followers-list.component.html36 - + + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented video فيديو معلق عليه - src/app/+admin/overview/comments/video-comment-list.component.html81 - + + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters. لم يُعثر على أي فيديو يوافق المرشح المحدد. - src/app/+admin/overview/comments/video-comment-list.component.html106 - + + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found. لم يُعثر على تعليقات. - src/app/+admin/overview/comments/video-comment-list.component.html107 - + + src/app/+admin/overview/comments/video-comment-list.component.html106 Local comments التعليقات المحلية @@ -2270,53 +2240,53 @@ No abuses found matching current filters. لم يُعثر على إساءة تطابق المرشحات. - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. لم يُعثر على إساءة. - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reports بلاغات لم تعالج - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reports البلاغات المقبولة - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reports البلاغات المرفوضة - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videos بلاغات مقاطع الفيديو المحجوبة - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videos البلاغات ذات الفيديوهات المحذوفة - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: سبب الحجب: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. لم يتم العثور على فيديو محجوب مطابق للمرشحات الحالية. - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. لم يتم العثور على فيديو محجوب. - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocks حجب تلقائي @@ -2327,11 +2297,7 @@ حجب يدوي src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - يعرض ل من فيديوهات محجوبة - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 - + Reports البلاغات @@ -2358,9 +2324,9 @@ Reporter المُبلِغ - src/app/shared/shared-abuse-list/abuse-details.component.html7 - src/app/shared/shared-abuse-list/abuse-list-table.component.html21 - + + + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 @@ -2376,22 +2342,22 @@ Video الفيديو - src/app/+admin/overview/comments/video-comment-list.component.html44 - src/app/+admin/overview/videos/video-list.component.html40 - src/app/+my-library/my-ownership/my-ownership.component.html14 - src/app/+my-library/my-video-imports/my-video-imports.component.html29 - src/app/shared/shared-video-miniature/video-download.component.html8 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 This video has been reported multiple times. تم الإبلاغ عن هذا الفيديو عدة مرات. - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked حُجب الفيديو - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on بواسطة على @@ -2406,18 +2372,20 @@ Video was deleted تم حذف الفيديو - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + Account deleted حُذف الحساب - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 - - Showing to of reports - يعرض ل من إبلغا - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 - + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 + Reportee مراسل @@ -2477,77 +2445,72 @@ Mute domain تجاهل المجال - src/app/shared/shared-moderation/server-blocklist.component.html19 - src/app/shared/shared-moderation/server-blocklist.component.html19 - + + + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance مثيل خادم - src/app/+about/about.component.html3 - src/app/+search/search-filters.component.html217 - src/app/shared/shared-moderation/server-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html32 - + + + + + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at كُتم على - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/server-blocklist.component.html33 - src/app/shared/shared-moderation/server-blocklist.component.html33 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute إلغاء الكتم - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html40 - src/app/shared/shared-moderation/server-blocklist.component.html40 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. لم يتم العثور على خادم مطابق للمرشحات الحالية. - src/app/shared/shared-moderation/server-blocklist.component.html56 - src/app/shared/shared-moderation/server-blocklist.component.html56 - + + + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. لم يتم العثور على خادم. - src/app/shared/shared-moderation/server-blocklist.component.html57 - src/app/shared/shared-moderation/server-blocklist.component.html57 - - - Showing to of muted instances - يعرض ل من خادما مكتوما - src/app/shared/shared-moderation/server-blocklist.component.html12 - src/app/shared/shared-moderation/server-blocklist.component.html12 - + + + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + Mute domains أكتم نطاقات - src/app/shared/shared-moderation/server-blocklist.component.html64 - src/app/shared/shared-moderation/server-blocklist.component.html64 - + + + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account الحساب - src/app/+admin/moderation/registration-list/registration-list.component.html37 - src/app/+admin/overview/comments/video-comment-list.component.html43 - src/app/shared/shared-moderation/account-blocklist.component.html24 - src/app/shared/shared-moderation/account-blocklist.component.html24 - + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. لم يتم العثور على حساب مطابق للمرشحات الحالية. - src/app/shared/shared-moderation/account-blocklist.component.html54 - src/app/shared/shared-moderation/account-blocklist.component.html54 - + + + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. لم يتم العثور على حساب. - src/app/shared/shared-moderation/account-blocklist.component.html55 - src/app/shared/shared-moderation/account-blocklist.component.html55 - + + + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed plugins اسرد الإضافات المثبتة @@ -2563,12 +2526,7 @@ اعرض الاضافة src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - يعرض ل من حسابا مكتوما - src/app/shared/shared-moderation/account-blocklist.component.html11 - src/app/shared/shared-moderation/account-blocklist.component.html11 - + Plugins/Themes الإضافات / السمات @@ -2768,11 +2726,7 @@ هذا المنظور يظهر كذلك تعليقات الحسابات المكتومة. src/app/+admin/overview/comments/video-comment-list.component.html8 - - Showing to of comments - Showing to of comments - src/app/+admin/overview/comments/video-comment-list.component.html15 - + Select all rows حدد كل الأسطر @@ -2782,7 +2736,7 @@ - src/app/+admin/follows/followers-list/followers-list.component.html33src/app/+admin/follows/following-list/following-list.component.html38src/app/+admin/moderation/registration-list/registration-list.component.html33src/app/+admin/overview/comments/video-comment-list.component.html39src/app/+admin/overview/users/user-list/user-list.component.html39src/app/+admin/overview/videos/video-list.component.html36src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type نوع الوظيفة @@ -2802,64 +2756,54 @@ Selector for the list displaying jobs, filtering by their state - - Showing to of jobs - Showing to of jobs - src/app/+admin/system/jobs/jobs.component.html39 - + ID معرّف - src/app/+admin/system/jobs/jobs.component.html45 - + + src/app/+admin/system/jobs/jobs.component.html43 Type النوع - src/app/+admin/system/jobs/jobs.component.html46src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 Priority (1 = highest priority) الأولوية(=1 ذو الأولوية الأقصى) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + + src/app/+admin/system/jobs/jobs.component.html45 Progress التقدم - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found. لا توجد عمليات. - src/app/+admin/system/jobs/jobs.component.html105 - + + src/app/+admin/system/jobs/jobs.component.html103 No jobs found. لا توجد عمليات. - src/app/+admin/system/jobs/jobs.component.html106 - + + src/app/+admin/system/jobs/jobs.component.html104 No jobs found. لا توجد عمليات. - src/app/+admin/system/jobs/jobs.component.html110 - + + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are . لم يُعثر على عمليات . - src/app/+admin/system/jobs/jobs.component.html111 - + + src/app/+admin/system/jobs/jobs.component.html109 State الحالة - src/app/+admin/system/jobs/jobs.component.html48 - src/app/+my-library/my-video-imports/my-video-imports.component.html30 - + + + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 Refresh تحديث @@ -2868,7 +2812,7 @@ - src/app/+admin/overview/comments/video-comment-list.component.html31src/app/+admin/overview/videos/video-list.component.html27src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 now الآن @@ -2918,7 +2862,7 @@ - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description وصف قصير @@ -2936,7 +2880,7 @@ - src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html24src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 Main instance categories الفئات الرئيسية لمثيل الخادم @@ -3265,12 +3209,14 @@ ⚠️ We don't recommend to enable this feature if you don't trust your users ⚠️ ننصحك بتعطيل هذه الميّزة إلّم تثق بالمستخدمين. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + - - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 - + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ You need to allow import with HTTP URL to be able to activate this feature. @@ -3991,7 +3937,7 @@ color: red; فيديو - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts341src/app/shared/shared-video-miniature/video-download.component.ts62 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: ) Your video quota is exceeded with this video (video size: , used: , quota: ) @@ -4032,21 +3978,18 @@ color: red; محجوب - src/app/+admin/overview/videos/video-list.component.html82src/app/shared/shared-video-miniature/video-miniature.component.html64 + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storage Object storage - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this file Delete this file - src/app/+admin/overview/videos/video-list.component.html114 - src/app/+admin/overview/videos/video-list.component.html130 - + + + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}. @@ -4212,9 +4155,9 @@ color: red; Total video quota إجمالي حصة الفيديو - src/app/+admin/overview/users/user-list/user-list.component.html118 - src/app/shared/shared-main/users/user-quota.component.html3 - + + + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 VIDEO SETTINGS إعدادات الفيديو @@ -4466,74 +4409,52 @@ color: red; 9 - - Showing to of synchronizations - Showing to of synchronizations - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - - + Add synchronization Add synchronization - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 External Channel External Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 Channel Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 Last synchronization at Last synchronization at - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List imports List imports - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channel Fully synchronize the channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channel This fetches any missing videos on the local channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for . Synchronization removed successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for . Full synchronization requested successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATION NEW SYNCHRONIZATION @@ -4635,18 +4556,14 @@ color: red; Target الهدف - src/app/+my-library/my-video-imports/my-video-imports.component.html28 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted تم حذف هذا الفيديو - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - - Showing to of imports - يعرض ل من مستوردا - src/app/+my-library/my-video-imports/my-video-imports.component.html21 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. بمجرد حذف حسابك ، لن يكون هناك عودة. سيُطلب منك تأكيد هذا الإجراء. @@ -4655,25 +4572,15 @@ color: red; Channel page صفحة القناة - src/app/+my-library/+my-video-channels/my-video-channels.component.html34 - src/app/+my-library/my-follows/my-subscriptions.component.html20 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65 - src/app/+videos/+video-watch/video-watch.component.html66 - + + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()!Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - Created by @@ -4812,71 +4719,50 @@ channel or account with the same name ( Channel القناة - src/app/+admin/moderation/registration-list/registration-list.component.html39 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+videos/+video-edit/shared/video-edit.component.html65 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26 - src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reason Registration reason - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation response Moderation response - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 Requested on Requested on - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason: Registration reason: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response: Moderation response: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters. No registrations found matching current filters. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found. No registrations found. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this request Accept this request @@ -5011,8 +4897,8 @@ channel or account with the same name ( Please type the name of the video channel () to confirm يرجى كتابة اسم القناة () للتأكيد - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL قناة جديدة @@ -5323,16 +5209,16 @@ channel or account with the same name ( Banned محظور - src/app/+accounts/accounts.component.html21 - src/app/+admin/overview/users/user-list/user-list.component.html105 - + + + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Muted مكتوم - src/app/+admin/overview/users/user-list/user-list.component.html104src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Instance muted مثيل الخادم مكتوم @@ -5782,12 +5668,12 @@ channel or account with the same name (Go to the previous step - src/app/+signup/+register/register.component.ts43 + src/app/+signup/+register/register.component.ts42 Go to the next step Go to the next step - src/app/+signup/+register/register.component.ts44 + src/app/+signup/+register/register.component.ts43 Who are we? من نحن؟ @@ -5807,7 +5693,7 @@ channel or account with the same name ( Terms of - src/app/shared/shared-instance/instance-about-accordion.component.ts81 + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability المدراء واستدامة المثيل @@ -5998,7 +5884,7 @@ channel or account with the same name (سجّل Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 + src/app/+signup/+register/register.component.ts85 Why creating an account? Why creating an account? @@ -6365,21 +6251,21 @@ The link will expire within 1 hour. Reset إعادة تعيين - src/app/+search/search-filters.component.html8 - src/app/+search/search-filters.component.html22 - src/app/+search/search-filters.component.html41 - src/app/+search/search-filters.component.html60 - src/app/+search/search-filters.component.html74 - src/app/+search/search-filters.component.html109 - src/app/+search/search-filters.component.html122 - src/app/+search/search-filters.component.html135 - src/app/+search/search-filters.component.html148 - src/app/+search/search-filters.component.html163 - src/app/+search/search-filters.component.html171 - src/app/+search/search-filters.component.html188 - src/app/+search/search-filters.component.html229 - src/app/shared/shared-forms/reactive-file.component.html16 - + + + + + + + + + + + + + + + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter مرشح @@ -6538,7 +6424,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts39src/app/shared/shared-instance/instance-follow.service.ts142 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found لم يُعثر على عنصر @@ -6738,63 +6624,63 @@ The link will expire within 1 hour. Original publication date تاريخ النشر الأصلي - src/app/+videos/+video-edit/shared/video-edit.component.html368 + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) هذا التاريخ الأصلي لنشر المحتوى (مثلا تاريخ صدور الفلم) - src/app/+videos/+video-edit/shared/video-edit.component.html371 + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settings اعدادات الاضافة - src/app/+videos/+video-edit/shared/video-edit.component.html402 + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latency Small latency - src/app/+videos/+video-edit/shared/video-edit.component.ts92 + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2P Reduce latency to ~15s disabling P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts93 + src/app/+videos/+video-edit/shared/video-edit.component.ts94 Default Default - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts97 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30s Average latency of 30s - src/app/+videos/+video-edit/shared/video-edit.component.ts98 + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latency High latency - src/app/+videos/+video-edit/shared/video-edit.component.ts102 + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratio Average latency of 60s increasing P2P ratio - src/app/+videos/+video-edit/shared/video-edit.component.ts103 + src/app/+videos/+video-edit/shared/video-edit.component.ts104 Other Other - src/app/+videos/+video-edit/shared/video-edit.component.ts219src/app/shared/shared-forms/select/select-languages.component.ts50 + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments السماح بالتعليق على الفيديوهات - src/app/+videos/+video-edit/shared/video-edit.component.html389 + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download فعّل التنزيل - src/app/+videos/+video-edit/shared/video-edit.component.html394 + src/app/+videos/+video-edit/shared/video-edit.component.html398 Select the torrent to import إختر التورنت الذي تريد استيراده @@ -6906,12 +6792,12 @@ The link will expire within 1 hour. Scheduled مجدول - src/app/+videos/+video-edit/shared/video-edit.component.ts240 + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date أخفِ الفيديو حتى تاريخ معين - src/app/+videos/+video-edit/shared/video-edit.component.ts241 + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal live Normal live @@ -7015,11 +6901,11 @@ The link will expire within 1 hour. src/app/+videos/+video-edit/video-update.component.html 29 - - Your video is currenctly being updated. If you leave, your changes will be lost.Your video is currenctly being updated. If you leave, your changes will be lost. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 @@ -7290,7 +7176,7 @@ The link will expire within 1 hour. Show more عرض المزيد - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less عرض القليل @@ -7561,7 +7447,7 @@ The link will expire within 1 hour. تعليق - src/app/+admin/overview/comments/video-comment-list.component.html45src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 Highlighted comment تعليق مميز @@ -7624,52 +7510,52 @@ The link will expire within 1 hour. Sensitive content محتوى حساس - src/app/shared/shared-video-miniature/video-filters.model.ts125 + src/app/shared/shared-video-miniature/video-filters.model.ts131 Scope حيز - src/app/shared/shared-video-miniature/video-filters.model.ts132 + src/app/shared/shared-video-miniature/video-filters.model.ts138 Federated منشور في الشبكة الموحدة - src/app/shared/shared-video-miniature/video-filters.model.ts134 + src/app/shared/shared-video-miniature/video-filters.model.ts140 Languages اللغات - src/app/shared/shared-video-miniature/video-filters.model.ts142 + src/app/shared/shared-video-miniature/video-filters.model.ts148 Categories الفئات - src/app/shared/shared-video-miniature/video-filters.model.ts151 + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videos كل الفيديوهات - src/app/shared/shared-video-miniature/video-filters.model.ts160 + src/app/shared/shared-video-miniature/video-filters.model.ts166 Blurred مطموس - src/app/shared/shared-video-miniature/video-filters.model.ts240 + src/app/shared/shared-video-miniature/video-filters.model.ts246 hidden مخفي - src/app/shared/shared-video-miniature/video-filters.model.ts246 + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurred مطموس - src/app/shared/shared-video-miniature/video-filters.model.ts247 + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayed معروض - src/app/shared/shared-video-miniature/video-filters.model.ts249 + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protectedPassword protected src/app/shared/shared-video-miniature/video-miniature.component.html @@ -7970,10 +7856,10 @@ The link will expire within 1 hour. Reject رفض - src/app/+admin/follows/followers-list/followers-list.component.html51 - src/app/+admin/follows/followers-list/followers-list.component.ts40 - src/app/+admin/follows/followers-list/followers-list.component.ts86 - + + + + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 Delete احذف @@ -8005,7 +7891,7 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts63src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts133src/app/shared/shared-abuse-list/abuse-list-table.component.ts376src/app/shared/shared-abuse-list/abuse-list-table.component.ts411src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}} Accepted {count, plural, =1 { follow request} other { follow requests}} @@ -8044,10 +7930,10 @@ The link will expire within 1 hour. Follow تابع - src/app/+admin/follows/following-list/follow-modal.component.html3 - src/app/+admin/follows/following-list/follow-modal.component.html37 - src/app/+admin/follows/following-list/following-list.component.html25 - + + + + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line 1 host (without "http://"), account handle or channel handle per line @@ -8103,17 +7989,17 @@ The link will expire within 1 hour. Do you really want to remove this video redundancy? هل تريد حقًا إزالة تكرار هذا الفيديو؟ - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy إزالة التكرار - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! تمت إزالة تكرار الفيديو! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Comment updated. تم تحديث التعليق. @@ -8167,25 +8053,25 @@ The link will expire within 1 hour. Internal actions الإجراءات الداخلية - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report احذف البلاغ - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account الاجراءات للحسابات المعلمة - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mute account أكتم حسابا - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actions افتح إجراءات الفيديو @@ -8219,113 +8105,113 @@ The link will expire within 1 hour. Mute server account اكتم حساب خادم - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Mark as accepted وضع علامة "مقبول" - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected وضع علامة مرفوض - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note أضف ملاحظة داخلية - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video الإجراءات على هذه الفيديو - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video احجب الفيديو - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. حُجب الفيديو. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video إلغاء حجب الفيديو - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. حُجب الفيديو. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Delete video حذف الفيديو - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment إجراءات على التعليق - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment أزل التعليق - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? أتريد إزالة هذا التعليق؟ - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. حُذف التعليق. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Do you really want to delete this video? متأكد من حذف هذا الفيديو؟ - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. تم حذف الفيديو. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter إجراءات على المبلِّغ - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter أكتم المبلِّغ - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 Account muted by the instance. كُتم حساب بواسطة المثيل. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434 - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server أكتم الخادم - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. كُتم الخادم بواسطة المثيل. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter أضف رسالة لتواصل مع المبلِّغ @@ -8339,33 +8225,33 @@ The link will expire within 1 hour. Do you really want to delete this abuse report? هل تريد حقًا حذف تقرير إساءة الاستخدام هذا؟ - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. تم حذف الإساءة. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment تعليق محذوف - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter راسل المبلِّغ - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators راسل المشرفين - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note حدِّث الملاحظة الداخلية - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual بدِّل طريقة حجب الفيديو إلى اليدوية @@ -8487,13 +8373,13 @@ The link will expire within 1 hour. plugin إضافة - src/app/+admin/plugins/shared/plugin-api.service.ts30 - + + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme سمة - src/app/+admin/plugins/shared/plugin-api.service.ts33 - + + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP address عنوان IP @@ -8610,19 +8496,19 @@ The link will expire within 1 hour. Info معلومات - src/app/+admin/overview/videos/video-list.component.html41 - src/app/core/notification/notifier.service.ts12 - + + + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 Files Files - src/app/+admin/overview/videos/video-list.component.html42 - + + src/app/+admin/overview/videos/video-list.component.html41 Published Published - src/app/+admin/overview/videos/video-list.component.html43 - + + src/app/+admin/overview/videos/video-list.component.html42 Warning تنبيه @@ -8649,49 +8535,42 @@ The link will expire within 1 hour. سجلات التدقيق src/app/+admin/system/logs/logs.component.ts145 - - Showing to of runner jobs - Showing to of runner jobs - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - - + UUID UUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 Priority Priority - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 Progress Progress - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 Runner Runner - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload: Payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload: Private payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found. No runner jobs found. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobsCompleted jobs src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts @@ -8754,35 +8633,22 @@ The link will expire within 1 hour. 4 - - Showing to of remote runners - Showing to of remote runners - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - - + IP IP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contact Last contact - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found. No remote runners found. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. أُنشئ المستخدم . @@ -8791,9 +8657,9 @@ The link will expire within 1 hour. Create user أنشئ مستخدما - src/app/+admin/overview/users/user-edit/user-create.component.ts97 - src/app/+admin/overview/users/user-list/user-list.component.html25 - + + + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videos Blocked videos @@ -8936,14 +8802,7 @@ The link will expire within 1 hour. 3 - - Showing to of registrations - Showing to of registrations - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - - + Password changed for user . غُيرت كلمة المرور للمستخدم . @@ -9005,9 +8864,9 @@ The link will expire within 1 hour. Live Live - src/app/+admin/overview/videos/video-admin.service.ts53 - src/app/+admin/overview/videos/video-list.component.html88 - + + + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video files Video files @@ -9215,13 +9074,13 @@ The link will expire within 1 hour. Video channel deleted. حُذفت قناة فيديو . - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day المشاهدات لهذا اليوم - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followers My followers @@ -9518,8 +9377,8 @@ The link will expire within 1 hour. Playlist created. أُنشئت القائمة }. - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 - + + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 Create أنشئ @@ -9531,7 +9390,7 @@ The link will expire within 1 hour. - src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist حدّث قائمة التشغيل @@ -9607,9 +9466,15 @@ The link will expire within 1 hour. Do you really want to delete ? هل تريد حذف ؟ - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + Video deleted. @@ -9769,14 +9634,14 @@ The link will expire within 1 hour. - src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts174 + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videos فيديوهات مباشرة - src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts168 + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) قصير (< 4 دقائق) @@ -9914,7 +9779,7 @@ The link will expire within 1 hour. الاشتراك في الحساب - src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts888 + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTS قوائم التشغيل @@ -10398,13 +10263,13 @@ The link will expire within 1 hour. Instance languages لغات المثيل - src/app/+videos/+video-edit/shared/video-edit.component.ts222 + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages كل اللغات - src/app/+videos/+video-edit/shared/video-edit.component.ts223src/app/shared/shared-forms/select/select-languages.component.ts25 + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Video to import updated. تم تحديث الفيديو المراد استيراده. @@ -10450,36 +10315,24 @@ The link will expire within 1 hour. You have unsaved changes! If you leave, your changes will be lost. لم تحفظ التغييرات! إذا غادرت ، ستفقد التغييرات. - src/app/+videos/+video-edit/video-update.component.ts140 + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. حُدث الفيديو. - src/app/+videos/+video-edit/video-update.component.ts227 + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators.Your video will also be automatically blocked since video publication requires manual validation by moderators. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version.Uploading a new version of your video will completely erase the current version. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 <br /><br />Do you still want to replace your video file?<br /><br />Do you still want to replace your video file? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warningReplace file warning - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: ) (امتدادت: ) @@ -10624,40 +10477,31 @@ The link will expire within 1 hour. This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? هذا الفيديو ليس متوفرا على هذا المثيل. هل تريد التوجه المثيل الأصلي: <a href=""></a> ؟ - src/app/+videos/+video-watch/video-watch.component.ts370 + src/app/+videos/+video-watch/video-watch.component.ts371 Redirection اعادة توجيه - src/app/+videos/+video-watch/video-watch.component.ts371 + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this videoYou need a password to watch this video - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protectedThis video is password protected - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct passwordIncorrect password, please enter a correct password - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? يحتوي هذا الفيديو على محتوى للبالغين أو محتوى صريح. أمتأكد من مشاهدته؟ - src/app/+videos/+video-watch/video-watch.component.ts446 + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content محتوى للبالغين أو محتوى صريح - src/app/+videos/+video-watch/video-watch.component.ts447 + src/app/+videos/+video-watch/video-watch.component.ts448 Cancel @@ -10684,73 +10528,73 @@ The link will expire within 1 hour. - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html42src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreen Enter/exit fullscreen - src/app/+videos/+video-watch/video-watch.component.ts851 + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the video Play/Pause the video - src/app/+videos/+video-watch/video-watch.component.ts852 + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the video Mute/unmute the video - src/app/+videos/+video-watch/video-watch.component.ts853 + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90% Skip to a percentage of the video: 0 is 0% and 9 is 90% - src/app/+videos/+video-watch/video-watch.component.ts868 + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volume Increase the volume - src/app/+videos/+video-watch/video-watch.component.ts855 + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volume Decrease the volume - src/app/+videos/+video-watch/video-watch.component.ts856 + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forward Seek the video forward - src/app/+videos/+video-watch/video-watch.component.ts870 + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backward Seek the video backward - src/app/+videos/+video-watch/video-watch.component.ts871 + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rate Increase playback rate - src/app/+videos/+video-watch/video-watch.component.ts873 + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rate Decrease playback rate - src/app/+videos/+video-watch/video-watch.component.ts874 + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frame Navigate in the video to the previous frame - src/app/+videos/+video-watch/video-watch.component.ts876 + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frame Navigate in the video to the next frame - src/app/+videos/+video-watch/video-watch.component.ts877 + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater mode Toggle theater mode - src/app/+videos/+video-watch/video-watch.component.ts861 + src/app/+videos/+video-watch/video-watch.component.ts867 Like the video أعجبني الفيديو @@ -10825,14 +10669,7 @@ The link will expire within 1 hour. 103 - - Showing to of videos - Showing to of videos - - src/app/+admin/overview/videos/video-list.component.html - 11 - - + Only videos uploaded on this instance are displayed Only videos uploaded on this instance are displayed @@ -10987,30 +10824,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Too many attempts, please try again after minutes. أكثرت المحاولات، حاول لاحقا بعد دقيقة. - src/app/core/rest/rest-extractor.service.ts126 - + + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. أكثرت المحاولات، حاول لاحقا. - src/app/core/rest/rest-extractor.service.ts129 - + + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. خطأ في السيرفر. يرجى إعادة المحاولة لاحقا. - src/app/core/rest/rest-extractor.service.ts133 - + + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later. Server is unavailable. Please retry later. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server error Unknown server error - src/app/core/rest/rest-extractor.service.ts140 + + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + All unsaved data will be lost, are you sure you want to leave this page? @@ -11941,12 +11781,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Maximize editor كبِر المحرر - src/app/shared/shared-forms/markdown-textarea.component.ts51 + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editor اخرج من الوضع الكبير للمحرر - src/app/shared/shared-forms/markdown-textarea.component.ts52 + src/app/shared/shared-forms/markdown-textarea.component.ts50 This file is too large. حجم هذا الملف كبير جدًّا. @@ -11996,7 +11836,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular معروض - src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts242 + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 Disabled Disabled @@ -12127,25 +11967,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Only I can see this video أنا الوحيد القادر على مشاهدة هذا الفيديو - src/app/shared/shared-main/video/video.service.ts460 + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link يمكن مشاركته عبر رابط خاص فقط - src/app/shared/shared-main/video/video.service.ts461 + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video يمكن لأي شخص أن يرى هذا الفيديو - src/app/shared/shared-main/video/video.service.ts462 + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video يمكن لمستخدمي هذا المثيلة فقط مشاهدة هذا الفيديو - src/app/shared/shared-main/video/video.service.ts463 + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this videoOnly users with the appropriate password can see this video - src/app/shared/shared-main/video/video.service.ts464 + src/app/shared/shared-main/video/video.service.ts465 Account unmuted. أُلغي كتم حساب . @@ -12536,18 +12376,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Too many languages are enabled. Please enable them all or stay below 20 enabled languages. فُعّلت كثير من اللغات. فعّل كل اللغات أو 20 لغة على الأكثر. - src/app/shared/shared-user-settings/user-video-settings.component.ts76 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. حُدثت إعدادات الفيديو. - src/app/shared/shared-user-settings/user-video-settings.component.ts121 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. حُدثت إعدادات العرض / الفيديو. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Subscribed to all current channels of . You will be notified of all their new videos. اشتركت في كل قنوات . سيتم إشعارك بالفيديوهات الجديدة. @@ -12731,55 +12571,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 58 - - Showing to of registration tokens - Showing to of registration tokens - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - - + Token Token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runners Associated runners - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate token Generate token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copiedRegistration token copied - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration tokenCopy registration token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners. No registration token found for remote runners. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this token Remove this token @@ -13085,7 +12903,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html77src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Video removed from أُزيل الفيديو من diff --git a/client/src/locale/angular.ca-ES.xlf b/client/src/locale/angular.ca-ES.xlf index cb62a2042..524ab36e6 100644 --- a/client/src/locale/angular.ca-ES.xlf +++ b/client/src/locale/angular.ca-ES.xlf @@ -346,30 +346,21 @@ {views, plural, =0 {No view} =1 {1 view} other { views}} {views, plural, =0 {No view} =1 {1 view} other { views}} - src/app/shared/shared-main/video/video.model.ts291 + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded.PeerTube considers this video is already being transcoded. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcodingForce transcoding - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} - src/app/shared/shared-main/video/video.model.ts288 + src/app/shared/shared-main/video/video.model.ts289 @@ -385,13 +376,13 @@ Account muted Account muted - src/app/+admin/overview/videos/video-list.component.html79 - + + src/app/+admin/overview/videos/video-list.component.html78 Server muted Server muted - src/app/+admin/overview/videos/video-list.component.html80 - + + src/app/+admin/overview/videos/video-list.component.html79 Save to Guardar a @@ -503,7 +494,7 @@ vídeo - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts341src/app/shared/shared-video-miniature/video-download.component.ts62 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: ) La seua cuota de vídeo s'excedeix amb aquest vídeo (tamany del vídeo: , utilitzat: , quota: ) @@ -611,19 +602,16 @@ Bloquejat - src/app/+admin/overview/videos/video-list.component.html82src/app/shared/shared-video-miniature/video-miniature.component.html64 + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storageObject storage - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this file Delete this file - src/app/+admin/overview/videos/video-list.component.html114src/app/+admin/overview/videos/video-list.component.html130 + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}. @@ -985,7 +973,7 @@ Local Local - src/app/shared/shared-video-miniature/video-filters.model.ts135 + src/app/shared/shared-video-miniature/video-filters.model.ts141 users usuaris @@ -1024,7 +1012,7 @@ - src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/follows.routes.ts26 + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 Followers Seguidors @@ -1270,7 +1258,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 Email address Adreça de correu @@ -1322,7 +1310,7 @@ The link will expire within 1 hour. Registrar-se Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 + src/app/+signup/+register/register.component.ts85 Why creating an account? Why creating an account? @@ -2013,7 +2001,7 @@ The link will expire within 1 hour. Media is too large for the server. Please contact you administrator if you want to increase the limit size. El mitjà es massa gran per al servidor. Contacta amb l'administrador si desitja augmentar la grandària límit. - src/app/core/rest/rest-extractor.service.ts118 + src/app/core/rest/rest-extractor.service.ts122 GLOBAL SEARCH CERCA GLOBAL @@ -2218,21 +2206,21 @@ The link will expire within 1 hour. Reset Restablir - src/app/+search/search-filters.component.html8 - src/app/+search/search-filters.component.html22 - src/app/+search/search-filters.component.html41 - src/app/+search/search-filters.component.html60 - src/app/+search/search-filters.component.html74 - src/app/+search/search-filters.component.html109 - src/app/+search/search-filters.component.html122 - src/app/+search/search-filters.component.html135 - src/app/+search/search-filters.component.html148 - src/app/+search/search-filters.component.html163 - src/app/+search/search-filters.component.html171 - src/app/+search/search-filters.component.html188 - src/app/+search/search-filters.component.html229 - src/app/shared/shared-forms/reactive-file.component.html16 - + + + + + + + + + + + + + + + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter Filtre @@ -2389,7 +2377,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts39src/app/shared/shared-instance/instance-follow.service.ts142 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found Cap element trobat @@ -2406,7 +2394,7 @@ The link will expire within 1 hour. - src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html24src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 Choose the appropriate licence for your work. @@ -2423,49 +2411,28 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html39src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reasonRegistration reason - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation responseModeration response - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 Requested on Requested on - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason:Registration reason: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response:Moderation response: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters.No registrations found matching current filters. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found.No registrations found. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this requestAccept this request src/app/+admin/moderation/registration-list/registration-list.component.ts @@ -2688,63 +2655,63 @@ The link will expire within 1 hour. Original publication date Data de publicació original - src/app/+videos/+video-edit/shared/video-edit.component.html368 + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) Aquesta és la data en la que es va publicar originalment el contingut (per exemple, la data de llançament d'una pel·licula) - src/app/+videos/+video-edit/shared/video-edit.component.html371 + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settings Configuració de complements - src/app/+videos/+video-edit/shared/video-edit.component.html402 + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latency Small latency - src/app/+videos/+video-edit/shared/video-edit.component.ts92 + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2P Reduce latency to ~15s disabling P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts93 + src/app/+videos/+video-edit/shared/video-edit.component.ts94 Default Default - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts97 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30s Average latency of 30s - src/app/+videos/+video-edit/shared/video-edit.component.ts98 + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latency High latency - src/app/+videos/+video-edit/shared/video-edit.component.ts102 + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratio Average latency of 60s increasing P2P ratio - src/app/+videos/+video-edit/shared/video-edit.component.ts103 + src/app/+videos/+video-edit/shared/video-edit.component.ts104 Other Other - src/app/+videos/+video-edit/shared/video-edit.component.ts219src/app/shared/shared-forms/select/select-languages.component.ts50 + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments Activa els comentaris de vídeo - src/app/+videos/+video-edit/shared/video-edit.component.html389 + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download Habilita la baixada - src/app/+videos/+video-edit/shared/video-edit.component.html394 + src/app/+videos/+video-edit/shared/video-edit.component.html398 Advanced settings Ajustos avançats @@ -2797,12 +2764,12 @@ The link will expire within 1 hour. Scheduled Programat - src/app/+videos/+video-edit/shared/video-edit.component.ts240 + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date Oculta el vídeo fins una data específica - src/app/+videos/+video-edit/shared/video-edit.component.ts241 + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal live Normal live @@ -2852,7 +2819,7 @@ The link will expire within 1 hour. Quota total de vídeo - src/app/+admin/overview/users/user-list/user-list.component.html118src/app/shared/shared-main/users/user-quota.component.html3 + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Congratulations! Your video is now available in your private library. Felicitats! El teu vídeo ja està disponible a la biblioteca privada. @@ -2914,11 +2881,11 @@ The link will expire within 1 hour. src/app/+videos/+video-edit/video-update.component.html 29 - - Your video is currenctly being updated. If you leave, your changes will be lost.Your video is currenctly being updated. If you leave, your changes will be lost. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 @@ -3188,7 +3155,7 @@ The link will expire within 1 hour. - src/app/+admin/overview/users/user-list/user-list.component.html104src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Loop Bucle @@ -3311,7 +3278,7 @@ The link will expire within 1 hour. Show more Mostra més - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less Veure menys @@ -3355,14 +3322,14 @@ The link will expire within 1 hour. The video was blocked due to automatic blocking of new videos The video was blocked due to automatic blocking of new videos - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFW NSFW - src/app/+admin/moderation/video-block-list/video-block-list.component.html56 - src/app/+admin/overview/videos/video-list.component.html75 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Get more information Obtenir més informació @@ -3636,16 +3603,13 @@ The link will expire within 1 hour. Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly. Token renewed. Update your client configuration accordingly. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEED SUBSCRIPTION FEED @@ -3674,9 +3638,9 @@ The link will expire within 1 hour. Renew token Renew token - src/app/+my-account/my-account-applications/my-account-applications.component.html36 - src/app/+my-account/my-account-applications/my-account-applications.component.ts41 - + + + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Filter... Filter... @@ -3697,19 +3661,19 @@ The link will expire within 1 hour. Video/Comment/Account Video/Comment/Account - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 ID ID - src/app/+admin/system/jobs/jobs.component.html45 - + + src/app/+admin/system/jobs/jobs.component.html43 State Estat - src/app/+admin/system/jobs/jobs.component.html48 - src/app/+my-library/my-video-imports/my-video-imports.component.html30 - + + + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 Created Creat @@ -3722,36 +3686,30 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html39src/app/+admin/follows/following-list/following-list.component.html43src/app/+admin/system/jobs/jobs.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html27src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37src/app/+my-library/my-video-imports/my-video-imports.component.html31src/app/shared/shared-abuse-list/abuse-list-table.component.html23 + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab Open actor page in a new tab - src/app/+admin/follows/followers-list/followers-list.component.html56 - + + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted Accepted - src/app/+admin/follows/followers-list/followers-list.component.html63 - src/app/+admin/follows/following-list/following-list.component.html65 - + + + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending Pending - src/app/+admin/follows/followers-list/followers-list.component.html64 - src/app/+admin/follows/following-list/following-list.component.html66 - + + + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 Rejected Rejected - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept Accept @@ -3759,7 +3717,7 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse Refuse @@ -3768,72 +3726,56 @@ The link will expire within 1 hour. No follower found matching current filters. No follower found matching current filters. - src/app/+admin/follows/followers-list/followers-list.component.html77 - + + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. Your instance doesn't have any follower. - src/app/+admin/follows/followers-list/followers-list.component.html78 - - - Showing to of followers - Showing - to - of - followers - - src/app/+admin/follows/followers-list/followers-list.component.html11 - + + src/app/+admin/follows/followers-list/followers-list.component.html77 + Redundancy allowed Redundancy allowed - src/app/+admin/follows/following-list/following-list.component.html44 - + + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab Open instance in a new tab - src/app/+admin/follows/following-list/following-list.component.html58 - src/app/shared/shared-moderation/server-blocklist.component.html43 - src/app/shared/shared-moderation/server-blocklist.component.html43 - + + + + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. No host found matching current filters. - src/app/+admin/follows/following-list/following-list.component.html84 - + + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. Your instance is not following anyone. - src/app/+admin/follows/following-list/following-list.component.html85 - + + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}} Do you really want to unfollow {count, plural, =1 {?} other { entries?}} src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - Showing - to - of - hosts - - src/app/+admin/follows/following-list/following-list.component.html11 - + Action Action - src/app/+admin/follows/following-list/following-list.component.html40 - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/server-blocklist.component.html31 - src/app/shared/shared-moderation/server-blocklist.component.html31 - + + + + + + + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies Videos redundancies @@ -3852,18 +3794,18 @@ The link will expire within 1 hour. Table parameters Table parameters - src/app/+admin/overview/users/user-list/user-list.component.html47 - + + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns Select columns - src/app/+admin/overview/users/user-list/user-list.component.html53 - + + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users Highlight banned users - src/app/+admin/overview/users/user-list/user-list.component.html59 - + + src/app/+admin/overview/users/user-list/user-list.component.html57 Username Nom d'usuari @@ -3982,55 +3924,47 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html18src/app/+admin/follows/following-list/following-list.component.html18src/app/+admin/moderation/registration-list/registration-list.component.html18src/app/+admin/overview/comments/video-comment-list.component.html22src/app/+admin/overview/users/user-list/user-list.component.html18src/app/+admin/overview/videos/video-list.component.html18src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 The user was banned The user was banned - src/app/+admin/overview/users/user-list/user-list.component.html109 - + + src/app/+admin/overview/users/user-list/user-list.component.html107 Open account in a new tab Open account in a new tab - src/app/+admin/overview/comments/video-comment-list.component.html69 - src/app/+admin/overview/users/user-list/user-list.component.html94 - src/app/+my-library/my-ownership/my-ownership.component.html32 - src/app/shared/shared-abuse-list/abuse-list-table.component.html44 - src/app/shared/shared-moderation/account-blocklist.component.html35 - src/app/shared/shared-moderation/account-blocklist.component.html35 - + + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account Deleted account - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota Total daily video quota - src/app/+admin/overview/users/user-list/user-list.component.html128 + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: Ban reason: - src/app/+admin/overview/users/user-list/user-list.component.html150 + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned users Banned users src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - Showing - to - of - users - - src/app/+admin/overview/users/user-list/user-list.component.html11 - + Moderation Moderation @@ -4072,9 +4006,9 @@ The link will expire within 1 hour. - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30 - src/app/+admin/moderation/video-block-list/video-block-list.component.html26 - + + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size Total size @@ -4111,32 +4045,32 @@ The link will expire within 1 hour. Used () Used () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available () Available () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Sensitive Sensible - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated Desfederat - src/app/+admin/moderation/video-block-list/video-block-list.component.html28 - src/app/+admin/moderation/video-block-list/video-block-list.component.html60 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date Data - src/app/+admin/moderation/video-block-list/video-block-list.component.html29 - src/app/+admin/overview/comments/video-comment-list.component.html46 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this row Select this row @@ -4145,12 +4079,12 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html46src/app/+admin/follows/following-list/following-list.component.html51src/app/+admin/moderation/registration-list/registration-list.component.html50src/app/+admin/overview/comments/video-comment-list.component.html54src/app/+admin/overview/users/user-list/user-list.component.html79src/app/+admin/overview/videos/video-list.component.html51src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full comment See full comment - src/app/+admin/overview/comments/video-comment-list.component.html58 - + + src/app/+admin/overview/comments/video-comment-list.component.html57 Actions Accions @@ -4159,27 +4093,27 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html35src/app/+admin/moderation/registration-list/registration-list.component.html60src/app/+admin/moderation/video-block-list/video-block-list.component.html43src/app/+admin/overview/comments/video-comment-list.component.html64src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70src/app/+admin/system/runners/runner-list/runner-list.component.html36src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html39 + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 Follower Follower - src/app/+admin/follows/followers-list/followers-list.component.html36 - + + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented video Commented video - src/app/+admin/overview/comments/video-comment-list.component.html81 - + + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters. No comments found matching current filters. - src/app/+admin/overview/comments/video-comment-list.component.html106 - + + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found. No comments found. - src/app/+admin/overview/comments/video-comment-list.component.html107 - + + src/app/+admin/overview/comments/video-comment-list.component.html106 Local comments Local comments @@ -4198,53 +4132,53 @@ The link will expire within 1 hour. No abuses found matching current filters. No abuses found matching current filters. - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. No abuses found. - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reports Unsolved reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reports Accepted reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reports Refused reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videos Reports with blocked videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videos Reports with deleted videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: Block reason: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. No blocked video found matching current filters. - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. No blocked video found. - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocks Automatic blocks @@ -4255,15 +4189,7 @@ The link will expire within 1 hour. Manual blocks src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - Showing - to - of - blocked videos - - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 - + Reports Reports @@ -4292,9 +4218,9 @@ The link will expire within 1 hour. Reporter Notificador - src/app/shared/shared-abuse-list/abuse-details.component.html7 - src/app/shared/shared-abuse-list/abuse-list-table.component.html21 - + + + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 @@ -4310,28 +4236,28 @@ The link will expire within 1 hour. Video Vídeo - src/app/+admin/overview/comments/video-comment-list.component.html44 - src/app/+admin/overview/videos/video-list.component.html40 - src/app/+my-library/my-ownership/my-ownership.component.html14 - src/app/+my-library/my-video-imports/my-video-imports.component.html29 - src/app/shared/shared-video-miniature/video-download.component.html8 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 Comment Comment - src/app/+admin/overview/comments/video-comment-list.component.html45src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 This video has been reported multiple times. This video has been reported multiple times. - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked The video was blocked - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on by @@ -4343,7 +4269,13 @@ The link will expire within 1 hour. Video was deleted Video was deleted - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + Account deleted @@ -4351,7 +4283,7 @@ The link will expire within 1 hour. Account deleted - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 Open video in a new tab Open video in a new tab @@ -4367,34 +4299,26 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html37src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/moderation/registration-list/registration-list.component.html41src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/shared/shared-abuse-list/abuse-list-table.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages Messages - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note Internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score Score - src/app/+admin/follows/followers-list/followers-list.component.html38 - - - Showing to of reports - Showing - to - of - reports - - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 - + + src/app/+admin/follows/followers-list/followers-list.component.html37 + Reportee Reportee @@ -4416,58 +4340,49 @@ The link will expire within 1 hour. Mute domain Mute domain - src/app/shared/shared-moderation/server-blocklist.component.html19 - src/app/shared/shared-moderation/server-blocklist.component.html19 - + + + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance Instància - src/app/+about/about.component.html3 - src/app/+search/search-filters.component.html217 - src/app/shared/shared-moderation/server-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html32 - + + + + + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at Muted at - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/server-blocklist.component.html33 - src/app/shared/shared-moderation/server-blocklist.component.html33 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute Unmute - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html40 - src/app/shared/shared-moderation/server-blocklist.component.html40 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. No server found matching current filters. - src/app/shared/shared-moderation/server-blocklist.component.html56 - src/app/shared/shared-moderation/server-blocklist.component.html56 - + + + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. No server found. - src/app/shared/shared-moderation/server-blocklist.component.html57 - src/app/shared/shared-moderation/server-blocklist.component.html57 - - - Showing to of muted instances - Showing - to - of - muted instances - - src/app/shared/shared-moderation/server-blocklist.component.html12 - src/app/shared/shared-moderation/server-blocklist.component.html12 - + + + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. @@ -4483,28 +4398,28 @@ The link will expire within 1 hour. Mute domains Mute domains - src/app/shared/shared-moderation/server-blocklist.component.html64 - src/app/shared/shared-moderation/server-blocklist.component.html64 - + + + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account Account - src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/comments/video-comment-list.component.html43src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24 + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. No account found matching current filters. - src/app/shared/shared-moderation/account-blocklist.component.html54 - src/app/shared/shared-moderation/account-blocklist.component.html54 - + + + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. No account found. - src/app/shared/shared-moderation/account-blocklist.component.html55 - src/app/shared/shared-moderation/account-blocklist.component.html55 - + + + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed plugins List installed plugins @@ -4520,16 +4435,7 @@ The link will expire within 1 hour. Show plugin src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - Showing - to - of - muted accounts - - src/app/shared/shared-moderation/account-blocklist.component.html11 - src/app/shared/shared-moderation/account-blocklist.component.html11 - + Plugins/Themes Plugins/Themes @@ -4752,11 +4658,7 @@ The link will expire within 1 hour. This view also shows comments from muted accounts. src/app/+admin/overview/comments/video-comment-list.component.html8 - - Showing to of comments - Showing to of comments - src/app/+admin/overview/comments/video-comment-list.component.html15 - + Select all rows Select all rows @@ -4765,7 +4667,7 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html33src/app/+admin/follows/following-list/following-list.component.html38src/app/+admin/moderation/registration-list/registration-list.component.html33src/app/+admin/overview/comments/video-comment-list.component.html39src/app/+admin/overview/users/user-list/user-list.component.html39src/app/+admin/overview/videos/video-list.component.html36src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type Job type @@ -4785,52 +4687,42 @@ The link will expire within 1 hour. Selector for the list displaying jobs, filtering by their state - - Showing to of jobs - Showing to of jobs - src/app/+admin/system/jobs/jobs.component.html39 - + Type Tipus - src/app/+admin/system/jobs/jobs.component.html46src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 Priority (1 = highest priority) Priority (1 = highest priority) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + + src/app/+admin/system/jobs/jobs.component.html45 Progress Progress - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found. No jobs found. - src/app/+admin/system/jobs/jobs.component.html105 - + + src/app/+admin/system/jobs/jobs.component.html103 No jobs found. No jobs found. - src/app/+admin/system/jobs/jobs.component.html106 - + + src/app/+admin/system/jobs/jobs.component.html104 No jobs found. No jobs found. - src/app/+admin/system/jobs/jobs.component.html110 - + + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are . No jobs found that are . - src/app/+admin/system/jobs/jobs.component.html111 - + + src/app/+admin/system/jobs/jobs.component.html109 Refresh Refresh @@ -4838,7 +4730,7 @@ The link will expire within 1 hour. - src/app/+admin/overview/comments/video-comment-list.component.html31src/app/+admin/overview/videos/video-list.component.html27src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 now now @@ -4883,7 +4775,7 @@ The link will expire within 1 hour. - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description Descripció curta @@ -5299,12 +5191,14 @@ The link will expire within 1 hour. ⚠️ We don't recommend to enable this feature if you don't trust your users ⚠️ We don't recommend to enable this feature if you don't trust your users - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 - - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + + + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ You need to allow import with HTTP URL to be able to activate this feature. @@ -6328,73 +6222,51 @@ color: red; 9 - - Showing to of synchronizations - Showing to of synchronizations - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - - + Add synchronization Add synchronization - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 External Channel External Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 Channel Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 Last synchronization at Last synchronization at - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List importsList imports - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channel Fully synchronize the channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channel This fetches any missing videos on the local channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for . Synchronization removed successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for . Full synchronization requested successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATION NEW SYNCHRONIZATION @@ -6534,22 +6406,14 @@ color: red; Target Target - src/app/+my-library/my-video-imports/my-video-imports.component.html28 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted This video was deleted - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - - Showing to of imports - Showing - to - of - imports - - src/app/+my-library/my-video-imports/my-video-imports.component.html21 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. Once you delete your account, there is no going back. You will be asked to confirm this action. @@ -6562,21 +6426,11 @@ color: red; - src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65src/app/+videos/+video-watch/video-watch.component.html66 + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()!Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - Created by @@ -7016,9 +6870,9 @@ channel or account with the same name ( Banned Banned - src/app/+accounts/accounts.component.html21 - src/app/+admin/overview/users/user-list/user-list.component.html105 - + + + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Instance muted Instance muted @@ -7115,7 +6969,7 @@ channel or account with the same name () to confirm Please type the name of the video channel () to confirm - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL NEW CHANNEL @@ -7574,12 +7428,12 @@ channel or account with the same name (Go to the previous step - src/app/+signup/+register/register.component.ts43 + src/app/+signup/+register/register.component.ts42 Go to the next step Go to the next step - src/app/+signup/+register/register.component.ts44 + src/app/+signup/+register/register.component.ts43 Who are we? Qui sóm? @@ -7599,7 +7453,7 @@ channel or account with the same name ( Terms of - src/app/shared/shared-instance/instance-about-accordion.component.ts81 + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability Administrators & Sustainability @@ -7813,52 +7667,52 @@ channel or account with the same name (Sensitive content - src/app/shared/shared-video-miniature/video-filters.model.ts125 + src/app/shared/shared-video-miniature/video-filters.model.ts131 Scope Scope - src/app/shared/shared-video-miniature/video-filters.model.ts132 + src/app/shared/shared-video-miniature/video-filters.model.ts138 Federated Federated - src/app/shared/shared-video-miniature/video-filters.model.ts134 + src/app/shared/shared-video-miniature/video-filters.model.ts140 Languages Languages - src/app/shared/shared-video-miniature/video-filters.model.ts142 + src/app/shared/shared-video-miniature/video-filters.model.ts148 Categories Categories - src/app/shared/shared-video-miniature/video-filters.model.ts151 + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videos All videos - src/app/shared/shared-video-miniature/video-filters.model.ts160 + src/app/shared/shared-video-miniature/video-filters.model.ts166 Blurred Blurred - src/app/shared/shared-video-miniature/video-filters.model.ts240 + src/app/shared/shared-video-miniature/video-filters.model.ts246 hidden hidden - src/app/shared/shared-video-miniature/video-filters.model.ts246 + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurred blurred - src/app/shared/shared-video-miniature/video-filters.model.ts247 + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayed displayed - src/app/shared/shared-video-miniature/video-filters.model.ts249 + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protectedPassword protected src/app/shared/shared-video-miniature/video-miniature.component.html @@ -8223,7 +8077,7 @@ channel or account with the same name (src/app/+admin/follows/followers-list/followers-list.component.html51src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 Delete Delete @@ -8253,7 +8107,7 @@ channel or account with the same name (src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts63src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts133src/app/shared/shared-abuse-list/abuse-list-table.component.ts376src/app/shared/shared-abuse-list/abuse-list-table.component.ts411src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}} Accepted {count, plural, =1 { follow request} other { follow requests}} @@ -8292,10 +8146,10 @@ channel or account with the same name ( Follow Follow - src/app/+admin/follows/following-list/follow-modal.component.html3 - src/app/+admin/follows/following-list/follow-modal.component.html37 - src/app/+admin/follows/following-list/following-list.component.html25 - + + + + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line 1 host (without "http://"), account handle or channel handle per line @@ -8362,17 +8216,17 @@ channel or account with the same name (Do you really want to remove this video redundancy? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy Remove redundancy - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! Video redundancies removed! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Account unmuted by your instance. Account @@ -8449,88 +8303,88 @@ channel or account with the same name (Internal actions - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report Delete report - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account Actions for the flagged account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mark as accepted Mark as accepted - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected Mark as rejected - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note Add internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video Actions for the video - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video Block video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. Video blocked. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video Unblock video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. Video unblocked. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Do you really want to delete this abuse report? Do you really want to delete this abuse report? - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. Abuse deleted. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment Deleted comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter Messages with reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators Messages with moderators - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note Update internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual Switch video block to manual @@ -8679,13 +8533,13 @@ channel or account with the same name ( plugin plugin - src/app/+admin/plugins/shared/plugin-api.service.ts30 - + + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme theme - src/app/+admin/plugins/shared/plugin-api.service.ts33 - + + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP address IP address @@ -8802,19 +8656,19 @@ channel or account with the same name ( Info Informació - src/app/+admin/overview/videos/video-list.component.html41 - src/app/core/notification/notifier.service.ts12 - + + + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 Files Files - src/app/+admin/overview/videos/video-list.component.html42 - + + src/app/+admin/overview/videos/video-list.component.html41 Published Published - src/app/+admin/overview/videos/video-list.component.html43 - + + src/app/+admin/overview/videos/video-list.component.html42 Warning Avís @@ -8840,34 +8694,28 @@ channel or account with the same name (Audit logs src/app/+admin/system/logs/logs.component.ts145 - - Showing to of runner jobsShowing to of runner jobs - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - UUIDUUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 Priority Priority - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 Progress Progress - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 RunnerRunner - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload:Payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload:Private payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found.No runner jobs found. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobsCompleted jobs src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts @@ -8922,28 +8770,16 @@ channel or account with the same name (src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html 4 - - Showing to of remote runnersShowing to of remote runners - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - IPIP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contactLast contact - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found.No remote runners found. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. Usuari @@ -8954,9 +8790,9 @@ channel or account with the same name ( Create user Create user - src/app/+admin/overview/users/user-edit/user-create.component.ts97 - src/app/+admin/overview/users/user-list/user-list.component.html25 - + + + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videos Blocked videos @@ -9062,12 +8898,6 @@ channel or account with the same name (src/app/+admin/moderation/registration-list/registration-list.component.html 3 - - Showing to of registrationsShowing to of registrations - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - Password changed for user . @@ -9137,7 +8967,7 @@ channel or account with the same name (Live - src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html88 + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video files Video files @@ -9535,18 +9365,18 @@ channel or account with the same name ( Too many languages are enabled. Please enable them all or stay below 20 enabled languages. Too many languages are enabled. Please enable them all or stay below 20 enabled languages. - src/app/shared/shared-user-settings/user-video-settings.component.ts76 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. Video settings updated. - src/app/shared/shared-user-settings/user-video-settings.component.ts121 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. Display/Video settings updated. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Video channel created. Canal de vídeo @@ -9587,12 +9417,12 @@ channel or account with the same name ( eliminat. - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day Views for the day - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followers My followers @@ -9678,8 +9508,8 @@ channel or account with the same name (Playlist created. - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 - + + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 Create Create @@ -9691,7 +9521,7 @@ channel or account with the same name (src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist Update playlist @@ -9773,9 +9603,15 @@ channel or account with the same name (? - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + Video deleted. @@ -9930,12 +9766,12 @@ channel or account with the same name (Maximize editor - src/app/shared/shared-forms/markdown-textarea.component.ts51 + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editor Exit maximized editor - src/app/shared/shared-forms/markdown-textarea.component.ts52 + src/app/shared/shared-forms/markdown-textarea.component.ts50 An email with verification link will be sent to . An email with verification link will be sent to @@ -9961,7 +9797,7 @@ channel or account with the same name (Subscribe to the account - src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts888 + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTS PLAYLISTS @@ -10301,14 +10137,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts174 + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videos Vídeos en directe - src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts168 + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) Short (< 4 min) @@ -11721,13 +11557,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instance languages - src/app/+videos/+video-edit/shared/video-edit.component.ts222 + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages All languages - src/app/+videos/+video-edit/shared/video-edit.component.ts223src/app/shared/shared-forms/select/select-languages.component.ts25 + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Hidden Hidden @@ -11743,7 +11579,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Displayed - src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts242 + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 DisabledDisabled src/app/shared/shared-instance/instance-features-table.component.ts60 @@ -11934,19 +11770,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server Mute server - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. Server muted by the instance. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter Add a message to communicate with the reporter @@ -12202,28 +12038,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular minuts. - src/app/core/rest/rest-extractor.service.ts126 + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. Hi ha massa intents, torna-ho a provar més tard. - src/app/core/rest/rest-extractor.service.ts129 + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. Error del servidor. Torna-ho a intentar més tard. - src/app/core/rest/rest-extractor.service.ts133 + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later.Server is unavailable. Please retry later. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server error Unknown server error - src/app/core/rest/rest-extractor.service.ts140 + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + + Subscribed to all current channels of . You will be notified of all their new videos. Subscribed to all current channels of @@ -12330,28 +12169,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Delete video Delete video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment Actions for the comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment Delete comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? Do you really want to delete this comment? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. Comment deleted. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Encoder Encoder @@ -12400,23 +12239,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Segur que vols suprimir aquest vídeo? - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. Video deleted. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter Actions for the reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter Mute reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 Download Download @@ -12552,46 +12391,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+admin/system/runners/runner-list/runner-list.component.ts 58 - - Showing to of registration tokensShowing to of registration tokens - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - TokenToken - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runnersAssociated runners - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate tokenGenerate token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copiedRegistration token copied - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration tokenCopy registration token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners.No registration token found for remote runners. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this tokenRemove this token src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.ts34 @@ -12645,7 +12463,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actions Open video actions @@ -12680,7 +12498,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute server account Mute server account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Report Reporta @@ -12800,7 +12618,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html77src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Add to watch later Add to watch later @@ -12833,25 +12651,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Only I can see this video Only I can see this video - src/app/shared/shared-main/video/video.service.ts460 + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link Only shareable via a private link - src/app/shared/shared-main/video/video.service.ts461 + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video Anyone can see this video - src/app/shared/shared-main/video/video.service.ts462 + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video Only users of this instance can see this video - src/app/shared/shared-main/video/video.service.ts463 + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this videoOnly users with the appropriate password can see this video - src/app/shared/shared-main/video/video.service.ts464 + src/app/shared/shared-main/video/video.service.ts465 Video to import updated. Video to import updated. @@ -12899,36 +12717,24 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular You have unsaved changes! If you leave, your changes will be lost. You have unsaved changes! If you leave, your changes will be lost. - src/app/+videos/+video-edit/video-update.component.ts140 + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. Vídeo actualitzat. - src/app/+videos/+video-edit/video-update.component.ts227 + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators.Your video will also be automatically blocked since video publication requires manual validation by moderators. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version.Uploading a new version of your video will completely erase the current version. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 <br /><br />Do you still want to replace your video file?<br /><br />Do you still want to replace your video file? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warningReplace file warning - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: ) (extensions: ) @@ -13003,40 +12809,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? - src/app/+videos/+video-watch/video-watch.component.ts370 + src/app/+videos/+video-watch/video-watch.component.ts371 Redirection Redirection - src/app/+videos/+video-watch/video-watch.component.ts371 + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this videoYou need a password to watch this video - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protectedThis video is password protected - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct passwordIncorrect password, please enter a correct password - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? Aquest vídeo conté contingut madur o explícit. Estàs segur que el vols veure? - src/app/+videos/+video-watch/video-watch.component.ts446 + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content Contingut madur o explícit - src/app/+videos/+video-watch/video-watch.component.ts447 + src/app/+videos/+video-watch/video-watch.component.ts448 Cancel @@ -13062,73 +12859,73 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html42src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreen Enter/exit fullscreen - src/app/+videos/+video-watch/video-watch.component.ts851 + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the video Play/Pause the video - src/app/+videos/+video-watch/video-watch.component.ts852 + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the video Mute/unmute the video - src/app/+videos/+video-watch/video-watch.component.ts853 + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90% Skip to a percentage of the video: 0 is 0% and 9 is 90% - src/app/+videos/+video-watch/video-watch.component.ts868 + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volume Increase the volume - src/app/+videos/+video-watch/video-watch.component.ts855 + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volume Decrease the volume - src/app/+videos/+video-watch/video-watch.component.ts856 + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forward Seek the video forward - src/app/+videos/+video-watch/video-watch.component.ts870 + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backward Seek the video backward - src/app/+videos/+video-watch/video-watch.component.ts871 + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rate Increase playback rate - src/app/+videos/+video-watch/video-watch.component.ts873 + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rate Decrease playback rate - src/app/+videos/+video-watch/video-watch.component.ts874 + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frame Navigate in the video to the previous frame - src/app/+videos/+video-watch/video-watch.component.ts876 + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frame Navigate in the video to the next frame - src/app/+videos/+video-watch/video-watch.component.ts877 + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater mode Toggle theater mode - src/app/+videos/+video-watch/video-watch.component.ts861 + src/app/+videos/+video-watch/video-watch.component.ts867 Like the video Like the video @@ -13206,14 +13003,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 103 - - Showing to of videos - Showing to of videos - - src/app/+admin/overview/videos/video-list.component.html - 11 - - + Only videos uploaded on this instance are displayed Only videos uploaded on this instance are displayed diff --git a/client/src/locale/angular.cs-CZ.xlf b/client/src/locale/angular.cs-CZ.xlf index fac1c24d5..3dba94b0e 100644 --- a/client/src/locale/angular.cs-CZ.xlf +++ b/client/src/locale/angular.cs-CZ.xlf @@ -317,30 +317,21 @@ {views, plural, =0 {No view} =1 {1 view} other { views}} {views, plural, =0 {Bez zhlédnutí} =1 {1 view} other { zhlédnutí}} - src/app/shared/shared-main/video/video.model.ts291 + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded.PeerTube considers this video is already being transcoded. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcodingForce transcoding - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} {viewers, plural, =0 {žádní diváci} =1 {1 viewer} other { diváci}} - src/app/shared/shared-main/video/video.model.ts288 + src/app/shared/shared-main/video/video.model.ts289 @@ -356,13 +347,13 @@ Account muted Účet ztlumen - src/app/+admin/overview/videos/video-list.component.html79 - + + src/app/+admin/overview/videos/video-list.component.html78 Server muted Server ztlumen - src/app/+admin/overview/videos/video-list.component.html80 - + + src/app/+admin/overview/videos/video-list.component.html79 Save to Uložit na @@ -473,7 +464,7 @@ video - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts341src/app/shared/shared-video-miniature/video-download.component.ts62 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: ) U tohoto videa byla překročena kvóta videa (velikost videa: />, použito: , použito: V případě, že se jedná o video, které má být použito, je kvóta: , kvóta: () @@ -581,21 +572,18 @@ Blokovaný - src/app/+admin/overview/videos/video-list.component.html82src/app/shared/shared-video-miniature/video-miniature.component.html64 + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storage Úložiště objektů - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this file Smazat tento soubor - src/app/+admin/overview/videos/video-list.component.html114 - src/app/+admin/overview/videos/video-list.component.html130 - + + + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}. @@ -955,7 +943,7 @@ Local Místní - src/app/shared/shared-video-miniature/video-filters.model.ts135 + src/app/shared/shared-video-miniature/video-filters.model.ts141 users uživatelé @@ -991,10 +979,10 @@ Following Sledujte - src/app/+admin/admin.component.ts84 - src/app/+admin/follows/following-list/following-list.component.html41 - src/app/+admin/follows/follows.routes.ts26 - + + + + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 Followers Sledující @@ -1248,7 +1236,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 Email address E-mailová adresa @@ -1300,7 +1288,7 @@ The link will expire within 1 hour. Registrace Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 + src/app/+signup/+register/register.component.ts85 Why creating an account? Proč si vytvořit účet? @@ -1983,8 +1971,8 @@ The link will expire within 1 hour. Media is too large for the server. Please contact you administrator if you want to increase the limit size. Média jsou pro server příliš velká. Pokud chcete zvýšit limit velikosti, kontaktujte prosím správce. - src/app/core/rest/rest-extractor.service.ts118 - + + src/app/core/rest/rest-extractor.service.ts122 GLOBAL SEARCH GLOBÁLNÍ HLEDÁNÍ @@ -2189,21 +2177,21 @@ The link will expire within 1 hour. Reset Obnovit - src/app/+search/search-filters.component.html8 - src/app/+search/search-filters.component.html22 - src/app/+search/search-filters.component.html41 - src/app/+search/search-filters.component.html60 - src/app/+search/search-filters.component.html74 - src/app/+search/search-filters.component.html109 - src/app/+search/search-filters.component.html122 - src/app/+search/search-filters.component.html135 - src/app/+search/search-filters.component.html148 - src/app/+search/search-filters.component.html163 - src/app/+search/search-filters.component.html171 - src/app/+search/search-filters.component.html188 - src/app/+search/search-filters.component.html229 - src/app/shared/shared-forms/reactive-file.component.html16 - + + + + + + + + + + + + + + + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter Filtr @@ -2364,7 +2352,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts39src/app/shared/shared-instance/instance-follow.service.ts142 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found Nenalezeny žádné položky @@ -2373,16 +2361,16 @@ The link will expire within 1 hour. Description Popis - src/app/+about/about-instance/about-instance.component.html113 - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html24 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+videos/+video-edit/shared/video-edit.component.html44 - + + + + + + + + + + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 Choose the appropriate licence for your work. Vyberte vhodnou licenci pro vaše dílo. @@ -2391,71 +2379,50 @@ The link will expire within 1 hour. Channel Kanál - src/app/+admin/moderation/registration-list/registration-list.component.html39 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+videos/+video-edit/shared/video-edit.component.html65 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26 - src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reason Důvod registrace - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation response Reakce moderátora - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 Requested on Vyžádáno na - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason: Důvod registrace: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response: Reakce moderátora: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters. Nebyly nalezeny žádné registrace odpovídající aktuálním filtrům. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found. Nenalezeny žádné registrace. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this request Přijmout tento požadavek @@ -2695,65 +2662,65 @@ The link will expire within 1 hour. Original publication date Původní datum publikace - src/app/+videos/+video-edit/shared/video-edit.component.html368 + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) Jedná se o datum, kdy byl obsah původně zveřejněn (např. datum premiéry filmu) - src/app/+videos/+video-edit/shared/video-edit.component.html371 + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settings Nastavení pluginu - src/app/+videos/+video-edit/shared/video-edit.component.html402 + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latency Malá latence - src/app/+videos/+video-edit/shared/video-edit.component.ts92 + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2P Snížení latence na ~15s vypnutím P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts93 + src/app/+videos/+video-edit/shared/video-edit.component.ts94 Default Výchozí - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts97 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30s Průměrná latence 30 s - src/app/+videos/+video-edit/shared/video-edit.component.ts98 + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latency Vysoká latence - src/app/+videos/+video-edit/shared/video-edit.component.ts102 + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratio Průměrná latence 60s zvyšující poměr P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts103 + src/app/+videos/+video-edit/shared/video-edit.component.ts104 Other Jiné - src/app/+videos/+video-edit/shared/video-edit.component.ts219src/app/shared/shared-forms/select/select-languages.component.ts50 + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments Povolit komentáře - src/app/+videos/+video-edit/shared/video-edit.component.html389 + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download Download povolen - src/app/+videos/+video-edit/shared/video-edit.component.html394 + src/app/+videos/+video-edit/shared/video-edit.component.html398 Advanced settings Rozšířená nastavení @@ -2804,12 +2771,12 @@ The link will expire within 1 hour. Scheduled Plánováno - src/app/+videos/+video-edit/shared/video-edit.component.ts240 + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date Skrýt video do určitého data - src/app/+videos/+video-edit/shared/video-edit.component.ts241 + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal live Normální živý přenos @@ -2855,9 +2822,9 @@ The link will expire within 1 hour. Total video quota Celková kvóta pro video - src/app/+admin/overview/users/user-list/user-list.component.html118 - src/app/shared/shared-main/users/user-quota.component.html3 - + + + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Congratulations! Your video is now available in your private library. Gratulujeme! Vaše video je nyní k dispozici ve vaší soukromé knihovně. @@ -2919,11 +2886,11 @@ The link will expire within 1 hour. src/app/+videos/+video-edit/video-update.component.html 29 - - Your video is currenctly being updated. If you leave, your changes will be lost.Your video is currenctly being updated. If you leave, your changes will be lost. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 @@ -3183,7 +3150,7 @@ The link will expire within 1 hour. - src/app/+admin/overview/users/user-list/user-list.component.html104src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Loop Smyčka @@ -3305,8 +3272,8 @@ The link will expire within 1 hour. Show more Zobrazit více - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 - + + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less Zobrazit méně @@ -3349,14 +3316,14 @@ The link will expire within 1 hour. The video was blocked due to automatic blocking of new videos Video bylo zablokováno kvůli automatickému blokování nových videí - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFW NSFW - src/app/+admin/moderation/video-block-list/video-block-list.component.html56 - src/app/+admin/overview/videos/video-list.component.html75 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Get more information Získat více informací @@ -3583,16 +3550,13 @@ The link will expire within 1 hour. Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? Obnovení tokenu znemožní dříve nakonfigurovaným klientům načítání kanálu, dokud nepoužijí nový token. Pokračovat? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly. Token obnoven. Podle toho aktualizujte konfiguraci klienta. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEED ODBĚROVÝ KANÁL @@ -3621,9 +3585,9 @@ The link will expire within 1 hour. Renew token Obnovení tokenu - src/app/+my-account/my-account-applications/my-account-applications.component.html36 - src/app/+my-account/my-account-applications/my-account-applications.component.ts41 - + + + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Filter... Filtrovat... @@ -3644,69 +3608,63 @@ The link will expire within 1 hour. Video/Comment/Account Video / komentář / účet - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 ID ID - src/app/+admin/system/jobs/jobs.component.html45 - + + src/app/+admin/system/jobs/jobs.component.html43 State Stav - src/app/+admin/system/jobs/jobs.component.html48 - src/app/+my-library/my-video-imports/my-video-imports.component.html30 - + + + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 Created Vytvořeno - src/app/+admin/follows/followers-list/followers-list.component.html39 - src/app/+admin/follows/following-list/following-list.component.html43 - src/app/+admin/system/jobs/jobs.component.html50 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html27 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 - src/app/+my-library/my-video-imports/my-video-imports.component.html31 - src/app/shared/shared-abuse-list/abuse-list-table.component.html23 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab Otevření stránky aktéra na nové kartě - src/app/+admin/follows/followers-list/followers-list.component.html56 - + + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted Přijato - src/app/+admin/follows/followers-list/followers-list.component.html63 - src/app/+admin/follows/following-list/following-list.component.html65 - + + + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending Čeká - src/app/+admin/follows/followers-list/followers-list.component.html64 - src/app/+admin/follows/following-list/following-list.component.html66 - + + + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 Rejected Odmítnuto - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept Přijmout - src/app/+admin/follows/followers-list/followers-list.component.html50 - src/app/+admin/follows/followers-list/followers-list.component.ts45 - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25 - src/app/+my-library/my-ownership/my-ownership.component.html27 - + + + + + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse Odmítnout @@ -3715,61 +3673,53 @@ The link will expire within 1 hour. No follower found matching current filters. Nebyl nalezen žádný sledující, který by odpovídal aktuálním filtrům. - src/app/+admin/follows/followers-list/followers-list.component.html77 - + + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. Vaše instance nemá žádného sledujícího. - src/app/+admin/follows/followers-list/followers-list.component.html78 - - - Showing to of followers - Přehrávání z sledujících - src/app/+admin/follows/followers-list/followers-list.component.html11 - + + src/app/+admin/follows/followers-list/followers-list.component.html77 + Redundancy allowed Nadbytečnost povolena - src/app/+admin/follows/following-list/following-list.component.html44 - + + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab Otevřít instanci na nové kartě - src/app/+admin/follows/following-list/following-list.component.html58 - src/app/shared/shared-moderation/server-blocklist.component.html43 - src/app/shared/shared-moderation/server-blocklist.component.html43 - + + + + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. Nenalezen hostitel, který by odpovídal aktuálním filtrům. - src/app/+admin/follows/following-list/following-list.component.html84 - + + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. Vaše instance nikoho nesleduje. - src/app/+admin/follows/following-list/following-list.component.html85 - + + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}} Opravdu chcete zrušit sledování {count, plural, =1 {?} other { záznamů?}} src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - Zobrazení z hostitelů - src/app/+admin/follows/following-list/following-list.component.html11 - + Action Akce - src/app/+admin/follows/following-list/following-list.component.html40 - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/server-blocklist.component.html31 - src/app/shared/shared-moderation/server-blocklist.component.html31 - + + + + + + + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies Nadbytečná videa @@ -3788,18 +3738,18 @@ The link will expire within 1 hour. Table parameters Parametry tabulky - src/app/+admin/overview/users/user-list/user-list.component.html47 - + + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns Vybrat sloupce - src/app/+admin/overview/users/user-list/user-list.component.html53 - + + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users Zvýraznit zakázané uživatele - src/app/+admin/overview/users/user-list/user-list.component.html59 - + + src/app/+admin/overview/users/user-list/user-list.component.html57 Username Uživatelské jméno @@ -3914,54 +3864,50 @@ The link will expire within 1 hour. Batch actions Souhrnné akce - src/app/+admin/follows/followers-list/followers-list.component.html18 - src/app/+admin/follows/following-list/following-list.component.html18 - src/app/+admin/moderation/registration-list/registration-list.component.html18 - src/app/+admin/overview/comments/video-comment-list.component.html22 - src/app/+admin/overview/users/user-list/user-list.component.html18 - src/app/+admin/overview/videos/video-list.component.html18 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 The user was banned Uživatel byl zakázán - src/app/+admin/overview/users/user-list/user-list.component.html109 - + + src/app/+admin/overview/users/user-list/user-list.component.html107 Open account in a new tab Otevřít účet na nové kartě - src/app/+admin/overview/comments/video-comment-list.component.html69 - src/app/+admin/overview/users/user-list/user-list.component.html94 - src/app/+my-library/my-ownership/my-ownership.component.html32 - src/app/shared/shared-abuse-list/abuse-list-table.component.html44 - src/app/shared/shared-moderation/account-blocklist.component.html35 - src/app/shared/shared-moderation/account-blocklist.component.html35 - + + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account Smazaný účet - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota Celková denní kvóta videa - src/app/+admin/overview/users/user-list/user-list.component.html128 - + + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: Důvod zablokování: - src/app/+admin/overview/users/user-list/user-list.component.html150 - + + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned users Zakázaní uživatelé src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - Zobrazení z uživatelů - src/app/+admin/overview/users/user-list/user-list.component.html11 - + Moderation Moderování @@ -4002,9 +3948,9 @@ The link will expire within 1 hour. Video Video - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30 - src/app/+admin/moderation/video-block-list/video-block-list.component.html26 - + + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size Celková velikost @@ -4038,79 +3984,79 @@ The link will expire within 1 hour. Used () Použito () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available () Dostupné () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Sensitive Citlivé - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated Nefederované - src/app/+admin/moderation/video-block-list/video-block-list.component.html28 - src/app/+admin/moderation/video-block-list/video-block-list.component.html60 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date Datum - src/app/+admin/moderation/video-block-list/video-block-list.component.html29 - src/app/+admin/overview/comments/video-comment-list.component.html46 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this row Vybrat tento řádek - src/app/+admin/follows/followers-list/followers-list.component.html46 - src/app/+admin/follows/following-list/following-list.component.html51 - src/app/+admin/moderation/registration-list/registration-list.component.html50 - src/app/+admin/overview/comments/video-comment-list.component.html54 - src/app/+admin/overview/users/user-list/user-list.component.html79 - src/app/+admin/overview/videos/video-list.component.html51 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full comment Zobrazit celý komentář - src/app/+admin/overview/comments/video-comment-list.component.html58 - + + src/app/+admin/overview/comments/video-comment-list.component.html57 Actions Akce - src/app/+admin/follows/followers-list/followers-list.component.html35 - src/app/+admin/moderation/registration-list/registration-list.component.html60 - src/app/+admin/moderation/video-block-list/video-block-list.component.html43 - src/app/+admin/overview/comments/video-comment-list.component.html64 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70 - src/app/+admin/system/runners/runner-list/runner-list.component.html36 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44 - src/app/+my-library/my-ownership/my-ownership.component.html12 - src/app/shared/shared-abuse-list/abuse-list-table.component.html39 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 Follower Sledující - src/app/+admin/follows/followers-list/followers-list.component.html36 - + + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented video Komentované video - src/app/+admin/overview/comments/video-comment-list.component.html81 - + + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters. Nenalezeny komentáře, které by odpovídaly aktuálním filtrům. - src/app/+admin/overview/comments/video-comment-list.component.html106 - + + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found. Nenalezeny žádné komentáře. - src/app/+admin/overview/comments/video-comment-list.component.html107 - + + src/app/+admin/overview/comments/video-comment-list.component.html106 Local comments Místní komentáře @@ -4129,53 +4075,53 @@ The link will expire within 1 hour. No abuses found matching current filters. Nenalezeno žádné porušení pravidel odpovídající aktuálním filtrům. - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. Nebylo zjištěno porušení pravidel. - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reports Nevyřešená hlášení - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reports Přijaté hlášení - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reports Odmítnutá hlášení - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videos Zprávy s blokovanými videi - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videos Zprávy se smazanými videi - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: Důvod zablokování: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. Nenalezeno žádné blokované video, které by odpovídalo aktuálním filtrům. - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. Nebylo nalezeno žádné blokované video. - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocks Automatické blokování @@ -4186,11 +4132,7 @@ The link will expire within 1 hour. Manuální blokování src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - Zobrazení z blokovaných videí - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 - + Reports Hlášení @@ -4219,9 +4161,9 @@ The link will expire within 1 hour. Reporter Autor nahlášení - src/app/shared/shared-abuse-list/abuse-details.component.html7 - src/app/shared/shared-abuse-list/abuse-list-table.component.html21 - + + + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 @@ -4237,28 +4179,28 @@ The link will expire within 1 hour. Video Video - src/app/+admin/overview/comments/video-comment-list.component.html44 - src/app/+admin/overview/videos/video-list.component.html40 - src/app/+my-library/my-ownership/my-ownership.component.html14 - src/app/+my-library/my-video-imports/my-video-imports.component.html29 - src/app/shared/shared-video-miniature/video-download.component.html8 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 Comment Komentář - src/app/+admin/overview/comments/video-comment-list.component.html45src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 This video has been reported multiple times. Toto video bylo nahlášeno vícekrát. - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked Video bylo zablokováno - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on od na @@ -4267,13 +4209,19 @@ The link will expire within 1 hour. Video was deleted Video bylo smazáno - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + Account deleted Účet smazán - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 Open video in a new tab Otevřít video na nové kartě @@ -4282,33 +4230,29 @@ The link will expire within 1 hour. State Stav - src/app/+admin/follows/followers-list/followers-list.component.html37 - src/app/+admin/follows/following-list/following-list.component.html42 - src/app/+admin/moderation/registration-list/registration-list.component.html41 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36 - src/app/shared/shared-abuse-list/abuse-list-table.component.html24 - + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages Vzkazy - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note Interní poznámka - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score Skóre - src/app/+admin/follows/followers-list/followers-list.component.html38 - - - Showing to of reports - Zobrazení z zpráv - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 - + + src/app/+admin/follows/followers-list/followers-list.component.html37 + Reportee Zpravodaj @@ -4328,51 +4272,46 @@ The link will expire within 1 hour. Mute domain Ztišit doménu - src/app/shared/shared-moderation/server-blocklist.component.html19 - src/app/shared/shared-moderation/server-blocklist.component.html19 - + + + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance Instance - src/app/+about/about.component.html3 - src/app/+search/search-filters.component.html217 - src/app/shared/shared-moderation/server-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html32 - + + + + + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at Ztlumeno při - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/server-blocklist.component.html33 - src/app/shared/shared-moderation/server-blocklist.component.html33 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute Zhlasitit - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html40 - src/app/shared/shared-moderation/server-blocklist.component.html40 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. Nebyl nalezen žádný server, který by odpovídal aktuálním filtrům. - src/app/shared/shared-moderation/server-blocklist.component.html56 - src/app/shared/shared-moderation/server-blocklist.component.html56 - + + + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. Nebyl nalezen žádný server. - src/app/shared/shared-moderation/server-blocklist.component.html57 - src/app/shared/shared-moderation/server-blocklist.component.html57 - - - Showing to of muted instances - Zobrazení z ztlumených instancí - src/app/shared/shared-moderation/server-blocklist.component.html12 - src/app/shared/shared-moderation/server-blocklist.component.html12 - + + + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. Zdá se, že nejste na serveru HTTPS. Váš webový server musí mít aktivovanou TLS, aby mohl sledovat servery. @@ -4386,29 +4325,29 @@ The link will expire within 1 hour. Mute domains Ztlumení domén - src/app/shared/shared-moderation/server-blocklist.component.html64 - src/app/shared/shared-moderation/server-blocklist.component.html64 - + + + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account Účet - src/app/+admin/moderation/registration-list/registration-list.component.html37 - src/app/+admin/overview/comments/video-comment-list.component.html43 - src/app/shared/shared-moderation/account-blocklist.component.html24 - src/app/shared/shared-moderation/account-blocklist.component.html24 - + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. Nebyl nalezen žádný účet, který by odpovídal aktuálním filtrům. - src/app/shared/shared-moderation/account-blocklist.component.html54 - src/app/shared/shared-moderation/account-blocklist.component.html54 - + + + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. Nenalezen žádný účet. - src/app/shared/shared-moderation/account-blocklist.component.html55 - src/app/shared/shared-moderation/account-blocklist.component.html55 - + + + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed plugins Seznam nainstalovaných pluginů @@ -4424,12 +4363,7 @@ The link will expire within 1 hour. Zobrazit plugin src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - Zobrazení z ztlumených účtů - src/app/shared/shared-moderation/account-blocklist.component.html11 - src/app/shared/shared-moderation/account-blocklist.component.html11 - + Plugins/Themes Pluginy / témata @@ -4649,22 +4583,18 @@ The link will expire within 1 hour. V tomto zobrazení se zobrazují také komentáře ze ztlumených účtů. src/app/+admin/overview/comments/video-comment-list.component.html8 - - Showing to of comments - Zobrazení z komentářů - src/app/+admin/overview/comments/video-comment-list.component.html15 - + Select all rows Vybrat všechny řádky - src/app/+admin/follows/followers-list/followers-list.component.html33 - src/app/+admin/follows/following-list/following-list.component.html38 - src/app/+admin/moderation/registration-list/registration-list.component.html33 - src/app/+admin/overview/comments/video-comment-list.component.html39 - src/app/+admin/overview/users/user-list/user-list.component.html39 - src/app/+admin/overview/videos/video-list.component.html36 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type Typ úlohy @@ -4684,62 +4614,52 @@ The link will expire within 1 hour. Selector for the list displaying jobs, filtering by their state - - Showing to of jobs - Zobrazení z úloh - src/app/+admin/system/jobs/jobs.component.html39 - + Type Typ - src/app/+admin/system/jobs/jobs.component.html46 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 - + + + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 Priority (1 = highest priority) Priorita (1 = nejvyšší priorita) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + + src/app/+admin/system/jobs/jobs.component.html45 Progress Průběh - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found. Nenalezena žádná úloha. - src/app/+admin/system/jobs/jobs.component.html105 - + + src/app/+admin/system/jobs/jobs.component.html103 No jobs found. Nenalezena žádná úloha . - src/app/+admin/system/jobs/jobs.component.html106 - + + src/app/+admin/system/jobs/jobs.component.html104 No jobs found. Nenalezena žádná úloha . - src/app/+admin/system/jobs/jobs.component.html110 - + + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are . Nenalezena úloha která je . - src/app/+admin/system/jobs/jobs.component.html111 - + + src/app/+admin/system/jobs/jobs.component.html109 Refresh Obnovit - src/app/+admin/overview/comments/video-comment-list.component.html31 - src/app/+admin/overview/videos/video-list.component.html27 - src/app/+admin/system/jobs/jobs.component.html30 - src/app/+admin/system/logs/logs.component.html33 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 now teď @@ -4779,11 +4699,11 @@ The link will expire within 1 hour. Name Jméno - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12 - src/app/+admin/system/runners/runner-list/runner-list.component.html23 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - + + + + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description Krátký popis @@ -5203,12 +5123,14 @@ The link will expire within 1 hour. ⚠️ We don't recommend to enable this feature if you don't trust your users ⚠️ Pokud uživatelům nedůvěřujete, nedoporučujeme tuto funkci povolovat src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + - - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - Povolit synchronizaci kanálu s kanálem jiných platforem, jako je YouTube (vyžaduje povolení importu pomocí HTTP URL) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 - + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ Abyste mohli tuto funkci aktivovat, musíte povolit import pomocí adresy URL HTTP. @@ -6237,74 +6159,52 @@ color: red; 9 - - Showing to of synchronizations - Zobrazuje z synchronizací - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - - + Add synchronization Přidat synchronizaci - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 External Channel Externí kanál - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 Channel Kanál - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 Last synchronization at Poslední synchronizace v - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List imports Seznam importů - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channel Plná synchronizace kanálu - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channel Tím se načtou všechna chybějící videa na místním kanálu - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for . Synchronizace úspěšně odstraněna pro . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for . Úspěšně vyžádána úplná synchronizace pro . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATION NOVÁ SYNCHRONIZACE @@ -6443,18 +6343,14 @@ color: red; Target Cíl - src/app/+my-library/my-video-imports/my-video-imports.component.html28 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted Toto video bylo smazáno - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - - Showing to of imports - Zobrazení z importů - src/app/+my-library/my-video-imports/my-video-imports.component.html21 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. Jakmile jednou účet odstraníte, není cesty zpět. Budete vyzváni k potvrzení této akce. @@ -6463,25 +6359,15 @@ color: red; Channel page Stránka kanálu - src/app/+my-library/+my-video-channels/my-video-channels.component.html34 - src/app/+my-library/my-follows/my-subscriptions.component.html20 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65 - src/app/+videos/+video-watch/video-watch.component.html66 - + + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { zobrazení}} src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()!Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - Created by @@ -6926,9 +6812,9 @@ channel or account with the same name ( Banned Zablokován - src/app/+accounts/accounts.component.html21 - src/app/+admin/overview/users/user-list/user-list.component.html105 - + + + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Instance muted Instance skryta @@ -7020,8 +6906,8 @@ channel or account with the same name ( Please type the name of the video channel () to confirm Pro potvrzení zadejte název videokanálu () - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL NOVÝ KANÁL @@ -7427,12 +7313,12 @@ channel or account with the same name (Přejít na předchozí krok - src/app/+signup/+register/register.component.ts43 + src/app/+signup/+register/register.component.ts42 Go to the next step Přejít na další krok - src/app/+signup/+register/register.component.ts44 + src/app/+signup/+register/register.component.ts43 Who are we? Kdo jsme? @@ -7452,7 +7338,7 @@ channel or account with the same name ( Podmínky užití - src/app/shared/shared-instance/instance-about-accordion.component.ts81 + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability Administrátoři & Udržitelnost @@ -7667,52 +7553,52 @@ channel or account with the same name (Citlivý obsah - src/app/shared/shared-video-miniature/video-filters.model.ts125 + src/app/shared/shared-video-miniature/video-filters.model.ts131 Scope Rozsah - src/app/shared/shared-video-miniature/video-filters.model.ts132 + src/app/shared/shared-video-miniature/video-filters.model.ts138 Federated Federativní - src/app/shared/shared-video-miniature/video-filters.model.ts134 + src/app/shared/shared-video-miniature/video-filters.model.ts140 Languages Jazyky - src/app/shared/shared-video-miniature/video-filters.model.ts142 + src/app/shared/shared-video-miniature/video-filters.model.ts148 Categories Kategorie - src/app/shared/shared-video-miniature/video-filters.model.ts151 + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videos Všechny videa - src/app/shared/shared-video-miniature/video-filters.model.ts160 + src/app/shared/shared-video-miniature/video-filters.model.ts166 Blurred Rozostřené - src/app/shared/shared-video-miniature/video-filters.model.ts240 + src/app/shared/shared-video-miniature/video-filters.model.ts246 hidden skryté - src/app/shared/shared-video-miniature/video-filters.model.ts246 + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurred rozostřené - src/app/shared/shared-video-miniature/video-filters.model.ts247 + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayed zobrazené - src/app/shared/shared-video-miniature/video-filters.model.ts249 + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protectedPassword protected src/app/shared/shared-video-miniature/video-miniature.component.html @@ -8071,10 +7957,10 @@ channel or account with the same name ( Reject Odmítnout - src/app/+admin/follows/followers-list/followers-list.component.html51 - src/app/+admin/follows/followers-list/followers-list.component.ts40 - src/app/+admin/follows/followers-list/followers-list.component.ts86 - + + + + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 Delete Smazat @@ -8106,7 +7992,7 @@ channel or account with the same name (src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts63src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts133src/app/shared/shared-abuse-list/abuse-list-table.component.ts376src/app/shared/shared-abuse-list/abuse-list-table.component.ts411src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}} Přijato {count, plural, =1 { požadavek na sledování} other { požadavků na sledování}} @@ -8145,10 +8031,10 @@ channel or account with the same name ( Follow Sledovat - src/app/+admin/follows/following-list/follow-modal.component.html3 - src/app/+admin/follows/following-list/follow-modal.component.html37 - src/app/+admin/follows/following-list/following-list.component.html25 - + + + + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line 1 hostitel (bez "http://"), account handle nebo channel handle na řádek @@ -8211,18 +8097,18 @@ channel or account with the same name ( Do you really want to remove this video redundancy? Opravdu chcete odstranit nadbytečnost tohoto videa? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy Odstranění nadbytečnosti - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! Nadbytečná videa odstraněna! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Account unmuted by your instance. Účet odemčený vaší instancí. @@ -8291,90 +8177,90 @@ channel or account with the same name ( Internal actions Interní akce - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report Smazat zprávu - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account Akce pro označený účet - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mark as accepted Označit jako přijaté - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected Označit jako zamítnuté - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note Přidat interní poznámku - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video Akce pro video - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video Blokovat video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. Video blokováno. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video Odblokovat video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. Video odblokováno. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Do you really want to delete this abuse report? Opravdu chcete toto hlášení o porušení pravidel smazat? - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. Porušení pravidel smazáno. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment Smazaný komentář - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter Zprávy s reportujícím - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators Zprávy s moderátory - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note Aktualizovat interní poznámku - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual Přepnutí blokování videa na ruční @@ -8506,13 +8392,13 @@ channel or account with the same name ( plugin plugin - src/app/+admin/plugins/shared/plugin-api.service.ts30 - + + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme téma - src/app/+admin/plugins/shared/plugin-api.service.ts33 - + + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP address IP adresa @@ -8632,19 +8518,19 @@ channel or account with the same name ( Info Info - src/app/+admin/overview/videos/video-list.component.html41 - src/app/core/notification/notifier.service.ts12 - + + + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 Files Soubory - src/app/+admin/overview/videos/video-list.component.html42 - + + src/app/+admin/overview/videos/video-list.component.html41 Published Publikováno - src/app/+admin/overview/videos/video-list.component.html43 - + + src/app/+admin/overview/videos/video-list.component.html42 Warning Varování @@ -8671,49 +8557,42 @@ channel or account with the same name (Protokoly auditu src/app/+admin/system/logs/logs.component.ts145 - - Showing to of runner jobs - Zobrazuje se od do z jobů runnerů - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - - + UUID UUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 Priority Priorita - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 Progress Pokrok - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 Runner Runner - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload: Datový obsah: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload: Soukromý datový obsah: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found. Nenalezeny žádné joby runnerů. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobsCompleted jobs src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts @@ -8778,35 +8657,22 @@ channel or account with the same name (4 - - Showing to of remote runners - Zobrazení od do z vzálených runnerů - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - - + IP IP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 - + + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contact Poslední kontakt - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found. Nenalezeni žádní vzdálení runneři. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. Uživatel vytvořen. @@ -8815,9 +8681,9 @@ channel or account with the same name ( Create user Vytvořit uživatele - src/app/+admin/overview/users/user-edit/user-create.component.ts97 - src/app/+admin/overview/users/user-list/user-list.component.html25 - + + + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videos Blokovaná videa @@ -8960,14 +8826,7 @@ channel or account with the same name (3 - - Showing to of registrations - Zobrazení z registrací - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - - + Password changed for user . Heslo uživatele změněno. @@ -9029,9 +8888,9 @@ channel or account with the same name ( Live Živý přenos - src/app/+admin/overview/videos/video-admin.service.ts53 - src/app/+admin/overview/videos/video-list.component.html88 - + + + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video files Video soubory @@ -9429,18 +9288,18 @@ channel or account with the same name ( Too many languages are enabled. Please enable them all or stay below 20 enabled languages. Je povoleno příliš mnoho jazyků. Povolte je všechny nebo nepřekračujte 20 povolených jazyků. - src/app/shared/shared-user-settings/user-video-settings.component.ts76 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. Nastavení videa aktualizováno. - src/app/shared/shared-user-settings/user-video-settings.component.ts121 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. Nastavení zobrazení videa aktualizováno. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Video channel created. Videokanál vytvořen. @@ -9474,13 +9333,13 @@ channel or account with the same name ( Video channel deleted. Videokanál odstraněn. - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day Zobrazení za den - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followers Moji sledující @@ -9564,8 +9423,8 @@ channel or account with the same name ( Playlist created. Seznam vytvořen. - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 - + + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 Create Vytvořit @@ -9577,7 +9436,7 @@ channel or account with the same name (src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist Aktualizovat playlist @@ -9657,9 +9516,15 @@ channel or account with the same name (? - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + Video deleted. @@ -9812,12 +9677,12 @@ channel or account with the same name (Zvětšit editor - src/app/shared/shared-forms/markdown-textarea.component.ts51 + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editor Ukončit zvětšený editor - src/app/shared/shared-forms/markdown-textarea.component.ts52 + src/app/shared/shared-forms/markdown-textarea.component.ts50 An email with verification link will be sent to . Email s ověřovacím odkazem zaslán na . @@ -9841,7 +9706,7 @@ channel or account with the same name (src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts888 + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTS PLAYLISTY @@ -10184,14 +10049,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts174 + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videos Živá videa - src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts168 + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) Krátké (< 4 min) @@ -11614,13 +11479,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Jazyky Instance - src/app/+videos/+video-edit/shared/video-edit.component.ts222 + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages Všechny jazyky - src/app/+videos/+video-edit/shared/video-edit.component.ts223src/app/shared/shared-forms/select/select-languages.component.ts25 + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Hidden Skryto @@ -11636,7 +11501,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Zobrazeno - src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts242 + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 Disabled Vypnuto @@ -11811,19 +11676,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Account muted by the instance. Účet ztišen instancí. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434 - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server Ztišit server - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. Server ztišen instancí. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter Přidejte zprávu pro komunikaci s reportujícím @@ -12070,30 +11935,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Too many attempts, please try again after minutes. Příliš mnoho pokusů, zkuste to prosím znovu za minut. - src/app/core/rest/rest-extractor.service.ts126 - + + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. Příliš mnoho pokusů, zkuste to prosím později. - src/app/core/rest/rest-extractor.service.ts129 - + + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. Chyba serveru. Zkuste to prosím později. - src/app/core/rest/rest-extractor.service.ts133 - + + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later. Server je nedostupný. Zkuste to prosím později. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server error Neznámá chyba serveru - src/app/core/rest/rest-extractor.service.ts140 + + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + Subscribed to all current channels of . You will be notified of all their new videos. @@ -12186,29 +12054,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Delete video Smazat video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment Akce pro komentář - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment Smazat komentář - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? Opravdu chcete tento komentář smazat? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. Komentář smazán. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Encoder Kodér @@ -12255,25 +12123,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Do you really want to delete this video? Opravdu chcete odstranit toto video? - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. Video smazáno. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter Akce pro nahlašujícího - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter Ztlumit nahlašujícího - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 Download Stažení @@ -12416,55 +12284,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 58 - - Showing to of registration tokens - Zobrazení od do z registračních tokenů - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - - + Token Token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runners Přiřazené runnery - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate token Vytvořit token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copiedRegistration token copied - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration tokenCopy registration token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners. Nenalezen žádný registrační token pro vzdálené runnery. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this token Odstranit tento token @@ -12532,9 +12378,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute account Ztlumit účet - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actions Otevřít video akce @@ -12568,8 +12414,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute server account Ztlumení serverového účtu - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Report Nahlášení @@ -12668,27 +12514,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18 - src/app/+admin/overview/videos/video-list.component.html77 - src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4 - src/app/+stats/video/video-stats.component.html2 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31 - src/app/+videos/+video-watch/video-watch.component.html76 - src/app/menu/menu.component.html112 - src/app/shared/shared-instance/instance-about-accordion.component.html115 - src/app/shared/shared-main/angular/login-link.component.html1 - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html20 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html30 - src/app/shared/shared-moderation/user-ban-modal.component.html3 - src/app/shared/shared-user-settings/user-interface-settings.component.html9 - src/app/shared/shared-video-miniature/video-download.component.html27 - src/app/shared/shared-video-miniature/video-download.component.html47 - src/app/shared/shared-video-miniature/video-download.component.html66 - src/app/shared/shared-video-miniature/video-download.component.html77 - src/app/shared/shared-video-miniature/video-download.component.html89 - src/app/shared/shared-video-miniature/videos-selection.component.html1 - + + + + + + + + + + + + + + + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Add to watch later Přidat ke sledování později @@ -12721,25 +12567,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Only I can see this video Toto video vidím pouze já - src/app/shared/shared-main/video/video.service.ts460 + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link Lze sdílet pouze soukromým odkazem - src/app/shared/shared-main/video/video.service.ts461 + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video Kdokoliv může vidět toto video - src/app/shared/shared-main/video/video.service.ts462 + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video Toto video mohou vidět pouze uživatelé této instance - src/app/shared/shared-main/video/video.service.ts463 + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this videoOnly users with the appropriate password can see this video - src/app/shared/shared-main/video/video.service.ts464 + src/app/shared/shared-main/video/video.service.ts465 Video to import updated. Video k importu aktualizováno. @@ -12785,36 +12631,24 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular You have unsaved changes! If you leave, your changes will be lost. Máte neuložené změny! Pokud odejdete, budou vaše změny ztraceny. - src/app/+videos/+video-edit/video-update.component.ts140 + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. Video aktualizováno. - src/app/+videos/+video-edit/video-update.component.ts227 + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators.Your video will also be automatically blocked since video publication requires manual validation by moderators. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version.Uploading a new version of your video will completely erase the current version. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 <br /><br />Do you still want to replace your video file?<br /><br />Do you still want to replace your video file? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warningReplace file warning - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: ) (rozšíření: ) @@ -12917,40 +12751,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? Toto video není v tomto případě k dispozici. Chcete být přesměrováni na původní instanci: <a href=""></a>? - src/app/+videos/+video-watch/video-watch.component.ts370 + src/app/+videos/+video-watch/video-watch.component.ts371 Redirection Přesměrování - src/app/+videos/+video-watch/video-watch.component.ts371 + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this videoYou need a password to watch this video - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protectedThis video is password protected - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct passwordIncorrect password, please enter a correct password - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? Toto video obsahuje citlivý materiál. Opravdu jej chcete přehrát? - src/app/+videos/+video-watch/video-watch.component.ts446 + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content Obsahuje citlivý materiál - src/app/+videos/+video-watch/video-watch.component.ts447 + src/app/+videos/+video-watch/video-watch.component.ts448 Cancel @@ -12979,73 +12804,73 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html42src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreen Vstup/výstup na celoobrazovkový režim - src/app/+videos/+video-watch/video-watch.component.ts851 + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the video Přehrát / Zastavit video - src/app/+videos/+video-watch/video-watch.component.ts852 + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the video Ztišit / zrušit ztišení videa - src/app/+videos/+video-watch/video-watch.component.ts853 + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90% Přeskočení na určitou část videa: 0 je 0 % a 9 je 90 % - src/app/+videos/+video-watch/video-watch.component.ts868 + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volume Zvýšit hlasitost - src/app/+videos/+video-watch/video-watch.component.ts855 + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volume Snížit hlasitost - src/app/+videos/+video-watch/video-watch.component.ts856 + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forward Procházení videa dopředu - src/app/+videos/+video-watch/video-watch.component.ts870 + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backward Procházení videa dozadu - src/app/+videos/+video-watch/video-watch.component.ts871 + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rate Zvýšení rychlosti přehrávání - src/app/+videos/+video-watch/video-watch.component.ts873 + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rate Snížení rychlosti přehrávání - src/app/+videos/+video-watch/video-watch.component.ts874 + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frame Přejít ve videu na předchozí snímek - src/app/+videos/+video-watch/video-watch.component.ts876 + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frame Přejít ve videu na další snímek - src/app/+videos/+video-watch/video-watch.component.ts877 + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater mode Přepnutí režimu kina - src/app/+videos/+video-watch/video-watch.component.ts861 + src/app/+videos/+video-watch/video-watch.component.ts867 Like the video To se mi líbí @@ -13125,14 +12950,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 103 - - Showing to of videos - Zobrazení z videí - - src/app/+admin/overview/videos/video-list.component.html - 11 - - + Only videos uploaded on this instance are displayed Zobrazují se pouze videa nahraná v této instanci diff --git a/client/src/locale/angular.da-DK.xlf b/client/src/locale/angular.da-DK.xlf index 50b9b7236..b5aced5d1 100644 --- a/client/src/locale/angular.da-DK.xlf +++ b/client/src/locale/angular.da-DK.xlf @@ -283,28 +283,19 @@ src/app/shared/shared-main/users/user-notifications.component.html230 {views, plural, =0 {No view} =1 {1 view} other { views}}{views, plural, =0 {No view} =1 {1 view} other { views}} - src/app/shared/shared-main/video/video.model.ts291 + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded.PeerTube considers this video is already being transcoded. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcodingForce transcoding - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}}{viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} - src/app/shared/shared-main/video/video.model.ts288 + src/app/shared/shared-main/video/video.model.ts289 Change your avatar Skift dit profilbillede @@ -318,10 +309,10 @@ Account mutedAccount muted - src/app/+admin/overview/videos/video-list.component.html79 + src/app/+admin/overview/videos/video-list.component.html78 Server mutedServer muted - src/app/+admin/overview/videos/video-list.component.html80 + src/app/+admin/overview/videos/video-list.component.html79 Save to @@ -438,7 +429,7 @@ video - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts341src/app/shared/shared-video-miniature/video-download.component.ts62 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: ) Your video quota is exceeded with this video (video size: , used: , quota: ) @@ -545,17 +536,14 @@ Blocked Blokeret - src/app/+admin/overview/videos/video-list.component.html82src/app/shared/shared-video-miniature/video-miniature.component.html64 + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storageObject storage - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this fileDelete this file - src/app/+admin/overview/videos/video-list.component.html114src/app/+admin/overview/videos/video-list.component.html130 + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}.Deleted {count, plural, =1 {1 video} other { videos}}. src/app/+admin/overview/videos/video-list.component.ts235 @@ -902,7 +890,7 @@ Local Lokalt - src/app/shared/shared-video-miniature/video-filters.model.ts135 + src/app/shared/shared-video-miniature/video-filters.model.ts141 users users @@ -937,7 +925,7 @@ - src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/follows.routes.ts26 + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 Followers Followers @@ -1183,7 +1171,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 Email address Email-adresse @@ -1237,7 +1225,7 @@ The link will expire within 1 hour. Signup Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 + src/app/+signup/+register/register.component.ts85 Why creating an account?Why creating an account? src/app/+signup/+register/steps/register-step-about.component.html @@ -1877,7 +1865,7 @@ The link will expire within 1 hour. Media is too large for the server. Please contact you administrator if you want to increase the limit size. Media is too large for the server. Please contact you administrator if you want to increase the limit size. - src/app/core/rest/rest-extractor.service.ts118 + src/app/core/rest/rest-extractor.service.ts122 GLOBAL SEARCH GLOBAL SEARCH @@ -2087,7 +2075,7 @@ The link will expire within 1 hour. Reset - src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/shared/shared-forms/reactive-file.component.html16 + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter Filter @@ -2237,7 +2225,7 @@ The link will expire within 1 hour. Advanced filters Advanced filters - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts39src/app/shared/shared-instance/instance-follow.service.ts142 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found No items found @@ -2254,7 +2242,7 @@ The link will expire within 1 hour. - src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html24src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 Choose the appropriate licence for your work. @@ -2272,49 +2260,28 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html39src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reasonRegistration reason - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation responseModeration response - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 Requested on Requested on - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason:Registration reason: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response:Moderation response: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters.No registrations found matching current filters. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found.No registrations found. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this requestAccept this request src/app/+admin/moderation/registration-list/registration-list.component.ts @@ -2533,50 +2500,50 @@ The link will expire within 1 hour. Original publication date Original publication date - src/app/+videos/+video-edit/shared/video-edit.component.html368 + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) This is the date when the content was originally published (e.g. the release date for a film) - src/app/+videos/+video-edit/shared/video-edit.component.html371 + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settings Plugin settings - src/app/+videos/+video-edit/shared/video-edit.component.html402 + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latencySmall latency - src/app/+videos/+video-edit/shared/video-edit.component.ts92 + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2PReduce latency to ~15s disabling P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts93 + src/app/+videos/+video-edit/shared/video-edit.component.ts94 DefaultDefault - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts97 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30sAverage latency of 30s - src/app/+videos/+video-edit/shared/video-edit.component.ts98 + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latencyHigh latency - src/app/+videos/+video-edit/shared/video-edit.component.ts102 + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratioAverage latency of 60s increasing P2P ratio - src/app/+videos/+video-edit/shared/video-edit.component.ts103 + src/app/+videos/+video-edit/shared/video-edit.component.ts104 OtherOther - src/app/+videos/+video-edit/shared/video-edit.component.ts219src/app/shared/shared-forms/select/select-languages.component.ts50 + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments Enable video comments - src/app/+videos/+video-edit/shared/video-edit.component.html389 + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download Enable download - src/app/+videos/+video-edit/shared/video-edit.component.html394 + src/app/+videos/+video-edit/shared/video-edit.component.html398 Advanced settings Advanced settings @@ -2628,12 +2595,12 @@ The link will expire within 1 hour. Scheduled Scheduled - src/app/+videos/+video-edit/shared/video-edit.component.ts240 + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date Hide the video until a specific date - src/app/+videos/+video-edit/shared/video-edit.component.ts241 + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal liveNormal live src/app/+videos/+video-edit/video-add-components/video-go-live.component.html @@ -2683,7 +2650,7 @@ The link will expire within 1 hour. Total video quota - src/app/+admin/overview/users/user-list/user-list.component.html118src/app/shared/shared-main/users/user-quota.component.html3 + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Congratulations! Your video is now available in your private library. @@ -2741,11 +2708,11 @@ The link will expire within 1 hour. src/app/+videos/+video-edit/video-update.component.html 29 - - Your video is currenctly being updated. If you leave, your changes will be lost.Your video is currenctly being updated. If you leave, your changes will be lost. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 @@ -3004,7 +2971,7 @@ The link will expire within 1 hour. Muted - src/app/+admin/overview/users/user-list/user-list.component.html104src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Loop Loop @@ -3126,7 +3093,7 @@ The link will expire within 1 hour. Show more Show more - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less Show less @@ -3177,12 +3144,12 @@ The link will expire within 1 hour. The video was blocked due to automatic blocking of new videos The video was blocked due to automatic blocking of new videos - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFW NSFW - src/app/+admin/moderation/video-block-list/video-block-list.component.html56src/app/+admin/overview/videos/video-list.component.html75 + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Get more information Get more information @@ -3429,16 +3396,13 @@ The link will expire within 1 hour. Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly. Token renewed. Update your client configuration accordingly. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEED @@ -3469,7 +3433,7 @@ The link will expire within 1 hour. Renew token Renew token - src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts41 + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Filter... Filter... @@ -3489,19 +3453,19 @@ The link will expire within 1 hour. Video/Comment/Account Video/Comment/Account - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 ID ID - src/app/+admin/system/jobs/jobs.component.html45 - + + src/app/+admin/system/jobs/jobs.component.html43 State State - src/app/+admin/system/jobs/jobs.component.html48src/app/+my-library/my-video-imports/my-video-imports.component.html30 + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 Created Created @@ -3513,41 +3477,35 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html39src/app/+admin/follows/following-list/following-list.component.html43src/app/+admin/system/jobs/jobs.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html27src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37src/app/+my-library/my-video-imports/my-video-imports.component.html31src/app/shared/shared-abuse-list/abuse-list-table.component.html23 + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab Open actor page in a new tab - src/app/+admin/follows/followers-list/followers-list.component.html56 + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted Accepted - src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending Pending - src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 RejectedRejected - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept Accept - src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse Refuse @@ -3558,21 +3516,13 @@ The link will expire within 1 hour. No follower found matching current filters. No follower found matching current filters. - src/app/+admin/follows/followers-list/followers-list.component.html77 + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. Your instance doesn't have any follower. - src/app/+admin/follows/followers-list/followers-list.component.html78 - - Showing to of followers - Showing - to - of - followers - - src/app/+admin/follows/followers-list/followers-list.component.html11 - + src/app/+admin/follows/followers-list/followers-list.component.html77 + Redundancy allowed @@ -3581,7 +3531,7 @@ The link will expire within 1 hour. - src/app/+admin/follows/following-list/following-list.component.html44 + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab @@ -3589,29 +3539,21 @@ The link will expire within 1 hour. - src/app/+admin/follows/following-list/following-list.component.html58src/app/shared/shared-moderation/server-blocklist.component.html43src/app/shared/shared-moderation/server-blocklist.component.html43 + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. No host found matching current filters. - src/app/+admin/follows/following-list/following-list.component.html84 + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. Your instance is not following anyone. - src/app/+admin/follows/following-list/following-list.component.html85 + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}}Do you really want to unfollow {count, plural, =1 {?} other { entries?}} src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - Showing - to - of - hosts - - src/app/+admin/follows/following-list/following-list.component.html11 - + Action Action @@ -3621,7 +3563,7 @@ The link will expire within 1 hour. - src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies Videos redundancies @@ -3642,17 +3584,17 @@ The link will expire within 1 hour. Table parameters Table parameters - src/app/+admin/overview/users/user-list/user-list.component.html47 + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns Select columns - src/app/+admin/overview/users/user-list/user-list.component.html53 + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users Highlight banned users - src/app/+admin/overview/users/user-list/user-list.component.html59 + src/app/+admin/overview/users/user-list/user-list.component.html57 Username Brugernavn @@ -3763,12 +3705,12 @@ The link will expire within 1 hour. Batch actions - src/app/+admin/follows/followers-list/followers-list.component.html18src/app/+admin/follows/following-list/following-list.component.html18src/app/+admin/moderation/registration-list/registration-list.component.html18src/app/+admin/overview/comments/video-comment-list.component.html22src/app/+admin/overview/users/user-list/user-list.component.html18src/app/+admin/overview/videos/video-list.component.html18src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 The user was banned The user was banned - src/app/+admin/overview/users/user-list/user-list.component.html109 + src/app/+admin/overview/users/user-list/user-list.component.html107 Open account in a new tab Open account in a new tab @@ -3778,40 +3720,32 @@ The link will expire within 1 hour. - src/app/+admin/overview/comments/video-comment-list.component.html69src/app/+admin/overview/users/user-list/user-list.component.html94src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html44src/app/shared/shared-moderation/account-blocklist.component.html35src/app/shared/shared-moderation/account-blocklist.component.html35 + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account Deleted account - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota Total daily video quota - src/app/+admin/overview/users/user-list/user-list.component.html128 + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: Ban reason: - src/app/+admin/overview/users/user-list/user-list.component.html150 + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned users Banned users src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - Showing - to - of - users - - - src/app/+admin/overview/users/user-list/user-list.component.html11 + Moderation Moderation @@ -3853,7 +3787,7 @@ The link will expire within 1 hour. - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html26 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size Total size @@ -3888,21 +3822,21 @@ The link will expire within 1 hour. src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html94 Used ()Used () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available ()Available () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Sensitive Sensitive - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated Unfederated - src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/moderation/video-block-list/video-block-list.component.html60 + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date Date @@ -3911,16 +3845,16 @@ The link will expire within 1 hour. - src/app/+admin/moderation/video-block-list/video-block-list.component.html29src/app/+admin/overview/comments/video-comment-list.component.html46 + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this row Select this row - src/app/+admin/follows/followers-list/followers-list.component.html46src/app/+admin/follows/following-list/following-list.component.html51src/app/+admin/moderation/registration-list/registration-list.component.html50src/app/+admin/overview/comments/video-comment-list.component.html54src/app/+admin/overview/users/user-list/user-list.component.html79src/app/+admin/overview/videos/video-list.component.html51src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full commentSee full comment - src/app/+admin/overview/comments/video-comment-list.component.html58 + src/app/+admin/overview/comments/video-comment-list.component.html57 Actions Actions @@ -3929,27 +3863,27 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html35src/app/+admin/moderation/registration-list/registration-list.component.html60src/app/+admin/moderation/video-block-list/video-block-list.component.html43src/app/+admin/overview/comments/video-comment-list.component.html64src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70src/app/+admin/system/runners/runner-list/runner-list.component.html36src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html39 + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 Follower Follower - src/app/+admin/follows/followers-list/followers-list.component.html36 + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented video Commented video - src/app/+admin/overview/comments/video-comment-list.component.html81 + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters. No comments found matching current filters. - src/app/+admin/overview/comments/video-comment-list.component.html106 + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found. No comments found. - src/app/+admin/overview/comments/video-comment-list.component.html107 + src/app/+admin/overview/comments/video-comment-list.component.html106 Local comments Local comments @@ -3967,52 +3901,52 @@ The link will expire within 1 hour. No abuses found matching current filters. No abuses found matching current filters. - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. No abuses found. - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reports Unsolved reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reports Accepted reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reports Refused reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videos Reports with blocked videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videos Reports with deleted videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: Block reason: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. No blocked video found matching current filters. - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. No blocked video found. - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocks Automatic blocks @@ -4023,15 +3957,7 @@ The link will expire within 1 hour. Manual blocks src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - Showing - to - of - blocked videos - - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 - + Reports Reports @@ -4058,9 +3984,9 @@ The link will expire within 1 hour. Reporter Reporter - src/app/shared/shared-abuse-list/abuse-details.component.html7 - src/app/shared/shared-abuse-list/abuse-list-table.component.html21 - + + + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 src/app/shared/shared-abuse-list/abuse-details.component.html @@ -4080,22 +4006,22 @@ The link will expire within 1 hour. - src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+admin/overview/videos/video-list.component.html40src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html29src/app/shared/shared-video-miniature/video-download.component.html8 + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 Comment Comment - src/app/+admin/overview/comments/video-comment-list.component.html45src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 This video has been reported multiple times. This video has been reported multiple times. - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked The video was blocked - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on by @@ -4109,14 +4035,20 @@ The link will expire within 1 hour. Video was deleted Video was deleted - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + + Account deleted Account deleted - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 Open video in a new tab Open video in a new tab @@ -4131,17 +4063,17 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html37src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/moderation/registration-list/registration-list.component.html41src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/shared/shared-abuse-list/abuse-list-table.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages Messages - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note Internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score Score @@ -4149,16 +4081,8 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html38 - - Showing to of reports - Showing - to - of - reports - - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 - + src/app/+admin/follows/followers-list/followers-list.component.html37 + Reportee Reportee @@ -4182,7 +4106,7 @@ The link will expire within 1 hour. Mute domain - src/app/shared/shared-moderation/server-blocklist.component.html19src/app/shared/shared-moderation/server-blocklist.component.html19 + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance Instans @@ -4190,7 +4114,7 @@ The link will expire within 1 hour. - src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at Muted at @@ -4201,7 +4125,7 @@ The link will expire within 1 hour. - src/app/shared/shared-moderation/account-blocklist.component.html25src/app/shared/shared-moderation/account-blocklist.component.html25src/app/shared/shared-moderation/server-blocklist.component.html33src/app/shared/shared-moderation/server-blocklist.component.html33 + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute Unmute @@ -4209,29 +4133,20 @@ The link will expire within 1 hour. - src/app/shared/shared-moderation/account-blocklist.component.html32src/app/shared/shared-moderation/account-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html40src/app/shared/shared-moderation/server-blocklist.component.html40 + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. No server found matching current filters. - src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. No server found. - src/app/shared/shared-moderation/server-blocklist.component.html57src/app/shared/shared-moderation/server-blocklist.component.html57 - - Showing to of muted instances - Showing - to - of - muted instances - - - - src/app/shared/shared-moderation/server-blocklist.component.html12src/app/shared/shared-moderation/server-blocklist.component.html12 + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. @@ -4247,26 +4162,26 @@ The link will expire within 1 hour. Mute domains - src/app/shared/shared-moderation/server-blocklist.component.html64src/app/shared/shared-moderation/server-blocklist.component.html64 + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account Konto - src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/comments/video-comment-list.component.html43src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24 + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. No account found matching current filters. - src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. No account found. - src/app/shared/shared-moderation/account-blocklist.component.html55src/app/shared/shared-moderation/account-blocklist.component.html55 + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed plugins List installed plugins @@ -4282,16 +4197,7 @@ The link will expire within 1 hour. Show plugin src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - Showing - to - of - muted accounts - - - - src/app/shared/shared-moderation/account-blocklist.component.html11src/app/shared/shared-moderation/account-blocklist.component.html11 + Plugins/Themes Plugins/Themes @@ -4503,17 +4409,13 @@ The link will expire within 1 hour. This view also shows comments from muted accounts. src/app/+admin/overview/comments/video-comment-list.component.html8 - - Showing to of comments - Showing to of comments - - src/app/+admin/overview/comments/video-comment-list.component.html15 + Select all rows Select all rows - src/app/+admin/follows/followers-list/followers-list.component.html33src/app/+admin/follows/following-list/following-list.component.html38src/app/+admin/moderation/registration-list/registration-list.component.html33src/app/+admin/overview/comments/video-comment-list.component.html39src/app/+admin/overview/users/user-list/user-list.component.html39src/app/+admin/overview/videos/video-list.component.html36src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type Job type @@ -4533,58 +4435,48 @@ The link will expire within 1 hour. Selector for the list displaying jobs, filtering by their state - - Showing to of jobs - Showing to of jobs - src/app/+admin/system/jobs/jobs.component.html39 - + Type Type - src/app/+admin/system/jobs/jobs.component.html46src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 Priority (1 = highest priority) Priority (1 = highest priority) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + + src/app/+admin/system/jobs/jobs.component.html45 Progress Progress - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found. No jobs found. - src/app/+admin/system/jobs/jobs.component.html105 + src/app/+admin/system/jobs/jobs.component.html103 No jobs found. No jobs found. - src/app/+admin/system/jobs/jobs.component.html106 + src/app/+admin/system/jobs/jobs.component.html104 No jobs found. No jobs found. - src/app/+admin/system/jobs/jobs.component.html110 + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are . No jobs found that are . - src/app/+admin/system/jobs/jobs.component.html111 + src/app/+admin/system/jobs/jobs.component.html109 Refresh Refresh - src/app/+admin/overview/comments/video-comment-list.component.html31src/app/+admin/overview/videos/video-list.component.html27src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 now now @@ -4625,7 +4517,7 @@ The link will expire within 1 hour. - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description Short description @@ -5029,10 +4921,13 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 ⚠️ We don't recommend to enable this feature if you don't trust your users⚠️ We don't recommend to enable this feature if you don't trust your users - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL)Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ You need to allow import with HTTP URL to be able to activate this feature. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html319 @@ -5973,55 +5868,34 @@ color: red; src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html 9 - - Showing to of synchronizationsShowing to of synchronizations - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - Add synchronizationAdd synchronization - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 External Channel External Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 Channel Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 Last synchronization at Last synchronization at - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List importsList imports - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channelFully synchronize the channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channelThis fetches any missing videos on the local channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for .Synchronization removed successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for .Full synchronization requested successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATIONNEW SYNCHRONIZATION src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.html @@ -6144,22 +6018,14 @@ color: red; Target Target - src/app/+my-library/my-video-imports/my-video-imports.component.html28 + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted This video was deleted - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - Showing to of imports - Showing - to - of - imports - - - src/app/+my-library/my-video-imports/my-video-imports.component.html21 + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. Once you delete your account, there is no going back. You will be asked to confirm this action. @@ -6172,20 +6038,10 @@ color: red; - src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65src/app/+videos/+video-watch/video-watch.component.html66 + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}}{VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} - src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()!Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - - + src/app/+my-library/+my-video-channels/my-video-channels.component.html49 Created by Created by @@ -6567,7 +6423,7 @@ channel or account with the same name (Banned - src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html105 + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Instance muted Instance muted @@ -6659,7 +6515,7 @@ channel or account with the same name () to confirm Please type the name of the video channel () to confirm - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL @@ -7123,11 +6979,11 @@ channel or account with the same name (Go to the previous step - src/app/+signup/+register/register.component.ts43 + src/app/+signup/+register/register.component.ts42 Go to the next stepGo to the next step - src/app/+signup/+register/register.component.ts44 + src/app/+signup/+register/register.component.ts43 Who are we? @@ -7146,7 +7002,7 @@ channel or account with the same name (src/app/shared/shared-instance/instance-about-accordion.component.html48 Terms of Terms of - src/app/shared/shared-instance/instance-about-accordion.component.ts81 + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability Administrators & Sustainability @@ -7335,34 +7191,34 @@ channel or account with the same name (src/app/shared/shared-video-miniature/video-filters-header.component.ts90 Sensitive contentSensitive content - src/app/shared/shared-video-miniature/video-filters.model.ts125 + src/app/shared/shared-video-miniature/video-filters.model.ts131 ScopeScope - src/app/shared/shared-video-miniature/video-filters.model.ts132 + src/app/shared/shared-video-miniature/video-filters.model.ts138 FederatedFederated - src/app/shared/shared-video-miniature/video-filters.model.ts134 + src/app/shared/shared-video-miniature/video-filters.model.ts140 LanguagesLanguages - src/app/shared/shared-video-miniature/video-filters.model.ts142 + src/app/shared/shared-video-miniature/video-filters.model.ts148 CategoriesCategories - src/app/shared/shared-video-miniature/video-filters.model.ts151 + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videosAll videos - src/app/shared/shared-video-miniature/video-filters.model.ts160 + src/app/shared/shared-video-miniature/video-filters.model.ts166 BlurredBlurred - src/app/shared/shared-video-miniature/video-filters.model.ts240 + src/app/shared/shared-video-miniature/video-filters.model.ts246 hiddenhidden - src/app/shared/shared-video-miniature/video-filters.model.ts246 + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurredblurred - src/app/shared/shared-video-miniature/video-filters.model.ts247 + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayeddisplayed - src/app/shared/shared-video-miniature/video-filters.model.ts249 + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protectedPassword protected src/app/shared/shared-video-miniature/video-miniature.component.html @@ -7722,7 +7578,7 @@ channel or account with the same name (Reject - src/app/+admin/follows/followers-list/followers-list.component.html51src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 @@ -7750,7 +7606,7 @@ channel or account with the same name (src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts63src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts133src/app/shared/shared-abuse-list/abuse-list-table.component.ts376src/app/shared/shared-abuse-list/abuse-list-table.component.ts411src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}}Accepted {count, plural, =1 { follow request} other { follow requests}} src/app/+admin/follows/followers-list/followers-list.component.ts67 @@ -7776,7 +7632,7 @@ channel or account with the same name (src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html25 + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line 1 host (without "http://"), account handle or channel handle per line @@ -7841,17 +7697,17 @@ channel or account with the same name (Do you really want to remove this video redundancy? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy Remove redundancy - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! Video redundancies removed! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Account unmuted by your instance. Account @@ -7921,89 +7777,89 @@ channel or account with the same name (Internal actions - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report Delete report - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account Actions for the flagged account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mark as accepted Mark as accepted - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected Mark as rejected - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note Add internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video Actions for the video - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video Block video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. Video blocked. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video Unblock video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. Video unblocked. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Do you really want to delete this abuse report? Do you really want to delete this abuse report? - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. Abuse deleted. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment Deleted comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter Messages with reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators Messages with moderators - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note Update internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual Switch video block to manual @@ -8149,12 +8005,12 @@ channel or account with the same name (plugin - src/app/+admin/plugins/shared/plugin-api.service.ts30 + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme theme - src/app/+admin/plugins/shared/plugin-api.service.ts33 + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP address IP address @@ -8271,13 +8127,13 @@ channel or account with the same name (Info - src/app/+admin/overview/videos/video-list.component.html41src/app/core/notification/notifier.service.ts12 + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 FilesFiles - src/app/+admin/overview/videos/video-list.component.html42 + src/app/+admin/overview/videos/video-list.component.html41 Published Published - src/app/+admin/overview/videos/video-list.component.html43 + src/app/+admin/overview/videos/video-list.component.html42 Warning Warning @@ -8301,34 +8157,28 @@ channel or account with the same name (Audit logs - src/app/+admin/system/logs/logs.component.ts145 - Showing to of runner jobsShowing to of runner jobs - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - - + src/app/+admin/system/logs/logs.component.ts145 UUIDUUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 Priority Priority - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 Progress Progress - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 RunnerRunner - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload:Payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload:Private payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found.No runner jobs found. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobsCompleted jobs src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts @@ -8383,28 +8233,16 @@ channel or account with the same name (src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html 4 - - Showing to of remote runnersShowing to of remote runners - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - IPIP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contactLast contact - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found.No remote runners found. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. User @@ -8416,7 +8254,7 @@ channel or account with the same name (Create user - src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html25 + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videos Blocked videos @@ -8522,12 +8360,6 @@ channel or account with the same name (src/app/+admin/moderation/registration-list/registration-list.component.html 3 - - Showing to of registrationsShowing to of registrations - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - Password changed for user . @@ -8589,7 +8421,7 @@ channel or account with the same name (src/app/+admin/overview/videos/video-admin.service.ts49 LiveLive - src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html88 + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video filesVideo files src/app/+admin/overview/videos/video-admin.service.ts59 @@ -8953,17 +8785,17 @@ channel or account with the same name (Too many languages are enabled. Please enable them all or stay below 20 enabled languages. - src/app/shared/shared-user-settings/user-video-settings.component.ts76 + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. Video settings updated. - src/app/shared/shared-user-settings/user-video-settings.component.ts121 + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. Display/Video settings updated. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Video channel created. Video channel @@ -9004,12 +8836,12 @@ channel or account with the same name ( deleted. - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day Views for the day - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followersMy followers @@ -9084,13 +8916,13 @@ channel or account with the same name ( created. - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 Create Create - src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist Update playlist @@ -9163,7 +8995,13 @@ channel or account with the same name (? - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + + Video deleted. Video @@ -9291,12 +9129,12 @@ channel or account with the same name (Maximize editor - src/app/shared/shared-forms/markdown-textarea.component.ts51 + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editor Exit maximized editor - src/app/shared/shared-forms/markdown-textarea.component.ts52 + src/app/shared/shared-forms/markdown-textarea.component.ts50 @@ -9324,7 +9162,7 @@ channel or account with the same name (Subscribe to the account - src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts888 + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTS PLAYLISTS @@ -9614,12 +9452,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular VOD videos VOD videos - src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts174 + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videos Live videos - src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts168 + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) Short (< 4 min) @@ -10934,13 +10772,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instance languages - src/app/+videos/+video-edit/shared/video-edit.component.ts222 + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages All languages - src/app/+videos/+video-edit/shared/video-edit.component.ts223src/app/shared/shared-forms/select/select-languages.component.ts25 + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Hidden Hidden @@ -10955,7 +10793,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Displayed Displayed - src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts242 + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 DisabledDisabled src/app/shared/shared-instance/instance-features-table.component.ts60 @@ -11123,19 +10961,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server Mute server - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. Server muted by the instance. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter Add a message to communicate with the reporter @@ -11384,26 +11222,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular minutes. - src/app/core/rest/rest-extractor.service.ts126 + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. Too many attempts, please try again later. - src/app/core/rest/rest-extractor.service.ts129 + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. Server error. Please retry later. - src/app/core/rest/rest-extractor.service.ts133 + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later.Server is unavailable. Please retry later. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server errorUnknown server error - src/app/core/rest/rest-extractor.service.ts140 + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + + Subscribed to all current channels of . You will be notified of all their new videos. Subscribed to all current channels of @@ -11510,28 +11351,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Delete video Delete video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment Actions for the comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment Delete comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? Do you really want to delete this comment? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. Comment deleted. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Encoder Encoder @@ -11582,23 +11423,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. Video deleted. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter Actions for the reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter Mute reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 Download @@ -11714,46 +11555,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+admin/system/runners/runner-list/runner-list.component.ts 58 - - Showing to of registration tokensShowing to of registration tokens - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - TokenToken - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runnersAssociated runners - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate tokenGenerate token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copiedRegistration token copied - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration tokenCopy registration token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners.No registration token found for remote runners. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this tokenRemove this token src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.ts34 @@ -11805,7 +11625,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actions Open video actions @@ -11834,7 +11654,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute server account Mute server account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Report Report @@ -11925,7 +11745,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html77src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Add to watch later Add to watch later @@ -11954,25 +11774,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Only I can see this video Kun jeg kan se denne video - src/app/shared/shared-main/video/video.service.ts460 + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link Only shareable via a private link - src/app/shared/shared-main/video/video.service.ts461 + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video Alle kan se denne video - src/app/shared/shared-main/video/video.service.ts462 + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video Only users of this instance can see this video - src/app/shared/shared-main/video/video.service.ts463 + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this videoOnly users with the appropriate password can see this video - src/app/shared/shared-main/video/video.service.ts464 + src/app/shared/shared-main/video/video.service.ts465 @@ -12052,36 +11872,24 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular You have unsaved changes! If you leave, your changes will be lost. You have unsaved changes! If you leave, your changes will be lost. - src/app/+videos/+video-edit/video-update.component.ts140 + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. Video updated. - src/app/+videos/+video-edit/video-update.component.ts227 + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators.Your video will also be automatically blocked since video publication requires manual validation by moderators. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version.Uploading a new version of your video will completely erase the current version. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 <br /><br />Do you still want to replace your video file?<br /><br />Do you still want to replace your video file? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warningReplace file warning - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: )(extensions: ) @@ -12166,86 +11974,77 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? - src/app/+videos/+video-watch/video-watch.component.ts370 + src/app/+videos/+video-watch/video-watch.component.ts371 Redirection Redirection - src/app/+videos/+video-watch/video-watch.component.ts371 + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this videoYou need a password to watch this video - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protectedThis video is password protected - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct passwordIncorrect password, please enter a correct password - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? This video contains mature or explicit content. Are you sure you want to watch it? - src/app/+videos/+video-watch/video-watch.component.ts446 + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content Mature or explicit content - src/app/+videos/+video-watch/video-watch.component.ts447 + src/app/+videos/+video-watch/video-watch.component.ts448 Cancel Cancel - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html42src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreenEnter/exit fullscreen - src/app/+videos/+video-watch/video-watch.component.ts851 + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the videoPlay/Pause the video - src/app/+videos/+video-watch/video-watch.component.ts852 + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the videoMute/unmute the video - src/app/+videos/+video-watch/video-watch.component.ts853 + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90%Skip to a percentage of the video: 0 is 0% and 9 is 90% - src/app/+videos/+video-watch/video-watch.component.ts868 + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volumeIncrease the volume - src/app/+videos/+video-watch/video-watch.component.ts855 + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volumeDecrease the volume - src/app/+videos/+video-watch/video-watch.component.ts856 + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forwardSeek the video forward - src/app/+videos/+video-watch/video-watch.component.ts870 + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backwardSeek the video backward - src/app/+videos/+video-watch/video-watch.component.ts871 + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rateIncrease playback rate - src/app/+videos/+video-watch/video-watch.component.ts873 + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rateDecrease playback rate - src/app/+videos/+video-watch/video-watch.component.ts874 + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frameNavigate in the video to the previous frame - src/app/+videos/+video-watch/video-watch.component.ts876 + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frameNavigate in the video to the next frame - src/app/+videos/+video-watch/video-watch.component.ts877 + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater modeToggle theater mode - src/app/+videos/+video-watch/video-watch.component.ts861 + src/app/+videos/+video-watch/video-watch.component.ts867 @@ -12327,12 +12126,6 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+admin/overview/videos/video-admin.service.ts 103 - - Showing to of videosShowing to of videos - - src/app/+admin/overview/videos/video-list.component.html - 11 - Only videos uploaded on this instance are displayedOnly videos uploaded on this instance are displayed diff --git a/client/src/locale/angular.de-DE.xlf b/client/src/locale/angular.de-DE.xlf index e38ddb02f..39e6a63bf 100644 --- a/client/src/locale/angular.de-DE.xlf +++ b/client/src/locale/angular.de-DE.xlf @@ -317,30 +317,21 @@ {views, plural, =0 {No view} =1 {1 view} other { views}} {views, plural, =0 {Keine Aufrufe} =1 {1 Aufruf} other { Aufrufe}} - src/app/shared/shared-main/video/video.model.ts291 + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded.PeerTube considers this video is already being transcoded. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcodingForce transcoding - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} {viewers, plural, =0 {Kein Zuschauer} other { Zuschauer}} - src/app/shared/shared-main/video/video.model.ts288 + src/app/shared/shared-main/video/video.model.ts289 @@ -356,13 +347,13 @@ Account muted Konto stummgeschaltet - src/app/+admin/overview/videos/video-list.component.html79 - + + src/app/+admin/overview/videos/video-list.component.html78 Server muted Server stummgeschaltet - src/app/+admin/overview/videos/video-list.component.html80 - + + src/app/+admin/overview/videos/video-list.component.html79 Save to Speichern unter @@ -473,7 +464,7 @@ Video - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts341src/app/shared/shared-video-miniature/video-download.component.ts62 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: ) Ihr Videokontingent ist mit diesem Video überschritten (Videogröße: , verwendet: , Kontingent: ) @@ -581,21 +572,18 @@ Blockiert - src/app/+admin/overview/videos/video-list.component.html82src/app/shared/shared-video-miniature/video-miniature.component.html64 + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storage Objektspeicherung - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this file Diese Datei löschen - src/app/+admin/overview/videos/video-list.component.html114 - src/app/+admin/overview/videos/video-list.component.html130 - + + + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}. @@ -957,7 +945,7 @@ Local Lokal - src/app/shared/shared-video-miniature/video-filters.model.ts135 + src/app/shared/shared-video-miniature/video-filters.model.ts141 users Benutzer @@ -993,10 +981,10 @@ Following Abonniert - src/app/+admin/admin.component.ts84 - src/app/+admin/follows/following-list/following-list.component.html41 - src/app/+admin/follows/follows.routes.ts26 - + + + + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 Followers Abonnenten @@ -1247,7 +1235,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 Email address E-Mail-Adresse @@ -1299,7 +1287,7 @@ The link will expire within 1 hour. Registrieren Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 + src/app/+signup/+register/register.component.ts85 Why creating an account? Warum ein Konto erstellen? @@ -1981,8 +1969,8 @@ Hilf mit PeerTube zu übersetzen! Media is too large for the server. Please contact you administrator if you want to increase the limit size. Das Medium ist zu groß für den Server. Bitte wende dich an deine Administration, wenn du das Größenlimit erhöhen möchtest. - src/app/core/rest/rest-extractor.service.ts118 - + + src/app/core/rest/rest-extractor.service.ts122 GLOBAL SEARCH GLOBALE SUCHE @@ -2187,21 +2175,21 @@ Hilf mit PeerTube zu übersetzen! Reset Zurücksetzen - src/app/+search/search-filters.component.html8 - src/app/+search/search-filters.component.html22 - src/app/+search/search-filters.component.html41 - src/app/+search/search-filters.component.html60 - src/app/+search/search-filters.component.html74 - src/app/+search/search-filters.component.html109 - src/app/+search/search-filters.component.html122 - src/app/+search/search-filters.component.html135 - src/app/+search/search-filters.component.html148 - src/app/+search/search-filters.component.html163 - src/app/+search/search-filters.component.html171 - src/app/+search/search-filters.component.html188 - src/app/+search/search-filters.component.html229 - src/app/shared/shared-forms/reactive-file.component.html16 - + + + + + + + + + + + + + + + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter Filtern @@ -2362,7 +2350,7 @@ Hilf mit PeerTube zu übersetzen! - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts39src/app/shared/shared-instance/instance-follow.service.ts142 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found Kein Element gefunden @@ -2371,16 +2359,16 @@ Hilf mit PeerTube zu übersetzen! Description Beschreibung - src/app/+about/about-instance/about-instance.component.html113 - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html24 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+videos/+video-edit/shared/video-edit.component.html44 - + + + + + + + + + + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 Choose the appropriate licence for your work. Wählen Sie die passende Lizenz für Ihre Arbeit. @@ -2389,71 +2377,50 @@ Hilf mit PeerTube zu übersetzen! Channel Kanal - src/app/+admin/moderation/registration-list/registration-list.component.html39 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+videos/+video-edit/shared/video-edit.component.html65 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26 - src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reason Grund für die Registrierung - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation response Moderationsantwort - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 Requested on Angefragt auf - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason: Registrierungsgrund: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response: Moderationsantwort: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters. Keine Registrierungen für aktuelle Filter gefunden. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found. Keine Registrierungen gefunden. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this request Diese Anfrage akzeptieren @@ -2693,65 +2660,65 @@ Hilf mit PeerTube zu übersetzen! Original publication date Ursprüngliches Veröffentlichungsdatum - src/app/+videos/+video-edit/shared/video-edit.component.html368 + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) Datum, an dem der Inhalt ursprünglich veröffentlicht wurde (z. B. das Veröffentlichungsdatum eines Films) - src/app/+videos/+video-edit/shared/video-edit.component.html371 + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settings Plugin-Einstellungen - src/app/+videos/+video-edit/shared/video-edit.component.html402 + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latency Geringe Latenzzeit - src/app/+videos/+video-edit/shared/video-edit.component.ts92 + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2P Verringerung der Latenzzeit auf ~15s durch Deaktivierung von P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts93 + src/app/+videos/+video-edit/shared/video-edit.component.ts94 Default Standard - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts97 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30s Durchschnittliche Latenzzeit von 30 s - src/app/+videos/+video-edit/shared/video-edit.component.ts98 + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latency Hohe Latenzzeit - src/app/+videos/+video-edit/shared/video-edit.component.ts102 + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratio Durchschnittliche Latenzzeit von 60 s mit steigendem P2P-Verhältnis - src/app/+videos/+video-edit/shared/video-edit.component.ts103 + src/app/+videos/+video-edit/shared/video-edit.component.ts104 Other Andere - src/app/+videos/+video-edit/shared/video-edit.component.ts219src/app/shared/shared-forms/select/select-languages.component.ts50 + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments Videokommentare zulassen - src/app/+videos/+video-edit/shared/video-edit.component.html389 + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download Herunterladen erlauben - src/app/+videos/+video-edit/shared/video-edit.component.html394 + src/app/+videos/+video-edit/shared/video-edit.component.html398 Advanced settings Erweiterte Einstellungen @@ -2802,12 +2769,12 @@ Hilf mit PeerTube zu übersetzen! Scheduled Geplante Veröffentlichung - src/app/+videos/+video-edit/shared/video-edit.component.ts240 + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date Video bis zu einem bestimmten Datum verbergen - src/app/+videos/+video-edit/shared/video-edit.component.ts241 + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal live Normale Live-Übertragung @@ -2853,9 +2820,9 @@ Hilf mit PeerTube zu übersetzen! Total video quota Gesamtes Videokontingent - src/app/+admin/overview/users/user-list/user-list.component.html118 - src/app/shared/shared-main/users/user-quota.component.html3 - + + + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Congratulations! Your video is now available in your private library. Glückwunsch! Dein Video ist jetzt in ihrer privaten Bibliothek verfügbar. @@ -2917,11 +2884,11 @@ Hilf mit PeerTube zu übersetzen! src/app/+videos/+video-edit/video-update.component.html 29 - - Your video is currenctly being updated. If you leave, your changes will be lost.Your video is currenctly being updated. If you leave, your changes will be lost. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 @@ -3183,7 +3150,7 @@ Hilf mit PeerTube zu übersetzen! - src/app/+admin/overview/users/user-list/user-list.component.html104src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Loop Schleife @@ -3305,8 +3272,8 @@ Hilf mit PeerTube zu übersetzen! Show more Mehr anzeigen - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 - + + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less Weniger anzeigen @@ -3349,14 +3316,14 @@ Hilf mit PeerTube zu übersetzen! The video was blocked due to automatic blocking of new videos Dieses Video wurde blockiert, da automatisch alle neuen Videos blockiert werden - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFW NSFW - src/app/+admin/moderation/video-block-list/video-block-list.component.html56 - src/app/+admin/overview/videos/video-list.component.html75 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Get more information Weitere Informationen bekommen @@ -3611,16 +3578,13 @@ Hilf mit PeerTube zu übersetzen! Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? Wenn Sie das Token erneuern, können zuvor konfigurierte Clients den Feed nicht mehr abrufen, bis sie das neue Token verwenden. Fortfahren? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly. Token erneuert. Aktualisiere deine Client-Konfiguration entsprechend. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEED Abonnement-Feed @@ -3649,9 +3613,9 @@ Hilf mit PeerTube zu übersetzen! Renew token Token erneuern - src/app/+my-account/my-account-applications/my-account-applications.component.html36 - src/app/+my-account/my-account-applications/my-account-applications.component.ts41 - + + + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Filter... Filtern... @@ -3672,69 +3636,63 @@ Hilf mit PeerTube zu übersetzen! Video/Comment/Account Video/Kommentar/Konto - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 ID ID - src/app/+admin/system/jobs/jobs.component.html45 - + + src/app/+admin/system/jobs/jobs.component.html43 State Status - src/app/+admin/system/jobs/jobs.component.html48 - src/app/+my-library/my-video-imports/my-video-imports.component.html30 - + + + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 Created Erstellt - src/app/+admin/follows/followers-list/followers-list.component.html39 - src/app/+admin/follows/following-list/following-list.component.html43 - src/app/+admin/system/jobs/jobs.component.html50 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html27 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 - src/app/+my-library/my-video-imports/my-video-imports.component.html31 - src/app/shared/shared-abuse-list/abuse-list-table.component.html23 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab Künstlerseite in neuem Tab öffnen - src/app/+admin/follows/followers-list/followers-list.component.html56 - + + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted Akzeptiert - src/app/+admin/follows/followers-list/followers-list.component.html63 - src/app/+admin/follows/following-list/following-list.component.html65 - + + + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending Ausstehend - src/app/+admin/follows/followers-list/followers-list.component.html64 - src/app/+admin/follows/following-list/following-list.component.html66 - + + + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 Rejected Abgelehnt - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept Akzeptieren - src/app/+admin/follows/followers-list/followers-list.component.html50 - src/app/+admin/follows/followers-list/followers-list.component.ts45 - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25 - src/app/+my-library/my-ownership/my-ownership.component.html27 - + + + + + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse Ablehnen @@ -3743,61 +3701,53 @@ Hilf mit PeerTube zu übersetzen! No follower found matching current filters. Keine Abonnenten für die aktuellen Filter gefunden. - src/app/+admin/follows/followers-list/followers-list.component.html77 - + + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. Ihre Instanz hat keine Abonnenten. - src/app/+admin/follows/followers-list/followers-list.component.html78 - - - Showing to of followers - Zeige bis von Abonnenten - src/app/+admin/follows/followers-list/followers-list.component.html11 - + + src/app/+admin/follows/followers-list/followers-list.component.html77 + Redundancy allowed Redundanz erlaubt - src/app/+admin/follows/following-list/following-list.component.html44 - + + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab Öffne die Instanz in einem neuen Tab - src/app/+admin/follows/following-list/following-list.component.html58 - src/app/shared/shared-moderation/server-blocklist.component.html43 - src/app/shared/shared-moderation/server-blocklist.component.html43 - + + + + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. Kein Host für die aktuellen Filter gefunden. - src/app/+admin/follows/following-list/following-list.component.html84 - + + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. Deine Instanz hat keine anderen Instanzen abonniert. - src/app/+admin/follows/following-list/following-list.component.html85 - + + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}} Wollen Sie wirklich {count, plural, =1 {?} anderen { Einträgen nicht folgen?}} src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - Zeige bis von Ho - src/app/+admin/follows/following-list/following-list.component.html11 - + Action Aktion - src/app/+admin/follows/following-list/following-list.component.html40 - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/server-blocklist.component.html31 - src/app/shared/shared-moderation/server-blocklist.component.html31 - + + + + + + + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies Videoredundanzen @@ -3816,18 +3766,18 @@ Hilf mit PeerTube zu übersetzen! Table parameters Tabelleneigenschaften - src/app/+admin/overview/users/user-list/user-list.component.html47 - + + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns Spalten wählen - src/app/+admin/overview/users/user-list/user-list.component.html53 - + + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users Gesperrte Nutzer hervorheben - src/app/+admin/overview/users/user-list/user-list.component.html59 - + + src/app/+admin/overview/users/user-list/user-list.component.html57 Username Nutzername @@ -3942,54 +3892,50 @@ Hilf mit PeerTube zu übersetzen! Batch actions Stapelverarbeitungsaktionen - src/app/+admin/follows/followers-list/followers-list.component.html18 - src/app/+admin/follows/following-list/following-list.component.html18 - src/app/+admin/moderation/registration-list/registration-list.component.html18 - src/app/+admin/overview/comments/video-comment-list.component.html22 - src/app/+admin/overview/users/user-list/user-list.component.html18 - src/app/+admin/overview/videos/video-list.component.html18 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 The user was banned Dieser Nutzer wurde gesperrt - src/app/+admin/overview/users/user-list/user-list.component.html109 - + + src/app/+admin/overview/users/user-list/user-list.component.html107 Open account in a new tab Nutzerkonto in einem neuen Tab öffnen - src/app/+admin/overview/comments/video-comment-list.component.html69 - src/app/+admin/overview/users/user-list/user-list.component.html94 - src/app/+my-library/my-ownership/my-ownership.component.html32 - src/app/shared/shared-abuse-list/abuse-list-table.component.html44 - src/app/shared/shared-moderation/account-blocklist.component.html35 - src/app/shared/shared-moderation/account-blocklist.component.html35 - + + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account Gelöschter Account - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota Gesamtes tägliches Videokontingent - src/app/+admin/overview/users/user-list/user-list.component.html128 - + + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: Grund für die Sperrung: - src/app/+admin/overview/users/user-list/user-list.component.html150 - + + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned users Gesperrte User src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - Zeige bis von Nutzern - src/app/+admin/overview/users/user-list/user-list.component.html11 - + Moderation Moderation @@ -4030,9 +3976,9 @@ Hilf mit PeerTube zu übersetzen! Video Video - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30 - src/app/+admin/moderation/video-block-list/video-block-list.component.html26 - + + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size Gesamtgröße @@ -4066,79 +4012,79 @@ Hilf mit PeerTube zu übersetzen! Used () () benutzt - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available () () verfügbar - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Sensitive Anstößig - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated Unföderiert - src/app/+admin/moderation/video-block-list/video-block-list.component.html28 - src/app/+admin/moderation/video-block-list/video-block-list.component.html60 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date Datum - src/app/+admin/moderation/video-block-list/video-block-list.component.html29 - src/app/+admin/overview/comments/video-comment-list.component.html46 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this row Diese Reihe auswählen - src/app/+admin/follows/followers-list/followers-list.component.html46 - src/app/+admin/follows/following-list/following-list.component.html51 - src/app/+admin/moderation/registration-list/registration-list.component.html50 - src/app/+admin/overview/comments/video-comment-list.component.html54 - src/app/+admin/overview/users/user-list/user-list.component.html79 - src/app/+admin/overview/videos/video-list.component.html51 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full comment Ganzen Kommentar lesen - src/app/+admin/overview/comments/video-comment-list.component.html58 - + + src/app/+admin/overview/comments/video-comment-list.component.html57 Actions Aktionen - src/app/+admin/follows/followers-list/followers-list.component.html35 - src/app/+admin/moderation/registration-list/registration-list.component.html60 - src/app/+admin/moderation/video-block-list/video-block-list.component.html43 - src/app/+admin/overview/comments/video-comment-list.component.html64 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70 - src/app/+admin/system/runners/runner-list/runner-list.component.html36 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44 - src/app/+my-library/my-ownership/my-ownership.component.html12 - src/app/shared/shared-abuse-list/abuse-list-table.component.html39 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 Follower Abonnent - src/app/+admin/follows/followers-list/followers-list.component.html36 - + + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented video Kommentiertes Video - src/app/+admin/overview/comments/video-comment-list.component.html81 - + + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters. Keine Kommentare mit dem derzeitigen Filter gefunden. - src/app/+admin/overview/comments/video-comment-list.component.html106 - + + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found. Keine Kommentare gefunden. - src/app/+admin/overview/comments/video-comment-list.component.html107 - + + src/app/+admin/overview/comments/video-comment-list.component.html106 Local comments Lokale Kommentare @@ -4157,53 +4103,53 @@ Hilf mit PeerTube zu übersetzen! No abuses found matching current filters. Keine Missbräuche mit den aktuellen Filtern gefunden. - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. Keine Missbräuche gefunden. - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reports Ungelöste Meldungen - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reports Akzeptierte Meldungen - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reports Zurückgewiesene Meldungen - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videos Meldungen mit blockierten Videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videos Meldungen mit gelöschten Videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: Grund für das Blockieren: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. Kein geblocktes Video passt zu den aktuellen Filtern. - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. Keine gesperrten Videos gefunden. - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocks Automatische Sperrungen @@ -4214,11 +4160,7 @@ Hilf mit PeerTube zu übersetzen! Manuelle Sperrungen src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - Zeige bis von blockierten Videos - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 - + Reports Meldungen @@ -4247,9 +4189,9 @@ Hilf mit PeerTube zu übersetzen! Reporter Melder - src/app/shared/shared-abuse-list/abuse-details.component.html7 - src/app/shared/shared-abuse-list/abuse-list-table.component.html21 - + + + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 @@ -4265,28 +4207,28 @@ Hilf mit PeerTube zu übersetzen! Video Video - src/app/+admin/overview/comments/video-comment-list.component.html44 - src/app/+admin/overview/videos/video-list.component.html40 - src/app/+my-library/my-ownership/my-ownership.component.html14 - src/app/+my-library/my-video-imports/my-video-imports.component.html29 - src/app/shared/shared-video-miniature/video-download.component.html8 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 Comment Kommentar - src/app/+admin/overview/comments/video-comment-list.component.html45src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 This video has been reported multiple times. Dieses Video wurde mehrfach gemeldet. - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked Dieses Video ist gesperrt - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on von am @@ -4295,13 +4237,19 @@ Hilf mit PeerTube zu übersetzen! Video was deleted Video wurde gelöscht - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + Account deleted Konto gelöscht - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 Open video in a new tab Öffne Video in neuem Tab @@ -4310,33 +4258,29 @@ Hilf mit PeerTube zu übersetzen! State Status - src/app/+admin/follows/followers-list/followers-list.component.html37 - src/app/+admin/follows/following-list/following-list.component.html42 - src/app/+admin/moderation/registration-list/registration-list.component.html41 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36 - src/app/shared/shared-abuse-list/abuse-list-table.component.html24 - + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages Nachrichten - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note Interne Notiz - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score Bewertung - src/app/+admin/follows/followers-list/followers-list.component.html38 - - - Showing to of reports - Zeige bis von Meldungen - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 - + + src/app/+admin/follows/followers-list/followers-list.component.html37 + Reportee Meldungsgeber @@ -4356,51 +4300,46 @@ Hilf mit PeerTube zu übersetzen! Mute domain Domain stummschalten - src/app/shared/shared-moderation/server-blocklist.component.html19 - src/app/shared/shared-moderation/server-blocklist.component.html19 - + + + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance Instanz - src/app/+about/about.component.html3 - src/app/+search/search-filters.component.html217 - src/app/shared/shared-moderation/server-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html32 - + + + + + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at Stummgeschaltet am - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/server-blocklist.component.html33 - src/app/shared/shared-moderation/server-blocklist.component.html33 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute Stummschalten aufheben - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html40 - src/app/shared/shared-moderation/server-blocklist.component.html40 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. Kein Server passt zu den aktuellen Filtern. - src/app/shared/shared-moderation/server-blocklist.component.html56 - src/app/shared/shared-moderation/server-blocklist.component.html56 - + + + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. Kein Server gefunden. - src/app/shared/shared-moderation/server-blocklist.component.html57 - src/app/shared/shared-moderation/server-blocklist.component.html57 - - - Showing to of muted instances - Zeige bis von stummgeschalteten Instanzen - src/app/shared/shared-moderation/server-blocklist.component.html12 - src/app/shared/shared-moderation/server-blocklist.component.html12 - + + + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. Es sieht so aus, dass Ihr Server kein HTTPS verwendet. Auf Ihrem Webserver muss TLS aktiviert sein, damit Sie Server abonnieren können. @@ -4414,29 +4353,29 @@ Hilf mit PeerTube zu übersetzen! Mute domains Domains stummschalten - src/app/shared/shared-moderation/server-blocklist.component.html64 - src/app/shared/shared-moderation/server-blocklist.component.html64 - + + + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account Konto - src/app/+admin/moderation/registration-list/registration-list.component.html37 - src/app/+admin/overview/comments/video-comment-list.component.html43 - src/app/shared/shared-moderation/account-blocklist.component.html24 - src/app/shared/shared-moderation/account-blocklist.component.html24 - + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. Kein Konto passt zu den aktuellen Filtern. - src/app/shared/shared-moderation/account-blocklist.component.html54 - src/app/shared/shared-moderation/account-blocklist.component.html54 - + + + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. Kein Konto gefunden. - src/app/shared/shared-moderation/account-blocklist.component.html55 - src/app/shared/shared-moderation/account-blocklist.component.html55 - + + + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed plugins Liste installierte Plug-Ins auf @@ -4452,12 +4391,7 @@ Hilf mit PeerTube zu übersetzen! Plug-In anzeigen src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - Zeige bis von stummgeschaltete Accounts - src/app/shared/shared-moderation/account-blocklist.component.html11 - src/app/shared/shared-moderation/account-blocklist.component.html11 - + Plugins/Themes Plugins / Designs @@ -4681,22 +4615,18 @@ Hilf mit PeerTube zu übersetzen! In dieser Ansicht werden auch Kommentare von stummgeschalteten Konten angezeigt. src/app/+admin/overview/comments/video-comment-list.component.html8 - - Showing to of comments - Zeige bis von Kommentaren - src/app/+admin/overview/comments/video-comment-list.component.html15 - + Select all rows Alle Reihen auswählen - src/app/+admin/follows/followers-list/followers-list.component.html33 - src/app/+admin/follows/following-list/following-list.component.html38 - src/app/+admin/moderation/registration-list/registration-list.component.html33 - src/app/+admin/overview/comments/video-comment-list.component.html39 - src/app/+admin/overview/users/user-list/user-list.component.html39 - src/app/+admin/overview/videos/video-list.component.html36 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type Art des Jobs @@ -4716,62 +4646,52 @@ Hilf mit PeerTube zu übersetzen! Selector for the list displaying jobs, filtering by their state - - Showing to of jobs - Zeige bis von Jobs - src/app/+admin/system/jobs/jobs.component.html39 - + Type Typ - src/app/+admin/system/jobs/jobs.component.html46 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 - + + + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 Priority (1 = highest priority) Priorität (1 = höchste Priorität) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + + src/app/+admin/system/jobs/jobs.component.html45 Progress Fortschritt - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found. Keine Jobs gefunden. - src/app/+admin/system/jobs/jobs.component.html105 - + + src/app/+admin/system/jobs/jobs.component.html103 No jobs found. Keine Jobs gefunden. - src/app/+admin/system/jobs/jobs.component.html106 - + + src/app/+admin/system/jobs/jobs.component.html104 No jobs found. Keine Jobs gefunden. - src/app/+admin/system/jobs/jobs.component.html110 - + + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are . Keine Jobs gefunden, die sind. - src/app/+admin/system/jobs/jobs.component.html111 - + + src/app/+admin/system/jobs/jobs.component.html109 Refresh Aktualisieren - src/app/+admin/overview/comments/video-comment-list.component.html31 - src/app/+admin/overview/videos/video-list.component.html27 - src/app/+admin/system/jobs/jobs.component.html30 - src/app/+admin/system/logs/logs.component.html33 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 now Jetzt @@ -4811,11 +4731,11 @@ Hilf mit PeerTube zu übersetzen! Name Name - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12 - src/app/+admin/system/runners/runner-list/runner-list.component.html23 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - + + + + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description Kurze Beschreibung @@ -5235,12 +5155,14 @@ Hilf mit PeerTube zu übersetzen! ⚠️ We don't recommend to enable this feature if you don't trust your users ⚠️Wir raten davon ab, diese Funktion zu aktivieren, wenn Sie Ihren Benutzern nicht vertrauen src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + - - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - Ermöglicht die Synchronisierung von Kanälen mit Kanälen anderer Plattformen wie YouTube (erfordert das Zulassen des Imports mit HTTP-URL) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 - + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔Sie müssen den Import mit HTTP-URL erlauben, um diese Funktion aktivieren zu können. @@ -6269,74 +6191,52 @@ color: red; 9 - - Showing to of synchronizations - Anzeige von bis von Synchronisierungen - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - - + Add synchronization Synchronisierung hinzufügen - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 External Channel Externer Kanal - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 Channel Kanal - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 Last synchronization at Letzte Synchronisierung am - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List imports Liste der Importe - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channel Kanal vollständig synchronisieren - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channel Alle fehlenden Videos auf dem lokalen Kanal abfragen - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for . Synchronisierung für erfolgreich entfernt. - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for . Vollständige Synchronisierung erfolgreich angefordert für . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATION Neue Synchronisation @@ -6475,18 +6375,14 @@ color: red; Target Ziel - src/app/+my-library/my-video-imports/my-video-imports.component.html28 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted Dieses Video wurde gelöscht - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - - Showing to of imports - Zeige bis von Importen - src/app/+my-library/my-video-imports/my-video-imports.component.html21 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. Ein gelöschtes Konto kann nicht wiederhergestellt werden. Sie werden gebeten, die Löschung zu bestätigen. @@ -6495,25 +6391,15 @@ color: red; Channel page Kanalseite - src/app/+my-library/+my-video-channels/my-video-channels.component.html34 - src/app/+my-library/my-follows/my-subscriptions.component.html20 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65 - src/app/+videos/+video-watch/video-watch.component.html66 - + + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} {VAR_PLURAL, plural, =0 {Keine Aufrufe} =1 {1 Aufruf other { Aufrufe}} src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()!Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - Created by @@ -6958,9 +6844,9 @@ channel or account with the same name ( Banned Gesperrt - src/app/+accounts/accounts.component.html21 - src/app/+admin/overview/users/user-list/user-list.component.html105 - + + + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Instance muted Instanz stummgeschaltet @@ -7052,8 +6938,8 @@ channel or account with the same name ( Please type the name of the video channel () to confirm Bitte geben Sie den Namen des Video-Kanals () ein um zu bestätigen - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL NEUER KANAL @@ -7459,12 +7345,12 @@ channel or account with the same name (Zum vorherigen Schritt - src/app/+signup/+register/register.component.ts43 + src/app/+signup/+register/register.component.ts42 Go to the next step Weiter zum nächsten Schritt - src/app/+signup/+register/register.component.ts44 + src/app/+signup/+register/register.component.ts43 Who are we? Wer sind wir? @@ -7484,7 +7370,7 @@ channel or account with the same name ( Richtlinien von - src/app/shared/shared-instance/instance-about-accordion.component.ts81 + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability Administratoren & Nachhaltigkeit @@ -7699,52 +7585,52 @@ channel or account with the same name (Sensibler Inhalt - src/app/shared/shared-video-miniature/video-filters.model.ts125 + src/app/shared/shared-video-miniature/video-filters.model.ts131 Scope Umfang - src/app/shared/shared-video-miniature/video-filters.model.ts132 + src/app/shared/shared-video-miniature/video-filters.model.ts138 Federated Föderiert - src/app/shared/shared-video-miniature/video-filters.model.ts134 + src/app/shared/shared-video-miniature/video-filters.model.ts140 Languages Sprachen - src/app/shared/shared-video-miniature/video-filters.model.ts142 + src/app/shared/shared-video-miniature/video-filters.model.ts148 Categories Kategorien - src/app/shared/shared-video-miniature/video-filters.model.ts151 + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videos Alle Videos - src/app/shared/shared-video-miniature/video-filters.model.ts160 + src/app/shared/shared-video-miniature/video-filters.model.ts166 Blurred Verschwommen - src/app/shared/shared-video-miniature/video-filters.model.ts240 + src/app/shared/shared-video-miniature/video-filters.model.ts246 hidden versteckt - src/app/shared/shared-video-miniature/video-filters.model.ts246 + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurred verschwommen - src/app/shared/shared-video-miniature/video-filters.model.ts247 + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayed angezeigt - src/app/shared/shared-video-miniature/video-filters.model.ts249 + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protectedPassword protected src/app/shared/shared-video-miniature/video-miniature.component.html @@ -8103,10 +7989,10 @@ channel or account with the same name ( Reject Ablehnen - src/app/+admin/follows/followers-list/followers-list.component.html51 - src/app/+admin/follows/followers-list/followers-list.component.ts40 - src/app/+admin/follows/followers-list/followers-list.component.ts86 - + + + + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 Delete Löschen @@ -8138,7 +8024,7 @@ channel or account with the same name (src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts63src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts133src/app/shared/shared-abuse-list/abuse-list-table.component.ts376src/app/shared/shared-abuse-list/abuse-list-table.component.ts411src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}} {count, plural, =1 { Abonnement-Anfrage} other { Abonnement-Anfragen}} akzeptiert @@ -8177,10 +8063,10 @@ channel or account with the same name ( Follow Abonnieren - src/app/+admin/follows/following-list/follow-modal.component.html3 - src/app/+admin/follows/following-list/follow-modal.component.html37 - src/app/+admin/follows/following-list/following-list.component.html25 - + + + + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line 1 Host (ohne "http://"), Konto-Handle oder Kanal-Handle pro Zeile @@ -8243,18 +8129,18 @@ channel or account with the same name ( Do you really want to remove this video redundancy? Wollen Sie diese Videoredundanz wirklich löschen? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy Redundanz entfernen - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! Videoredundanzen entfernt! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Account unmuted by your instance. Account ist von deiner Instanz nicht mehr stummgeschatet. @@ -8323,90 +8209,90 @@ channel or account with the same name ( Internal actions Interne Aktionen - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report Meldung löschen - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account Aktionen für das markierte Konto - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mark as accepted Als akzeptiert markieren - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected Als abgelehnt markieren - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note Interne Notiz hinzufügen - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video Aktionen für das Video - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video Video blockieren - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. Video blockiert. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video Video nicht mehr blockieren - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. Video nicht mehr blockiert. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Do you really want to delete this abuse report? Wollen Sie wirklich diese Missbrauchsmeldung löschen? - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. Missbrauchsmeldung gelöscht. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment Kommentar entfernt - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter Konversation mit dem Meldenden - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators Nachrichten unter Moderatoren - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note Interne Notiz aktualisieren - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual Blockade des Videos als manuell kennzeichnen @@ -8546,13 +8432,13 @@ channel or account with the same name ( plugin Plugin - src/app/+admin/plugins/shared/plugin-api.service.ts30 - + + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme Designs - src/app/+admin/plugins/shared/plugin-api.service.ts33 - + + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP address IP-Adresse @@ -8672,19 +8558,19 @@ channel or account with the same name ( Info Infos - src/app/+admin/overview/videos/video-list.component.html41 - src/app/core/notification/notifier.service.ts12 - + + + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 Files Dateien - src/app/+admin/overview/videos/video-list.component.html42 - + + src/app/+admin/overview/videos/video-list.component.html41 Published Veröffentlicht - src/app/+admin/overview/videos/video-list.component.html43 - + + src/app/+admin/overview/videos/video-list.component.html42 Warning Warnung @@ -8711,49 +8597,42 @@ channel or account with the same name (Audit-Logs src/app/+admin/system/logs/logs.component.ts145 - - Showing to of runner jobs - Showing to of runner jobs - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - - + UUID UUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 Priority Priority - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 Progress Progress - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 Runner Runner - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload: Payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload: Private payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found. No runner jobs found. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobsCompleted jobs src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts @@ -8818,35 +8697,22 @@ channel or account with the same name (4 - - Showing to of remote runners - Showing to of remote runners - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - - + IP IP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 - + + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contact Last contact - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found. No remote runners found. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. Benutzer erstellt. @@ -8855,9 +8721,9 @@ channel or account with the same name ( Create user Benutzer anlegen - src/app/+admin/overview/users/user-edit/user-create.component.ts97 - src/app/+admin/overview/users/user-list/user-list.component.html25 - + + + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videos Gesperrte Videos @@ -9000,14 +8866,7 @@ channel or account with the same name (3 - - Showing to of registrations - Zeige bis von Registrierungen - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - - + Password changed for user . Kennwort für Benutzer geändert. @@ -9069,9 +8928,9 @@ channel or account with the same name ( Live Live - src/app/+admin/overview/videos/video-admin.service.ts53 - src/app/+admin/overview/videos/video-list.component.html88 - + + + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video files Video Dateien @@ -9469,18 +9328,18 @@ channel or account with the same name ( Too many languages are enabled. Please enable them all or stay below 20 enabled languages. Zu viele Sprachen aktiviert. Bitte aktivieren Sie entweder alle oder maximal 20 Sprachen. - src/app/shared/shared-user-settings/user-video-settings.component.ts76 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. Videoeinstellungen geändert. - src/app/shared/shared-user-settings/user-video-settings.component.ts121 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. Anzeige-/Videoeinstellungen aktualisiert. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Video channel created. Videokanal erstellt. @@ -9514,13 +9373,13 @@ channel or account with the same name ( Video channel deleted. Videokanal entfernt. - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day Aufrufe des Tages - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followers Meine Abonnenten @@ -9604,8 +9463,8 @@ channel or account with the same name ( Playlist created. Wiedergabeliste erstellt. - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 - + + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 Create Erstellen @@ -9617,7 +9476,7 @@ channel or account with the same name (src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist Wiedergabeliste aktualisieren @@ -9697,9 +9556,15 @@ channel or account with the same name ( wirklich löschen? - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + Video deleted. @@ -9852,12 +9717,12 @@ channel or account with the same name (Editor maximieren - src/app/shared/shared-forms/markdown-textarea.component.ts51 + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editor Beenden des maximierten Editors - src/app/shared/shared-forms/markdown-textarea.component.ts52 + src/app/shared/shared-forms/markdown-textarea.component.ts50 An email with verification link will be sent to . Eine E-Mail mit dem Bestätigungs-Link wird an gesendet. @@ -9881,7 +9746,7 @@ channel or account with the same name (src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts888 + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTS WIEDERGABELISTEN @@ -10224,14 +10089,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts174 + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videos Live-Videos - src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts168 + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) Kurz (< 4 min) @@ -11654,13 +11519,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instanzsprachen - src/app/+videos/+video-edit/shared/video-edit.component.ts222 + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages Alle Sprachen - src/app/+videos/+video-edit/shared/video-edit.component.ts223src/app/shared/shared-forms/select/select-languages.component.ts25 + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Hidden Versteckt @@ -11676,7 +11541,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Dargestellt - src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts242 + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 Disabled Deaktiviert @@ -11853,19 +11718,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Account muted by the instance. Account von der Instanz stummgeschaltet. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434 - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server Server stummschalten - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. Server von der Instanz stummgeschaltet. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter Eine Nachricht zur Kommunikation mit dem Melder hinzufügen @@ -12112,30 +11977,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Too many attempts, please try again after minutes. Zu viele Versuche in kurzer Zeit. Bitte versuche es in Minuten nochmal. - src/app/core/rest/rest-extractor.service.ts126 - + + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. Zu viele Versuche in kurzer Zeit. Bitte versuche es später nochmal. - src/app/core/rest/rest-extractor.service.ts129 - + + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. Server-Fehler. Bitte später erneut versuchen. - src/app/core/rest/rest-extractor.service.ts133 - + + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later. Der Server ist nicht erreichbar. Bitte versuche es später erneut. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server error Unbekannter Serverfehler - src/app/core/rest/rest-extractor.service.ts140 + + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + Subscribed to all current channels of . You will be notified of all their new videos. @@ -12234,29 +12102,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Delete video Video löschen - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment Aktionen für den Kommentar - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment Kommentar entfernen - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? Willst du diesen Kommentar wirklich löschen? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. Kommentar gelöscht. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Encoder Kodierer @@ -12303,25 +12171,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Do you really want to delete this video? Möchtest du das Video wirklich löschen? - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. Video gelöscht. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter Aktionen für den Melder - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter Melder stummschalten - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 Download Herunterladen @@ -12464,55 +12332,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 58 - - Showing to of registration tokens - Showing to of registration tokens - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - - + Token Token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runners Associated runners - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate token Generate token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copiedRegistration token copied - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration tokenCopy registration token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners. No registration token found for remote runners. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this token Remove this token @@ -12580,9 +12426,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute account Konto stummschalten - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actions Video-Aktionen öffnen @@ -12616,8 +12462,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute server account Serverkonto stummschalten - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Report Melden @@ -12716,27 +12562,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18 - src/app/+admin/overview/videos/video-list.component.html77 - src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4 - src/app/+stats/video/video-stats.component.html2 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31 - src/app/+videos/+video-watch/video-watch.component.html76 - src/app/menu/menu.component.html112 - src/app/shared/shared-instance/instance-about-accordion.component.html115 - src/app/shared/shared-main/angular/login-link.component.html1 - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html20 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html30 - src/app/shared/shared-moderation/user-ban-modal.component.html3 - src/app/shared/shared-user-settings/user-interface-settings.component.html9 - src/app/shared/shared-video-miniature/video-download.component.html27 - src/app/shared/shared-video-miniature/video-download.component.html47 - src/app/shared/shared-video-miniature/video-download.component.html66 - src/app/shared/shared-video-miniature/video-download.component.html77 - src/app/shared/shared-video-miniature/video-download.component.html89 - src/app/shared/shared-video-miniature/videos-selection.component.html1 - + + + + + + + + + + + + + + + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Add to watch later Zu "Später ansehen" hinzufügen @@ -12769,25 +12615,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Only I can see this video Nur ich kann dieses Video sehen - src/app/shared/shared-main/video/video.service.ts460 + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link Nur verteilbar mit einem privaten Link - src/app/shared/shared-main/video/video.service.ts461 + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video Jeder kann dieses Video sehen - src/app/shared/shared-main/video/video.service.ts462 + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video Nur Nutzer dieser Instanz können dieses Video sehen - src/app/shared/shared-main/video/video.service.ts463 + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this videoOnly users with the appropriate password can see this video - src/app/shared/shared-main/video/video.service.ts464 + src/app/shared/shared-main/video/video.service.ts465 Video to import updated. Zu importierendes Video wurde aktualisiert. @@ -12835,36 +12681,24 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular You have unsaved changes! If you leave, your changes will be lost. Es gibt ungespeicherte Änderungen! Wenn du die Seite verlässt, gehen die Änderungen verloren. - src/app/+videos/+video-edit/video-update.component.ts140 + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. Video aktualisiert. - src/app/+videos/+video-edit/video-update.component.ts227 + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators.Your video will also be automatically blocked since video publication requires manual validation by moderators. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version.Uploading a new version of your video will completely erase the current version. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 <br /><br />Do you still want to replace your video file?<br /><br />Do you still want to replace your video file? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warningReplace file warning - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: ) (Erweiterungen: ) @@ -12939,40 +12773,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? Dieses Video ist auf dieser Instanz nicht verfügbar. Wollen Sie auf die Quellinstanz weitergeleitet werden: <a href=""></a>? - src/app/+videos/+video-watch/video-watch.component.ts370 + src/app/+videos/+video-watch/video-watch.component.ts371 Redirection Weiterleitung - src/app/+videos/+video-watch/video-watch.component.ts371 + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this videoYou need a password to watch this video - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protectedThis video is password protected - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct passwordIncorrect password, please enter a correct password - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? Dieses Video enthält Inhalte, die möglicherweise für bestimmte Zuschauer ungeeignet sind oder von diesen als anstößig empfunden werden. Möchtest du es wirklich ansehen? - src/app/+videos/+video-watch/video-watch.component.ts446 + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content Inhalt, der möglicherweise für bestimmte Zuschauer ungeeignet oder anstößig ist - src/app/+videos/+video-watch/video-watch.component.ts447 + src/app/+videos/+video-watch/video-watch.component.ts448 Cancel @@ -13001,73 +12826,73 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html42src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreen Vollbildmodus aufrufen/verlassen - src/app/+videos/+video-watch/video-watch.component.ts851 + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the video Abspielen/Pausieren des Videos - src/app/+videos/+video-watch/video-watch.component.ts852 + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the video Video stummschalten/auf laut schalten - src/app/+videos/+video-watch/video-watch.component.ts853 + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90% Springe zu einem bestimmten Prozentsatz des Videos: 0 entspricht 0% und 9 entspricht 90% - src/app/+videos/+video-watch/video-watch.component.ts868 + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volume Erhöhen der Lautstärke - src/app/+videos/+video-watch/video-watch.component.ts855 + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volume Verringern der Lautstärke - src/app/+videos/+video-watch/video-watch.component.ts856 + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forward Das Video vorwärts spulen - src/app/+videos/+video-watch/video-watch.component.ts870 + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backward Das Video rückwärts spulen - src/app/+videos/+video-watch/video-watch.component.ts871 + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rate Wiedergaberate erhöhen - src/app/+videos/+video-watch/video-watch.component.ts873 + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rate Wiedergaberate verringern - src/app/+videos/+video-watch/video-watch.component.ts874 + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frame Im Video zum vorherigen Frame navigieren - src/app/+videos/+video-watch/video-watch.component.ts876 + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frame Im Video zum nächsten Frame navigieren - src/app/+videos/+video-watch/video-watch.component.ts877 + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater mode Kinomodus umschalten - src/app/+videos/+video-watch/video-watch.component.ts861 + src/app/+videos/+video-watch/video-watch.component.ts867 Like the video Das Video gefällt mir @@ -13147,14 +12972,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 103 - - Showing to of videos - Zeige bis von Videos - - src/app/+admin/overview/videos/video-list.component.html - 11 - - + Only videos uploaded on this instance are displayed Es werden nur Videos angezeigt, die auf dieser Instanz hochgeladen wurden diff --git a/client/src/locale/angular.el-GR.xlf b/client/src/locale/angular.el-GR.xlf index 48d110520..9caef40a7 100644 --- a/client/src/locale/angular.el-GR.xlf +++ b/client/src/locale/angular.el-GR.xlf @@ -315,30 +315,21 @@ {views, plural, =0 {No view} =1 {1 view} other { views}} {views, plural, =0 {No view} =1 {1 view} other { views}} - src/app/shared/shared-main/video/video.model.ts291 + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded.PeerTube considers this video is already being transcoded. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcodingForce transcoding - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} - src/app/shared/shared-main/video/video.model.ts288 + src/app/shared/shared-main/video/video.model.ts289 @@ -354,13 +345,13 @@ Account muted Λογαριασμός σε σίγαση - src/app/+admin/overview/videos/video-list.component.html79 - + + src/app/+admin/overview/videos/video-list.component.html78 Server muted Σέρβερ σε σίγαση - src/app/+admin/overview/videos/video-list.component.html80 - + + src/app/+admin/overview/videos/video-list.component.html79 Save to Αποθήκευση σε @@ -472,7 +463,7 @@ βίντεο - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts341src/app/shared/shared-video-miniature/video-download.component.ts62 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: ) Το όριό σας ξεπερνιέται με αυτό το βίντεο (μέγεθος βίντεο: , χρησιμοποιούνται: , όριο: ) @@ -579,17 +570,14 @@ Αποκλεισμένο - src/app/+admin/overview/videos/video-list.component.html82src/app/shared/shared-video-miniature/video-miniature.component.html64 + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storageObject storage - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this fileDelete this file - src/app/+admin/overview/videos/video-list.component.html114src/app/+admin/overview/videos/video-list.component.html130 + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}. @@ -955,7 +943,7 @@ Local Τοπικά - src/app/shared/shared-video-miniature/video-filters.model.ts135 + src/app/shared/shared-video-miniature/video-filters.model.ts141 users χρήστες @@ -994,7 +982,7 @@ - src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/follows.routes.ts26 + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 Followers Ακόλουθοι @@ -1245,7 +1233,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 Email address Διεύθυνση e-mail @@ -1299,7 +1287,7 @@ The link will expire within 1 hour. Εγγραφή Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 + src/app/+signup/+register/register.component.ts85 Why creating an account?Why creating an account? src/app/+signup/+register/steps/register-step-about.component.html @@ -1950,7 +1938,7 @@ The link will expire within 1 hour. Media is too large for the server. Please contact you administrator if you want to increase the limit size. Media is too large for the server. Please contact you administrator if you want to increase the limit size. - src/app/core/rest/rest-extractor.service.ts118 + src/app/core/rest/rest-extractor.service.ts122 GLOBAL SEARCH GLOBAL SEARCH @@ -2157,21 +2145,21 @@ The link will expire within 1 hour. Reset Επαναφορά - src/app/+search/search-filters.component.html8 - src/app/+search/search-filters.component.html22 - src/app/+search/search-filters.component.html41 - src/app/+search/search-filters.component.html60 - src/app/+search/search-filters.component.html74 - src/app/+search/search-filters.component.html109 - src/app/+search/search-filters.component.html122 - src/app/+search/search-filters.component.html135 - src/app/+search/search-filters.component.html148 - src/app/+search/search-filters.component.html163 - src/app/+search/search-filters.component.html171 - src/app/+search/search-filters.component.html188 - src/app/+search/search-filters.component.html229 - src/app/shared/shared-forms/reactive-file.component.html16 - + + + + + + + + + + + + + + + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter Φίλτρο @@ -2339,7 +2327,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts39src/app/shared/shared-instance/instance-follow.service.ts142 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found Δεν βρέθηκαν είδη @@ -2356,7 +2344,7 @@ The link will expire within 1 hour. - src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html24src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 Choose the appropriate licence for your work. @@ -2374,49 +2362,28 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html39src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reasonRegistration reason - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation responseModeration response - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 Requested on Requested on - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason:Registration reason: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response:Moderation response: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters.No registrations found matching current filters. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found.No registrations found. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this requestAccept this request src/app/+admin/moderation/registration-list/registration-list.component.ts @@ -2634,65 +2601,65 @@ The link will expire within 1 hour. Original publication date Ημερομηνία αρχικής δημοσίευσης - src/app/+videos/+video-edit/shared/video-edit.component.html368 + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) This is the date when the content was originally published (e.g. the release date for a film) - src/app/+videos/+video-edit/shared/video-edit.component.html371 + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settings Ρυθμίσεις προσθηκών - src/app/+videos/+video-edit/shared/video-edit.component.html402 + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latency Small latency - src/app/+videos/+video-edit/shared/video-edit.component.ts92 + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2P Reduce latency to ~15s disabling P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts93 + src/app/+videos/+video-edit/shared/video-edit.component.ts94 Default Προεπιλογή - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts97 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30s Average latency of 30s - src/app/+videos/+video-edit/shared/video-edit.component.ts98 + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latency High latency - src/app/+videos/+video-edit/shared/video-edit.component.ts102 + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratio Average latency of 60s increasing P2P ratio - src/app/+videos/+video-edit/shared/video-edit.component.ts103 + src/app/+videos/+video-edit/shared/video-edit.component.ts104 Other Άλλα - src/app/+videos/+video-edit/shared/video-edit.component.ts219src/app/shared/shared-forms/select/select-languages.component.ts50 + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments Ενεργοποίηση σχολίων στο βίντεο - src/app/+videos/+video-edit/shared/video-edit.component.html389 + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download Ενεργοποίηση κατεβάσματος - src/app/+videos/+video-edit/shared/video-edit.component.html394 + src/app/+videos/+video-edit/shared/video-edit.component.html398 Advanced settings Ρυθμίσεις για προχωρημένους @@ -2743,12 +2710,12 @@ The link will expire within 1 hour. Scheduled Προγραμματισμένο - src/app/+videos/+video-edit/shared/video-edit.component.ts240 + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date Απόκρυψη του βίντεο έως μία συγκεκριμένη ημερομηνία - src/app/+videos/+video-edit/shared/video-edit.component.ts241 + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal live Normal live @@ -2802,7 +2769,7 @@ The link will expire within 1 hour. Total video quota - src/app/+admin/overview/users/user-list/user-list.component.html118src/app/shared/shared-main/users/user-quota.component.html3 + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Congratulations! Your video is now available in your private library. @@ -2866,11 +2833,11 @@ The link will expire within 1 hour. src/app/+videos/+video-edit/video-update.component.html 29 - - Your video is currenctly being updated. If you leave, your changes will be lost.Your video is currenctly being updated. If you leave, your changes will be lost. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 @@ -3153,7 +3120,7 @@ The link will expire within 1 hour. - src/app/+admin/overview/users/user-list/user-list.component.html104src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Loop Επανάληψη @@ -3278,7 +3245,7 @@ The link will expire within 1 hour. Show more Περισσότερα - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less Λιγότερα @@ -3324,14 +3291,14 @@ The link will expire within 1 hour. The video was blocked due to automatic blocking of new videos The video was blocked due to automatic blocking of new videos - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFW NSFW - src/app/+admin/moderation/video-block-list/video-block-list.component.html56 - src/app/+admin/overview/videos/video-list.component.html75 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Get more information Δείτε περισσότερες πληροφορίες @@ -3601,16 +3568,13 @@ The link will expire within 1 hour. Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly. Token renewed. Update your client configuration accordingly. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEED SUBSCRIPTION FEED @@ -3641,7 +3605,7 @@ The link will expire within 1 hour. Renew token - src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts41 + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Filter... Φίλτρο... @@ -3661,19 +3625,19 @@ The link will expire within 1 hour. Video/Comment/Account Video/Comment/Account - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 ID ID - src/app/+admin/system/jobs/jobs.component.html45 - + + src/app/+admin/system/jobs/jobs.component.html43 State Κατάσταση - src/app/+admin/system/jobs/jobs.component.html48src/app/+my-library/my-video-imports/my-video-imports.component.html30 + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 Created Δημιουργήθηκε @@ -3685,41 +3649,35 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html39src/app/+admin/follows/following-list/following-list.component.html43src/app/+admin/system/jobs/jobs.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html27src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37src/app/+my-library/my-video-imports/my-video-imports.component.html31src/app/shared/shared-abuse-list/abuse-list-table.component.html23 + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab Open actor page in a new tab - src/app/+admin/follows/followers-list/followers-list.component.html56 + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted Έγινε αποδοχή - src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending Εκκρεμεί - src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 RejectedRejected - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept Αποδοχή - src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse Άρνηση @@ -3730,21 +3688,13 @@ The link will expire within 1 hour. No follower found matching current filters. No follower found matching current filters. - src/app/+admin/follows/followers-list/followers-list.component.html77 + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. Your instance doesn't have any follower. - src/app/+admin/follows/followers-list/followers-list.component.html78 - - Showing to of followers - Showing - to - of - followers - - src/app/+admin/follows/followers-list/followers-list.component.html11 - + src/app/+admin/follows/followers-list/followers-list.component.html77 + Redundancy allowed Redundancy allowed @@ -3752,36 +3702,28 @@ The link will expire within 1 hour. - src/app/+admin/follows/following-list/following-list.component.html44 + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab Open instance in a new tab - src/app/+admin/follows/following-list/following-list.component.html58src/app/shared/shared-moderation/server-blocklist.component.html43src/app/shared/shared-moderation/server-blocklist.component.html43 + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. No host found matching current filters. - src/app/+admin/follows/following-list/following-list.component.html84 + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. Your instance is not following anyone. - src/app/+admin/follows/following-list/following-list.component.html85 + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}}Do you really want to unfollow {count, plural, =1 {?} other { entries?}} src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - Showing - to - of - hosts - - src/app/+admin/follows/following-list/following-list.component.html11 - + Action Ενέργεια @@ -3791,7 +3733,7 @@ The link will expire within 1 hour. - src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies Videos redundancies @@ -3810,18 +3752,18 @@ The link will expire within 1 hour. Table parameters Table parameters - src/app/+admin/overview/users/user-list/user-list.component.html47 - + + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns Select columns - src/app/+admin/overview/users/user-list/user-list.component.html53 - + + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users Highlight banned users - src/app/+admin/overview/users/user-list/user-list.component.html59 - + + src/app/+admin/overview/users/user-list/user-list.component.html57 Username Όνομα χρήστη @@ -3936,12 +3878,12 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html18src/app/+admin/follows/following-list/following-list.component.html18src/app/+admin/moderation/registration-list/registration-list.component.html18src/app/+admin/overview/comments/video-comment-list.component.html22src/app/+admin/overview/users/user-list/user-list.component.html18src/app/+admin/overview/videos/video-list.component.html18src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 The user was banned The user was banned - src/app/+admin/overview/users/user-list/user-list.component.html109 - + + src/app/+admin/overview/users/user-list/user-list.component.html107 Open account in a new tab Open account in a new tab @@ -3951,40 +3893,32 @@ The link will expire within 1 hour. - src/app/+admin/overview/comments/video-comment-list.component.html69src/app/+admin/overview/users/user-list/user-list.component.html94src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html44src/app/shared/shared-moderation/account-blocklist.component.html35src/app/shared/shared-moderation/account-blocklist.component.html35 + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account Deleted account - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota Total daily video quota - src/app/+admin/overview/users/user-list/user-list.component.html128 + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: Λόγος αποκλεισμού: - src/app/+admin/overview/users/user-list/user-list.component.html150 + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned users Banned users src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - Showing - to - of - users - - src/app/+admin/overview/users/user-list/user-list.component.html11 - + Moderation Συντονισμός @@ -4028,7 +3962,7 @@ The link will expire within 1 hour. - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html26 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size Συνολικό μέγεθος @@ -4065,44 +3999,44 @@ The link will expire within 1 hour. Used () Used () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available () Available () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Sensitive Ευαίσθητο - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated Εκτός ομόσπονδης αναμετάδοσης - src/app/+admin/moderation/video-block-list/video-block-list.component.html28 - src/app/+admin/moderation/video-block-list/video-block-list.component.html60 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date Ημερομηνία - src/app/+admin/moderation/video-block-list/video-block-list.component.html29 - src/app/+admin/overview/comments/video-comment-list.component.html46 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this row Select this row - src/app/+admin/follows/followers-list/followers-list.component.html46src/app/+admin/follows/following-list/following-list.component.html51src/app/+admin/moderation/registration-list/registration-list.component.html50src/app/+admin/overview/comments/video-comment-list.component.html54src/app/+admin/overview/users/user-list/user-list.component.html79src/app/+admin/overview/videos/video-list.component.html51src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full comment See full comment - src/app/+admin/overview/comments/video-comment-list.component.html58 - + + src/app/+admin/overview/comments/video-comment-list.component.html57 Actions Ενέργειες @@ -4111,27 +4045,27 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html35src/app/+admin/moderation/registration-list/registration-list.component.html60src/app/+admin/moderation/video-block-list/video-block-list.component.html43src/app/+admin/overview/comments/video-comment-list.component.html64src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70src/app/+admin/system/runners/runner-list/runner-list.component.html36src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html39 + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 Follower Ακόλουθοι - src/app/+admin/follows/followers-list/followers-list.component.html36 + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented video Commented video - src/app/+admin/overview/comments/video-comment-list.component.html81 - + + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters. No comments found matching current filters. - src/app/+admin/overview/comments/video-comment-list.component.html106 - + + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found. No comments found. - src/app/+admin/overview/comments/video-comment-list.component.html107 - + + src/app/+admin/overview/comments/video-comment-list.component.html106 Local comments Local comments @@ -4148,53 +4082,53 @@ The link will expire within 1 hour. No abuses found matching current filters. No abuses found matching current filters. - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. No abuses found. - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reports Unsolved reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reports Accepted reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reports Refused reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videos Reports with blocked videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videos Reports with deleted videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: Block reason: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. No blocked video found matching current filters. - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. No blocked video found. - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocks Automatic blocks @@ -4205,15 +4139,7 @@ The link will expire within 1 hour. Manual blocks src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - Showing - to - of - blocked videos - - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 - + Reports Αναφορές @@ -4242,9 +4168,9 @@ The link will expire within 1 hour. Reporter Αναφέρθηκε από - src/app/shared/shared-abuse-list/abuse-details.component.html7 - src/app/shared/shared-abuse-list/abuse-list-table.component.html21 - + + + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 src/app/shared/shared-abuse-list/abuse-details.component.html @@ -4263,23 +4189,23 @@ The link will expire within 1 hour. - src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+admin/overview/videos/video-list.component.html40src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html29src/app/shared/shared-video-miniature/video-download.component.html8 + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 Comment Σχόλιο - src/app/+admin/overview/comments/video-comment-list.component.html45src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 This video has been reported multiple times. This video has been reported multiple times. - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked The video was blocked - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on by @@ -4291,13 +4217,19 @@ The link will expire within 1 hour. Video was deleted Video was deleted - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + Account deleted Ο λογαριασμός διαγράφηκε - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 Open video in a new tab Open video in a new tab @@ -4312,17 +4244,17 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html37src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/moderation/registration-list/registration-list.component.html41src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/shared/shared-abuse-list/abuse-list-table.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages Μηνύματα - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note Internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score Score @@ -4330,16 +4262,8 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html38 - - Showing to of reports - Showing - to - of - reports - - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 - + src/app/+admin/follows/followers-list/followers-list.component.html37 + Reportee Reportee @@ -4364,7 +4288,7 @@ The link will expire within 1 hour. Mute domain - src/app/shared/shared-moderation/server-blocklist.component.html19src/app/shared/shared-moderation/server-blocklist.component.html19 + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance Κόμβος @@ -4372,7 +4296,7 @@ The link will expire within 1 hour. - src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at Τέθηκε σε σίγαση σε @@ -4383,7 +4307,7 @@ The link will expire within 1 hour. - src/app/shared/shared-moderation/account-blocklist.component.html25src/app/shared/shared-moderation/account-blocklist.component.html25src/app/shared/shared-moderation/server-blocklist.component.html33src/app/shared/shared-moderation/server-blocklist.component.html33 + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute Εκτός σίγασης @@ -4391,29 +4315,20 @@ The link will expire within 1 hour. - src/app/shared/shared-moderation/account-blocklist.component.html32src/app/shared/shared-moderation/account-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html40src/app/shared/shared-moderation/server-blocklist.component.html40 + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. No server found matching current filters. - src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. No server found. - src/app/shared/shared-moderation/server-blocklist.component.html57src/app/shared/shared-moderation/server-blocklist.component.html57 - - Showing to of muted instances - Showing - to - of - muted instances - - - - src/app/shared/shared-moderation/server-blocklist.component.html12src/app/shared/shared-moderation/server-blocklist.component.html12 + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. @@ -4430,26 +4345,26 @@ The link will expire within 1 hour. Mute domains - src/app/shared/shared-moderation/server-blocklist.component.html64src/app/shared/shared-moderation/server-blocklist.component.html64 + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account Λογαριασμός - src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/comments/video-comment-list.component.html43src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24 + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. No account found matching current filters. - src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. No account found. - src/app/shared/shared-moderation/account-blocklist.component.html55src/app/shared/shared-moderation/account-blocklist.component.html55 + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed plugins Προβολή εγκατεστημένων προσθέτων @@ -4465,16 +4380,7 @@ The link will expire within 1 hour. Show plugin src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - Showing - to - of - muted accounts - - - - src/app/shared/shared-moderation/account-blocklist.component.html11src/app/shared/shared-moderation/account-blocklist.component.html11 + Plugins/Themes Πρόσθετα/Θέματα @@ -4697,18 +4603,14 @@ The link will expire within 1 hour. This view also shows comments from muted accounts. src/app/+admin/overview/comments/video-comment-list.component.html8 - - Showing to of comments - Showing to of comments - src/app/+admin/overview/comments/video-comment-list.component.html15 - + Select all rows Select all rows - src/app/+admin/follows/followers-list/followers-list.component.html33src/app/+admin/follows/following-list/following-list.component.html38src/app/+admin/moderation/registration-list/registration-list.component.html33src/app/+admin/overview/comments/video-comment-list.component.html39src/app/+admin/overview/users/user-list/user-list.component.html39src/app/+admin/overview/videos/video-list.component.html36src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type Τύπος εργασίας @@ -4728,52 +4630,42 @@ The link will expire within 1 hour. Selector for the list displaying jobs, filtering by their state - - Showing to of jobs - Showing to of jobs - src/app/+admin/system/jobs/jobs.component.html39 - + Type Τύπος - src/app/+admin/system/jobs/jobs.component.html46src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 Priority (1 = highest priority) Priority (1 = highest priority) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + + src/app/+admin/system/jobs/jobs.component.html45 Progress Πρόοδος - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found. No jobs found. - src/app/+admin/system/jobs/jobs.component.html105 - + + src/app/+admin/system/jobs/jobs.component.html103 No jobs found. No jobs found. - src/app/+admin/system/jobs/jobs.component.html106 - + + src/app/+admin/system/jobs/jobs.component.html104 No jobs found. No jobs found. - src/app/+admin/system/jobs/jobs.component.html110 - + + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are . No jobs found that are . - src/app/+admin/system/jobs/jobs.component.html111 - + + src/app/+admin/system/jobs/jobs.component.html109 Refresh Ανανέωση @@ -4781,7 +4673,7 @@ The link will expire within 1 hour. - src/app/+admin/overview/comments/video-comment-list.component.html31src/app/+admin/overview/videos/video-list.component.html27src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 now τώρα @@ -4826,7 +4718,7 @@ The link will expire within 1 hour. - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description Σύντομη περιγραφή @@ -5244,10 +5136,13 @@ The link will expire within 1 hour. ⚠️ We don't recommend to enable this feature if you don't trust your users ⚠️ We don't recommend to enable this feature if you don't trust your users - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL)Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ You need to allow import with HTTP URL to be able to activate this feature. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html319 @@ -6240,55 +6135,34 @@ color: red; src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html 9 - - Showing to of synchronizationsShowing to of synchronizations - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - Add synchronizationAdd synchronization - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 External Channel External Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 Channel Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 Last synchronization at Last synchronization at - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List importsList imports - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channelFully synchronize the channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channelThis fetches any missing videos on the local channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for .Synchronization removed successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for .Full synchronization requested successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATIONNEW SYNCHRONIZATION src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.html @@ -6411,21 +6285,13 @@ color: red; Target Νέος κάτοχος - src/app/+my-library/my-video-imports/my-video-imports.component.html28 + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted This video was deleted - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - Showing to of imports - Showing - to - of - imports - - - src/app/+my-library/my-video-imports/my-video-imports.component.html21 + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. Once you delete your account, there is no going back. You will be asked to confirm this action. @@ -6437,22 +6303,12 @@ color: red; - src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65src/app/+videos/+video-watch/video-watch.component.html66 + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} - src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()!Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - - + src/app/+my-library/+my-video-channels/my-video-channels.component.html49 Created by Δημιουργήθηκε από @@ -6886,9 +6742,9 @@ channel or account with the same name ( Banned Σε αποκλεισμό - src/app/+accounts/accounts.component.html21 - src/app/+admin/overview/users/user-list/user-list.component.html105 - + + + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Instance muted Κόμβος σε σίγαση @@ -6983,7 +6839,7 @@ channel or account with the same name () to confirm Please type the name of the video channel () to confirm - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL NEW CHANNEL @@ -7445,11 +7301,11 @@ channel or account with the same name (Go to the previous step - src/app/+signup/+register/register.component.ts43 + src/app/+signup/+register/register.component.ts42 Go to the next stepGo to the next step - src/app/+signup/+register/register.component.ts44 + src/app/+signup/+register/register.component.ts43 Who are we? @@ -7468,7 +7324,7 @@ channel or account with the same name (src/app/shared/shared-instance/instance-about-accordion.component.html48 Terms of Terms of - src/app/shared/shared-instance/instance-about-accordion.component.ts81 + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability Administrators & Sustainability @@ -7663,52 +7519,52 @@ channel or account with the same name (Sensitive content - src/app/shared/shared-video-miniature/video-filters.model.ts125 + src/app/shared/shared-video-miniature/video-filters.model.ts131 Scope Εμβέλεια - src/app/shared/shared-video-miniature/video-filters.model.ts132 + src/app/shared/shared-video-miniature/video-filters.model.ts138 Federated Federated - src/app/shared/shared-video-miniature/video-filters.model.ts134 + src/app/shared/shared-video-miniature/video-filters.model.ts140 Languages Γλώσσες - src/app/shared/shared-video-miniature/video-filters.model.ts142 + src/app/shared/shared-video-miniature/video-filters.model.ts148 Categories Κατηγορίες - src/app/shared/shared-video-miniature/video-filters.model.ts151 + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videos All videos - src/app/shared/shared-video-miniature/video-filters.model.ts160 + src/app/shared/shared-video-miniature/video-filters.model.ts166 Blurred Blurred - src/app/shared/shared-video-miniature/video-filters.model.ts240 + src/app/shared/shared-video-miniature/video-filters.model.ts246 hidden κρυφό - src/app/shared/shared-video-miniature/video-filters.model.ts246 + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurred blurred - src/app/shared/shared-video-miniature/video-filters.model.ts247 + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayed displayed - src/app/shared/shared-video-miniature/video-filters.model.ts249 + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protectedPassword protected src/app/shared/shared-video-miniature/video-miniature.component.html @@ -8073,7 +7929,7 @@ channel or account with the same name (src/app/+admin/follows/followers-list/followers-list.component.html51src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 @@ -8102,7 +7958,7 @@ channel or account with the same name (src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts63src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts133src/app/shared/shared-abuse-list/abuse-list-table.component.ts376src/app/shared/shared-abuse-list/abuse-list-table.component.ts411src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}}Accepted {count, plural, =1 { follow request} other { follow requests}} src/app/+admin/follows/followers-list/followers-list.component.ts67 @@ -8128,7 +7984,7 @@ channel or account with the same name (src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html25 + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line 1 host (without "http://"), account handle or channel handle per line @@ -8193,17 +8049,17 @@ channel or account with the same name (Do you really want to remove this video redundancy? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy Remove redundancy - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! Video redundancies removed! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Account unmuted by your instance. Ο λογαριασμός @@ -8280,88 +8136,88 @@ channel or account with the same name (Internal actions - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report Delete report - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account Actions for the flagged account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mark as accepted Σήμανση αποδοχής - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected Σήμανση απόρριψης - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note Add internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video Actions for the video - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video Block video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. Video blocked. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video Unblock video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. Video unblocked. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Do you really want to delete this abuse report? Θέλετε πράγματι να διαγράψετε την αναφορά παραβίασης; - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. Η παραβίαση διαγράφηκε. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment Deleted comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter Messages with reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators Messages with moderators - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note Update internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual Switch video block to manual @@ -8508,13 +8364,13 @@ channel or account with the same name ( plugin πρόσθετο - src/app/+admin/plugins/shared/plugin-api.service.ts30 - + + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme θέμα - src/app/+admin/plugins/shared/plugin-api.service.ts33 - + + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP address Διεύθυνση IP @@ -8633,17 +8489,17 @@ channel or account with the same name (src/app/+admin/overview/videos/video-list.component.html41src/app/core/notification/notifier.service.ts12 + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 Files Αρχεία - src/app/+admin/overview/videos/video-list.component.html42 - + + src/app/+admin/overview/videos/video-list.component.html41 Published Published - src/app/+admin/overview/videos/video-list.component.html43 - + + src/app/+admin/overview/videos/video-list.component.html42 Warning Προειδοποίηση @@ -8667,34 +8523,28 @@ channel or account with the same name (Audit logs src/app/+admin/system/logs/logs.component.ts145 - - Showing to of runner jobsShowing to of runner jobs - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - UUIDUUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 Priority Priority - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 Progress Progress - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 RunnerRunner - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload:Payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload:Private payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found.No runner jobs found. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobsCompleted jobs src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts @@ -8749,28 +8599,16 @@ channel or account with the same name (src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html 4 - - Showing to of remote runnersShowing to of remote runners - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - IPIP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contactLast contact - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found.No remote runners found. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. Ο χρήστης @@ -8781,9 +8619,9 @@ channel or account with the same name ( Create user Δημιουργία χρήστη - src/app/+admin/overview/users/user-edit/user-create.component.ts97 - src/app/+admin/overview/users/user-list/user-list.component.html25 - + + + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videos Blocked videos @@ -8889,12 +8727,6 @@ channel or account with the same name (src/app/+admin/moderation/registration-list/registration-list.component.html 3 - - Showing to of registrationsShowing to of registrations - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - Password changed for user . @@ -8962,7 +8794,7 @@ channel or account with the same name (Ζωντανό - src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html88 + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video files Αρχεία βίντεο @@ -9357,18 +9189,18 @@ channel or account with the same name ( Too many languages are enabled. Please enable them all or stay below 20 enabled languages. Too many languages are enabled. Please enable them all or stay below 20 enabled languages. - src/app/shared/shared-user-settings/user-video-settings.component.ts76 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. Οι ρυθμίσεις βίντεο ενημερώθηκαν. - src/app/shared/shared-user-settings/user-video-settings.component.ts121 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. Display/Video settings updated. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Video channel created. Δημιουργήθηκε το κανάλι @@ -9409,12 +9241,12 @@ channel or account with the same name ( διαγράφηκε. - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day Προβολές της ημέρας - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followers My followers @@ -9498,8 +9330,8 @@ channel or account with the same name ( Playlist created. Δημιουργήθηκε η λίστα αναπαραγωγής . - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 - + + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 Create Δημιουργία @@ -9510,7 +9342,7 @@ channel or account with the same name (src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist Ενημέρωση λίστας αναπαραγωγής @@ -9593,7 +9425,13 @@ channel or account with the same name (src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + + Video deleted. Το βίντεο @@ -9735,12 +9573,12 @@ channel or account with the same name (Maximize editor - src/app/shared/shared-forms/markdown-textarea.component.ts51 + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editor Exit maximized editor - src/app/shared/shared-forms/markdown-textarea.component.ts52 + src/app/shared/shared-forms/markdown-textarea.component.ts50 @@ -9767,7 +9605,7 @@ channel or account with the same name (src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts888 + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTS PLAYLISTS @@ -10107,14 +9945,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts174 + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videos Live videos - src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts168 + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) Σύντομα (< 4 λεπτά) @@ -11503,13 +11341,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instance languages - src/app/+videos/+video-edit/shared/video-edit.component.ts222 + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages Όλες οι γλώσσες - src/app/+videos/+video-edit/shared/video-edit.component.ts223src/app/shared/shared-forms/select/select-languages.component.ts25 + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Hidden Απόκρυψη @@ -11525,7 +11363,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Εμφάνιση - src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts242 + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 DisabledDisabled src/app/shared/shared-instance/instance-features-table.component.ts60 @@ -11710,19 +11548,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server Mute server - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. Server muted by the instance. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter Add a message to communicate with the reporter @@ -11978,28 +11816,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular λεπτά. - src/app/core/rest/rest-extractor.service.ts126 + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. Πάρα πολλές προσπάθειες, δοκιμάστε ξανά αργότερα. - src/app/core/rest/rest-extractor.service.ts129 + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. Σφάλμα κόμβου. Δοκιμάστε ξανά αργότερα. - src/app/core/rest/rest-extractor.service.ts133 + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later.Server is unavailable. Please retry later. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server error Unknown server error - src/app/core/rest/rest-extractor.service.ts140 + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + + Subscribed to all current channels of . You will be notified of all their new videos. Subscribed to all current channels of @@ -12106,28 +11947,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Delete video Διαγραφή βίντεο - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment Actions for the comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment Διαγραφή σχολίου - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? Do you really want to delete this comment? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. Comment deleted. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Encoder Κωδικοποιητής @@ -12177,23 +12018,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Θέλετε όντως να διαγράψετε το βίντεο; - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. Διαγράφηκε το βίντεο - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter Actions for the reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter Mute reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 Download Λήψη @@ -12323,46 +12164,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+admin/system/runners/runner-list/runner-list.component.ts 58 - - Showing to of registration tokensShowing to of registration tokens - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - TokenToken - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runnersAssociated runners - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate tokenGenerate token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copiedRegistration token copied - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration tokenCopy registration token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners.No registration token found for remote runners. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this tokenRemove this token src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.ts34 @@ -12416,7 +12236,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Σίγαση λογαριασμού - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actions Open video actions @@ -12449,7 +12269,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute server account Mute server account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Report Αναφορά @@ -12567,7 +12387,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html77src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Add to watch later Add to watch later @@ -12599,25 +12419,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Only I can see this video Μόνο εγώ μπορώ να το δω - src/app/shared/shared-main/video/video.service.ts460 + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link Only shareable via a private link - src/app/shared/shared-main/video/video.service.ts461 + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video Όλοι μπορούν να το δουν - src/app/shared/shared-main/video/video.service.ts462 + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video Only users of this instance can see this video - src/app/shared/shared-main/video/video.service.ts463 + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this videoOnly users with the appropriate password can see this video - src/app/shared/shared-main/video/video.service.ts464 + src/app/shared/shared-main/video/video.service.ts465 Video to import updated. Ενημερώθηκε το βίντεο προς εισαγωγή. @@ -12665,36 +12485,24 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular You have unsaved changes! If you leave, your changes will be lost. Έχετε αλλαγές που δεν έχουν αποθηκευτεί! Αν φύγετε, θα χαθούν. - src/app/+videos/+video-edit/video-update.component.ts140 + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. Το βίντεο ενημερώθηκε. - src/app/+videos/+video-edit/video-update.component.ts227 + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators.Your video will also be automatically blocked since video publication requires manual validation by moderators. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version.Uploading a new version of your video will completely erase the current version. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 <br /><br />Do you still want to replace your video file?<br /><br />Do you still want to replace your video file? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warningReplace file warning - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: ) (extensions: ) @@ -12767,40 +12575,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? - src/app/+videos/+video-watch/video-watch.component.ts370 + src/app/+videos/+video-watch/video-watch.component.ts371 Redirection Ανακατεύθυνση - src/app/+videos/+video-watch/video-watch.component.ts371 + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this videoYou need a password to watch this video - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protectedThis video is password protected - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct passwordIncorrect password, please enter a correct password - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? Το βίντεο έχει σκληρό περιεχόμενο ή μόνο για ενήλικες. Σίγουρα θέλετε να το δείτε; - src/app/+videos/+video-watch/video-watch.component.ts446 + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content Σκληρό περιεχόμενο ή για ενήλικες - src/app/+videos/+video-watch/video-watch.component.ts447 + src/app/+videos/+video-watch/video-watch.component.ts448 Cancel @@ -12826,73 +12625,73 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html42src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreen Enter/exit fullscreen - src/app/+videos/+video-watch/video-watch.component.ts851 + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the video Play/Pause the video - src/app/+videos/+video-watch/video-watch.component.ts852 + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the video Mute/unmute the video - src/app/+videos/+video-watch/video-watch.component.ts853 + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90% Skip to a percentage of the video: 0 is 0% and 9 is 90% - src/app/+videos/+video-watch/video-watch.component.ts868 + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volume Increase the volume - src/app/+videos/+video-watch/video-watch.component.ts855 + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volume Decrease the volume - src/app/+videos/+video-watch/video-watch.component.ts856 + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forward Seek the video forward - src/app/+videos/+video-watch/video-watch.component.ts870 + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backward Seek the video backward - src/app/+videos/+video-watch/video-watch.component.ts871 + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rate Increase playback rate - src/app/+videos/+video-watch/video-watch.component.ts873 + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rate Decrease playback rate - src/app/+videos/+video-watch/video-watch.component.ts874 + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frame Navigate in the video to the previous frame - src/app/+videos/+video-watch/video-watch.component.ts876 + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frame Navigate in the video to the next frame - src/app/+videos/+video-watch/video-watch.component.ts877 + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater mode Toggle theater mode - src/app/+videos/+video-watch/video-watch.component.ts861 + src/app/+videos/+video-watch/video-watch.component.ts867 Like the video Σας αρέσει το βίντεο @@ -12970,14 +12769,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 103 - - Showing to of videos - Showing to of videos - - src/app/+admin/overview/videos/video-list.component.html - 11 - - + Only videos uploaded on this instance are displayed Only videos uploaded on this instance are displayed diff --git a/client/src/locale/angular.en-GB.xlf b/client/src/locale/angular.en-GB.xlf index b5a683363..73d810897 100644 --- a/client/src/locale/angular.en-GB.xlf +++ b/client/src/locale/angular.en-GB.xlf @@ -384,28 +384,19 @@ src/app/shared/shared-main/users/user-notifications.component.html230 {views, plural, =0 {No view} =1 {1 view} other { views}}{views, plural, =0 {No view} =1 {1 view} other { views}} - src/app/shared/shared-main/video/video.model.ts291 + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded.PeerTube considers this video is already being transcoded. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcodingForce transcoding - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}}{viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} - src/app/shared/shared-main/video/video.model.ts288 + src/app/shared/shared-main/video/video.model.ts289 Change your avatar @@ -418,10 +409,10 @@ Account mutedAccount muted - src/app/+admin/overview/videos/video-list.component.html79 + src/app/+admin/overview/videos/video-list.component.html78 Server mutedServer muted - src/app/+admin/overview/videos/video-list.component.html80 + src/app/+admin/overview/videos/video-list.component.html79 Save to Save to @@ -535,7 +526,7 @@ src/app/shared/shared-video-miniature/video-download.component.html130 videovideo - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts341src/app/shared/shared-video-miniature/video-download.component.ts62 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: )Your video quota is exceeded with this video (video size: , used: , quota: ) src/app/+videos/+video-edit/shared/video-upload.service.ts34 @@ -633,17 +624,14 @@ Blocked Blocked - src/app/+admin/overview/videos/video-list.component.html82src/app/shared/shared-video-miniature/video-miniature.component.html64 + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storageObject storage - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this fileDelete this file - src/app/+admin/overview/videos/video-list.component.html114src/app/+admin/overview/videos/video-list.component.html130 + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}.Deleted {count, plural, =1 {1 video} other { videos}}. src/app/+admin/overview/videos/video-list.component.ts235 @@ -975,7 +963,7 @@ Local - src/app/shared/shared-video-miniature/video-filters.model.ts135 + src/app/shared/shared-video-miniature/video-filters.model.ts141 users users @@ -1008,7 +996,7 @@ - src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/follows.routes.ts26 + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 FollowersFollowers @@ -1226,7 +1214,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 Email address Email address @@ -1274,7 +1262,7 @@ The link will expire within 1 hour. SignupSignup Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 + src/app/+signup/+register/register.component.ts85 Why creating an account?Why creating an account? src/app/+signup/+register/steps/register-step-about.component.html @@ -1862,7 +1850,7 @@ The link will expire within 1 hour. src/app/+error-page/error-page.component.html54 Media is too large for the server. Please contact you administrator if you want to increase the limit size.Media is too large for the server. Please contact you administrator if you want to increase the limit size. - src/app/core/rest/rest-extractor.service.ts118 + src/app/core/rest/rest-extractor.service.ts122 GLOBAL SEARCH @@ -2067,7 +2055,7 @@ The link will expire within 1 hour. Reset - src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/shared/shared-forms/reactive-file.component.html16 + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter Filter @@ -2197,7 +2185,7 @@ The link will expire within 1 hour. src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.ts83 Advanced filtersAdvanced filters - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts39src/app/shared/shared-instance/instance-follow.service.ts142 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found No items found @@ -2214,7 +2202,7 @@ The link will expire within 1 hour. - src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html24src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 Choose the appropriate licence for your work. Choose the appropriate licence for your work. @@ -2229,49 +2217,28 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html39src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reasonRegistration reason - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation responseModeration response - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 Requested on Requested on - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason:Registration reason: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response:Moderation response: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters.No registrations found matching current filters. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found.No registrations found. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this requestAccept this request src/app/+admin/moderation/registration-list/registration-list.component.ts @@ -2470,7 +2437,7 @@ The link will expire within 1 hour. Original publication date Original publication date - src/app/+videos/+video-edit/shared/video-edit.component.html368 + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) @@ -2479,41 +2446,41 @@ The link will expire within 1 hour. This is the date when the content was originally published (e.g. the release date for a film) - src/app/+videos/+video-edit/shared/video-edit.component.html371 + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settingsPlugin settings - src/app/+videos/+video-edit/shared/video-edit.component.html402 + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latencySmall latency - src/app/+videos/+video-edit/shared/video-edit.component.ts92 + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2PReduce latency to ~15s disabling P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts93 + src/app/+videos/+video-edit/shared/video-edit.component.ts94 DefaultDefault - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts97 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30sAverage latency of 30s - src/app/+videos/+video-edit/shared/video-edit.component.ts98 + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latencyHigh latency - src/app/+videos/+video-edit/shared/video-edit.component.ts102 + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratioAverage latency of 60s increasing P2P ratio - src/app/+videos/+video-edit/shared/video-edit.component.ts103 + src/app/+videos/+video-edit/shared/video-edit.component.ts104 OtherOther - src/app/+videos/+video-edit/shared/video-edit.component.ts219src/app/shared/shared-forms/select/select-languages.component.ts50 + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments Enable video comments - src/app/+videos/+video-edit/shared/video-edit.component.html389 + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download Enable download - src/app/+videos/+video-edit/shared/video-edit.component.html394 + src/app/+videos/+video-edit/shared/video-edit.component.html398 Advanced settings Advanced settings @@ -2563,12 +2530,12 @@ The link will expire within 1 hour. Scheduled Scheduled - src/app/+videos/+video-edit/shared/video-edit.component.ts240 + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date Hide the video until a specific date - src/app/+videos/+video-edit/shared/video-edit.component.ts241 + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal liveNormal live src/app/+videos/+video-edit/video-add-components/video-go-live.component.html @@ -2615,7 +2582,7 @@ The link will expire within 1 hour. - src/app/+admin/overview/users/user-list/user-list.component.html118src/app/shared/shared-main/users/user-quota.component.html3 + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Congratulations! Your video is now available in your private library. @@ -2670,11 +2637,11 @@ The link will expire within 1 hour. src/app/+videos/+video-edit/video-update.component.html 29 - - Your video is currenctly being updated. If you leave, your changes will be lost.Your video is currenctly being updated. If you leave, your changes will be lost. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 @@ -2915,7 +2882,7 @@ The link will expire within 1 hour. Muted - src/app/+admin/overview/users/user-list/user-list.component.html104src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Loop Loop @@ -3038,7 +3005,7 @@ The link will expire within 1 hour. Show more Show more - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less Show less @@ -3087,10 +3054,10 @@ The link will expire within 1 hour. The video was blocked due to automatic blocking of new videos The video was blocked due to automatic blocking of new videos - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFWNSFW - src/app/+admin/moderation/video-block-list/video-block-list.component.html56src/app/+admin/overview/videos/video-list.component.html75 + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Get more information Get more information @@ -3309,13 +3276,10 @@ The link will expire within 1 hour. src/app/shared/shared-moderation/report-modals/report.component.html35src/app/shared/shared-moderation/report-modals/report.component.html35 Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed?Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly.Token renewed. Update your client configuration accordingly. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEEDSUBSCRIPTION FEED src/app/+my-account/my-account-applications/my-account-applications.component.html9 @@ -3333,7 +3297,7 @@ The link will expire within 1 hour. src/app/+my-account/my-account-applications/my-account-applications.component.html27 Renew tokenRenew token - src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts41 + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Filter... @@ -3363,19 +3327,19 @@ The link will expire within 1 hour. Video/Comment/Account Video/Comment/Account - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 ID ID - src/app/+admin/system/jobs/jobs.component.html45 + src/app/+admin/system/jobs/jobs.component.html43 State State - src/app/+admin/system/jobs/jobs.component.html48src/app/+my-library/my-video-imports/my-video-imports.component.html30 + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 @@ -3392,41 +3356,35 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html39src/app/+admin/follows/following-list/following-list.component.html43src/app/+admin/system/jobs/jobs.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html27src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37src/app/+my-library/my-video-imports/my-video-imports.component.html31src/app/shared/shared-abuse-list/abuse-list-table.component.html23 + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab Open actor page in a new tab - src/app/+admin/follows/followers-list/followers-list.component.html56 + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted Accepted - src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending Pending - src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 RejectedRejected - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept Accept - src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse Refuse @@ -3437,21 +3395,13 @@ The link will expire within 1 hour. No follower found matching current filters. No follower found matching current filters. - src/app/+admin/follows/followers-list/followers-list.component.html77 + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. Your instance doesn't have any follower. - src/app/+admin/follows/followers-list/followers-list.component.html78 - - Showing to of followers - Showing - to - of - followers - - - src/app/+admin/follows/followers-list/followers-list.component.html11 + src/app/+admin/follows/followers-list/followers-list.component.html77 + @@ -3461,36 +3411,28 @@ The link will expire within 1 hour. - src/app/+admin/follows/following-list/following-list.component.html44 + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab Open instance in a new tab - src/app/+admin/follows/following-list/following-list.component.html58src/app/shared/shared-moderation/server-blocklist.component.html43src/app/shared/shared-moderation/server-blocklist.component.html43 + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. No host found matching current filters. - src/app/+admin/follows/following-list/following-list.component.html84 + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. Your instance is not following anyone. - src/app/+admin/follows/following-list/following-list.component.html85 + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}}Do you really want to unfollow {count, plural, =1 {?} other { entries?}} src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - Showing - to - of - hosts - - - src/app/+admin/follows/following-list/following-list.component.html11 + ActionAction @@ -3499,7 +3441,7 @@ The link will expire within 1 hour. - src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies Videos redundancies @@ -3520,17 +3462,17 @@ The link will expire within 1 hour. Table parameters Table parameters - src/app/+admin/overview/users/user-list/user-list.component.html47 + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns Select columns - src/app/+admin/overview/users/user-list/user-list.component.html53 + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users Highlight banned users - src/app/+admin/overview/users/user-list/user-list.component.html59 + src/app/+admin/overview/users/user-list/user-list.component.html57 Username Username @@ -3631,14 +3573,14 @@ The link will expire within 1 hour. Batch actions Batch actions - src/app/+admin/follows/followers-list/followers-list.component.html18src/app/+admin/follows/following-list/following-list.component.html18src/app/+admin/moderation/registration-list/registration-list.component.html18src/app/+admin/overview/comments/video-comment-list.component.html22src/app/+admin/overview/users/user-list/user-list.component.html18src/app/+admin/overview/videos/video-list.component.html18src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 The user was banned The user was banned - src/app/+admin/overview/users/user-list/user-list.component.html109 + src/app/+admin/overview/users/user-list/user-list.component.html107 Open account in a new tab Open account in a new tab @@ -3647,7 +3589,7 @@ The link will expire within 1 hour. - src/app/+admin/overview/comments/video-comment-list.component.html69src/app/+admin/overview/users/user-list/user-list.component.html94src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html44src/app/shared/shared-moderation/account-blocklist.component.html35src/app/shared/shared-moderation/account-blocklist.component.html35 + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account @@ -3656,31 +3598,23 @@ The link will expire within 1 hour. Deleted account - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota Total daily video quota - src/app/+admin/overview/users/user-list/user-list.component.html128 + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: Ban reason: - src/app/+admin/overview/users/user-list/user-list.component.html150 + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned usersBanned users src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - Showing - to - of - users - - - src/app/+admin/overview/users/user-list/user-list.component.html11 + Moderation Moderation @@ -3717,7 +3651,7 @@ The link will expire within 1 hour. - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html26 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size Total size @@ -3754,20 +3688,20 @@ The link will expire within 1 hour. src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html94 Used ()Used () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available ()Available () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Sensitive Sensitive - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated Unfederated - src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/moderation/video-block-list/video-block-list.component.html60 + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date Date @@ -3775,33 +3709,33 @@ The link will expire within 1 hour. - src/app/+admin/moderation/video-block-list/video-block-list.component.html29src/app/+admin/overview/comments/video-comment-list.component.html46 + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this rowSelect this row - src/app/+admin/follows/followers-list/followers-list.component.html46src/app/+admin/follows/following-list/following-list.component.html51src/app/+admin/moderation/registration-list/registration-list.component.html50src/app/+admin/overview/comments/video-comment-list.component.html54src/app/+admin/overview/users/user-list/user-list.component.html79src/app/+admin/overview/videos/video-list.component.html51src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full commentSee full comment - src/app/+admin/overview/comments/video-comment-list.component.html58 + src/app/+admin/overview/comments/video-comment-list.component.html57 Actions Actions - src/app/+admin/follows/followers-list/followers-list.component.html35src/app/+admin/moderation/registration-list/registration-list.component.html60src/app/+admin/moderation/video-block-list/video-block-list.component.html43src/app/+admin/overview/comments/video-comment-list.component.html64src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70src/app/+admin/system/runners/runner-list/runner-list.component.html36src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html39 + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 FollowerFollower - src/app/+admin/follows/followers-list/followers-list.component.html36 + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented videoCommented video - src/app/+admin/overview/comments/video-comment-list.component.html81 + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters.No comments found matching current filters. - src/app/+admin/overview/comments/video-comment-list.component.html106 + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found.No comments found. - src/app/+admin/overview/comments/video-comment-list.component.html107 + src/app/+admin/overview/comments/video-comment-list.component.html106 Local commentsLocal comments src/app/+admin/overview/comments/video-comment-list.component.ts51 @@ -3815,57 +3749,49 @@ The link will expire within 1 hour. No abuses found matching current filters. No abuses found matching current filters. - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. No abuses found. - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reportsUnsolved reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reportsAccepted reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reportsRefused reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videosReports with blocked videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videosReports with deleted videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: Block reason: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. No blocked video found matching current filters. - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. No blocked video found. - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocksAutomatic blocks src/app/+admin/moderation/video-block-list/video-block-list.component.ts34 Manual blocksManual blocks src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - Showing - to - of - blocked videos - - - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 + Reports Reports @@ -3900,7 +3826,7 @@ The link will expire within 1 hour. Reporter - src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html21 + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 src/app/shared/shared-abuse-list/abuse-details.component.html @@ -3918,20 +3844,20 @@ The link will expire within 1 hour. Video - src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+admin/overview/videos/video-list.component.html40src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html29src/app/shared/shared-video-miniature/video-download.component.html8 + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 CommentComment - src/app/+admin/overview/comments/video-comment-list.component.html45src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 This video has been reported multiple times. This video has been reported multiple times. - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked The video was blocked - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on by @@ -3945,7 +3871,13 @@ The link will expire within 1 hour. Video was deleted Video was deleted - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + + Account deleted @@ -3954,7 +3886,7 @@ The link will expire within 1 hour. Account deleted - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 Open video in a new tab Open video in a new tab @@ -3969,17 +3901,17 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html37src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/moderation/registration-list/registration-list.component.html41src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/shared/shared-abuse-list/abuse-list-table.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages Messages - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note Internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score Score @@ -3987,16 +3919,8 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html38 - - Showing to of reports - Showing - to - of - reports - - - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 + src/app/+admin/follows/followers-list/followers-list.component.html37 + Reportee Reportee @@ -4020,7 +3944,7 @@ The link will expire within 1 hour. Mute domain - src/app/shared/shared-moderation/server-blocklist.component.html19src/app/shared/shared-moderation/server-blocklist.component.html19 + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance Instance @@ -4028,7 +3952,7 @@ The link will expire within 1 hour. - src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at Muted at @@ -4039,7 +3963,7 @@ The link will expire within 1 hour. - src/app/shared/shared-moderation/account-blocklist.component.html25src/app/shared/shared-moderation/account-blocklist.component.html25src/app/shared/shared-moderation/server-blocklist.component.html33src/app/shared/shared-moderation/server-blocklist.component.html33 + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute Unmute @@ -4047,29 +3971,20 @@ The link will expire within 1 hour. - src/app/shared/shared-moderation/account-blocklist.component.html32src/app/shared/shared-moderation/account-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html40src/app/shared/shared-moderation/server-blocklist.component.html40 + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. No server found matching current filters. - src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. No server found. - src/app/shared/shared-moderation/server-blocklist.component.html57src/app/shared/shared-moderation/server-blocklist.component.html57 - - Showing to of muted instances - Showing - to - of - muted instances - - - - src/app/shared/shared-moderation/server-blocklist.component.html12src/app/shared/shared-moderation/server-blocklist.component.html12 + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. @@ -4087,25 +4002,25 @@ The link will expire within 1 hour. Mute domains - src/app/shared/shared-moderation/server-blocklist.component.html64src/app/shared/shared-moderation/server-blocklist.component.html64 + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account Account - src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/comments/video-comment-list.component.html43src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24 + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. No account found matching current filters. - src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. No account found. - src/app/shared/shared-moderation/account-blocklist.component.html55src/app/shared/shared-moderation/account-blocklist.component.html55 + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed pluginsList installed plugins src/app/+admin/plugins/plugins.routes.ts26 @@ -4115,16 +4030,7 @@ The link will expire within 1 hour. Show pluginShow plugin src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - Showing - to - of - muted accounts - - - - src/app/shared/shared-moderation/account-blocklist.component.html11src/app/shared/shared-moderation/account-blocklist.component.html11 + Plugins/Themes Plugins/Themes @@ -4310,14 +4216,11 @@ The link will expire within 1 hour. src/app/+admin/overview/comments/video-comment-list.component.html3 This view also shows comments from muted accounts.This view also shows comments from muted accounts. - src/app/+admin/overview/comments/video-comment-list.component.html8 - Showing to of commentsShowing to of comments - - src/app/+admin/overview/comments/video-comment-list.component.html15 + src/app/+admin/overview/comments/video-comment-list.component.html8 Select all rowsSelect all rows - src/app/+admin/follows/followers-list/followers-list.component.html33src/app/+admin/follows/following-list/following-list.component.html38src/app/+admin/moderation/registration-list/registration-list.component.html33src/app/+admin/overview/comments/video-comment-list.component.html39src/app/+admin/overview/users/user-list/user-list.component.html39src/app/+admin/overview/videos/video-list.component.html36src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type Job type @@ -4334,44 +4237,35 @@ The link will expire within 1 hour. 21 Selector for the list displaying jobs, filtering by their state - - Showing to of jobsShowing to of jobs - - src/app/+admin/system/jobs/jobs.component.html39 + Type Type - src/app/+admin/system/jobs/jobs.component.html46src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 Priority (1 = highest priority)Priority (1 = highest priority) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + + src/app/+admin/system/jobs/jobs.component.html45 ProgressProgress - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found.No jobs found. - src/app/+admin/system/jobs/jobs.component.html105 + src/app/+admin/system/jobs/jobs.component.html103 No jobs found.No jobs found. - src/app/+admin/system/jobs/jobs.component.html106 + src/app/+admin/system/jobs/jobs.component.html104 No jobs found.No jobs found. - src/app/+admin/system/jobs/jobs.component.html110 + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are .No jobs found that are . - src/app/+admin/system/jobs/jobs.component.html111 + src/app/+admin/system/jobs/jobs.component.html109 Refresh Refresh - src/app/+admin/overview/comments/video-comment-list.component.html31src/app/+admin/overview/videos/video-list.component.html27src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 nownow src/app/+admin/system/logs/logs.component.html15 @@ -4410,7 +4304,7 @@ The link will expire within 1 hour. - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description Short description @@ -4803,10 +4697,13 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 ⚠️ We don't recommend to enable this feature if you don't trust your users⚠️ We don't recommend to enable this feature if you don't trust your users - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL)Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ You need to allow import with HTTP URL to be able to activate this feature. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html319 @@ -5657,55 +5554,34 @@ color: red; src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html 9 - - Showing to of synchronizationsShowing to of synchronizations - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - Add synchronizationAdd synchronization - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 External Channel External Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 Channel Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 Last synchronization at Last synchronization at - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List importsList imports - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channelFully synchronize the channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channelThis fetches any missing videos on the local channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for .Synchronization removed successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for .Full synchronization requested successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATIONNEW SYNCHRONIZATION src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.html @@ -5820,22 +5696,14 @@ color: red; Target Target - src/app/+my-library/my-video-imports/my-video-imports.component.html28 + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted This video was deleted - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - Showing to of imports - Showing - to - of - imports - - - src/app/+my-library/my-video-imports/my-video-imports.component.html21 + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. Once you delete your account, there is no going back. You will be asked to confirm this action. @@ -5849,20 +5717,10 @@ color: red; - src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65src/app/+videos/+video-watch/video-watch.component.html66 + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}}{VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} - src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()!Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - - + src/app/+my-library/+my-video-channels/my-video-channels.component.html49 Created by Created by @@ -6229,7 +6087,7 @@ channel or account with the same name (src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html105 + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Instance muted Instance muted @@ -6298,7 +6156,7 @@ channel or account with the same name (src/app/+accounts/account-video-channels/account-video-channels.component.html29src/app/+accounts/accounts.component.html39src/app/+my-library/+my-video-channels/my-video-channels.component.html47src/app/+video-channels/video-channels.component.html78src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 Please type the name of the video channel () to confirmPlease type the name of the video channel () to confirm - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL @@ -6759,11 +6617,11 @@ channel or account with the same name (Go to the previous step - src/app/+signup/+register/register.component.ts43 + src/app/+signup/+register/register.component.ts42 Go to the next stepGo to the next step - src/app/+signup/+register/register.component.ts44 + src/app/+signup/+register/register.component.ts43 Who are we? @@ -6782,7 +6640,7 @@ channel or account with the same name (src/app/shared/shared-instance/instance-about-accordion.component.html48 Terms of Terms of - src/app/shared/shared-instance/instance-about-accordion.component.ts81 + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability Administrators & Sustainability @@ -6962,34 +6820,34 @@ channel or account with the same name (src/app/shared/shared-video-miniature/video-filters-header.component.ts90 Sensitive contentSensitive content - src/app/shared/shared-video-miniature/video-filters.model.ts125 + src/app/shared/shared-video-miniature/video-filters.model.ts131 ScopeScope - src/app/shared/shared-video-miniature/video-filters.model.ts132 + src/app/shared/shared-video-miniature/video-filters.model.ts138 FederatedFederated - src/app/shared/shared-video-miniature/video-filters.model.ts134 + src/app/shared/shared-video-miniature/video-filters.model.ts140 LanguagesLanguages - src/app/shared/shared-video-miniature/video-filters.model.ts142 + src/app/shared/shared-video-miniature/video-filters.model.ts148 CategoriesCategories - src/app/shared/shared-video-miniature/video-filters.model.ts151 + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videosAll videos - src/app/shared/shared-video-miniature/video-filters.model.ts160 + src/app/shared/shared-video-miniature/video-filters.model.ts166 BlurredBlurred - src/app/shared/shared-video-miniature/video-filters.model.ts240 + src/app/shared/shared-video-miniature/video-filters.model.ts246 hiddenhidden - src/app/shared/shared-video-miniature/video-filters.model.ts246 + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurredblurred - src/app/shared/shared-video-miniature/video-filters.model.ts247 + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayeddisplayed - src/app/shared/shared-video-miniature/video-filters.model.ts249 + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protectedPassword protected src/app/shared/shared-video-miniature/video-miniature.component.html @@ -7297,12 +7155,12 @@ channel or account with the same name (Reject - src/app/+admin/follows/followers-list/followers-list.component.html51src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 DeleteDelete - src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts63src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts133src/app/shared/shared-abuse-list/abuse-list-table.component.ts376src/app/shared/shared-abuse-list/abuse-list-table.component.ts411src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}}Accepted {count, plural, =1 { follow request} other { follow requests}} src/app/+admin/follows/followers-list/followers-list.component.ts67 @@ -7326,7 +7184,7 @@ channel or account with the same name (src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html25 + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line1 host (without "http://"), account handle or channel handle per line src/app/+admin/follows/following-list/follow-modal.component.html @@ -7389,17 +7247,17 @@ channel or account with the same name (Do you really want to remove this video redundancy? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy Remove redundancy - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! Video redundancies removed! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Account unmuted by your instance. Account @@ -7467,89 +7325,89 @@ channel or account with the same name (Internal actions - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report Delete report - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account Actions for the flagged account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mark as accepted Mark as accepted - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected Mark as rejected - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note Add internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video Actions for the video - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video Block video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. Video blocked. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video Unblock video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. Video unblocked. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Do you really want to delete this abuse report? Do you really want to delete this abuse report? - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. Abuse deleted. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment Deleted comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter Messages with reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators Messages with moderators - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note Update internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual Switch video block to manual @@ -7692,12 +7550,12 @@ channel or account with the same name (plugin - src/app/+admin/plugins/shared/plugin-api.service.ts30 + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme theme - src/app/+admin/plugins/shared/plugin-api.service.ts33 + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP addressIP address src/app/+admin/system/debug/debug.component.html @@ -7787,13 +7645,13 @@ channel or account with the same name (src/app/+admin/overview/videos/video-list.component.html41src/app/core/notification/notifier.service.ts12 + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 FilesFiles - src/app/+admin/overview/videos/video-list.component.html42 + src/app/+admin/overview/videos/video-list.component.html41 Published Published - src/app/+admin/overview/videos/video-list.component.html43 + src/app/+admin/overview/videos/video-list.component.html42 Warning Warning @@ -7819,34 +7677,28 @@ channel or account with the same name (Audit logs - src/app/+admin/system/logs/logs.component.ts145 - Showing to of runner jobsShowing to of runner jobs - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - - + src/app/+admin/system/logs/logs.component.ts145 UUIDUUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 Priority Priority - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 Progress Progress - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 RunnerRunner - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload:Payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload:Private payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found.No runner jobs found. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobsCompleted jobs src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts @@ -7901,28 +7753,16 @@ channel or account with the same name (src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html 4 - - Showing to of remote runnersShowing to of remote runners - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - IPIP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contactLast contact - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found.No remote runners found. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. User @@ -7932,7 +7772,7 @@ channel or account with the same name (src/app/+admin/overview/users/user-edit/user-create.component.ts78 Create userCreate user - src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html25 + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videosBlocked videos src/app/+admin/moderation/moderation.routes.ts67 @@ -8034,12 +7874,6 @@ channel or account with the same name (src/app/+admin/moderation/registration-list/registration-list.component.html 3 - - Showing to of registrationsShowing to of registrations - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - Password changed for user . @@ -8095,7 +7929,7 @@ channel or account with the same name (src/app/+admin/overview/videos/video-admin.service.ts49 LiveLive - src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html88 + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video filesVideo files src/app/+admin/overview/videos/video-admin.service.ts59 @@ -8432,18 +8266,18 @@ channel or account with the same name (Too many languages are enabled. Please enable them all or stay below 20 enabled languages. - src/app/shared/shared-user-settings/user-video-settings.component.ts76 + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. Video settings updated. - src/app/shared/shared-user-settings/user-video-settings.component.ts121 + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. Display/Video settings updated. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Video channel created. Video channel @@ -8479,12 +8313,12 @@ channel or account with the same name ( deleted. - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day Views for the day - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followersMy followers @@ -8547,10 +8381,10 @@ channel or account with the same name ( created. - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 CreateCreate - src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist Update playlist @@ -8614,7 +8448,13 @@ channel or account with the same name (? - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + + Video deleted. Video @@ -8734,10 +8574,10 @@ channel or account with the same name (src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts44src/app/shared/shared-forms/preview-upload.component.ts38 Maximize editorMaximize editor - src/app/shared/shared-forms/markdown-textarea.component.ts51 + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editorExit maximized editor - src/app/shared/shared-forms/markdown-textarea.component.ts52 + src/app/shared/shared-forms/markdown-textarea.component.ts50 @@ -8766,7 +8606,7 @@ channel or account with the same name (src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts888 + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTSPLAYLISTS src/app/+video-channels/video-channels.component.ts91 @@ -9031,10 +8871,10 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+search/search-filters.component.ts52 VOD videosVOD videos - src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts174 + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videosLive videos - src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts168 + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) Short (< 4 min) @@ -10290,13 +10130,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instance languages - src/app/+videos/+video-edit/shared/video-edit.component.ts222 + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages All languages - src/app/+videos/+video-edit/shared/video-edit.component.ts223src/app/shared/shared-forms/select/select-languages.component.ts25 + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Hidden Hidden @@ -10311,7 +10151,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Displayed Displayed - src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts242 + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 DisabledDisabled src/app/shared/shared-instance/instance-features-table.component.ts60 @@ -10488,19 +10328,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server Mute server - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. Server muted by the instance. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter Add a message to communicate with the reporter @@ -10741,26 +10581,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular minutes. - src/app/core/rest/rest-extractor.service.ts126 + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. Too many attempts, please try again later. - src/app/core/rest/rest-extractor.service.ts129 + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. Server error. Please retry later. - src/app/core/rest/rest-extractor.service.ts133 + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later.Server is unavailable. Please retry later. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server errorUnknown server error - src/app/core/rest/rest-extractor.service.ts140 + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + + Subscribed to all current channels of . You will be notified of all their new videos. Subscribed to all current channels of @@ -10864,27 +10707,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Delete video Delete video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment Actions for the comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment Delete comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? Do you really want to delete this comment? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. Comment deleted. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Encoder Encoder @@ -10934,23 +10777,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. Video deleted. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter Actions for the reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter Mute reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 DownloadDownload @@ -11049,46 +10892,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+admin/system/runners/runner-list/runner-list.component.ts 58 - - Showing to of registration tokensShowing to of registration tokens - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - TokenToken - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runnersAssociated runners - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate tokenGenerate token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copiedRegistration token copied - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration tokenCopy registration token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners.No registration token found for remote runners. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this tokenRemove this token src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.ts34 @@ -11136,7 +10958,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actionsOpen video actions src/app/shared/shared-video-miniature/video-actions-dropdown.component.html @@ -11163,7 +10985,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute server account Mute server account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Report Report @@ -11254,7 +11076,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html77src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Add to watch later Add to watch later @@ -11281,25 +11103,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Only I can see this video Only I can see this video - src/app/shared/shared-main/video/video.service.ts460 + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link Only shareable via a private link - src/app/shared/shared-main/video/video.service.ts461 + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video Anyone can see this video - src/app/shared/shared-main/video/video.service.ts462 + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video Only users of this instance can see this video - src/app/shared/shared-main/video/video.service.ts463 + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this videoOnly users with the appropriate password can see this video - src/app/shared/shared-main/video/video.service.ts464 + src/app/shared/shared-main/video/video.service.ts465 Video to import updated. Video to import updated. @@ -11348,36 +11170,24 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular You have unsaved changes! If you leave, your changes will be lost. You have unsaved changes! If you leave, your changes will be lost. - src/app/+videos/+video-edit/video-update.component.ts140 + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. Video updated. - src/app/+videos/+video-edit/video-update.component.ts227 + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators.Your video will also be automatically blocked since video publication requires manual validation by moderators. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version.Uploading a new version of your video will completely erase the current version. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 <br /><br />Do you still want to replace your video file?<br /><br />Do you still want to replace your video file? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warningReplace file warning - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: )(extensions: ) @@ -11456,83 +11266,74 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>?This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? - src/app/+videos/+video-watch/video-watch.component.ts370 + src/app/+videos/+video-watch/video-watch.component.ts371 RedirectionRedirection - src/app/+videos/+video-watch/video-watch.component.ts371 + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this videoYou need a password to watch this video - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protectedThis video is password protected - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct passwordIncorrect password, please enter a correct password - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? This video contains mature or explicit content. Are you sure you want to watch it? - src/app/+videos/+video-watch/video-watch.component.ts446 + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content Mature or explicit content - src/app/+videos/+video-watch/video-watch.component.ts447 + src/app/+videos/+video-watch/video-watch.component.ts448 CancelCancel - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html42src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreenEnter/exit fullscreen - src/app/+videos/+video-watch/video-watch.component.ts851 + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the videoPlay/Pause the video - src/app/+videos/+video-watch/video-watch.component.ts852 + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the videoMute/unmute the video - src/app/+videos/+video-watch/video-watch.component.ts853 + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90%Skip to a percentage of the video: 0 is 0% and 9 is 90% - src/app/+videos/+video-watch/video-watch.component.ts868 + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volumeIncrease the volume - src/app/+videos/+video-watch/video-watch.component.ts855 + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volumeDecrease the volume - src/app/+videos/+video-watch/video-watch.component.ts856 + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forwardSeek the video forward - src/app/+videos/+video-watch/video-watch.component.ts870 + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backwardSeek the video backward - src/app/+videos/+video-watch/video-watch.component.ts871 + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rateIncrease playback rate - src/app/+videos/+video-watch/video-watch.component.ts873 + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rateDecrease playback rate - src/app/+videos/+video-watch/video-watch.component.ts874 + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frameNavigate in the video to the previous frame - src/app/+videos/+video-watch/video-watch.component.ts876 + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frameNavigate in the video to the next frame - src/app/+videos/+video-watch/video-watch.component.ts877 + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater modeToggle theater mode - src/app/+videos/+video-watch/video-watch.component.ts861 + src/app/+videos/+video-watch/video-watch.component.ts867 @@ -11601,12 +11402,6 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+admin/overview/videos/video-admin.service.ts 103 - - Showing to of videosShowing to of videos - - src/app/+admin/overview/videos/video-list.component.html - 11 - Only videos uploaded on this instance are displayedOnly videos uploaded on this instance are displayed diff --git a/client/src/locale/angular.en-US.xlf b/client/src/locale/angular.en-US.xlf index fe6612ea2..77ffef98d 100644 --- a/client/src/locale/angular.en-US.xlf +++ b/client/src/locale/angular.en-US.xlf @@ -277,28 +277,19 @@ src/app/shared/shared-main/users/user-notifications.component.html230 {views, plural, =0 {No view} =1 {1 view} other { views}}{views, plural, =0 {No view} =1 {1 view} other { views}} - src/app/shared/shared-main/video/video.model.ts291 + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded.PeerTube considers this video is already being transcoded. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcodingForce transcoding - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}}{viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} - src/app/shared/shared-main/video/video.model.ts288 + src/app/shared/shared-main/video/video.model.ts289 Change your avatar @@ -311,10 +302,10 @@ Account mutedAccount muted - src/app/+admin/overview/videos/video-list.component.html79 + src/app/+admin/overview/videos/video-list.component.html78 Server mutedServer muted - src/app/+admin/overview/videos/video-list.component.html80 + src/app/+admin/overview/videos/video-list.component.html79 Save to Save to @@ -421,7 +412,7 @@ src/app/shared/shared-video-miniature/video-download.component.html130 videovideo - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts341src/app/shared/shared-video-miniature/video-download.component.ts62 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: )Your video quota is exceeded with this video (video size: , used: , quota: ) src/app/+videos/+video-edit/shared/video-upload.service.ts34 @@ -515,17 +506,14 @@ Blocked Blocked - src/app/+admin/overview/videos/video-list.component.html82src/app/shared/shared-video-miniature/video-miniature.component.html64 + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storageObject storage - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this fileDelete this file - src/app/+admin/overview/videos/video-list.component.html114src/app/+admin/overview/videos/video-list.component.html130 + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}.Deleted {count, plural, =1 {1 video} other { videos}}. src/app/+admin/overview/videos/video-list.component.ts235 @@ -843,7 +831,7 @@ Local - src/app/shared/shared-video-miniature/video-filters.model.ts135 + src/app/shared/shared-video-miniature/video-filters.model.ts141 users users @@ -876,7 +864,7 @@ - src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/follows.routes.ts26 + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 FollowersFollowers @@ -1087,7 +1075,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 Email address Email address @@ -1135,7 +1123,7 @@ The link will expire within 1 hour. SignupSignup Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 + src/app/+signup/+register/register.component.ts85 Why creating an account?Why creating an account? src/app/+signup/+register/steps/register-step-about.component.html @@ -1700,7 +1688,7 @@ The link will expire within 1 hour. src/app/+error-page/error-page.component.html54 Media is too large for the server. Please contact you administrator if you want to increase the limit size.Media is too large for the server. Please contact you administrator if you want to increase the limit size. - src/app/core/rest/rest-extractor.service.ts118 + src/app/core/rest/rest-extractor.service.ts122 GLOBAL SEARCH @@ -1905,7 +1893,7 @@ The link will expire within 1 hour. Reset - src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/shared/shared-forms/reactive-file.component.html16 + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter Filter @@ -2026,7 +2014,7 @@ The link will expire within 1 hour. src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.ts83 Advanced filtersAdvanced filters - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts39src/app/shared/shared-instance/instance-follow.service.ts142 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found No items found @@ -2043,7 +2031,7 @@ The link will expire within 1 hour. - src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html24src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 Choose the appropriate licence for your work. Choose the appropriate licence for your work. @@ -2058,49 +2046,28 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html39src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reasonRegistration reason - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation responseModeration response - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 Requested on Requested on - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason:Registration reason: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response:Moderation response: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters.No registrations found matching current filters. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found.No registrations found. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this requestAccept this request src/app/+admin/moderation/registration-list/registration-list.component.ts @@ -2297,7 +2264,7 @@ The link will expire within 1 hour. Original publication date Original publication date - src/app/+videos/+video-edit/shared/video-edit.component.html368 + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) @@ -2306,41 +2273,41 @@ The link will expire within 1 hour. This is the date when the content was originally published (e.g. the release date for a film) - src/app/+videos/+video-edit/shared/video-edit.component.html371 + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settingsPlugin settings - src/app/+videos/+video-edit/shared/video-edit.component.html402 + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latencySmall latency - src/app/+videos/+video-edit/shared/video-edit.component.ts92 + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2PReduce latency to ~15s disabling P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts93 + src/app/+videos/+video-edit/shared/video-edit.component.ts94 DefaultDefault - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts97 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30sAverage latency of 30s - src/app/+videos/+video-edit/shared/video-edit.component.ts98 + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latencyHigh latency - src/app/+videos/+video-edit/shared/video-edit.component.ts102 + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratioAverage latency of 60s increasing P2P ratio - src/app/+videos/+video-edit/shared/video-edit.component.ts103 + src/app/+videos/+video-edit/shared/video-edit.component.ts104 OtherOther - src/app/+videos/+video-edit/shared/video-edit.component.ts219src/app/shared/shared-forms/select/select-languages.component.ts50 + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments Enable video comments - src/app/+videos/+video-edit/shared/video-edit.component.html389 + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download Enable download - src/app/+videos/+video-edit/shared/video-edit.component.html394 + src/app/+videos/+video-edit/shared/video-edit.component.html398 Advanced settings Advanced settings @@ -2387,12 +2354,12 @@ The link will expire within 1 hour. Scheduled Scheduled - src/app/+videos/+video-edit/shared/video-edit.component.ts240 + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date Hide the video until a specific date - src/app/+videos/+video-edit/shared/video-edit.component.ts241 + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal liveNormal live src/app/+videos/+video-edit/video-add-components/video-go-live.component.html @@ -2433,7 +2400,7 @@ The link will expire within 1 hour. - src/app/+admin/overview/users/user-list/user-list.component.html118src/app/shared/shared-main/users/user-quota.component.html3 + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Congratulations! Your video is now available in your private library. @@ -2488,11 +2455,11 @@ The link will expire within 1 hour. src/app/+videos/+video-edit/video-update.component.html 29 - - Your video is currenctly being updated. If you leave, your changes will be lost.Your video is currenctly being updated. If you leave, your changes will be lost. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 @@ -2725,7 +2692,7 @@ The link will expire within 1 hour. Muted - src/app/+admin/overview/users/user-list/user-list.component.html104src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Loop Loop @@ -2846,7 +2813,7 @@ The link will expire within 1 hour. Show more Show more - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less Show less @@ -2895,10 +2862,10 @@ The link will expire within 1 hour. The video was blocked due to automatic blocking of new videos The video was blocked due to automatic blocking of new videos - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFWNSFW - src/app/+admin/moderation/video-block-list/video-block-list.component.html56src/app/+admin/overview/videos/video-list.component.html75 + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Get more information Get more information @@ -3110,13 +3077,10 @@ The link will expire within 1 hour. src/app/shared/shared-moderation/report-modals/report.component.html35src/app/shared/shared-moderation/report-modals/report.component.html35 Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed?Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly.Token renewed. Update your client configuration accordingly. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEEDSUBSCRIPTION FEED src/app/+my-account/my-account-applications/my-account-applications.component.html9 @@ -3134,7 +3098,7 @@ The link will expire within 1 hour. src/app/+my-account/my-account-applications/my-account-applications.component.html27 Renew tokenRenew token - src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts41 + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Filter... @@ -3164,19 +3128,19 @@ The link will expire within 1 hour. Video/Comment/Account Video/Comment/Account - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 ID ID - src/app/+admin/system/jobs/jobs.component.html45 + src/app/+admin/system/jobs/jobs.component.html43 State State - src/app/+admin/system/jobs/jobs.component.html48src/app/+my-library/my-video-imports/my-video-imports.component.html30 + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 @@ -3190,41 +3154,35 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html39src/app/+admin/follows/following-list/following-list.component.html43src/app/+admin/system/jobs/jobs.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html27src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37src/app/+my-library/my-video-imports/my-video-imports.component.html31src/app/shared/shared-abuse-list/abuse-list-table.component.html23 + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab Open actor page in a new tab - src/app/+admin/follows/followers-list/followers-list.component.html56 + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted Accepted - src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending Pending - src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 RejectedRejected - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept Accept - src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse Refuse @@ -3235,49 +3193,41 @@ The link will expire within 1 hour. No follower found matching current filters. No follower found matching current filters. - src/app/+admin/follows/followers-list/followers-list.component.html77 + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. Your instance doesn't have any follower. - src/app/+admin/follows/followers-list/followers-list.component.html78 - - Showing to of followers - Showing to of followers - - src/app/+admin/follows/followers-list/followers-list.component.html11 + src/app/+admin/follows/followers-list/followers-list.component.html77 + Redundancy allowed Redundancy allowed - src/app/+admin/follows/following-list/following-list.component.html44 + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab Open instance in a new tab - src/app/+admin/follows/following-list/following-list.component.html58src/app/shared/shared-moderation/server-blocklist.component.html43src/app/shared/shared-moderation/server-blocklist.component.html43 + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. No host found matching current filters. - src/app/+admin/follows/following-list/following-list.component.html84 + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. Your instance is not following anyone. - src/app/+admin/follows/following-list/following-list.component.html85 + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}}Do you really want to unfollow {count, plural, =1 {?} other { entries?}} src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - Showing to of hosts - - src/app/+admin/follows/following-list/following-list.component.html11 + ActionAction @@ -3286,7 +3236,7 @@ The link will expire within 1 hour. - src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies Videos redundancies @@ -3307,17 +3257,17 @@ The link will expire within 1 hour. Table parameters Table parameters - src/app/+admin/overview/users/user-list/user-list.component.html47 + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns Select columns - src/app/+admin/overview/users/user-list/user-list.component.html53 + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users Highlight banned users - src/app/+admin/overview/users/user-list/user-list.component.html59 + src/app/+admin/overview/users/user-list/user-list.component.html57 Username Username @@ -3418,14 +3368,14 @@ The link will expire within 1 hour. Batch actions Batch actions - src/app/+admin/follows/followers-list/followers-list.component.html18src/app/+admin/follows/following-list/following-list.component.html18src/app/+admin/moderation/registration-list/registration-list.component.html18src/app/+admin/overview/comments/video-comment-list.component.html22src/app/+admin/overview/users/user-list/user-list.component.html18src/app/+admin/overview/videos/video-list.component.html18src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 The user was banned The user was banned - src/app/+admin/overview/users/user-list/user-list.component.html109 + src/app/+admin/overview/users/user-list/user-list.component.html107 Open account in a new tab Open account in a new tab @@ -3434,7 +3384,7 @@ The link will expire within 1 hour. - src/app/+admin/overview/comments/video-comment-list.component.html69src/app/+admin/overview/users/user-list/user-list.component.html94src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html44src/app/shared/shared-moderation/account-blocklist.component.html35src/app/shared/shared-moderation/account-blocklist.component.html35 + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account @@ -3443,27 +3393,23 @@ The link will expire within 1 hour. Deleted account - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota Total daily video quota - src/app/+admin/overview/users/user-list/user-list.component.html128 + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: Ban reason: - src/app/+admin/overview/users/user-list/user-list.component.html150 + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned usersBanned users src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - Showing to of users - - src/app/+admin/overview/users/user-list/user-list.component.html11 + Moderation Moderation @@ -3497,7 +3443,7 @@ The link will expire within 1 hour. Video - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html26 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size Total size @@ -3534,51 +3480,51 @@ The link will expire within 1 hour. src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html94 Used ()Used () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available ()Available () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Sensitive Sensitive - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated Unfederated - src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/moderation/video-block-list/video-block-list.component.html60 + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date Date - src/app/+admin/moderation/video-block-list/video-block-list.component.html29src/app/+admin/overview/comments/video-comment-list.component.html46 + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this rowSelect this row - src/app/+admin/follows/followers-list/followers-list.component.html46src/app/+admin/follows/following-list/following-list.component.html51src/app/+admin/moderation/registration-list/registration-list.component.html50src/app/+admin/overview/comments/video-comment-list.component.html54src/app/+admin/overview/users/user-list/user-list.component.html79src/app/+admin/overview/videos/video-list.component.html51src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full commentSee full comment - src/app/+admin/overview/comments/video-comment-list.component.html58 + src/app/+admin/overview/comments/video-comment-list.component.html57 Actions Actions - src/app/+admin/follows/followers-list/followers-list.component.html35src/app/+admin/moderation/registration-list/registration-list.component.html60src/app/+admin/moderation/video-block-list/video-block-list.component.html43src/app/+admin/overview/comments/video-comment-list.component.html64src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70src/app/+admin/system/runners/runner-list/runner-list.component.html36src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html39 + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 FollowerFollower - src/app/+admin/follows/followers-list/followers-list.component.html36 + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented videoCommented video - src/app/+admin/overview/comments/video-comment-list.component.html81 + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters.No comments found matching current filters. - src/app/+admin/overview/comments/video-comment-list.component.html106 + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found.No comments found. - src/app/+admin/overview/comments/video-comment-list.component.html107 + src/app/+admin/overview/comments/video-comment-list.component.html106 Local commentsLocal comments src/app/+admin/overview/comments/video-comment-list.component.ts51 @@ -3592,53 +3538,49 @@ The link will expire within 1 hour. No abuses found matching current filters. No abuses found matching current filters. - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. No abuses found. - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reportsUnsolved reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reportsAccepted reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reportsRefused reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videosReports with blocked videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videosReports with deleted videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: Block reason: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. No blocked video found matching current filters. - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. No blocked video found. - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocksAutomatic blocks src/app/+admin/moderation/video-block-list/video-block-list.component.ts34 Manual blocksManual blocks src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - Showing to of blocked videos - - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 + Reports Reports @@ -3673,7 +3615,7 @@ The link will expire within 1 hour. Reporter - src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html21 + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 src/app/shared/shared-abuse-list/abuse-details.component.html @@ -3691,20 +3633,20 @@ The link will expire within 1 hour. Video - src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+admin/overview/videos/video-list.component.html40src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html29src/app/shared/shared-video-miniature/video-download.component.html8 + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 CommentComment - src/app/+admin/overview/comments/video-comment-list.component.html45src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 This video has been reported multiple times. This video has been reported multiple times. - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked The video was blocked - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on by on @@ -3715,7 +3657,13 @@ The link will expire within 1 hour. Video was deleted Video was deleted - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + + Account deleted @@ -3724,7 +3672,7 @@ The link will expire within 1 hour. Account deleted - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 Open video in a new tab Open video in a new tab @@ -3736,27 +3684,23 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html37src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/moderation/registration-list/registration-list.component.html41src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/shared/shared-abuse-list/abuse-list-table.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages Messages - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note Internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score Score - src/app/+admin/follows/followers-list/followers-list.component.html38 - - Showing to of reports - Showing to of reports - - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 + src/app/+admin/follows/followers-list/followers-list.component.html37 + Reportee Reportee @@ -3778,7 +3722,7 @@ The link will expire within 1 hour. Mute domain - src/app/shared/shared-moderation/server-blocklist.component.html19src/app/shared/shared-moderation/server-blocklist.component.html19 + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance Instance @@ -3786,7 +3730,7 @@ The link will expire within 1 hour. - src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at Muted at @@ -3794,7 +3738,7 @@ The link will expire within 1 hour. - src/app/shared/shared-moderation/account-blocklist.component.html25src/app/shared/shared-moderation/account-blocklist.component.html25src/app/shared/shared-moderation/server-blocklist.component.html33src/app/shared/shared-moderation/server-blocklist.component.html33 + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute Unmute @@ -3802,25 +3746,20 @@ The link will expire within 1 hour. - src/app/shared/shared-moderation/account-blocklist.component.html32src/app/shared/shared-moderation/account-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html40src/app/shared/shared-moderation/server-blocklist.component.html40 + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. No server found matching current filters. - src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. No server found. - src/app/shared/shared-moderation/server-blocklist.component.html57src/app/shared/shared-moderation/server-blocklist.component.html57 - - Showing to of muted instances - Showing to of muted instances - - - src/app/shared/shared-moderation/server-blocklist.component.html12src/app/shared/shared-moderation/server-blocklist.component.html12 + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. @@ -3838,25 +3777,25 @@ The link will expire within 1 hour. Mute domains - src/app/shared/shared-moderation/server-blocklist.component.html64src/app/shared/shared-moderation/server-blocklist.component.html64 + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account Account - src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/comments/video-comment-list.component.html43src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24 + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. No account found matching current filters. - src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. No account found. - src/app/shared/shared-moderation/account-blocklist.component.html55src/app/shared/shared-moderation/account-blocklist.component.html55 + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed pluginsList installed plugins src/app/+admin/plugins/plugins.routes.ts26 @@ -3866,12 +3805,7 @@ The link will expire within 1 hour. Show pluginShow plugin src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - Showing to of muted accounts - - - src/app/shared/shared-moderation/account-blocklist.component.html11src/app/shared/shared-moderation/account-blocklist.component.html11 + Plugins/Themes Plugins/Themes @@ -4053,14 +3987,11 @@ The link will expire within 1 hour. src/app/+admin/overview/comments/video-comment-list.component.html3 This view also shows comments from muted accounts.This view also shows comments from muted accounts. - src/app/+admin/overview/comments/video-comment-list.component.html8 - Showing to of commentsShowing to of comments - - src/app/+admin/overview/comments/video-comment-list.component.html15 + src/app/+admin/overview/comments/video-comment-list.component.html8 Select all rowsSelect all rows - src/app/+admin/follows/followers-list/followers-list.component.html33src/app/+admin/follows/following-list/following-list.component.html38src/app/+admin/moderation/registration-list/registration-list.component.html33src/app/+admin/overview/comments/video-comment-list.component.html39src/app/+admin/overview/users/user-list/user-list.component.html39src/app/+admin/overview/videos/video-list.component.html36src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type Job type @@ -4077,44 +4008,35 @@ The link will expire within 1 hour. 21 Selector for the list displaying jobs, filtering by their state - - Showing to of jobsShowing to of jobs - - src/app/+admin/system/jobs/jobs.component.html39 + Type Type - src/app/+admin/system/jobs/jobs.component.html46src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 Priority (1 = highest priority)Priority (1 = highest priority) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + + src/app/+admin/system/jobs/jobs.component.html45 ProgressProgress - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found.No jobs found. - src/app/+admin/system/jobs/jobs.component.html105 + src/app/+admin/system/jobs/jobs.component.html103 No jobs found.No jobs found. - src/app/+admin/system/jobs/jobs.component.html106 + src/app/+admin/system/jobs/jobs.component.html104 No jobs found.No jobs found. - src/app/+admin/system/jobs/jobs.component.html110 + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are .No jobs found that are . - src/app/+admin/system/jobs/jobs.component.html111 + src/app/+admin/system/jobs/jobs.component.html109 Refresh Refresh - src/app/+admin/overview/comments/video-comment-list.component.html31src/app/+admin/overview/videos/video-list.component.html27src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 nownow src/app/+admin/system/logs/logs.component.html15 @@ -4151,7 +4073,7 @@ The link will expire within 1 hour. - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description Short description @@ -4541,10 +4463,13 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 ⚠️ We don't recommend to enable this feature if you don't trust your users⚠️ We don't recommend to enable this feature if you don't trust your users - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL)Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ You need to allow import with HTTP URL to be able to activate this feature. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html319 @@ -5390,55 +5315,34 @@ color: red; src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html 9 - - Showing to of synchronizationsShowing to of synchronizations - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - Add synchronizationAdd synchronization - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 External Channel External Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 Channel Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 Last synchronization at Last synchronization at - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List importsList imports - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channelFully synchronize the channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channelThis fetches any missing videos on the local channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for .Synchronization removed successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for .Full synchronization requested successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATIONNEW SYNCHRONIZATION src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.html @@ -5553,18 +5457,14 @@ color: red; Target Target - src/app/+my-library/my-video-imports/my-video-imports.component.html28 + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted This video was deleted - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - Showing to of imports - Showing to of imports - - src/app/+my-library/my-video-imports/my-video-imports.component.html21 + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. Once you delete your account, there is no going back. You will be asked to confirm this action. @@ -5578,20 +5478,10 @@ color: red; - src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65src/app/+videos/+video-watch/video-watch.component.html66 + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}}{VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} - src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()!Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - - + src/app/+my-library/+my-video-channels/my-video-channels.component.html49 Created by Created by @@ -5946,7 +5836,7 @@ channel or account with the same name (Banned - src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html105 + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Instance muted Instance muted @@ -6011,7 +5901,7 @@ channel or account with the same name (src/app/+accounts/account-video-channels/account-video-channels.component.html29src/app/+accounts/accounts.component.html39src/app/+my-library/+my-video-channels/my-video-channels.component.html47src/app/+video-channels/video-channels.component.html78src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 Please type the name of the video channel () to confirmPlease type the name of the video channel () to confirm - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL @@ -6437,11 +6327,11 @@ channel or account with the same name (Go to the previous step - src/app/+signup/+register/register.component.ts43 + src/app/+signup/+register/register.component.ts42 Go to the next stepGo to the next step - src/app/+signup/+register/register.component.ts44 + src/app/+signup/+register/register.component.ts43 Who are we? @@ -6460,7 +6350,7 @@ channel or account with the same name (src/app/shared/shared-instance/instance-about-accordion.component.html48 Terms of Terms of - src/app/shared/shared-instance/instance-about-accordion.component.ts81 + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability Administrators & Sustainability @@ -6640,34 +6530,34 @@ channel or account with the same name (src/app/shared/shared-video-miniature/video-filters-header.component.ts90 Sensitive contentSensitive content - src/app/shared/shared-video-miniature/video-filters.model.ts125 + src/app/shared/shared-video-miniature/video-filters.model.ts131 ScopeScope - src/app/shared/shared-video-miniature/video-filters.model.ts132 + src/app/shared/shared-video-miniature/video-filters.model.ts138 FederatedFederated - src/app/shared/shared-video-miniature/video-filters.model.ts134 + src/app/shared/shared-video-miniature/video-filters.model.ts140 LanguagesLanguages - src/app/shared/shared-video-miniature/video-filters.model.ts142 + src/app/shared/shared-video-miniature/video-filters.model.ts148 CategoriesCategories - src/app/shared/shared-video-miniature/video-filters.model.ts151 + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videosAll videos - src/app/shared/shared-video-miniature/video-filters.model.ts160 + src/app/shared/shared-video-miniature/video-filters.model.ts166 BlurredBlurred - src/app/shared/shared-video-miniature/video-filters.model.ts240 + src/app/shared/shared-video-miniature/video-filters.model.ts246 hiddenhidden - src/app/shared/shared-video-miniature/video-filters.model.ts246 + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurredblurred - src/app/shared/shared-video-miniature/video-filters.model.ts247 + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayeddisplayed - src/app/shared/shared-video-miniature/video-filters.model.ts249 + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protectedPassword protected src/app/shared/shared-video-miniature/video-miniature.component.html @@ -6975,12 +6865,12 @@ channel or account with the same name (Reject - src/app/+admin/follows/followers-list/followers-list.component.html51src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 DeleteDelete - src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts63src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts133src/app/shared/shared-abuse-list/abuse-list-table.component.ts376src/app/shared/shared-abuse-list/abuse-list-table.component.ts411src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}}Accepted {count, plural, =1 { follow request} other { follow requests}} src/app/+admin/follows/followers-list/followers-list.component.ts67 @@ -7004,7 +6894,7 @@ channel or account with the same name (src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html25 + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line1 host (without "http://"), account handle or channel handle per line src/app/+admin/follows/following-list/follow-modal.component.html @@ -7064,17 +6954,17 @@ channel or account with the same name (Do you really want to remove this video redundancy? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy Remove redundancy - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! Video redundancies removed! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Account unmuted by your instance. Account unmuted by your instance. @@ -7136,89 +7026,89 @@ channel or account with the same name (Internal actions - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report Delete report - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account Actions for the flagged account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mark as accepted Mark as accepted - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected Mark as rejected - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note Add internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video Actions for the video - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video Block video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. Video blocked. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video Unblock video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. Video unblocked. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Do you really want to delete this abuse report? Do you really want to delete this abuse report? - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. Abuse deleted. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment Deleted comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter Messages with reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators Messages with moderators - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note Update internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual Switch video block to manual @@ -7353,12 +7243,12 @@ channel or account with the same name (plugin - src/app/+admin/plugins/shared/plugin-api.service.ts30 + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme theme - src/app/+admin/plugins/shared/plugin-api.service.ts33 + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP addressIP address src/app/+admin/system/debug/debug.component.html @@ -7448,13 +7338,13 @@ channel or account with the same name (Info - src/app/+admin/overview/videos/video-list.component.html41src/app/core/notification/notifier.service.ts12 + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 FilesFiles - src/app/+admin/overview/videos/video-list.component.html42 + src/app/+admin/overview/videos/video-list.component.html41 Published Published - src/app/+admin/overview/videos/video-list.component.html43 + src/app/+admin/overview/videos/video-list.component.html42 Warning Warning @@ -7480,34 +7370,28 @@ channel or account with the same name (Audit logs - src/app/+admin/system/logs/logs.component.ts145 - Showing to of runner jobsShowing to of runner jobs - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - - + src/app/+admin/system/logs/logs.component.ts145 UUIDUUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 Priority Priority - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 Progress Progress - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 RunnerRunner - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload:Payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload:Private payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found.No runner jobs found. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobsCompleted jobs src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts @@ -7562,28 +7446,16 @@ channel or account with the same name (src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html 4 - - Showing to of remote runnersShowing to of remote runners - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - IPIP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contactLast contact - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found.No remote runners found. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. User created. @@ -7591,7 +7463,7 @@ channel or account with the same name (src/app/+admin/overview/users/user-edit/user-create.component.ts78 Create userCreate user - src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html25 + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videosBlocked videos src/app/+admin/moderation/moderation.routes.ts67 @@ -7693,12 +7565,6 @@ channel or account with the same name (src/app/+admin/moderation/registration-list/registration-list.component.html 3 - - Showing to of registrationsShowing to of registrations - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - Password changed for user . @@ -7748,7 +7614,7 @@ channel or account with the same name (src/app/+admin/overview/videos/video-admin.service.ts49 LiveLive - src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html88 + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video filesVideo files src/app/+admin/overview/videos/video-admin.service.ts59 @@ -8081,18 +7947,18 @@ channel or account with the same name (Too many languages are enabled. Please enable them all or stay below 20 enabled languages. - src/app/shared/shared-user-settings/user-video-settings.component.ts76 + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. Video settings updated. - src/app/shared/shared-user-settings/user-video-settings.component.ts121 + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. Display/Video settings updated. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Video channel created. Video channel created. @@ -8122,12 +7988,12 @@ channel or account with the same name ( deleted. Video channel deleted. - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day Views for the day - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followersMy followers @@ -8188,10 +8054,10 @@ channel or account with the same name ( created. Playlist created. - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 CreateCreate - src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist Update playlist @@ -8249,7 +8115,13 @@ channel or account with the same name (? Do you really want to delete ? - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + + Video deleted. Video deleted. @@ -8367,10 +8239,10 @@ channel or account with the same name (src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts44src/app/shared/shared-forms/preview-upload.component.ts38 Maximize editorMaximize editor - src/app/shared/shared-forms/markdown-textarea.component.ts51 + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editorExit maximized editor - src/app/shared/shared-forms/markdown-textarea.component.ts52 + src/app/shared/shared-forms/markdown-textarea.component.ts50 @@ -8397,7 +8269,7 @@ channel or account with the same name (Subscribe to the account - src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts888 + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTSPLAYLISTS src/app/+video-channels/video-channels.component.ts91 @@ -8662,10 +8534,10 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+search/search-filters.component.ts52 VOD videosVOD videos - src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts174 + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videosLive videos - src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts168 + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) Short (< 4 min) @@ -9921,13 +9793,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instance languages - src/app/+videos/+video-edit/shared/video-edit.component.ts222 + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages All languages - src/app/+videos/+video-edit/shared/video-edit.component.ts223src/app/shared/shared-forms/select/select-languages.component.ts25 + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Hidden Hidden @@ -9942,7 +9814,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Displayed Displayed - src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts242 + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 DisabledDisabled src/app/shared/shared-instance/instance-features-table.component.ts60 @@ -10103,17 +9975,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Account muted by the instance. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server Mute server - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. Server muted by the instance. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter Add a message to communicate with the reporter @@ -10346,26 +10218,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Too many attempts, please try again after minutes. Too many attempts, please try again after minutes. - src/app/core/rest/rest-extractor.service.ts126 + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. Too many attempts, please try again later. - src/app/core/rest/rest-extractor.service.ts129 + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. Server error. Please retry later. - src/app/core/rest/rest-extractor.service.ts133 + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later.Server is unavailable. Please retry later. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server errorUnknown server error - src/app/core/rest/rest-extractor.service.ts140 + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + + Subscribed to all current channels of . You will be notified of all their new videos. Subscribed to all current channels of . You will be notified of all their new videos. @@ -10462,27 +10337,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Delete video Delete video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment Actions for the comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment Delete comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? Do you really want to delete this comment? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. Comment deleted. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Encoder Encoder @@ -10532,23 +10407,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. Video deleted. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter Actions for the reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter Mute reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 DownloadDownload @@ -10647,46 +10522,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+admin/system/runners/runner-list/runner-list.component.ts 58 - - Showing to of registration tokensShowing to of registration tokens - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - TokenToken - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runnersAssociated runners - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate tokenGenerate token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copiedRegistration token copied - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration tokenCopy registration token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners.No registration token found for remote runners. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this tokenRemove this token src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.ts34 @@ -10734,7 +10588,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actionsOpen video actions src/app/shared/shared-video-miniature/video-actions-dropdown.component.html @@ -10761,7 +10615,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute server account Mute server account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Report Report @@ -10852,7 +10706,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html77src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Add to watch later Add to watch later @@ -10879,25 +10733,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Only I can see this video Only I can see this video - src/app/shared/shared-main/video/video.service.ts460 + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link Only shareable via a private link - src/app/shared/shared-main/video/video.service.ts461 + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video Anyone can see this video - src/app/shared/shared-main/video/video.service.ts462 + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video Only users of this instance can see this video - src/app/shared/shared-main/video/video.service.ts463 + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this videoOnly users with the appropriate password can see this video - src/app/shared/shared-main/video/video.service.ts464 + src/app/shared/shared-main/video/video.service.ts465 Video to import updated. Video to import updated. @@ -10946,36 +10800,24 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular You have unsaved changes! If you leave, your changes will be lost. You have unsaved changes! If you leave, your changes will be lost. - src/app/+videos/+video-edit/video-update.component.ts140 + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. Video updated. - src/app/+videos/+video-edit/video-update.component.ts227 + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators.Your video will also be automatically blocked since video publication requires manual validation by moderators. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version.Uploading a new version of your video will completely erase the current version. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 <br /><br />Do you still want to replace your video file?<br /><br />Do you still want to replace your video file? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warningReplace file warning - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: )(extensions: ) @@ -11054,83 +10896,74 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>?This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? - src/app/+videos/+video-watch/video-watch.component.ts370 + src/app/+videos/+video-watch/video-watch.component.ts371 RedirectionRedirection - src/app/+videos/+video-watch/video-watch.component.ts371 + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this videoYou need a password to watch this video - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protectedThis video is password protected - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct passwordIncorrect password, please enter a correct password - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? This video contains mature or explicit content. Are you sure you want to watch it? - src/app/+videos/+video-watch/video-watch.component.ts446 + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content Mature or explicit content - src/app/+videos/+video-watch/video-watch.component.ts447 + src/app/+videos/+video-watch/video-watch.component.ts448 CancelCancel - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html42src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreenEnter/exit fullscreen - src/app/+videos/+video-watch/video-watch.component.ts851 + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the videoPlay/Pause the video - src/app/+videos/+video-watch/video-watch.component.ts852 + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the videoMute/unmute the video - src/app/+videos/+video-watch/video-watch.component.ts853 + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90%Skip to a percentage of the video: 0 is 0% and 9 is 90% - src/app/+videos/+video-watch/video-watch.component.ts868 + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volumeIncrease the volume - src/app/+videos/+video-watch/video-watch.component.ts855 + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volumeDecrease the volume - src/app/+videos/+video-watch/video-watch.component.ts856 + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forwardSeek the video forward - src/app/+videos/+video-watch/video-watch.component.ts870 + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backwardSeek the video backward - src/app/+videos/+video-watch/video-watch.component.ts871 + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rateIncrease playback rate - src/app/+videos/+video-watch/video-watch.component.ts873 + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rateDecrease playback rate - src/app/+videos/+video-watch/video-watch.component.ts874 + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frameNavigate in the video to the previous frame - src/app/+videos/+video-watch/video-watch.component.ts876 + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frameNavigate in the video to the next frame - src/app/+videos/+video-watch/video-watch.component.ts877 + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater modeToggle theater mode - src/app/+videos/+video-watch/video-watch.component.ts861 + src/app/+videos/+video-watch/video-watch.component.ts867 @@ -11199,12 +11032,6 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+admin/overview/videos/video-admin.service.ts 103 - - Showing to of videosShowing to of videos - - src/app/+admin/overview/videos/video-list.component.html - 11 - Only videos uploaded on this instance are displayedOnly videos uploaded on this instance are displayed diff --git a/client/src/locale/angular.eo.xlf b/client/src/locale/angular.eo.xlf index abcc0f500..ac838f324 100644 --- a/client/src/locale/angular.eo.xlf +++ b/client/src/locale/angular.eo.xlf @@ -317,30 +317,21 @@ {views, plural, =0 {No view} =1 {1 view} other { views}} {views, plural, =0 {No view} =1 {1 view} other { views}} - src/app/shared/shared-main/video/video.model.ts291 + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded.PeerTube considers this video is already being transcoded. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcodingForce transcoding - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} - src/app/shared/shared-main/video/video.model.ts288 + src/app/shared/shared-main/video/video.model.ts289 @@ -356,13 +347,13 @@ Account muted Konto silentiĝis - src/app/+admin/overview/videos/video-list.component.html79 - + + src/app/+admin/overview/videos/video-list.component.html78 Server muted Servilo silentiĝis - src/app/+admin/overview/videos/video-list.component.html80 - + + src/app/+admin/overview/videos/video-list.component.html79 Save to Konservi al @@ -473,7 +464,7 @@ filmo - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts341src/app/shared/shared-video-miniature/video-download.component.ts62 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: ) Via datumlimo por filmoj estas superita de ĉi tiu filmo (grandeco de filmo: , uzita: , datumlimo: ) @@ -581,21 +572,18 @@ Blokita - src/app/+admin/overview/videos/video-list.component.html82src/app/shared/shared-video-miniature/video-miniature.component.html64 + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storage Object storage - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this file Delete this file - src/app/+admin/overview/videos/video-list.component.html114 - src/app/+admin/overview/videos/video-list.component.html130 - + + + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}. @@ -957,7 +945,7 @@ Local Lokaj - src/app/shared/shared-video-miniature/video-filters.model.ts135 + src/app/shared/shared-video-miniature/video-filters.model.ts141 users uzantoj @@ -993,10 +981,10 @@ Following Abonatoj - src/app/+admin/admin.component.ts84 - src/app/+admin/follows/following-list/following-list.component.html41 - src/app/+admin/follows/follows.routes.ts26 - + + + + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 Followers Abonantoj @@ -1249,7 +1237,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 Email address Retpoŝtadreso @@ -1301,7 +1289,7 @@ The link will expire within 1 hour. Registriĝi Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 + src/app/+signup/+register/register.component.ts85 Why creating an account? Why creating an account? @@ -1988,8 +1976,8 @@ The link will expire within 1 hour. Media is too large for the server. Please contact you administrator if you want to increase the limit size. La vidaŭdaĵo estas tro granda por la servilo. Bonvolu kontakti vian administranton, se vi volas pligrandigi la datumlimon. - src/app/core/rest/rest-extractor.service.ts118 - + + src/app/core/rest/rest-extractor.service.ts122 GLOBAL SEARCH ĈIEA SERĈO @@ -2194,21 +2182,21 @@ The link will expire within 1 hour. Reset Restarigi - src/app/+search/search-filters.component.html8 - src/app/+search/search-filters.component.html22 - src/app/+search/search-filters.component.html41 - src/app/+search/search-filters.component.html60 - src/app/+search/search-filters.component.html74 - src/app/+search/search-filters.component.html109 - src/app/+search/search-filters.component.html122 - src/app/+search/search-filters.component.html135 - src/app/+search/search-filters.component.html148 - src/app/+search/search-filters.component.html163 - src/app/+search/search-filters.component.html171 - src/app/+search/search-filters.component.html188 - src/app/+search/search-filters.component.html229 - src/app/shared/shared-forms/reactive-file.component.html16 - + + + + + + + + + + + + + + + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter Filtri @@ -2369,7 +2357,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts39src/app/shared/shared-instance/instance-follow.service.ts142 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found Neniuj eroj troviĝis @@ -2378,16 +2366,16 @@ The link will expire within 1 hour. Description Priskribo - src/app/+about/about-instance/about-instance.component.html113 - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html24 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+videos/+video-edit/shared/video-edit.component.html44 - + + + + + + + + + + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 Choose the appropriate licence for your work. Elektu permesilon taŭgan por via verko. @@ -2396,71 +2384,50 @@ The link will expire within 1 hour. Channel Kanalo - src/app/+admin/moderation/registration-list/registration-list.component.html39 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+videos/+video-edit/shared/video-edit.component.html65 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26 - src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reason Registration reason - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation response Moderation response - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 Requested on Requested on - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason: Registration reason: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response: Moderation response: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters. No registrations found matching current filters. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found. No registrations found. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this request Accept this request @@ -2700,65 +2667,65 @@ The link will expire within 1 hour. Original publication date Originala dato de publikigo - src/app/+videos/+video-edit/shared/video-edit.component.html368 + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) La dato, kiam la enhavo estis originale publikigita (ekz. la dato de eldono de kinofilmo) - src/app/+videos/+video-edit/shared/video-edit.component.html371 + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settings Agordoj de kromprogramo - src/app/+videos/+video-edit/shared/video-edit.component.html402 + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latency Small latency - src/app/+videos/+video-edit/shared/video-edit.component.ts92 + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2P Reduce latency to ~15s disabling P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts93 + src/app/+videos/+video-edit/shared/video-edit.component.ts94 Default Default - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts97 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30s Average latency of 30s - src/app/+videos/+video-edit/shared/video-edit.component.ts98 + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latency High latency - src/app/+videos/+video-edit/shared/video-edit.component.ts102 + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratio Average latency of 60s increasing P2P ratio - src/app/+videos/+video-edit/shared/video-edit.component.ts103 + src/app/+videos/+video-edit/shared/video-edit.component.ts104 Other Other - src/app/+videos/+video-edit/shared/video-edit.component.ts219src/app/shared/shared-forms/select/select-languages.component.ts50 + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments Ŝalti komentojn al filmo - src/app/+videos/+video-edit/shared/video-edit.component.html389 + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download Ŝalti elŝuton - src/app/+videos/+video-edit/shared/video-edit.component.html394 + src/app/+videos/+video-edit/shared/video-edit.component.html398 Advanced settings Altnivelaj agordoj @@ -2809,12 +2776,12 @@ The link will expire within 1 hour. Scheduled Planita - src/app/+videos/+video-edit/shared/video-edit.component.ts240 + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date Kaŝi la filmon ĝis la donita dato - src/app/+videos/+video-edit/shared/video-edit.component.ts241 + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal live Normal live @@ -2860,9 +2827,9 @@ The link will expire within 1 hour. Total video quota Tuta datumlimo por filmoj - src/app/+admin/overview/users/user-list/user-list.component.html118 - src/app/shared/shared-main/users/user-quota.component.html3 - + + + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Congratulations! Your video is now available in your private library. @@ -2926,11 +2893,11 @@ The link will expire within 1 hour. src/app/+videos/+video-edit/video-update.component.html 29 - - Your video is currenctly being updated. If you leave, your changes will be lost.Your video is currenctly being updated. If you leave, your changes will be lost. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 @@ -3193,7 +3160,7 @@ The link will expire within 1 hour. - src/app/+admin/overview/users/user-list/user-list.component.html104src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Loop Ripetadi @@ -3315,8 +3282,8 @@ The link will expire within 1 hour. Show more Montri pli - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 - + + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less Montri malpli @@ -3359,14 +3326,14 @@ The link will expire within 1 hour. The video was blocked due to automatic blocking of new videos Ĉi tiu filmo estis blokita pro memaga blokado de novaj filmoj - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFW Konsterna - src/app/+admin/moderation/video-block-list/video-block-list.component.html56 - src/app/+admin/overview/videos/video-list.component.html75 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Get more information Akiri pliajn informojn @@ -3624,16 +3591,13 @@ The link will expire within 1 hour. Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? Renovigo de la ĵetono malpermesos akiradon de la fluo al antaŭe agorditaj klientoj, ĝis ili ekuzos la novan ĵetonon. Ĉu daŭrigi? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly. Ĵetono renoviĝis. Ĝisdatigu la agordaron de via kliento. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEED ABONA FLUO @@ -3662,9 +3626,9 @@ The link will expire within 1 hour. Renew token Renovigi ĵetonon - src/app/+my-account/my-account-applications/my-account-applications.component.html36 - src/app/+my-account/my-account-applications/my-account-applications.component.ts41 - + + + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Filter... Filtri... @@ -3685,69 +3649,63 @@ The link will expire within 1 hour. Video/Comment/Account Filmo/Komento/Konto - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 ID Identigilo - src/app/+admin/system/jobs/jobs.component.html45 - + + src/app/+admin/system/jobs/jobs.component.html43 State Stato - src/app/+admin/system/jobs/jobs.component.html48 - src/app/+my-library/my-video-imports/my-video-imports.component.html30 - + + + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 Created Kreita - src/app/+admin/follows/followers-list/followers-list.component.html39 - src/app/+admin/follows/following-list/following-list.component.html43 - src/app/+admin/system/jobs/jobs.component.html50 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html27 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 - src/app/+my-library/my-video-imports/my-video-imports.component.html31 - src/app/shared/shared-abuse-list/abuse-list-table.component.html23 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab Malfermi paĝon de aganto en nova langeto - src/app/+admin/follows/followers-list/followers-list.component.html56 - + + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted Aprobita - src/app/+admin/follows/followers-list/followers-list.component.html63 - src/app/+admin/follows/following-list/following-list.component.html65 - + + + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending Traktata - src/app/+admin/follows/followers-list/followers-list.component.html64 - src/app/+admin/follows/following-list/following-list.component.html66 - + + + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 Rejected Rejected - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept Akcepti - src/app/+admin/follows/followers-list/followers-list.component.html50 - src/app/+admin/follows/followers-list/followers-list.component.ts45 - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25 - src/app/+my-library/my-ownership/my-ownership.component.html27 - + + + + + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse Rifuzi @@ -3756,61 +3714,53 @@ The link will expire within 1 hour. No follower found matching current filters. Neniu abonanto troviĝis laŭ la nuna filtrilo. - src/app/+admin/follows/followers-list/followers-list.component.html77 - + + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. Via nodo havas neniun abonanton. - src/app/+admin/follows/followers-list/followers-list.component.html78 - - - Showing to of followers - Montrante ĝis of abonantojn - src/app/+admin/follows/followers-list/followers-list.component.html11 - + + src/app/+admin/follows/followers-list/followers-list.component.html77 + Redundancy allowed Ripetaĵo permesita - src/app/+admin/follows/following-list/following-list.component.html44 - + + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab Malfermi nodon en nova langeto - src/app/+admin/follows/following-list/following-list.component.html58 - src/app/shared/shared-moderation/server-blocklist.component.html43 - src/app/shared/shared-moderation/server-blocklist.component.html43 - + + + + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. Neniu gastiganto troviĝis per la nunaj filtriloj. - src/app/+admin/follows/following-list/following-list.component.html84 - + + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. Via nodo neniun abonas. - src/app/+admin/follows/following-list/following-list.component.html85 - + + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}} Do you really want to unfollow {count, plural, =1 {?} other { entries?}} src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - Montrante ĝis el gastigantoj - src/app/+admin/follows/following-list/following-list.component.html11 - + Action Ago - src/app/+admin/follows/following-list/following-list.component.html40 - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/server-blocklist.component.html31 - src/app/shared/shared-moderation/server-blocklist.component.html31 - + + + + + + + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies Ripetaĵoj de filmoj @@ -3829,18 +3779,18 @@ The link will expire within 1 hour. Table parameters Distingaĵoj de tabelo - src/app/+admin/overview/users/user-list/user-list.component.html47 - + + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns Elekti kolumnojn - src/app/+admin/overview/users/user-list/user-list.component.html53 - + + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users Emfazi forbaritajn uzantojn - src/app/+admin/overview/users/user-list/user-list.component.html59 - + + src/app/+admin/overview/users/user-list/user-list.component.html57 Username Salutnomo @@ -3955,54 +3905,50 @@ The link will expire within 1 hour. Batch actions Agoj araj - src/app/+admin/follows/followers-list/followers-list.component.html18 - src/app/+admin/follows/following-list/following-list.component.html18 - src/app/+admin/moderation/registration-list/registration-list.component.html18 - src/app/+admin/overview/comments/video-comment-list.component.html22 - src/app/+admin/overview/users/user-list/user-list.component.html18 - src/app/+admin/overview/videos/video-list.component.html18 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 The user was banned La uzanto estis forbarita - src/app/+admin/overview/users/user-list/user-list.component.html109 - + + src/app/+admin/overview/users/user-list/user-list.component.html107 Open account in a new tab Malfermi konton en nova langeto - src/app/+admin/overview/comments/video-comment-list.component.html69 - src/app/+admin/overview/users/user-list/user-list.component.html94 - src/app/+my-library/my-ownership/my-ownership.component.html32 - src/app/shared/shared-abuse-list/abuse-list-table.component.html44 - src/app/shared/shared-moderation/account-blocklist.component.html35 - src/app/shared/shared-moderation/account-blocklist.component.html35 - + + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account Forigita konto - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota Tuta samtaga datumlimo por filmoj - src/app/+admin/overview/users/user-list/user-list.component.html128 - + + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: Kialo de forbaro: - src/app/+admin/overview/users/user-list/user-list.component.html150 - + + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned users Forbaritaj uzantoj src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - Montrante ĝis el uzantoj - src/app/+admin/overview/users/user-list/user-list.component.html11 - + Moderation Reguligado @@ -4043,9 +3989,9 @@ The link will expire within 1 hour. Video Filmo - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30 - src/app/+admin/moderation/video-block-list/video-block-list.component.html26 - + + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size Tuta grando @@ -4079,79 +4025,79 @@ The link will expire within 1 hour. Used () Used () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available () Available () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Sensitive Konsterna - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated Nefedera - src/app/+admin/moderation/video-block-list/video-block-list.component.html28 - src/app/+admin/moderation/video-block-list/video-block-list.component.html60 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date Dato - src/app/+admin/moderation/video-block-list/video-block-list.component.html29 - src/app/+admin/overview/comments/video-comment-list.component.html46 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this row Elekti ĉi tiun vicon - src/app/+admin/follows/followers-list/followers-list.component.html46 - src/app/+admin/follows/following-list/following-list.component.html51 - src/app/+admin/moderation/registration-list/registration-list.component.html50 - src/app/+admin/overview/comments/video-comment-list.component.html54 - src/app/+admin/overview/users/user-list/user-list.component.html79 - src/app/+admin/overview/videos/video-list.component.html51 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full comment Vidi plenan komenton - src/app/+admin/overview/comments/video-comment-list.component.html58 - + + src/app/+admin/overview/comments/video-comment-list.component.html57 Actions Agoj - src/app/+admin/follows/followers-list/followers-list.component.html35 - src/app/+admin/moderation/registration-list/registration-list.component.html60 - src/app/+admin/moderation/video-block-list/video-block-list.component.html43 - src/app/+admin/overview/comments/video-comment-list.component.html64 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70 - src/app/+admin/system/runners/runner-list/runner-list.component.html36 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44 - src/app/+my-library/my-ownership/my-ownership.component.html12 - src/app/shared/shared-abuse-list/abuse-list-table.component.html39 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 Follower Abonanto - src/app/+admin/follows/followers-list/followers-list.component.html36 - + + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented video Komentita filmo - src/app/+admin/overview/comments/video-comment-list.component.html81 - + + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters. Neniuj komentoj troviĝis laŭ la nunaj filtriloj. - src/app/+admin/overview/comments/video-comment-list.component.html106 - + + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found. Neniuj komentoj troviĝis. - src/app/+admin/overview/comments/video-comment-list.component.html107 - + + src/app/+admin/overview/comments/video-comment-list.component.html106 Local comments Lokaj komentoj @@ -4170,53 +4116,53 @@ The link will expire within 1 hour. No abuses found matching current filters. Neniu misuzo troviĝis laŭ la nunaj filtriloj. - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. Neniuj misuzoj troviĝis. - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reports Unsolved reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reports Accepted reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reports Refused reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videos Reports with blocked videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videos Reports with deleted videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: Kialo de blokado: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. Neniu blokita filmo troviĝis per la nunaj filtriloj. - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. Neniu blokita filmo troviĝis. - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocks Automatic blocks @@ -4227,11 +4173,7 @@ The link will expire within 1 hour. Manual blocks src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - Montrante ĝis el blokitaj filmoj - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 - + Reports Raportoj @@ -4258,9 +4200,9 @@ The link will expire within 1 hour. Reporter Raportinto - src/app/shared/shared-abuse-list/abuse-details.component.html7 - src/app/shared/shared-abuse-list/abuse-list-table.component.html21 - + + + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 @@ -4276,28 +4218,28 @@ The link will expire within 1 hour. Video Filmo - src/app/+admin/overview/comments/video-comment-list.component.html44 - src/app/+admin/overview/videos/video-list.component.html40 - src/app/+my-library/my-ownership/my-ownership.component.html14 - src/app/+my-library/my-video-imports/my-video-imports.component.html29 - src/app/shared/shared-video-miniature/video-download.component.html8 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 Comment Komento - src/app/+admin/overview/comments/video-comment-list.component.html45src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 This video has been reported multiple times. Ĉi tiu filmo jam estis plurfoje raportita. - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked La filmo estis blokita - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on de ĉe @@ -4306,13 +4248,19 @@ The link will expire within 1 hour. Video was deleted Filmo estis forigita - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + Account deleted Konto forigita - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 Open video in a new tab Malfermi filmon en nova langeto @@ -4321,33 +4269,29 @@ The link will expire within 1 hour. State Stato - src/app/+admin/follows/followers-list/followers-list.component.html37 - src/app/+admin/follows/following-list/following-list.component.html42 - src/app/+admin/moderation/registration-list/registration-list.component.html41 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36 - src/app/shared/shared-abuse-list/abuse-list-table.component.html24 - + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages Mesaĝoj - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note Interna noto - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score Takso - src/app/+admin/follows/followers-list/followers-list.component.html38 - - - Showing to of reports - Montrante ĝis el raportoj - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 - + + src/app/+admin/follows/followers-list/followers-list.component.html37 + Reportee Raportito @@ -4367,51 +4311,46 @@ The link will expire within 1 hour. Mute domain Silentigi domajnon - src/app/shared/shared-moderation/server-blocklist.component.html19 - src/app/shared/shared-moderation/server-blocklist.component.html19 - + + + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance Nodo - src/app/+about/about.component.html3 - src/app/+search/search-filters.component.html217 - src/app/shared/shared-moderation/server-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html32 - + + + + + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at Silentigita je - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/server-blocklist.component.html33 - src/app/shared/shared-moderation/server-blocklist.component.html33 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute Malsilentigi - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html40 - src/app/shared/shared-moderation/server-blocklist.component.html40 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. Neniu servilo troviĝis per la nunaj filtriloj. - src/app/shared/shared-moderation/server-blocklist.component.html56 - src/app/shared/shared-moderation/server-blocklist.component.html56 - + + + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. Neniu servilo troviĝis. - src/app/shared/shared-moderation/server-blocklist.component.html57 - src/app/shared/shared-moderation/server-blocklist.component.html57 - - - Showing to of muted instances - Montrante ĝis el silentigitaj nodoj - src/app/shared/shared-moderation/server-blocklist.component.html12 - src/app/shared/shared-moderation/server-blocklist.component.html12 - + + + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. Ŝajnas, ke vi ne uzas servilon kun HTTPS. Via retservilo bezonas aktivan protokolon TLS por aboni servilojn. @@ -4425,29 +4364,29 @@ The link will expire within 1 hour. Mute domains Silentigi domajnojn - src/app/shared/shared-moderation/server-blocklist.component.html64 - src/app/shared/shared-moderation/server-blocklist.component.html64 - + + + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account Konto - src/app/+admin/moderation/registration-list/registration-list.component.html37 - src/app/+admin/overview/comments/video-comment-list.component.html43 - src/app/shared/shared-moderation/account-blocklist.component.html24 - src/app/shared/shared-moderation/account-blocklist.component.html24 - + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. Neniu konto troviĝis per la nunaj filtriloj. - src/app/shared/shared-moderation/account-blocklist.component.html54 - src/app/shared/shared-moderation/account-blocklist.component.html54 - + + + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. Neniu konto troviĝis. - src/app/shared/shared-moderation/account-blocklist.component.html55 - src/app/shared/shared-moderation/account-blocklist.component.html55 - + + + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed plugins Listigi instalitajn kromprogramojn @@ -4463,12 +4402,7 @@ The link will expire within 1 hour. Montri kromprogramon src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - Montrante ĝis el silentigitaj kontoj - src/app/shared/shared-moderation/account-blocklist.component.html11 - src/app/shared/shared-moderation/account-blocklist.component.html11 - + Plugins/Themes Kromprogramoj/Haŭtoj @@ -4692,22 +4626,18 @@ The link will expire within 1 hour. This view also shows comments from muted accounts. src/app/+admin/overview/comments/video-comment-list.component.html8 - - Showing to of comments - Montrante ĝis el komentoj - src/app/+admin/overview/comments/video-comment-list.component.html15 - + Select all rows Elekti ĉiujn vicojn - src/app/+admin/follows/followers-list/followers-list.component.html33 - src/app/+admin/follows/following-list/following-list.component.html38 - src/app/+admin/moderation/registration-list/registration-list.component.html33 - src/app/+admin/overview/comments/video-comment-list.component.html39 - src/app/+admin/overview/users/user-list/user-list.component.html39 - src/app/+admin/overview/videos/video-list.component.html36 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type Speco de tasko @@ -4727,62 +4657,52 @@ The link will expire within 1 hour. Selector for the list displaying jobs, filtering by their state - - Showing to of jobs - Montrante ĝis el taskoj - src/app/+admin/system/jobs/jobs.component.html39 - + Type Speco - src/app/+admin/system/jobs/jobs.component.html46 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 - + + + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 Priority (1 = highest priority) Prioritato (1 = plej alta) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + + src/app/+admin/system/jobs/jobs.component.html45 Progress Progreso - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found. Neniuj taskoj troviĝis. - src/app/+admin/system/jobs/jobs.component.html105 - + + src/app/+admin/system/jobs/jobs.component.html103 No jobs found. Neniuj taskoj de speco troviĝîs. - src/app/+admin/system/jobs/jobs.component.html106 - + + src/app/+admin/system/jobs/jobs.component.html104 No jobs found. Neniuj taskoj je troviĝis. - src/app/+admin/system/jobs/jobs.component.html110 - + + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are . Neniuj taskoj je troviĝis, kiuj estus . - src/app/+admin/system/jobs/jobs.component.html111 - + + src/app/+admin/system/jobs/jobs.component.html109 Refresh Aktualigi - src/app/+admin/overview/comments/video-comment-list.component.html31 - src/app/+admin/overview/videos/video-list.component.html27 - src/app/+admin/system/jobs/jobs.component.html30 - src/app/+admin/system/logs/logs.component.html33 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 now nun @@ -4822,11 +4742,11 @@ The link will expire within 1 hour. Name Nomo - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12 - src/app/+admin/system/runners/runner-list/runner-list.component.html23 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - + + + + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description Mallonga priskribo @@ -5246,12 +5166,14 @@ The link will expire within 1 hour. ⚠️ We don't recommend to enable this feature if you don't trust your users ⚠️ We don't recommend to enable this feature if you don't trust your users src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + - - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 - + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ You need to allow import with HTTP URL to be able to activate this feature. @@ -6281,74 +6203,52 @@ color: red; 9 - - Showing to of synchronizations - Showing to of synchronizations - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - - + Add synchronization Add synchronization - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 External Channel External Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 Channel Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 Last synchronization at Last synchronization at - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List imports List imports - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channel Fully synchronize the channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channel This fetches any missing videos on the local channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for . Synchronization removed successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for . Full synchronization requested successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATION NEW SYNCHRONIZATION @@ -6487,18 +6387,14 @@ color: red; Target Celo - src/app/+my-library/my-video-imports/my-video-imports.component.html28 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted Ĉi tiu filmo estis forigita - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - - Showing to of imports - Montrante ĝis el enportoj - src/app/+my-library/my-video-imports/my-video-imports.component.html21 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. Post forigo de via konto estas nenia reveno. Vi estos petita konfirmi ĉi tiun agon. @@ -6507,25 +6403,15 @@ color: red; Channel page Paĝo de kanalo - src/app/+my-library/+my-video-channels/my-video-channels.component.html34 - src/app/+my-library/my-follows/my-subscriptions.component.html20 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65 - src/app/+videos/+video-watch/video-watch.component.html66 - + + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()!Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - Created by @@ -6970,9 +6856,9 @@ channel or account with the same name ( Banned Forbarita - src/app/+accounts/accounts.component.html21 - src/app/+admin/overview/users/user-list/user-list.component.html105 - + + + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Instance muted Nodo silentigita @@ -7064,8 +6950,8 @@ channel or account with the same name ( Please type the name of the video channel () to confirm Please type the name of the video channel () to confirm - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL NOVA KANALO @@ -7471,12 +7357,12 @@ channel or account with the same name (Go to the previous step - src/app/+signup/+register/register.component.ts43 + src/app/+signup/+register/register.component.ts42 Go to the next step Go to the next step - src/app/+signup/+register/register.component.ts44 + src/app/+signup/+register/register.component.ts43 Who are we? Kiu ni estas? @@ -7496,7 +7382,7 @@ channel or account with the same name ( Terms of - src/app/shared/shared-instance/instance-about-accordion.component.ts81 + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability Administrantoj ϗ daŭripovo @@ -7712,52 +7598,52 @@ channel or account with the same name (Konsterna enhavo - src/app/shared/shared-video-miniature/video-filters.model.ts125 + src/app/shared/shared-video-miniature/video-filters.model.ts131 Scope Scope - src/app/shared/shared-video-miniature/video-filters.model.ts132 + src/app/shared/shared-video-miniature/video-filters.model.ts138 Federated Federa - src/app/shared/shared-video-miniature/video-filters.model.ts134 + src/app/shared/shared-video-miniature/video-filters.model.ts140 Languages Lingvoj - src/app/shared/shared-video-miniature/video-filters.model.ts142 + src/app/shared/shared-video-miniature/video-filters.model.ts148 Categories Kategorioj - src/app/shared/shared-video-miniature/video-filters.model.ts151 + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videos Ĉiuj filmoj - src/app/shared/shared-video-miniature/video-filters.model.ts160 + src/app/shared/shared-video-miniature/video-filters.model.ts166 Blurred Malklarigitaj - src/app/shared/shared-video-miniature/video-filters.model.ts240 + src/app/shared/shared-video-miniature/video-filters.model.ts246 hidden kaŝita - src/app/shared/shared-video-miniature/video-filters.model.ts246 + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurred malklarigita - src/app/shared/shared-video-miniature/video-filters.model.ts247 + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayed montrita - src/app/shared/shared-video-miniature/video-filters.model.ts249 + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protectedPassword protected src/app/shared/shared-video-miniature/video-miniature.component.html @@ -8116,10 +8002,10 @@ channel or account with the same name ( Reject Rifuzi - src/app/+admin/follows/followers-list/followers-list.component.html51 - src/app/+admin/follows/followers-list/followers-list.component.ts40 - src/app/+admin/follows/followers-list/followers-list.component.ts86 - + + + + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 Delete Forigi @@ -8151,7 +8037,7 @@ channel or account with the same name (src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts63src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts133src/app/shared/shared-abuse-list/abuse-list-table.component.ts376src/app/shared/shared-abuse-list/abuse-list-table.component.ts411src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}} Accepted {count, plural, =1 { follow request} other { follow requests}} @@ -8190,10 +8076,10 @@ channel or account with the same name ( Follow Aboni - src/app/+admin/follows/following-list/follow-modal.component.html3 - src/app/+admin/follows/following-list/follow-modal.component.html37 - src/app/+admin/follows/following-list/following-list.component.html25 - + + + + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line 1 host (without "http://"), account handle or channel handle per line @@ -8256,18 +8142,18 @@ channel or account with the same name ( Do you really want to remove this video redundancy? Ĉu vi certe volas forigi ĉi tiun filman ripetaĵon? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy Forigi ripetaĵon - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! Filmaj ripetaĵoj estas forigitaj! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Account unmuted by your instance. Konto malsilentigita de via nodo. @@ -8336,90 +8222,90 @@ channel or account with the same name ( Internal actions Internaj agoj - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report Forigi raporton - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account Agoj pri la atentigita konto - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mark as accepted Marki akceptita - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected Marki rifuzita - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note Aldoni internan noton - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video Agoj pri la filmo - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video Bloki filmon - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. Filmo blokita. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video Malbloki filmon - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. Filmo malblokita. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Do you really want to delete this abuse report? Ĉu vi certe volas forigi ĉi tiun raporton pri misuzo? - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. Misuzo foriĝis. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment Forigita komento - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter Mesaĝoj kun raportinto - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators Mesaĝoj kun reguligistoj - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note Ĝisdatigi internan noton - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual Ŝalti permanan blokadon de filmoj @@ -8559,13 +8445,13 @@ channel or account with the same name ( plugin kromprogramo - src/app/+admin/plugins/shared/plugin-api.service.ts30 - + + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme haŭto - src/app/+admin/plugins/shared/plugin-api.service.ts33 - + + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP address IP-adreso @@ -8685,19 +8571,19 @@ channel or account with the same name ( Info Informoj - src/app/+admin/overview/videos/video-list.component.html41 - src/app/core/notification/notifier.service.ts12 - + + + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 Files Dosieroj - src/app/+admin/overview/videos/video-list.component.html42 - + + src/app/+admin/overview/videos/video-list.component.html41 Published Published - src/app/+admin/overview/videos/video-list.component.html43 - + + src/app/+admin/overview/videos/video-list.component.html42 Warning Averto @@ -8724,49 +8610,42 @@ channel or account with the same name (Protokolo de kontrolo src/app/+admin/system/logs/logs.component.ts145 - - Showing to of runner jobs - Showing to of runner jobs - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - - + UUID UUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 Priority Priority - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 Progress Progress - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 Runner Runner - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload: Payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload: Private payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found. No runner jobs found. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobsCompleted jobs src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts @@ -8831,35 +8710,22 @@ channel or account with the same name (4 - - Showing to of remote runners - Showing to of remote runners - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - - + IP IP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 - + + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contact Last contact - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found. No remote runners found. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. Uzanto kreita. @@ -8868,9 +8734,9 @@ channel or account with the same name ( Create user Krei uzanton - src/app/+admin/overview/users/user-edit/user-create.component.ts97 - src/app/+admin/overview/users/user-list/user-list.component.html25 - + + + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videos Blokitaj filmoj @@ -9013,14 +8879,7 @@ channel or account with the same name (3 - - Showing to of registrations - Showing to of registrations - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - - + Password changed for user . Pasvorto ŝanĝiĝis por uzanto . @@ -9082,9 +8941,9 @@ channel or account with the same name ( Live Live - src/app/+admin/overview/videos/video-admin.service.ts53 - src/app/+admin/overview/videos/video-list.component.html88 - + + + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video files Filmaj dosieroj @@ -9482,18 +9341,18 @@ channel or account with the same name ( Too many languages are enabled. Please enable them all or stay below 20 enabled languages. Tro multaj lingvoj estas ŝaltitaj. Bonvolu ŝalti ĉiujn aŭ ne pli ol 20. - src/app/shared/shared-user-settings/user-video-settings.component.ts76 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. Agordoj de flimo ĝisdatiĝis. - src/app/shared/shared-user-settings/user-video-settings.component.ts121 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. Agordoj de montrado/filmo ĝisdatiĝis. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Video channel created. Filma kanalo kreita. @@ -9527,13 +9386,13 @@ channel or account with the same name ( Video channel deleted. Filma kanalo forigita. - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day Rigardoj dum la tago - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followers My followers @@ -9617,8 +9476,8 @@ channel or account with the same name ( Playlist created. Ludlisto kreita. - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 - + + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 Create Krei @@ -9630,7 +9489,7 @@ channel or account with the same name (src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist Ĝisdatigi ludliston @@ -9710,9 +9569,15 @@ channel or account with the same name (? - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + Video deleted. @@ -9866,12 +9731,12 @@ channel or account with the same name (Maksimumigi redaktilon - src/app/shared/shared-forms/markdown-textarea.component.ts51 + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editor Eliri el maksimumigita redaktilo - src/app/shared/shared-forms/markdown-textarea.component.ts52 + src/app/shared/shared-forms/markdown-textarea.component.ts50 An email with verification link will be sent to . Retletero kun konfirma ligilo sendiĝos al . @@ -9895,7 +9760,7 @@ channel or account with the same name (src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts888 + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTS PLAYLISTS @@ -10238,14 +10103,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts174 + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videos Live videos - src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts168 + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) Mallonga (< 4 min) @@ -11671,13 +11536,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Lingvoj de nodo - src/app/+videos/+video-edit/shared/video-edit.component.ts222 + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages Ĉiuj lingvoj - src/app/+videos/+video-edit/shared/video-edit.component.ts223src/app/shared/shared-forms/select/select-languages.component.ts25 + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Hidden Kaŝita @@ -11693,7 +11558,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Montrita - src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts242 + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 Disabled Disabled @@ -11874,19 +11739,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Account muted by the instance. Konto silentigita de la nodo. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434 - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server Silentigi servilon - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. Servilo silentigita de la nodo. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter Aldonu mesaĝon por komuniki kun la raportinto @@ -12133,30 +11998,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Too many attempts, please try again after minutes. Tro multaj petoj; bonvolu reprovi post minutoj. - src/app/core/rest/rest-extractor.service.ts126 - + + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. Tro multaj provoj; bonvolu reprovi poste. - src/app/core/rest/rest-extractor.service.ts129 - + + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. Servila eraro. Bonvolu reprovi poste. - src/app/core/rest/rest-extractor.service.ts133 - + + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later. Server is unavailable. Please retry later. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server error Unknown server error - src/app/core/rest/rest-extractor.service.ts140 + + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + Subscribed to all current channels of . You will be notified of all their new videos. @@ -12255,29 +12123,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Delete video Forigi filmon - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment Agoj je la komento - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment Forigi komenton - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? Ĉu vi certe volas forigi ĉi tiun komenton? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. Komento foriĝis. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Encoder Kodilo @@ -12324,25 +12192,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Do you really want to delete this video? Ĉu vi certe volas forigi tiun ĉi filmon? - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. Filmo foriĝis. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter Agoj je la raportinto - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter Silentigi raportinton - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 Download Elŝuti @@ -12485,55 +12353,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 58 - - Showing to of registration tokens - Showing to of registration tokens - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - - + Token Token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runners Associated runners - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate token Generate token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copiedRegistration token copied - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration tokenCopy registration token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners. No registration token found for remote runners. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this token Remove this token @@ -12601,9 +12447,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute account Silentigi konton - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actions Malfermi agojn pri filmo @@ -12637,8 +12483,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute server account Silentigi servilan konton - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Report Raporti @@ -12737,27 +12583,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18 - src/app/+admin/overview/videos/video-list.component.html77 - src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4 - src/app/+stats/video/video-stats.component.html2 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31 - src/app/+videos/+video-watch/video-watch.component.html76 - src/app/menu/menu.component.html112 - src/app/shared/shared-instance/instance-about-accordion.component.html115 - src/app/shared/shared-main/angular/login-link.component.html1 - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html20 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html30 - src/app/shared/shared-moderation/user-ban-modal.component.html3 - src/app/shared/shared-user-settings/user-interface-settings.component.html9 - src/app/shared/shared-video-miniature/video-download.component.html27 - src/app/shared/shared-video-miniature/video-download.component.html47 - src/app/shared/shared-video-miniature/video-download.component.html66 - src/app/shared/shared-video-miniature/video-download.component.html77 - src/app/shared/shared-video-miniature/video-download.component.html89 - src/app/shared/shared-video-miniature/videos-selection.component.html1 - + + + + + + + + + + + + + + + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Add to watch later Aldoni al spektotaj @@ -12790,25 +12636,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Only I can see this video Nur mi povas vidi ĉi tiun filmon - src/app/shared/shared-main/video/video.service.ts460 + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link Diskonigebla nur per privata ligilo - src/app/shared/shared-main/video/video.service.ts461 + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video Iu ajn povas vidi ĉi tiun filmon - src/app/shared/shared-main/video/video.service.ts462 + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video Nur uzantoj de ĉi tiu nodo povas vidi ĉi tiun filmon - src/app/shared/shared-main/video/video.service.ts463 + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this videoOnly users with the appropriate password can see this video - src/app/shared/shared-main/video/video.service.ts464 + src/app/shared/shared-main/video/video.service.ts465 Video to import updated. Enportota filmo ĝisdatiĝis. @@ -12856,36 +12702,24 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular You have unsaved changes! If you leave, your changes will be lost. Vi havas nekonservitajn ŝanĝojn! Se vi foriros, viaj ŝanĝoj perdiĝos. - src/app/+videos/+video-edit/video-update.component.ts140 + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. Filmo ĝisdatigita. - src/app/+videos/+video-edit/video-update.component.ts227 + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators.Your video will also be automatically blocked since video publication requires manual validation by moderators. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version.Uploading a new version of your video will completely erase the current version. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 <br /><br />Do you still want to replace your video file?<br /><br />Do you still want to replace your video file? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warningReplace file warning - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: ) (extensions: ) @@ -12960,40 +12794,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? Ĉi tiu filmo ne estas disponebla per ĉi tiu nodo. Ĉu vi volas alidirektiĝi al la devena nodo: <a href=""></a>? - src/app/+videos/+video-watch/video-watch.component.ts370 + src/app/+videos/+video-watch/video-watch.component.ts371 Redirection Alidirektiĝo - src/app/+videos/+video-watch/video-watch.component.ts371 + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this videoYou need a password to watch this video - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protectedThis video is password protected - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct passwordIncorrect password, please enter a correct password - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? Tiu ĉi video povas esti konsterna aŭ maltaŭga por neplenaĝuloj. Ĉu vi certe volas spekti ĝin? - src/app/+videos/+video-watch/video-watch.component.ts446 + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content Konsterna aŭ maltaŭga por neplenaĝaj - src/app/+videos/+video-watch/video-watch.component.ts447 + src/app/+videos/+video-watch/video-watch.component.ts448 Cancel @@ -13022,73 +12847,73 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html42src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreen Enter/exit fullscreen - src/app/+videos/+video-watch/video-watch.component.ts851 + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the video Play/Pause the video - src/app/+videos/+video-watch/video-watch.component.ts852 + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the video Mute/unmute the video - src/app/+videos/+video-watch/video-watch.component.ts853 + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90% Skip to a percentage of the video: 0 is 0% and 9 is 90% - src/app/+videos/+video-watch/video-watch.component.ts868 + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volume Increase the volume - src/app/+videos/+video-watch/video-watch.component.ts855 + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volume Decrease the volume - src/app/+videos/+video-watch/video-watch.component.ts856 + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forward Seek the video forward - src/app/+videos/+video-watch/video-watch.component.ts870 + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backward Seek the video backward - src/app/+videos/+video-watch/video-watch.component.ts871 + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rate Increase playback rate - src/app/+videos/+video-watch/video-watch.component.ts873 + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rate Decrease playback rate - src/app/+videos/+video-watch/video-watch.component.ts874 + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frame Navigate in the video to the previous frame - src/app/+videos/+video-watch/video-watch.component.ts876 + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frame Navigate in the video to the next frame - src/app/+videos/+video-watch/video-watch.component.ts877 + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater mode Toggle theater mode - src/app/+videos/+video-watch/video-watch.component.ts861 + src/app/+videos/+video-watch/video-watch.component.ts867 Like the video Ŝati la filmon @@ -13168,14 +12993,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 103 - - Showing to of videos - Showing to of videos - - src/app/+admin/overview/videos/video-list.component.html - 11 - - + Only videos uploaded on this instance are displayed Only videos uploaded on this instance are displayed diff --git a/client/src/locale/angular.es-ES.xlf b/client/src/locale/angular.es-ES.xlf index 012d84d3e..128e427ee 100644 --- a/client/src/locale/angular.es-ES.xlf +++ b/client/src/locale/angular.es-ES.xlf @@ -317,30 +317,21 @@ {views, plural, =0 {No view} =1 {1 view} other { views}} {visitas, plural, =0 {Sin visualizaciones} =1 {1 visualización} other { visualizaciones}} - src/app/shared/shared-main/video/video.model.ts291 + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded.PeerTube considers this video is already being transcoded. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcodingForce transcoding - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} {viewers, plural, =0 {Ningún espectador} =1 {1 espectador} other { espectadores}} - src/app/shared/shared-main/video/video.model.ts288 + src/app/shared/shared-main/video/video.model.ts289 @@ -356,13 +347,13 @@ Account muted Cuenta silenciada - src/app/+admin/overview/videos/video-list.component.html79 - + + src/app/+admin/overview/videos/video-list.component.html78 Server muted Servidor silenciado - src/app/+admin/overview/videos/video-list.component.html80 - + + src/app/+admin/overview/videos/video-list.component.html79 Save to Guardar a @@ -473,7 +464,7 @@ video - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts341src/app/shared/shared-video-miniature/video-download.component.ts62 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: ) Tu cuota de video se excede con este video (tamaño del video: , usado: , cuota: ) @@ -581,21 +572,18 @@ Bloqueado - src/app/+admin/overview/videos/video-list.component.html82src/app/shared/shared-video-miniature/video-miniature.component.html64 + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storage Almacenamiento en bloque - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this file Eliminar este archivo - src/app/+admin/overview/videos/video-list.component.html114 - src/app/+admin/overview/videos/video-list.component.html130 - + + + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}. @@ -957,7 +945,7 @@ Local Local - src/app/shared/shared-video-miniature/video-filters.model.ts135 + src/app/shared/shared-video-miniature/video-filters.model.ts141 users usuarios @@ -993,10 +981,10 @@ Following Siguiendo - src/app/+admin/admin.component.ts84 - src/app/+admin/follows/following-list/following-list.component.html41 - src/app/+admin/follows/follows.routes.ts26 - + + + + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 Followers Seguidores @@ -1245,7 +1233,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 Email address Dirección de correo electrónico @@ -1297,7 +1285,7 @@ The link will expire within 1 hour. Regístrate Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 + src/app/+signup/+register/register.component.ts85 Why creating an account? ¿Por qué crear una cuenta? @@ -1980,8 +1968,8 @@ The link will expire within 1 hour. Media is too large for the server. Please contact you administrator if you want to increase the limit size. El medio es demasiado grande para el servidor. Comunícate con tu administrador si deseas aumentar el tamaño del límite. - src/app/core/rest/rest-extractor.service.ts118 - + + src/app/core/rest/rest-extractor.service.ts122 GLOBAL SEARCH BÚSQUEDA GLOBAL @@ -2186,21 +2174,21 @@ The link will expire within 1 hour. Reset Restablecer - src/app/+search/search-filters.component.html8 - src/app/+search/search-filters.component.html22 - src/app/+search/search-filters.component.html41 - src/app/+search/search-filters.component.html60 - src/app/+search/search-filters.component.html74 - src/app/+search/search-filters.component.html109 - src/app/+search/search-filters.component.html122 - src/app/+search/search-filters.component.html135 - src/app/+search/search-filters.component.html148 - src/app/+search/search-filters.component.html163 - src/app/+search/search-filters.component.html171 - src/app/+search/search-filters.component.html188 - src/app/+search/search-filters.component.html229 - src/app/shared/shared-forms/reactive-file.component.html16 - + + + + + + + + + + + + + + + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter Filtrar @@ -2359,7 +2347,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts39src/app/shared/shared-instance/instance-follow.service.ts142 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found No se encontraron artículos @@ -2368,16 +2356,16 @@ The link will expire within 1 hour. Description Descripción - src/app/+about/about-instance/about-instance.component.html113 - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html24 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+videos/+video-edit/shared/video-edit.component.html44 - + + + + + + + + + + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 Choose the appropriate licence for your work. Escoge la licencia apropiada para tu trabajo. @@ -2386,71 +2374,50 @@ The link will expire within 1 hour. Channel Canal - src/app/+admin/moderation/registration-list/registration-list.component.html39 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+videos/+video-edit/shared/video-edit.component.html65 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26 - src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reason Motivo del registro - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation response Respuesta de la moderación - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 Requested on Solicitado el - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason: Motivo del registro: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response: Respuesta de moderación: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters. No se han encontrado registros que coincidan con los filtros actuales. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found. No se han encontrado registros. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this request Aceptar esta solicitud @@ -2690,65 +2657,65 @@ The link will expire within 1 hour. Original publication date Fecha de publicación original - src/app/+videos/+video-edit/shared/video-edit.component.html368 + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) Esta es la fecha en la que se publicó originalmente el contenido (por ejemplo, la fecha de lanzamiento de una película) - src/app/+videos/+video-edit/shared/video-edit.component.html371 + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settings Configuración del complemento - src/app/+videos/+video-edit/shared/video-edit.component.html402 + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latency Pequeña latencia - src/app/+videos/+video-edit/shared/video-edit.component.ts92 + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2P Reducir la latencia a ~15s deshabilitando P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts93 + src/app/+videos/+video-edit/shared/video-edit.component.ts94 Default Por defecto - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts97 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30s Latencia media de 30s - src/app/+videos/+video-edit/shared/video-edit.component.ts98 + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latency Alta latencia - src/app/+videos/+video-edit/shared/video-edit.component.ts102 + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratio Latencia media de 60s aumentando la relación P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts103 + src/app/+videos/+video-edit/shared/video-edit.component.ts104 Other Otro - src/app/+videos/+video-edit/shared/video-edit.component.ts219src/app/shared/shared-forms/select/select-languages.component.ts50 + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments Permitir comentarios en el vídeo - src/app/+videos/+video-edit/shared/video-edit.component.html389 + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download Permitir la descarga - src/app/+videos/+video-edit/shared/video-edit.component.html394 + src/app/+videos/+video-edit/shared/video-edit.component.html398 Advanced settings Ajustes avanzados @@ -2799,12 +2766,12 @@ The link will expire within 1 hour. Scheduled Programado - src/app/+videos/+video-edit/shared/video-edit.component.ts240 + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date Ocultar el video hasta una fecha específica - src/app/+videos/+video-edit/shared/video-edit.component.ts241 + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal live Directo normal @@ -2850,9 +2817,9 @@ The link will expire within 1 hour. Total video quota Cuota total de video - src/app/+admin/overview/users/user-list/user-list.component.html118 - src/app/shared/shared-main/users/user-quota.component.html3 - + + + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Congratulations! Your video is now available in your private library. ¡Bien! Tu video ahora está disponible en tu biblioteca privada. @@ -2914,11 +2881,11 @@ The link will expire within 1 hour. src/app/+videos/+video-edit/video-update.component.html 29 - - Your video is currenctly being updated. If you leave, your changes will be lost.Your video is currenctly being updated. If you leave, your changes will be lost. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 @@ -3163,7 +3130,7 @@ The link will expire within 1 hour. - src/app/+admin/overview/users/user-list/user-list.component.html104src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Loop Bucle @@ -3285,8 +3252,8 @@ The link will expire within 1 hour. Show more Mostrar más - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 - + + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less Mostrar menos @@ -3329,14 +3296,14 @@ The link will expire within 1 hour. The video was blocked due to automatic blocking of new videos El video fue bloqueado debido al bloqueo automático de nuevos videos - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFW NSFW - src/app/+admin/moderation/video-block-list/video-block-list.component.html56 - src/app/+admin/overview/videos/video-list.component.html75 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Get more information Ver más información @@ -3589,16 +3556,13 @@ The link will expire within 1 hour. Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? Renovar el token no permitirá que los clientes configurados previamente recuperen el feed hasta que utilicen el nuevo token. ¿Continuar? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly. Token renovado. Actualiza la configuración de tu cliente en consecuencia. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEED ALIMENTACIÓN DE SUSCRIPCIÓN @@ -3627,9 +3591,9 @@ The link will expire within 1 hour. Renew token Renovar token - src/app/+my-account/my-account-applications/my-account-applications.component.html36 - src/app/+my-account/my-account-applications/my-account-applications.component.ts41 - + + + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Filter... Filtrar... @@ -3650,69 +3614,63 @@ The link will expire within 1 hour. Video/Comment/Account Video/Comentario/Cuenta - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 ID ID - src/app/+admin/system/jobs/jobs.component.html45 - + + src/app/+admin/system/jobs/jobs.component.html43 State Estado - src/app/+admin/system/jobs/jobs.component.html48 - src/app/+my-library/my-video-imports/my-video-imports.component.html30 - + + + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 Created Creado - src/app/+admin/follows/followers-list/followers-list.component.html39 - src/app/+admin/follows/following-list/following-list.component.html43 - src/app/+admin/system/jobs/jobs.component.html50 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html27 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 - src/app/+my-library/my-video-imports/my-video-imports.component.html31 - src/app/shared/shared-abuse-list/abuse-list-table.component.html23 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab Abrir la página del actor en una pestaña nueva - src/app/+admin/follows/followers-list/followers-list.component.html56 - + + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted Aceptado - src/app/+admin/follows/followers-list/followers-list.component.html63 - src/app/+admin/follows/following-list/following-list.component.html65 - + + + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending Pendiente - src/app/+admin/follows/followers-list/followers-list.component.html64 - src/app/+admin/follows/following-list/following-list.component.html66 - + + + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 Rejected Rechazado - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept Aceptar - src/app/+admin/follows/followers-list/followers-list.component.html50 - src/app/+admin/follows/followers-list/followers-list.component.ts45 - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25 - src/app/+my-library/my-ownership/my-ownership.component.html27 - + + + + + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse Rechazar @@ -3721,61 +3679,53 @@ The link will expire within 1 hour. No follower found matching current filters. No se han encontrado seguidores que coincidan con los filtros actuales. - src/app/+admin/follows/followers-list/followers-list.component.html77 - + + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. Tu instancia no tiene ningún seguidor. - src/app/+admin/follows/followers-list/followers-list.component.html78 - - - Showing to of followers - Mostrando a de seguidores - src/app/+admin/follows/followers-list/followers-list.component.html11 - + + src/app/+admin/follows/followers-list/followers-list.component.html77 + Redundancy allowed Redundancia permitida - src/app/+admin/follows/following-list/following-list.component.html44 - + + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab Abrir instancia en una pestaña nueva - src/app/+admin/follows/following-list/following-list.component.html58 - src/app/shared/shared-moderation/server-blocklist.component.html43 - src/app/shared/shared-moderation/server-blocklist.component.html43 - + + + + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. No se ha encontrado ningún host que coincida con los filtros actuales. - src/app/+admin/follows/following-list/following-list.component.html84 - + + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. Tu instancia no sigue a nadie. - src/app/+admin/follows/following-list/following-list.component.html85 - + + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}} ¿De verdad quieres dejar de seguir a {count, plural,=1 {?} other { entradas?}} src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - Mostrando a de hosts - src/app/+admin/follows/following-list/following-list.component.html11 - + Action Acción - src/app/+admin/follows/following-list/following-list.component.html40 - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/server-blocklist.component.html31 - src/app/shared/shared-moderation/server-blocklist.component.html31 - + + + + + + + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies Vídeos redundantes @@ -3794,18 +3744,18 @@ The link will expire within 1 hour. Table parameters Parámetros de la tabla - src/app/+admin/overview/users/user-list/user-list.component.html47 - + + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns Seleccionar columnas - src/app/+admin/overview/users/user-list/user-list.component.html53 - + + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users Destacar a los usuarios prohibidos - src/app/+admin/overview/users/user-list/user-list.component.html59 - + + src/app/+admin/overview/users/user-list/user-list.component.html57 Username Nombre de usuario @@ -3920,54 +3870,50 @@ The link will expire within 1 hour. Batch actions Acciones masivas - src/app/+admin/follows/followers-list/followers-list.component.html18 - src/app/+admin/follows/following-list/following-list.component.html18 - src/app/+admin/moderation/registration-list/registration-list.component.html18 - src/app/+admin/overview/comments/video-comment-list.component.html22 - src/app/+admin/overview/users/user-list/user-list.component.html18 - src/app/+admin/overview/videos/video-list.component.html18 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 The user was banned El usuario ha sido expulsado - src/app/+admin/overview/users/user-list/user-list.component.html109 - + + src/app/+admin/overview/users/user-list/user-list.component.html107 Open account in a new tab Abrir cuenta en una pestaña nueva - src/app/+admin/overview/comments/video-comment-list.component.html69 - src/app/+admin/overview/users/user-list/user-list.component.html94 - src/app/+my-library/my-ownership/my-ownership.component.html32 - src/app/shared/shared-abuse-list/abuse-list-table.component.html44 - src/app/shared/shared-moderation/account-blocklist.component.html35 - src/app/shared/shared-moderation/account-blocklist.component.html35 - + + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account Cuenta eliminada - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota Cuota de video diaria total - src/app/+admin/overview/users/user-list/user-list.component.html128 - + + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: Razón de la expulsión: - src/app/+admin/overview/users/user-list/user-list.component.html150 - + + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned users Usuarios prohibidos src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - Mostrando a de usuarios - src/app/+admin/overview/users/user-list/user-list.component.html11 - + Moderation Moderación @@ -4008,9 +3954,9 @@ The link will expire within 1 hour. Video Vídeo - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30 - src/app/+admin/moderation/video-block-list/video-block-list.component.html26 - + + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size Tamaño total @@ -4045,78 +3991,78 @@ The link will expire within 1 hour. Used () Usado() - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available () Disponible () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Sensitive Sensible - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated No federado - src/app/+admin/moderation/video-block-list/video-block-list.component.html28 - src/app/+admin/moderation/video-block-list/video-block-list.component.html60 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date Fecha - src/app/+admin/moderation/video-block-list/video-block-list.component.html29 - src/app/+admin/overview/comments/video-comment-list.component.html46 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this row Seleccione esta fila - src/app/+admin/follows/followers-list/followers-list.component.html46 - src/app/+admin/follows/following-list/following-list.component.html51 - src/app/+admin/moderation/registration-list/registration-list.component.html50 - src/app/+admin/overview/comments/video-comment-list.component.html54 - src/app/+admin/overview/users/user-list/user-list.component.html79 - src/app/+admin/overview/videos/video-list.component.html51 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full comment Ver comentario completo - src/app/+admin/overview/comments/video-comment-list.component.html58 - + + src/app/+admin/overview/comments/video-comment-list.component.html57 Actions Acciones - src/app/+admin/follows/followers-list/followers-list.component.html35 - src/app/+admin/moderation/registration-list/registration-list.component.html60 - src/app/+admin/moderation/video-block-list/video-block-list.component.html43 - src/app/+admin/overview/comments/video-comment-list.component.html64 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70 - src/app/+admin/system/runners/runner-list/runner-list.component.html36 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44 - src/app/+my-library/my-ownership/my-ownership.component.html12 - src/app/shared/shared-abuse-list/abuse-list-table.component.html39 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 Follower Seguidor - src/app/+admin/follows/followers-list/followers-list.component.html36 - + + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented video Video comentado - src/app/+admin/overview/comments/video-comment-list.component.html81 - + + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters. No se encontraron comentarios que coincidan con los filtros actuales. - src/app/+admin/overview/comments/video-comment-list.component.html106 - + + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found. No se encontraron comentarios. - src/app/+admin/overview/comments/video-comment-list.component.html107 - + + src/app/+admin/overview/comments/video-comment-list.component.html106 Local comments Comentarios locales @@ -4135,53 +4081,53 @@ The link will expire within 1 hour. No abuses found matching current filters. No se encontraron abusos que coincidan con los filtros actuales. - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. No se encontraron abusos. - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reports Informes sin resolver - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reports Informes aceptados - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reports Informes rechazados - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videos Informes con videos bloqueados - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videos Informes con videos eliminados - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: Razón de bloqueo: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. No se encontraron videos bloqueados que coincidan con los filtros actuales. - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. No se ha encontrado ningún video bloqueado. - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocks Bloques automáticos @@ -4192,11 +4138,7 @@ The link will expire within 1 hour. Bloques manuales src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - Mostrando a de vídeos bloqueados - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 - + Reports Informes @@ -4223,9 +4165,9 @@ The link will expire within 1 hour. Reporter Notificador - src/app/shared/shared-abuse-list/abuse-details.component.html7 - src/app/shared/shared-abuse-list/abuse-list-table.component.html21 - + + + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 @@ -4241,28 +4183,28 @@ The link will expire within 1 hour. Video Vídeo - src/app/+admin/overview/comments/video-comment-list.component.html44 - src/app/+admin/overview/videos/video-list.component.html40 - src/app/+my-library/my-ownership/my-ownership.component.html14 - src/app/+my-library/my-video-imports/my-video-imports.component.html29 - src/app/shared/shared-video-miniature/video-download.component.html8 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 Comment Comentario - src/app/+admin/overview/comments/video-comment-list.component.html45src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 This video has been reported multiple times. Este video ha sido reportado varias veces. - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked El vídeo ha sido bloqueado - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on por en @@ -4271,13 +4213,19 @@ The link will expire within 1 hour. Video was deleted El vídeo ha sido eliminado - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + Account deleted Cuenta borrada - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 Open video in a new tab Abrir vídeo en una pestaña nueva @@ -4286,33 +4234,29 @@ The link will expire within 1 hour. State Estado - src/app/+admin/follows/followers-list/followers-list.component.html37 - src/app/+admin/follows/following-list/following-list.component.html42 - src/app/+admin/moderation/registration-list/registration-list.component.html41 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36 - src/app/shared/shared-abuse-list/abuse-list-table.component.html24 - + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages Mensajes - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note Nota interna - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score Puntuación - src/app/+admin/follows/followers-list/followers-list.component.html38 - - - Showing to of reports - Mostrando a de informes - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 - + + src/app/+admin/follows/followers-list/followers-list.component.html37 + Reportee Reportado @@ -4332,51 +4276,46 @@ The link will expire within 1 hour. Mute domain Silenciar dominio - src/app/shared/shared-moderation/server-blocklist.component.html19 - src/app/shared/shared-moderation/server-blocklist.component.html19 - + + + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance Instancia - src/app/+about/about.component.html3 - src/app/+search/search-filters.component.html217 - src/app/shared/shared-moderation/server-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html32 - + + + + + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at Silenciado en - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/server-blocklist.component.html33 - src/app/shared/shared-moderation/server-blocklist.component.html33 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute Dejar de silenciar - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html40 - src/app/shared/shared-moderation/server-blocklist.component.html40 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. No se ha encontrado ningún servidor que coincida con los filtros actuales. - src/app/shared/shared-moderation/server-blocklist.component.html56 - src/app/shared/shared-moderation/server-blocklist.component.html56 - + + + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. No se ha encontrado ningún servidor. - src/app/shared/shared-moderation/server-blocklist.component.html57 - src/app/shared/shared-moderation/server-blocklist.component.html57 - - - Showing to of muted instances - Mostrando a de instancias silenciadas - src/app/shared/shared-moderation/server-blocklist.component.html12 - src/app/shared/shared-moderation/server-blocklist.component.html12 - + + + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. Parece que no estás en un servidor HTTPS. Su servidor web necesita tener TLS activado para seguir otros servidores. @@ -4390,29 +4329,29 @@ The link will expire within 1 hour. Mute domains Dominios silenciados - src/app/shared/shared-moderation/server-blocklist.component.html64 - src/app/shared/shared-moderation/server-blocklist.component.html64 - + + + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account Cuenta - src/app/+admin/moderation/registration-list/registration-list.component.html37 - src/app/+admin/overview/comments/video-comment-list.component.html43 - src/app/shared/shared-moderation/account-blocklist.component.html24 - src/app/shared/shared-moderation/account-blocklist.component.html24 - + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. No se ha encontrado ninguna cuenta que coincida con los filtros actuales. - src/app/shared/shared-moderation/account-blocklist.component.html54 - src/app/shared/shared-moderation/account-blocklist.component.html54 - + + + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. No se ha encontrado ninguna cuenta. - src/app/shared/shared-moderation/account-blocklist.component.html55 - src/app/shared/shared-moderation/account-blocklist.component.html55 - + + + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed plugins Lista de complementos instalados @@ -4428,12 +4367,7 @@ The link will expire within 1 hour. Mostrar complemento src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - Mostrando a de cuentas silenciadas - src/app/shared/shared-moderation/account-blocklist.component.html11 - src/app/shared/shared-moderation/account-blocklist.component.html11 - + Plugins/Themes Plugins/Temas @@ -4653,22 +4587,18 @@ The link will expire within 1 hour. Esta vista también muestra comentarios de cuentas silenciadas. src/app/+admin/overview/comments/video-comment-list.component.html8 - - Showing to of comments - Mostrando del al de cmentarios - src/app/+admin/overview/comments/video-comment-list.component.html15 - + Select all rows Seleccionar todas las filas - src/app/+admin/follows/followers-list/followers-list.component.html33 - src/app/+admin/follows/following-list/following-list.component.html38 - src/app/+admin/moderation/registration-list/registration-list.component.html33 - src/app/+admin/overview/comments/video-comment-list.component.html39 - src/app/+admin/overview/users/user-list/user-list.component.html39 - src/app/+admin/overview/videos/video-list.component.html36 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type Tipo de trabajo @@ -4688,62 +4618,52 @@ The link will expire within 1 hour. Selector for the list displaying jobs, filtering by their state - - Showing to of jobs - Mostrando a de trabajos - src/app/+admin/system/jobs/jobs.component.html39 - + Type Tipo - src/app/+admin/system/jobs/jobs.component.html46 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 - + + + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 Priority (1 = highest priority) Prioridad(1 =más alta prioridad) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + + src/app/+admin/system/jobs/jobs.component.html45 Progress Progreso - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found. No se encontraron trabajos. - src/app/+admin/system/jobs/jobs.component.html105 - + + src/app/+admin/system/jobs/jobs.component.html103 No jobs found. Ningún trabajo encontrado. - src/app/+admin/system/jobs/jobs.component.html106 - + + src/app/+admin/system/jobs/jobs.component.html104 No jobs found. No se encontraron trabajos. - src/app/+admin/system/jobs/jobs.component.html110 - + + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are . No se encontraron trabajos que fuesen. - src/app/+admin/system/jobs/jobs.component.html111 - + + src/app/+admin/system/jobs/jobs.component.html109 Refresh Actualizar - src/app/+admin/overview/comments/video-comment-list.component.html31 - src/app/+admin/overview/videos/video-list.component.html27 - src/app/+admin/system/jobs/jobs.component.html30 - src/app/+admin/system/logs/logs.component.html33 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 now ahora @@ -4783,11 +4703,11 @@ The link will expire within 1 hour. Name Nombre - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12 - src/app/+admin/system/runners/runner-list/runner-list.component.html23 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - + + + + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description Descripción corta @@ -5207,12 +5127,14 @@ The link will expire within 1 hour. ⚠️ We don't recommend to enable this feature if you don't trust your users ⚠️ No recomendamos habilitar esta función si no confía en sus usuarios src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + - - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - Permitir la sincronización de canales con canales de otras plataformas como YouTube (requiere permitir la importación con URL HTTP) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 - + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ Debe permitir la importación con URL HTTP para poder activar esta función. @@ -6241,74 +6163,52 @@ color: red; 9 - - Showing to of synchronizations - Mostrand a de sincronizaciones - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - - + Add synchronization Añadir sincronización - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 External Channel Canal externo - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 Channel Canal - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 Last synchronization at Última sincronización en - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List imports Lista de importaciones - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channel Sincronizar completamente el canal - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channel Esto recupera los videos que faltan en el canal local - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for . Sincronización eliminada con éxito para. - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for . Sincronización completa solicitada con éxito para . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATION NUEVA SINCRONIZACIÓN @@ -6447,18 +6347,14 @@ color: red; Target Objetivo - src/app/+my-library/my-video-imports/my-video-imports.component.html28 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted Este video ha sido eliminado - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - - Showing to of imports - Mostrando a de importaciones - src/app/+my-library/my-video-imports/my-video-imports.component.html21 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. Una vez que elimines tu cuenta, no hay vuelta atrás. Se te pedirá que confirmes esta acción. @@ -6467,25 +6363,15 @@ color: red; Channel page Página del canal - src/app/+my-library/+my-video-channels/my-video-channels.component.html34 - src/app/+my-library/my-follows/my-subscriptions.component.html20 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65 - src/app/+videos/+video-watch/video-watch.component.html66 - + + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} {VAR_PLURAL, plural, =0 {Sin visualizaciones} =1 {1 visualización} other { visualizaciones}} src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()!Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - Created by @@ -6945,9 +6831,9 @@ channel or account with the same name ( Banned Expulsados - src/app/+accounts/accounts.component.html21 - src/app/+admin/overview/users/user-list/user-list.component.html105 - + + + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Instance muted Instancia silenciada @@ -7039,8 +6925,8 @@ channel or account with the same name ( Please type the name of the video channel () to confirm Escribe el nombre del canal de video. () para confirmar - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL NUEVO CANAL @@ -7446,12 +7332,12 @@ channel or account with the same name (Ir al paso anterior - src/app/+signup/+register/register.component.ts43 + src/app/+signup/+register/register.component.ts42 Go to the next step Ir al siguiente paso - src/app/+signup/+register/register.component.ts44 + src/app/+signup/+register/register.component.ts43 Who are we? ¿Quienes somos? @@ -7471,7 +7357,7 @@ channel or account with the same name ( Términos de - src/app/shared/shared-instance/instance-about-accordion.component.ts81 + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability Administradores & Sostenibilidad @@ -7686,52 +7572,52 @@ channel or account with the same name (Contenido sensible - src/app/shared/shared-video-miniature/video-filters.model.ts125 + src/app/shared/shared-video-miniature/video-filters.model.ts131 Scope Alcance - src/app/shared/shared-video-miniature/video-filters.model.ts132 + src/app/shared/shared-video-miniature/video-filters.model.ts138 Federated Federado - src/app/shared/shared-video-miniature/video-filters.model.ts134 + src/app/shared/shared-video-miniature/video-filters.model.ts140 Languages Idiomas - src/app/shared/shared-video-miniature/video-filters.model.ts142 + src/app/shared/shared-video-miniature/video-filters.model.ts148 Categories Categorías - src/app/shared/shared-video-miniature/video-filters.model.ts151 + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videos Todos los videos - src/app/shared/shared-video-miniature/video-filters.model.ts160 + src/app/shared/shared-video-miniature/video-filters.model.ts166 Blurred Borroso - src/app/shared/shared-video-miniature/video-filters.model.ts240 + src/app/shared/shared-video-miniature/video-filters.model.ts246 hidden oculto - src/app/shared/shared-video-miniature/video-filters.model.ts246 + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurred borroso - src/app/shared/shared-video-miniature/video-filters.model.ts247 + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayed desplegado - src/app/shared/shared-video-miniature/video-filters.model.ts249 + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protectedPassword protected src/app/shared/shared-video-miniature/video-miniature.component.html @@ -8092,10 +7978,10 @@ channel or account with the same name ( Reject Rechazar - src/app/+admin/follows/followers-list/followers-list.component.html51 - src/app/+admin/follows/followers-list/followers-list.component.ts40 - src/app/+admin/follows/followers-list/followers-list.component.ts86 - + + + + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 Delete Eliminar @@ -8127,7 +8013,7 @@ channel or account with the same name (src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts63src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts133src/app/shared/shared-abuse-list/abuse-list-table.component.ts376src/app/shared/shared-abuse-list/abuse-list-table.component.ts411src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}} Aceptado {recuento, plural, =1 { solicitud de seguimiento} otro { solicitudes de seguimiento}} @@ -8166,10 +8052,10 @@ channel or account with the same name ( Follow Seguir - src/app/+admin/follows/following-list/follow-modal.component.html3 - src/app/+admin/follows/following-list/follow-modal.component.html37 - src/app/+admin/follows/following-list/following-list.component.html25 - + + + + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line 1 host (sin "http: //"), identificador de cuenta o identificador de canal por línea @@ -8233,17 +8119,17 @@ channel or account with the same name (¿Realmente quieres eliminar esta redundancia de video? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy Eliminar redundancia - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! Video redundancias eliminado! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Account unmuted by your instance. La cuenta no está silenciada por tu instancia. @@ -8312,90 +8198,90 @@ channel or account with the same name ( Internal actions Acciones internas - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report Eliminar informe - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account Acciones para la cuenta marcada - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mark as accepted Marcar como aceptado - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected Marcar como rechazado - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note Agregar nota interna - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video Acciones para el video - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video Bloquear video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. Video bloqueado. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video Desbloquear video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. Video desbloqueado. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Do you really want to delete this abuse report? ¿Confirma la eliminación del reporte de abuso? - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. Reporte de abuso eliminado. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment Comentario eliminado - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter Mensajes con reportero - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators Mensajes con moderadores - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note Actualizar nota interna - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual Cambiar el bloqueo de video a manual @@ -8535,13 +8421,13 @@ channel or account with the same name ( plugin plugin - src/app/+admin/plugins/shared/plugin-api.service.ts30 - + + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme Tema - src/app/+admin/plugins/shared/plugin-api.service.ts33 - + + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP address dirección IP @@ -8661,19 +8547,19 @@ channel or account with the same name ( Info Info - src/app/+admin/overview/videos/video-list.component.html41 - src/app/core/notification/notifier.service.ts12 - + + + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 Files Archivos - src/app/+admin/overview/videos/video-list.component.html42 - + + src/app/+admin/overview/videos/video-list.component.html41 Published Publicado - src/app/+admin/overview/videos/video-list.component.html43 - + + src/app/+admin/overview/videos/video-list.component.html42 Warning Aviso @@ -8700,49 +8586,42 @@ channel or account with the same name (Registros de auditoría src/app/+admin/system/logs/logs.component.ts145 - - Showing to of runner jobs - Showing to of runner jobs - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - - + UUID UUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 Priority Prioridad - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 Progress Progress - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 Runner Runner - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload: Payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload: Private payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found. No runner jobs found. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobsCompleted jobs src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts @@ -8807,35 +8686,22 @@ channel or account with the same name (4 - - Showing to of remote runners - Showing to of remote runners - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - - + IP IP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 - + + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contact Último contacto - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found. No remote runners found. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. Usuario creado. @@ -8844,9 +8710,9 @@ channel or account with the same name ( Create user Crear usuario - src/app/+admin/overview/users/user-edit/user-create.component.ts97 - src/app/+admin/overview/users/user-list/user-list.component.html25 - + + + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videos Videos bloqueados @@ -8989,14 +8855,7 @@ channel or account with the same name (3 - - Showing to of registrations - Mostrando de de registros - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - - + Password changed for user . Contraseña cambiada para el usuario . @@ -9058,9 +8917,9 @@ channel or account with the same name ( Live En directo - src/app/+admin/overview/videos/video-admin.service.ts53 - src/app/+admin/overview/videos/video-list.component.html88 - + + + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video files Archivos de video @@ -9458,18 +9317,18 @@ channel or account with the same name ( Too many languages are enabled. Please enable them all or stay below 20 enabled languages. Hay demasiados idiomas habilitados. Habilítelos todos o permanezca por debajo de los 20 idiomas habilitados. - src/app/shared/shared-user-settings/user-video-settings.component.ts76 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. Configuración de video actualizada. - src/app/shared/shared-user-settings/user-video-settings.component.ts121 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. Configuración de pantalla/ video actualizada. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Video channel created. Canal de vídeo creado. @@ -9503,13 +9362,13 @@ channel or account with the same name ( Video channel deleted. Canal de vídeo eliminado. - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day Visualizaciones del día - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followers Mis seguidores @@ -9593,8 +9452,8 @@ channel or account with the same name ( Playlist created. Lista de reproducción creado. - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 - + + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 Create Crear @@ -9606,7 +9465,7 @@ channel or account with the same name (src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist Actualizar lista de reproducción @@ -9686,9 +9545,15 @@ channel or account with the same name (? - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + Video deleted. @@ -9841,12 +9706,12 @@ channel or account with the same name (Maximizar editor - src/app/shared/shared-forms/markdown-textarea.component.ts51 + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editor Salir del editor maximizado - src/app/shared/shared-forms/markdown-textarea.component.ts52 + src/app/shared/shared-forms/markdown-textarea.component.ts50 An email with verification link will be sent to . Un correo electrónico con un vínculo de verificación será enviado a . @@ -9870,7 +9735,7 @@ channel or account with the same name (src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts888 + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTS LISTAS DE REPRODUCCIÓN @@ -10213,14 +10078,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts174 + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videos Vídeos en directo - src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts168 + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) Corto (< 4 min) @@ -11645,13 +11510,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Idiomas de instancia - src/app/+videos/+video-edit/shared/video-edit.component.ts222 + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages Todos los idiomas - src/app/+videos/+video-edit/shared/video-edit.component.ts223src/app/shared/shared-forms/select/select-languages.component.ts25 + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Hidden Oculto @@ -11667,7 +11532,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mostrado - src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts242 + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 Disabled Deshabilitado @@ -11848,19 +11713,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Account muted by the instance. Cuenta silenciada por la instancia. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434 - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server Servidor silenciado - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. Servidor silenciado por la instancia. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter Agrega un mensaje para comunicarte con el reportero @@ -12107,30 +11972,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Too many attempts, please try again after minutes. Demasiados intentos, por favor inténtalo de nuevo pasados minutos. - src/app/core/rest/rest-extractor.service.ts126 - + + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. Demasiados intentos, por favor inténtelo más tarde. - src/app/core/rest/rest-extractor.service.ts129 - + + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. Error del servidor. Por favor, inténtalo más tarde. - src/app/core/rest/rest-extractor.service.ts133 - + + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later. El servidor no está disponible. Vuelva a intentarlo más tarde. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server error Error de servidor desconocido - src/app/core/rest/rest-extractor.service.ts140 + + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + Subscribed to all current channels of . You will be notified of all their new videos. @@ -12229,29 +12097,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Delete video Eliminar video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment Acciones para el comentario - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment Eliminar comentario - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? ¿Realmente quieres eliminar este comentario? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. Comentario borrado. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Encoder Codificador @@ -12298,25 +12166,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Do you really want to delete this video? ¿De verdad quieres eliminar este vídeo? - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. Video eliminado. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter Acciones para el reportero - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter Silenciar el reportero - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 Download Descargar @@ -12459,55 +12327,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 58 - - Showing to of registration tokens - Mostrando de a de tokens de registro - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - - + Token Token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runners Associated runners - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate token Generar token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copiedRegistration token copied - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration tokenCopy registration token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners. No registration token found for remote runners. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this token Eliminar este token @@ -12575,9 +12421,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute account Silenciar cuenta - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actions Abrir acciones de video @@ -12611,8 +12457,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute server account Silenciar la cuenta del servidor - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Report Reportar @@ -12711,27 +12557,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18 - src/app/+admin/overview/videos/video-list.component.html77 - src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4 - src/app/+stats/video/video-stats.component.html2 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31 - src/app/+videos/+video-watch/video-watch.component.html76 - src/app/menu/menu.component.html112 - src/app/shared/shared-instance/instance-about-accordion.component.html115 - src/app/shared/shared-main/angular/login-link.component.html1 - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html20 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html30 - src/app/shared/shared-moderation/user-ban-modal.component.html3 - src/app/shared/shared-user-settings/user-interface-settings.component.html9 - src/app/shared/shared-video-miniature/video-download.component.html27 - src/app/shared/shared-video-miniature/video-download.component.html47 - src/app/shared/shared-video-miniature/video-download.component.html66 - src/app/shared/shared-video-miniature/video-download.component.html77 - src/app/shared/shared-video-miniature/video-download.component.html89 - src/app/shared/shared-video-miniature/videos-selection.component.html1 - + + + + + + + + + + + + + + + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Add to watch later Añadir para ver más tarde @@ -12764,25 +12610,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Only I can see this video Soy el único que pueda ver este vídeo - src/app/shared/shared-main/video/video.service.ts460 + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link Solo se puede compartir a través de un enlace privado - src/app/shared/shared-main/video/video.service.ts461 + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video Todos pueden ver este vídeo - src/app/shared/shared-main/video/video.service.ts462 + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video Solo los usuarios de esta instancia pueden ver este video - src/app/shared/shared-main/video/video.service.ts463 + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this videoOnly users with the appropriate password can see this video - src/app/shared/shared-main/video/video.service.ts464 + src/app/shared/shared-main/video/video.service.ts465 Video to import updated. Vídeo a importar actualizado. @@ -12830,36 +12676,24 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular You have unsaved changes! If you leave, your changes will be lost. ¡Usted tiene cambios no guardados! Si te vas, tus cambios se perderán. - src/app/+videos/+video-edit/video-update.component.ts140 + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. Vídeo actualizado. - src/app/+videos/+video-edit/video-update.component.ts227 + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators.Your video will also be automatically blocked since video publication requires manual validation by moderators. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version.Uploading a new version of your video will completely erase the current version. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 <br /><br />Do you still want to replace your video file?<br /><br />Do you still want to replace your video file? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warningReplace file warning - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: ) (extensiones: ) @@ -12934,40 +12768,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? Este video no está disponible en esta instancia. ¿Quieres ser redirigido a la instancia de origen: <a href=""></a>? - src/app/+videos/+video-watch/video-watch.component.ts370 + src/app/+videos/+video-watch/video-watch.component.ts371 Redirection Redirección - src/app/+videos/+video-watch/video-watch.component.ts371 + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this videoYou need a password to watch this video - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protectedThis video is password protected - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct passwordIncorrect password, please enter a correct password - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? Este vídeo contiene material para adultos o explícito. ¿Seguro que lo quieres ver? - src/app/+videos/+video-watch/video-watch.component.ts446 + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content Contenido para adultos o explícito - src/app/+videos/+video-watch/video-watch.component.ts447 + src/app/+videos/+video-watch/video-watch.component.ts448 Cancel @@ -12996,73 +12821,73 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html42src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreen Entrar/salir de pantalla completa - src/app/+videos/+video-watch/video-watch.component.ts851 + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the video Reproducir/Pausar el video - src/app/+videos/+video-watch/video-watch.component.ts852 + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the video Silenciar/activar sonido del video - src/app/+videos/+video-watch/video-watch.component.ts853 + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90% Saltar a un porcentaje del video: 0 es 0% y 9 es 90% - src/app/+videos/+video-watch/video-watch.component.ts868 + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volume Aumentar el volumen - src/app/+videos/+video-watch/video-watch.component.ts855 + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volume Disminuir el volumen - src/app/+videos/+video-watch/video-watch.component.ts856 + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forward Buscar el video adelante - src/app/+videos/+video-watch/video-watch.component.ts870 + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backward Buscar el video hacia atrás - src/app/+videos/+video-watch/video-watch.component.ts871 + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rate Aumentar la tasa de reproducción - src/app/+videos/+video-watch/video-watch.component.ts873 + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rate Disminuir la velocidad de reproducción - src/app/+videos/+video-watch/video-watch.component.ts874 + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frame Navegar en el video al cuadro anterior - src/app/+videos/+video-watch/video-watch.component.ts876 + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frame Navegar en el video al siguiente cuadro - src/app/+videos/+video-watch/video-watch.component.ts877 + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater mode Alternar el modo teatro - src/app/+videos/+video-watch/video-watch.component.ts861 + src/app/+videos/+video-watch/video-watch.component.ts867 Like the video Colocar Me gusta a este vídeo @@ -13142,14 +12967,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 103 - - Showing to of videos - Mostrando de a de vídeos - - src/app/+admin/overview/videos/video-list.component.html - 11 - - + Only videos uploaded on this instance are displayed Solo se muestran los videos subidos en esta instancia diff --git a/client/src/locale/angular.eu-ES.xlf b/client/src/locale/angular.eu-ES.xlf index 27ee290e4..37c031492 100644 --- a/client/src/locale/angular.eu-ES.xlf +++ b/client/src/locale/angular.eu-ES.xlf @@ -240,12 +240,12 @@ commented your video - + - (e)k zure - + (e)k zure + - bideoa iruzkindu du + bideoa iruzkindu du src/app/shared/shared-main/users/user-notifications.component.html100 @@ -263,8 +263,8 @@ Your video import succeeded - Zure bideoaren inportazioa - + Zure bideoaren inportazioa + ongi burutu da src/app/shared/shared-main/users/user-notifications.component.html125 @@ -272,8 +272,8 @@ Your video import failed - Zure bideoren inportazioak - + Zure bideoren inportazioak + huts egin du src/app/shared/shared-main/users/user-notifications.component.html133 @@ -281,69 +281,69 @@ User registered on your instance - + - erabiltzaileak izena eman du zure zerbitzarian + erabiltzaileak izena eman du zure zerbitzarian src/app/shared/shared-main/users/user-notifications.component.html140 is following your channel your account - + - erabiltzaileak - zure kanala + erabiltzaileak + zure kanala - - zure kontua - jarraitzen ditu + + zure kontua + jarraitzen ditu src/app/shared/shared-main/users/user-notifications.component.html151 - mentioned you on video - -k aipatu zaitu bideo honetan + mentioned you on video + -k aipatu zaitu bideo honetan src/app/shared/shared-main/users/user-notifications.component.html165 Your instance has a new follower () awaiting your approval Zure zerbitzariak - jarratzaile berria du - ( + jarratzaile berria du + ( ) - zure onartzearen zain - + zure onartzearen zain + src/app/shared/shared-main/users/user-notifications.component.html181 Your instance automatically followed Zure instantziak automatikoki jarraitu zuen - + - + src/app/shared/shared-main/users/user-notifications.component.html190 - A new version of the plugin/theme is available: - Bertsio berri bat eskuragarri plugin/gai honentzat: + A new version of the plugin/theme is available: + Bertsio berri bat eskuragarri plugin/gai honentzat: src/app/shared/shared-main/users/user-notifications.component.html199 - A new version of PeerTube is available: - PeerTube-ren bertsio berri bat eskuragarri: + A new version of PeerTube is available: + PeerTube-ren bertsio berri bat eskuragarri: src/app/shared/shared-main/users/user-notifications.component.html207 - Your video edition has finished - Zure bideoaren edizioa amaitu da + Your video edition has finished + Zure bideoaren edizioa amaitu da src/app/shared/shared-main/users/user-notifications.component.html214 - User wants to register on your instance - erabiltzaileak zure instantzian izena eman nahi du + User wants to register on your instance + erabiltzaileak zure instantzian izena eman nahi du src/app/shared/shared-main/users/user-notifications.component.html222 @@ -354,37 +354,28 @@ {views, plural, =0 {No view} =1 {1 view} other { views}} {bistaratze, plural, =0 {Bistaratzerik ez} =1 {Bistaratze 1} other { bistaratze}} - src/app/shared/shared-main/video/video.model.ts291 - + + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded. PeerTube considers this video is already being transcoded. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcoding Force transcoding - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} {ikusle, plural, =0 {Ikuslerik ez} =1 {Ikusle 1} other { ikusle}} - src/app/shared/shared-main/video/video.model.ts288 - + + src/app/shared/shared-main/video/video.model.ts289 Change your avatar Aldatu zure irudia @@ -398,13 +389,13 @@ Account muted Mututako kontua - src/app/+admin/overview/videos/video-list.component.html79 - + + src/app/+admin/overview/videos/video-list.component.html78 Server muted Zerbitzaria isilduta - src/app/+admin/overview/videos/video-list.component.html80 - + + src/app/+admin/overview/videos/video-list.component.html79 Save to Gorde hemen @@ -464,8 +455,9 @@ src/app/shared/shared-video-playlist/video-add-to-playlist.component.html72 - Short text to tell people how they can support the channel (membership platform...).<br /><br /> When a video is uploaded in this channel, the video support field will be automatically filled by this text. - Kanalaren babesle bihurtzeko azalpen motza (bazkidetza plataforma...).<br /><br /> Kanal honetara bideo bat igotzean, bideoaren babesle eremua automatikoki testu honekin beteko da. + Short text to tell people how they can support the channel (membership platform...).<br /><br /> + When a video is uploaded in this channel, the video support field will be automatically filled by this text. + Kanalaren babesle bihurtzeko azalpen motza (bazkidetza plataforma...).<br /><br /> Kanal honetara bideo bat igotzean, bideoaren babesle eremua automatikoki testu honekin beteko da. src/app/+manage/video-channel-edit/video-channel-edit.component.html64 src/app/+manage/video-channel-edit/video-channel-edit.component.html64 @@ -512,10 +504,10 @@ video bideoa - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295 - src/app/+videos/+video-edit/video-update.component.ts341 - src/app/shared/shared-video-miniature/video-download.component.ts62 - + + + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: ) Bideo honekin zure bideo-kuota gainditzen da (bideoaren tamaina: , erabilita: , kuota: ) @@ -621,23 +613,20 @@ Blocked Blokeatuta - src/app/+admin/overview/videos/video-list.component.html82 - src/app/shared/shared-video-miniature/video-miniature.component.html64 - + + + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storage Objektuen biltegiratzea - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this file Ezabatu fitxategi hau - src/app/+admin/overview/videos/video-list.component.html114 - src/app/+admin/overview/videos/video-list.component.html130 - + + + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}. {count, plural, =1 {Bideo bat} other { bideo}} ezabatuta. @@ -777,8 +766,8 @@ src/app/shared/shared-forms/markdown-textarea.component.html20 - <a href="https://en.wikipedia.org/wiki/Markdown#Example" target="_blank" rel="noopener noreferrer">Markdown</a> compatible that supports: - <a href="https://eu.wikipedia.org/wiki/Markdown#Adibidea" target="_blank" rel="noopener noreferrer">Markdown</a> bateragarria, onartzen du: + <a href="https://en.wikipedia.org/wiki/Markdown#Example" target="_blank" rel="noopener noreferrer">Markdown</a> compatible that supports: + <a href="https://eu.wikipedia.org/wiki/Markdown#Adibidea" target="_blank" rel="noopener noreferrer">Markdown</a> bateragarria, onartzen du: src/app/shared/shared-main/misc/help.component.ts75 @@ -868,10 +857,10 @@ Remote subscribeRemote interact - Urruneko harpidetza - - Urruneko interakzioa - + Urruneko harpidetza + + Urruneko interakzioa + src/app/shared/shared-user-subscription/remote-subscribe.component.html11 @@ -891,8 +880,8 @@ src/app/shared/shared-instance/instance-features-table.component.html6 - Default NSFW/sensitive videos policycan be redefined by the users - Default NSFW/sensitive videos policycan be redefined by the users + Default NSFW/sensitive videos policycan be redefined by the users + Default NSFW/sensitive videos policycan be redefined by the users src/app/shared/shared-instance/instance-features-table.component.html 13,14 @@ -959,9 +948,9 @@ Unlimited ( per day) Unlimited - ( + ( eguneko) - + src/app/shared/shared-instance/instance-features-table.component.html59 @@ -1005,8 +994,8 @@ Local Lokala - src/app/shared/shared-video-miniature/video-filters.model.ts135 - + + src/app/shared/shared-video-miniature/video-filters.model.ts141 users erabiltzaile @@ -1042,10 +1031,10 @@ Following Jarraitzen - src/app/+admin/admin.component.ts84 - src/app/+admin/follows/following-list/following-list.component.html41 - src/app/+admin/follows/follows.routes.ts26 - + + + + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 Followers Jarraitzaileak @@ -1174,8 +1163,8 @@ Sorry but there was an issue with the external login process. Please contact an administrator. Sentitzen dugu, baina arazo bat egon da kanpoko sarbidearekin. Mesedez - jarri harremanetan administradorearekin - . + jarri harremanetan administradorearekin + . src/app/+login/login.component.html26 @@ -1250,16 +1239,16 @@ src/app/+login/login.component.html11 - This instance allows registration. However, be careful to check the TermsTerms before creating an account. You may also search for another instance to match your exact needs at: https://joinpeertube.org/instances. - Instantzia honek erregistroak onartzen ditu. Hala ere, ondo irakurri itzazu Erabilpen-baldintzakErabilpen-baldintzak kontu bat sortu baino lehen. Zure beharrak aseko dituen beste instantzia bat aurkitzeko aukera duzu ere hemen: https://joinpeertube.org/instances. + This instance allows registration. However, be careful to check the TermsTerms before creating an account. You may also search for another instance to match your exact needs at: https://joinpeertube.org/instances. + Instantzia honek erregistroak onartzen ditu. Hala ere, ondo irakurri itzazu Erabilpen-baldintzakErabilpen-baldintzak kontu bat sortu baino lehen. Zure beharrak aseko dituen beste instantzia bat aurkitzeko aukera duzu ere hemen: https://joinpeertube.org/instances. src/app/+login/login.component.html 15,18 - Currently this instance doesn't allow for user registration, you may check the Terms 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: https://joinpeertube.org/instances. - Une honetan instantzia honek ez ditu erregistroak onartzen, Erabilpen-baldintzak irakur ditzakezu xehetasun gehiagorako edo kontu bat sortzeko eta bideoak igotzeko aukera ematen duen beste instantzia bat bilatu dezakezu. Bilatu bat hemen: https://joinpeertube.org/instances. + Currently this instance doesn't allow for user registration, you may check the Terms 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: https://joinpeertube.org/instances. + Une honetan instantzia honek ez ditu erregistroak onartzen, Erabilpen-baldintzak irakur ditzakezu xehetasun gehiagorako edo kontu bat sortzeko eta bideoak igotzeko aukera ematen duen beste instantzia bat bilatu dezakezu. Bilatu bat hemen: https://joinpeertube.org/instances. src/app/+login/login.component.html 20,23 @@ -1286,22 +1275,23 @@ src/app/+login/login.component.html131 - An email with the reset password instructions will be sent to . The link will expire within 1 hour. + An email with the reset password instructions will be sent to . +The link will expire within 1 hour. Pasahitza berrezartzeko argibideak dituen mezu bat bidaliko da helbidera. Esteka ordubete barru iraungiko da. src/app/+login/login.component.ts151 Email Eposta - src/app/+admin/moderation/registration-list/registration-list.component.html38 - src/app/+admin/overview/users/user-edit/user-edit.component.html105 - src/app/+admin/overview/users/user-edit/user-edit.component.html105 - src/app/+admin/overview/users/user-list/user-list.component.ts132 - src/app/+login/login.component.html136 - src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6 - src/app/+signup/+register/steps/register-step-user.component.html46 - src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 Email address Eposta helbidea @@ -1325,8 +1315,8 @@ src/app/+search/search.component.html8 - for - -rako + for + -rako src/app/+search/search.component.html 10 @@ -1352,8 +1342,8 @@ Signup Eman izena Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 - + + src/app/+signup/+register/register.component.ts85 Why creating an account? Zergatik sortu kontu bat? @@ -1363,40 +1353,40 @@ - As you probably noticed: creating an account is not necessary to watch video on . However, creating an account on will allow you to: - Konturatuko zinenez: kontu bat sortzea ez da derrigorra -en bideo bat ikusteko. Hala ere, -en kontu bat sortzeak honetara ahalbidetuko zaitu: + As you probably noticed: creating an account is not necessary to watch video on . However, creating an account on will allow you to: + Konturatuko zinenez: kontu bat sortzea ez da derrigorra -en bideo bat ikusteko. Hala ere, -en kontu bat sortzeak honetara ahalbidetuko zaitu: src/app/+signup/+register/steps/register-step-about.component.html 4,8 - Comment videos - Bideoak iruzkindu + Comment videos + Bideoak iruzkindu src/app/+signup/+register/steps/register-step-about.component.html 11 - Subscribe to channels to be notified of new videos - Kanaletara Harpidetu bideo berriekin jakinarazpenak jasotzeko + Subscribe to channels to be notified of new videos + Kanaletara Harpidetu bideo berriekin jakinarazpenak jasotzeko src/app/+signup/+register/steps/register-step-about.component.html 12 - Have access to your watch history - Zure ikuskatze historiara sartu + Have access to your watch history + Zure ikuskatze historiara sartu src/app/+signup/+register/steps/register-step-about.component.html 13 - Create your channel to publish videos - Zure kanala bideoak argitaratzeko sortu + Create your channel to publish videos + Zure kanala bideoak argitaratzeko sortu src/app/+signup/+register/steps/register-step-about.component.html 14 @@ -1421,29 +1411,29 @@ src/app/+signup/+register/steps/register-step-about.component.html25 - has been created using PeerTube, a video creation platform developed by Framasoft. Framasoft is a french non-profit organization that offers alternatives to Big Tech's digital tools - PeerTube erabilita sortu da, Framasoft-en eskuko bideoen sorpenerako plataforma. Framasoft enpresa handien (Big Tech) tresna digitalen soluzio alternatiboak eskaintzen dituen irabazi-asmorik gabeko frantziar erakunde bat da + has been created using PeerTube, a video creation platform developed by Framasoft. Framasoft is a french non-profit organization that offers alternatives to Big Tech's digital tools + PeerTube erabilita sortu da, Framasoft-en eskuko bideoen sorpenerako plataforma. Framasoft enpresa handien (Big Tech) tresna digitalen soluzio alternatiboak eskaintzen dituen irabazi-asmorik gabeko frantziar erakunde bat da src/app/+signup/+register/steps/register-step-about.component.html38 - You want to publish videos on ? Then you need to create your first channel. - -en bideoak argitaratu nahi dituzu? Orduan, zure lehen kanala sortu beharko duzu. + You want to publish videos on ? Then you need to create your first channel. + -en bideoak argitaratu nahi dituzu? Orduan, zure lehen kanala sortu beharko duzu. src/app/+signup/+register/steps/register-step-channel.component.html 2,4 - You might want to create a channel by theme: for example, you can create a channel named "SweetMelodies" to publish your piano concerts and another one "Ecology" in which you publish your videos talking about ecology. - Nahi baduzu gaika sortu ditzakezu kanalak: adibidez, zure esku-pilotako partidak argitaratzeko "PilotaPartidak" kanala sortu dezakezu eta "Ekologia" izeneko beste bat ekologismoari buruz hitz egiten duzun bideoak partekatzeko. + You might want to create a channel by theme: for example, you can create a channel named "SweetMelodies" to publish your piano concerts and another one "Ecology" in which you publish your videos talking about ecology. + Nahi baduzu gaika sortu ditzakezu kanalak: adibidez, zure esku-pilotako partidak argitaratzeko "PilotaPartidak" kanala sortu dezakezu eta "Ekologia" izeneko beste bat ekologismoari buruz hitz egiten duzun bideoak partekatzeko. src/app/+signup/+register/steps/register-step-channel.component.html 6,9 - administrators allow you to publish up to of videos on their website. - -eko administratzaileek arteko bideoak argitaratzeko aukera ematen dizute beraien webgunean. + administrators allow you to publish up to of videos on their website. + -eko administratzaileek arteko bideoak argitaratzeko aukera ematen dizute beraien webgunean. src/app/+signup/+register/steps/register-step-channel.component.html 11,13 @@ -1454,9 +1444,9 @@ Iragazkiak - + - + src/app/+search/search.component.html18 @@ -1510,16 +1500,16 @@ Official PeerTube website (news, support, contribute...): https://joinpeertube.org PeerTube-ren webgunea (berriak, laguntza, ekarpenak...): - https://joinpeertube.org - + https://joinpeertube.org + src/app/modal/admin-welcome-modal.component.html42 Put your instance on the public PeerTube index: https://instances.joinpeertube.org/instances Jarri zure instantzia PeerTube -ren indize publikoan: - https://instances.joinpeertube.org/instances - + https://instances.joinpeertube.org/instances + src/app/modal/admin-welcome-modal.component.html45 @@ -1529,8 +1519,8 @@ src/app/modal/admin-welcome-modal.component.html55 - Choosing your instance name, setting up a description, specifying who you are, why you created your instance and how long you plan to maintain it is very important for visitors to understand on what type of instance they are. - Zure instantzia izena aukeratzea, deskribapen bat zehaztea, nor zaren adieraztea, zure instanzia sortzeko arrazoia eta noiz arte espero duzun mantentzea oso garrantzitsua da bisitariak zer nolako instantzian dauden uler dezaten. + Choosing your instance name, setting up a description, specifying who you are, why you created your instance and how long you plan to maintain it is very important for visitors to understand on what type of instance they are. + Zure instantzia izena aukeratzea, deskribapen bat zehaztea, nor zaren adieraztea, zure instanzia sortzeko arrazoia eta noiz arte espero duzun mantentzea oso garrantzitsua da bisitariak zer nolako instantzian dauden uler dezaten. src/app/modal/admin-welcome-modal.component.html 57,61 @@ -1829,8 +1819,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html291 - ⚠️ If enabled, we recommend to use a HTTP proxy to prevent private URL access from your PeerTube server - ⚠️ If enabled, we recommend to use a HTTP proxy to prevent private URL access from your PeerTube server + ⚠️ If enabled, we recommend to use a HTTP proxy to prevent private URL access from your PeerTube server + ⚠️ If enabled, we recommend to use a HTTP proxy to prevent private URL access from your PeerTube server src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 @@ -1860,18 +1850,18 @@ - I already have an account, I log in - I already have an account, I log in + I already have an account, I log in + I already have an account, I log in src/app/+signup/+register/register.component.html30 - Termsof - Termsof + Termsof + Termsof src/app/+signup/+register/register.component.html41 - Setupyour account - Setupyour account + Setupyour account + Setupyour account src/app/+signup/+register/register.component.html66 @@ -1880,8 +1870,8 @@ src/app/+signup/+register/register.component.html81 - Createyour first channel - Createyour first channel + Createyour first channel + Createyour first channel src/app/+signup/+register/register.component.html83 @@ -1933,18 +1923,18 @@ src/app/modal/account-setup-warning-modal.component.html10 - Help moderators and other users to know who you are by: - Help moderators and other users to know who you are by: + Help moderators and other users to know who you are by: + Help moderators and other users to know who you are by: src/app/modal/account-setup-warning-modal.component.html12 - Uploading an avatar - Uploading an avatar + Uploading an avatar + Uploading an avatar src/app/modal/account-setup-warning-modal.component.html15 - Writing a description - Writing a description + Writing a description + Writing a description src/app/modal/account-setup-warning-modal.component.html16 @@ -2048,8 +2038,8 @@ Media is too large for the server. Please contact you administrator if you want to increase the limit size. Multimedia-fitxategia handiegia da zerbitzarirako. Kontaktatu administratzailea tamaina-muga handitu nahi baduzu. - src/app/core/rest/rest-extractor.service.ts118 - + + src/app/core/rest/rest-extractor.service.ts122 GLOBAL SEARCH BILAKETA GLOBALA @@ -2254,21 +2244,21 @@ Reset Berrezarri - src/app/+search/search-filters.component.html8 - src/app/+search/search-filters.component.html22 - src/app/+search/search-filters.component.html41 - src/app/+search/search-filters.component.html60 - src/app/+search/search-filters.component.html74 - src/app/+search/search-filters.component.html109 - src/app/+search/search-filters.component.html122 - src/app/+search/search-filters.component.html135 - src/app/+search/search-filters.component.html148 - src/app/+search/search-filters.component.html163 - src/app/+search/search-filters.component.html171 - src/app/+search/search-filters.component.html188 - src/app/+search/search-filters.component.html229 - src/app/shared/shared-forms/reactive-file.component.html16 - + + + + + + + + + + + + + + + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter Iragazkia @@ -2341,8 +2331,8 @@ - A timestamp (00:05 for example) is automatically converted into a link to a part of the video. - A timestamp (00:05 for example) is automatically converted into a link to a part of the video. + A timestamp (00:05 for example) is automatically converted into a link to a part of the video. + A timestamp (00:05 for example) is automatically converted into a link to a part of the video. src/app/+videos/+video-edit/shared/video-edit.component.html 52 @@ -2385,8 +2375,8 @@ src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts44 - Markdown compatible that also supports custom PeerTube HTML tags - Markdown compatible that also supports custom PeerTube HTML tags + Markdown compatible that also supports custom PeerTube HTML tags + Markdown compatible that also supports custom PeerTube HTML tags src/app/shared/shared-custom-markup/custom-markup-help.component.html 2 @@ -2423,14 +2413,14 @@ Advanced filters Advanced filters - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30 - src/app/+admin/overview/comments/video-comment-list.component.ts47 - src/app/+admin/overview/users/user-list/user-list.component.ts43 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26 - src/app/+my-library/my-videos/my-videos.component.ts119 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts39 - src/app/shared/shared-instance/instance-follow.service.ts142 - + + + + + + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found Ez da elementurik aurkitu @@ -2439,89 +2429,68 @@ Description Deskripzioa - src/app/+about/about-instance/about-instance.component.html113 - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html24 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+videos/+video-edit/shared/video-edit.component.html44 - + + + + + + + + + + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 - Choose the appropriate licence for your work. - Choose the appropriate licence for your work. + Choose the appropriate licence for your work. + Choose the appropriate licence for your work. src/app/+videos/+video-edit/shared/video-edit.component.html86 Channel Kanala - src/app/+admin/moderation/registration-list/registration-list.component.html39 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+videos/+video-edit/shared/video-edit.component.html65 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26 - src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reason Registration reason - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation response Moderation response - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 - Requested on - Requested on - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + Requested on + Requested on + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason: Registration reason: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response: Moderation response: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters. No registrations found matching current filters. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found. No registrations found. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this request Accept this request @@ -2632,7 +2601,7 @@ src/app/+videos/+video-edit/shared/video-edit.component.html189 - Already uploaded on ✔ + Already uploaded on Already uploaded on src/app/+videos/+video-edit/shared/video-edit.component.html193 @@ -2762,66 +2731,66 @@ Original publication date Argitalpen data - src/app/+videos/+video-edit/shared/video-edit.component.html368 - + + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) Hau edukia hasiera batean argitaratu zeneko data da (adib. film baten argitaratze-data) - src/app/+videos/+video-edit/shared/video-edit.component.html371 - + + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settings Pluginen ezarpenak - src/app/+videos/+video-edit/shared/video-edit.component.html402 - + + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latency Small latency - src/app/+videos/+video-edit/shared/video-edit.component.ts92 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2P Reduce latency to ~15s disabling P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts93 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts94 Default Default - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55 - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50 - src/app/+videos/+video-edit/shared/video-edit.component.ts97 - + + + + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30s Average latency of 30s - src/app/+videos/+video-edit/shared/video-edit.component.ts98 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latency High latency - src/app/+videos/+video-edit/shared/video-edit.component.ts102 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratio Average latency of 60s increasing P2P ratio - src/app/+videos/+video-edit/shared/video-edit.component.ts103 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts104 Other Other - src/app/+videos/+video-edit/shared/video-edit.component.ts219 - src/app/shared/shared-forms/select/select-languages.component.ts50 - + + + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments Gaitu bideoaren iruzkinak - src/app/+videos/+video-edit/shared/video-edit.component.html389 - + + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download Deskarga gaitu - src/app/+videos/+video-edit/shared/video-edit.component.html394 - + + src/app/+videos/+video-edit/shared/video-edit.component.html398 Advanced settings Ezarpen aurreratuak @@ -2845,8 +2814,8 @@ src/app/+videos/+video-edit/video-add-components/video-import-url.component.html10 - You can also synchronize a remote channel in your library - You can also synchronize a remote channel in your library + You can also synchronize a remote channel in your library + You can also synchronize a remote channel in your library src/app/+videos/+video-edit/video-add-components/video-import-url.component.html20 @@ -2876,13 +2845,13 @@ Scheduled Programatuta - src/app/+videos/+video-edit/shared/video-edit.component.ts240 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date Ezkutatu bideoa data zehatz bat arte - src/app/+videos/+video-edit/shared/video-edit.component.ts241 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal live Normal live @@ -2907,7 +2876,7 @@ Image that will be merged with your audio file. The chosen image will be definitive and cannot be modified. Audio-fitxategiarekin bat egingo duen irudia. - Aukeratutako irudia behin betikoa izango da, eta ezingo da aldatu. + Aukeratutako irudia behin betikoa izango da, eta ezingo da aldatu. src/app/+videos/+video-edit/video-add-components/video-upload.component.html36 @@ -2930,9 +2899,9 @@ Total video quota Guztizko bideo-kuota - src/app/+admin/overview/users/user-list/user-list.component.html118 - src/app/shared/shared-main/users/user-quota.component.html3 - + + + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Congratulations! Your video is now available in your private library. Zorionak! Zure bideoa dagoeneko eskuragarri dago zure liburutegi pribatuan. @@ -2998,15 +2967,14 @@ src/app/+videos/+video-edit/video-update.component.html 29 - - - Your video is currenctly being updated. If you leave, your changes will be lost. - Your video is currenctly being updated. If you leave, your changes will be lost. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 + Read instance rules for help Irakurri instantziaren arauak laguntza jasotzeko @@ -3249,8 +3217,8 @@ src/app/shared/shared-main/angular/login-link.component.ts11 - > Login - > Login + > Login + > Login src/app/+login/login.component.html @@ -3270,10 +3238,10 @@ Muted Mututua - src/app/+admin/overview/users/user-list/user-list.component.html104 - src/app/shared/shared-moderation/account-block-badges.component.html1 - src/app/shared/shared-share-modal/video-share.component.html223 - + + + + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Loop Loop @@ -3398,8 +3366,8 @@ Show more Erakutsi gehiago - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 - + + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less Erakutsi gutxiago @@ -3444,14 +3412,14 @@ The video was blocked due to automatic blocking of new videos The video was blocked due to automatic blocking of new videos - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFW NSFW - src/app/+admin/moderation/video-block-list/video-block-list.component.html56 - src/app/+admin/overview/videos/video-list.component.html75 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Get more information Lortu informazio gehiago @@ -3714,9 +3682,9 @@ Your report will be sent to moderators of - and will be forwarded to the comment origin ( + and will be forwarded to the comment origin ( ) too - . + . src/app/shared/shared-moderation/report-modals/report.component.html35 @@ -3725,16 +3693,13 @@ Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly. Token renewed. Update your client configuration accordingly. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEED SUBSCRIPTION FEED @@ -3763,9 +3728,9 @@ Renew token Renew token - src/app/+my-account/my-account-applications/my-account-applications.component.html36 - src/app/+my-account/my-account-applications/my-account-applications.component.ts41 - + + + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Filter... Iragazkia... @@ -3786,72 +3751,66 @@ Video/Comment/Account Video/Comment/Account - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 ID ID-a - src/app/+admin/system/jobs/jobs.component.html45 - + + src/app/+admin/system/jobs/jobs.component.html43 State Egoera - src/app/+admin/system/jobs/jobs.component.html48 - src/app/+my-library/my-video-imports/my-video-imports.component.html30 - + + + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 Created - - (e)an sortuta + + (e)an sortuta - src/app/+admin/follows/followers-list/followers-list.component.html39 - src/app/+admin/follows/following-list/following-list.component.html43 - src/app/+admin/system/jobs/jobs.component.html50 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html27 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 - src/app/+my-library/my-video-imports/my-video-imports.component.html31 - src/app/shared/shared-abuse-list/abuse-list-table.component.html23 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab Ireki aktorearen orrialdea erlaitz berri batean - src/app/+admin/follows/followers-list/followers-list.component.html56 - + + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted Onartua - src/app/+admin/follows/followers-list/followers-list.component.html63 - src/app/+admin/follows/following-list/following-list.component.html65 - + + + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending Zain - src/app/+admin/follows/followers-list/followers-list.component.html64 - src/app/+admin/follows/following-list/following-list.component.html66 - + + + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 Rejected Rejected - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept Onartu - src/app/+admin/follows/followers-list/followers-list.component.html50 - src/app/+admin/follows/followers-list/followers-list.component.ts45 - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25 - src/app/+my-library/my-ownership/my-ownership.component.html27 - + + + + + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse Errefusatu @@ -3860,71 +3819,55 @@ No follower found matching current filters. Ez da iragazkiekin bat datorren jarraitzailerik aurkitu. - src/app/+admin/follows/followers-list/followers-list.component.html77 - + + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. Zure instantziak ez du jarraitzailerik. - src/app/+admin/follows/followers-list/followers-list.component.html78 - - - Showing to of followers - Showing - to - of - followers - - src/app/+admin/follows/followers-list/followers-list.component.html11 - + + src/app/+admin/follows/followers-list/followers-list.component.html77 + Redundancy allowed Redundancy allowed - - + + - src/app/+admin/follows/following-list/following-list.component.html44 - + + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab Ireki instantzia erlaitz berri batean - src/app/+admin/follows/following-list/following-list.component.html58 - src/app/shared/shared-moderation/server-blocklist.component.html43 - src/app/shared/shared-moderation/server-blocklist.component.html43 - + + + + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. Ez da aurkitu iragazkiekin bat datorren ostalaririk. - src/app/+admin/follows/following-list/following-list.component.html84 - + + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. Zure instantziak ez du besterik jarraitzen - src/app/+admin/follows/following-list/following-list.component.html85 - + + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}} Do you really want to unfollow {count, plural, =1 {?} other { entries?}} src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - Showing - to - of - hosts - - src/app/+admin/follows/following-list/following-list.component.html11 - + Action Action - src/app/+admin/follows/following-list/following-list.component.html40 - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/server-blocklist.component.html31 - src/app/shared/shared-moderation/server-blocklist.component.html31 - + + + + + + + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies Videos redundancies @@ -3943,18 +3886,18 @@ Table parameters Taularen parametroak - src/app/+admin/overview/users/user-list/user-list.component.html47 - + + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns Select columns - src/app/+admin/overview/users/user-list/user-list.component.html53 - + + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users Highlight banned users - src/app/+admin/overview/users/user-list/user-list.component.html59 - + + src/app/+admin/overview/users/user-list/user-list.component.html57 Username Erabiltzaile izena @@ -4069,60 +4012,52 @@ Batch actions Batch actions - src/app/+admin/follows/followers-list/followers-list.component.html18 - src/app/+admin/follows/following-list/following-list.component.html18 - src/app/+admin/moderation/registration-list/registration-list.component.html18 - src/app/+admin/overview/comments/video-comment-list.component.html22 - src/app/+admin/overview/users/user-list/user-list.component.html18 - src/app/+admin/overview/videos/video-list.component.html18 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 The user was banned The user was banned - src/app/+admin/overview/users/user-list/user-list.component.html109 - + + src/app/+admin/overview/users/user-list/user-list.component.html107 Open account in a new tab Ireki kontua erlaitz berri batean - src/app/+admin/overview/comments/video-comment-list.component.html69 - src/app/+admin/overview/users/user-list/user-list.component.html94 - src/app/+my-library/my-ownership/my-ownership.component.html32 - src/app/shared/shared-abuse-list/abuse-list-table.component.html44 - src/app/shared/shared-moderation/account-blocklist.component.html35 - src/app/shared/shared-moderation/account-blocklist.component.html35 - + + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account Deleted account - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota Total daily video quota - src/app/+admin/overview/users/user-list/user-list.component.html128 - + + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: Debekatzeko arrazoia: - src/app/+admin/overview/users/user-list/user-list.component.html150 - + + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned users Banned users src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - Showing - to - of - users - - src/app/+admin/overview/users/user-list/user-list.component.html11 - + Moderation Moderazioa @@ -4163,12 +4098,12 @@ Video Video - - + + - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30 - src/app/+admin/moderation/video-block-list/video-block-list.component.html26 - + + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size Tamaina guztira @@ -4204,82 +4139,82 @@ Used () Used () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available () Available () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Sensitive Hunkigarria - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated Unfederated - src/app/+admin/moderation/video-block-list/video-block-list.component.html28 - src/app/+admin/moderation/video-block-list/video-block-list.component.html60 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date Data - - + + - src/app/+admin/moderation/video-block-list/video-block-list.component.html29 - src/app/+admin/overview/comments/video-comment-list.component.html46 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this row Select this row - src/app/+admin/follows/followers-list/followers-list.component.html46 - src/app/+admin/follows/following-list/following-list.component.html51 - src/app/+admin/moderation/registration-list/registration-list.component.html50 - src/app/+admin/overview/comments/video-comment-list.component.html54 - src/app/+admin/overview/users/user-list/user-list.component.html79 - src/app/+admin/overview/videos/video-list.component.html51 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full comment See full comment - src/app/+admin/overview/comments/video-comment-list.component.html58 - + + src/app/+admin/overview/comments/video-comment-list.component.html57 Actions Ekintzak - src/app/+admin/follows/followers-list/followers-list.component.html35 - src/app/+admin/moderation/registration-list/registration-list.component.html60 - src/app/+admin/moderation/video-block-list/video-block-list.component.html43 - src/app/+admin/overview/comments/video-comment-list.component.html64 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70 - src/app/+admin/system/runners/runner-list/runner-list.component.html36 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44 - src/app/+my-library/my-ownership/my-ownership.component.html12 - src/app/shared/shared-abuse-list/abuse-list-table.component.html39 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 Follower Follower - src/app/+admin/follows/followers-list/followers-list.component.html36 - + + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented video Commented video - src/app/+admin/overview/comments/video-comment-list.component.html81 - + + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters. No comments found matching current filters. - src/app/+admin/overview/comments/video-comment-list.component.html106 - + + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found. No comments found. - src/app/+admin/overview/comments/video-comment-list.component.html107 - + + src/app/+admin/overview/comments/video-comment-list.component.html106 Local comments Iruzkin lokalak @@ -4298,53 +4233,53 @@ No abuses found matching current filters. No abuses found matching current filters. - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. No abuses found. - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reports Unsolved reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reports Accepted reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reports Refused reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videos Reports with blocked videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videos Reports with deleted videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: Block reason: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. No blocked video found matching current filters. - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. No blocked video found. - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocks Automatic blocks @@ -4355,15 +4290,7 @@ Manual blocks src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - Showing - to - of - blocked videos - - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 - + Reports Reports @@ -4392,12 +4319,12 @@ Reporter Salatzailea - src/app/shared/shared-abuse-list/abuse-details.component.html7 - src/app/shared/shared-abuse-list/abuse-list-table.component.html21 - + + + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 - - + + src/app/shared/shared-abuse-list/abuse-details.component.html 21,23 @@ -4410,28 +4337,28 @@ Video Bideoa - src/app/+admin/overview/comments/video-comment-list.component.html44 - src/app/+admin/overview/videos/video-list.component.html40 - src/app/+my-library/my-ownership/my-ownership.component.html14 - src/app/+my-library/my-video-imports/my-video-imports.component.html29 - src/app/shared/shared-video-miniature/video-download.component.html8 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 Comment Comment - src/app/+admin/overview/comments/video-comment-list.component.html45 - src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 - + + + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 This video has been reported multiple times. Bideo hau hainbat alditan salatu da. - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked The video was blocked - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on by @@ -4443,15 +4370,21 @@ Video was deleted Bideoa ezabatu da - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + Account deleted Account deleted - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 Open video in a new tab Ireki bideoa erlaitz berri batean @@ -4460,43 +4393,35 @@ State State - - + + - src/app/+admin/follows/followers-list/followers-list.component.html37 - src/app/+admin/follows/following-list/following-list.component.html42 - src/app/+admin/moderation/registration-list/registration-list.component.html41 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36 - src/app/shared/shared-abuse-list/abuse-list-table.component.html24 - + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages Messages - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note Internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score Score - - + + - src/app/+admin/follows/followers-list/followers-list.component.html38 - - - Showing to of reports - Showing - to - of - reports - - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 - + + src/app/+admin/follows/followers-list/followers-list.component.html37 + Reportee Reportee @@ -4518,58 +4443,49 @@ Mute domain Domeinua mututu - src/app/shared/shared-moderation/server-blocklist.component.html19 - src/app/shared/shared-moderation/server-blocklist.component.html19 - + + + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance Instantzia - src/app/+about/about.component.html3 - src/app/+search/search-filters.component.html217 - src/app/shared/shared-moderation/server-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html32 - + + + + + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at Muted at - - + + - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/server-blocklist.component.html33 - src/app/shared/shared-moderation/server-blocklist.component.html33 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute Desmututu - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html40 - src/app/shared/shared-moderation/server-blocklist.component.html40 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. Ez dago iragazkiekin bat datorren zerbitzaririk. - src/app/shared/shared-moderation/server-blocklist.component.html56 - src/app/shared/shared-moderation/server-blocklist.component.html56 - + + + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. Ez da zerbitzaririk aurkitu. - src/app/shared/shared-moderation/server-blocklist.component.html57 - src/app/shared/shared-moderation/server-blocklist.component.html57 - - - Showing to of muted instances - Showing - to - of - muted instances - - src/app/shared/shared-moderation/server-blocklist.component.html12 - src/app/shared/shared-moderation/server-blocklist.component.html12 - + + + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. Badirudi ez zaudela HTTPS zerbitzari batean. Zure web zerbitzariak TLS aktibatuta eduki behar du zerbitzariak jarraitu ahal izateko. @@ -4583,29 +4499,29 @@ Mute domains Mututu domeinuak - src/app/shared/shared-moderation/server-blocklist.component.html64 - src/app/shared/shared-moderation/server-blocklist.component.html64 - + + + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account Kontua - src/app/+admin/moderation/registration-list/registration-list.component.html37 - src/app/+admin/overview/comments/video-comment-list.component.html43 - src/app/shared/shared-moderation/account-blocklist.component.html24 - src/app/shared/shared-moderation/account-blocklist.component.html24 - + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. Ez dago iragazkiekin bat datorren konturik. - src/app/shared/shared-moderation/account-blocklist.component.html54 - src/app/shared/shared-moderation/account-blocklist.component.html54 - + + + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. Ez da konturik aurkitu. - src/app/shared/shared-moderation/account-blocklist.component.html55 - src/app/shared/shared-moderation/account-blocklist.component.html55 - + + + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed plugins Instalatutako pluginak zerrendatu @@ -4621,16 +4537,7 @@ Show plugin src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - Showing - to - of - muted accounts - - src/app/shared/shared-moderation/account-blocklist.component.html11 - src/app/shared/shared-moderation/account-blocklist.component.html11 - + Plugins/Themes Plugins/Themes @@ -4851,22 +4758,18 @@ This view also shows comments from muted accounts. src/app/+admin/overview/comments/video-comment-list.component.html8 - - Showing to of comments - Showing to of comments - src/app/+admin/overview/comments/video-comment-list.component.html15 - + Select all rows Select all rows - src/app/+admin/follows/followers-list/followers-list.component.html33 - src/app/+admin/follows/following-list/following-list.component.html38 - src/app/+admin/moderation/registration-list/registration-list.component.html33 - src/app/+admin/overview/comments/video-comment-list.component.html39 - src/app/+admin/overview/users/user-list/user-list.component.html39 - src/app/+admin/overview/videos/video-list.component.html36 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type Lan mota @@ -4886,62 +4789,52 @@ Selector for the list displaying jobs, filtering by their state - - Showing to of jobs - Showing to of jobs - src/app/+admin/system/jobs/jobs.component.html39 - + Type Mota - src/app/+admin/system/jobs/jobs.component.html46 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 - + + + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 - Priority (1 = highest priority) - Priority (1 = highest priority) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + Priority (1 = highest priority) + Priority (1 = highest priority) + + src/app/+admin/system/jobs/jobs.component.html45 Progress Progress - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found. No jobs found. - src/app/+admin/system/jobs/jobs.component.html105 - + + src/app/+admin/system/jobs/jobs.component.html103 - No jobs found. - No jobs found. - src/app/+admin/system/jobs/jobs.component.html106 - + No jobs found. + No jobs found. + + src/app/+admin/system/jobs/jobs.component.html104 No jobs found. No jobs found. - src/app/+admin/system/jobs/jobs.component.html110 - + + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are . No jobs found that are . - src/app/+admin/system/jobs/jobs.component.html111 - + + src/app/+admin/system/jobs/jobs.component.html109 Refresh Berritu - src/app/+admin/overview/comments/video-comment-list.component.html31 - src/app/+admin/overview/videos/video-list.component.html27 - src/app/+admin/system/jobs/jobs.component.html30 - src/app/+admin/system/logs/logs.component.html33 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 now now @@ -4969,9 +4862,9 @@ - By -> + By -> By - -> + -> src/app/+admin/system/logs/logs.component.html47 @@ -4983,11 +4876,11 @@ Name Izena - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12 - src/app/+admin/system/runners/runner-list/runner-list.component.html23 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - + + + + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description Deskripzio laburra @@ -5007,8 +4900,8 @@ The sharing system 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. The - sharing system - 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. + sharing system + 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. src/app/shared/shared-user-settings/user-video-settings.component.html45 @@ -5048,8 +4941,8 @@ src/app/+admin/config/edit-custom-config/edit-instance-information.component.html79 - Manage users to build a moderation team. - Manage users to build a moderation team. + Manage users to build a moderation team. + Manage users to build a moderation team. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html 80,82 @@ -5061,8 +4954,8 @@ src/app/+admin/config/edit-custom-config/edit-instance-information.component.html89 - Enabling it will allow other administrators to know that you are mainly federating sensitive content. Moreover, the NSFW checkbox on video upload will be automatically checked by default. - Enabling it will allow other administrators to know that you are mainly federating sensitive content. Moreover, the NSFW checkbox on video upload will be automatically checked by default. + Enabling it will allow other administrators to know that you are mainly federating sensitive content. Moreover, the NSFW checkbox on video upload will be automatically checked by default. + Enabling it will allow other administrators to know that you are mainly federating sensitive content. Moreover, the NSFW checkbox on video upload will be automatically checked by default. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html93 @@ -5180,8 +5073,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html4 - Use plugins & themes for more involved changes, or add slight customizations. - Use plugins & themes for more involved changes, or add slight customizations. + Use plugins & themes for more involved changes, or add slight customizations. + Use plugins & themes for more involved changes, or add slight customizations. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html 5,7 @@ -5273,8 +5166,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html150 - Manage users to set their quota individually. - Manage users to set their quota individually. + Manage users to set their quota individually. + Manage users to set their quota individually. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html151 @@ -5410,12 +5303,14 @@ ⚠️ We don't recommend to enable this feature if you don't trust your users ⚠️ We don't recommend to enable this feature if you don't trust your users src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + - - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 - + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ You need to allow import with HTTP URL to be able to activate this feature. @@ -5485,8 +5380,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html426 - You should only use moderated search indexes in production, or host your own. - You should only use moderated search indexes in production, or host your own. + You should only use moderated search indexes in production, or host your own. + You should only use moderated search indexes in production, or host your own. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html428 @@ -5520,8 +5415,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html476 - Manage relations with other instances. - Manage relations with other instances. + Manage relations with other instances. + Manage relations with other instances. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html477 @@ -5562,8 +5457,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html523 - See the documentation for more information about the expected URL - See the documentation for more information about the expected URL + See the documentation for more information about the expected URL + See the documentation for more information about the expected URL src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html528 @@ -5607,8 +5502,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html609 - If your instance is explicitly allowed by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not, we use an image link card that will redirect to your PeerTube instance. Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/w/blabla) on https://cards-dev.twitter.com/validator to see if you instance is allowed. - If your instance is explicitly allowed by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not, we use an image link card that will redirect to your PeerTube instance. Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/w/blabla) on https://cards-dev.twitter.com/validator to see if you instance is allowed. + If your instance is explicitly allowed by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not, we use an image link card that will redirect to your PeerTube instance. Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/w/blabla) on https://cards-dev.twitter.com/validator to see if you instance is allowed. + If your instance is explicitly allowed by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not, we use an image link card that will redirect to your PeerTube instance. Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/w/blabla) on https://cards-dev.twitter.com/validator to see if you instance is allowed. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html613 @@ -5730,8 +5625,8 @@ src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html108 - Use remote runners to process live transcoding. Remote runners has to register on your instance first. - Use remote runners to process live transcoding. Remote runners has to register on your instance first. + Use remote runners to process live transcoding. Remote runners has to register on your instance first. + Use remote runners to process live transcoding. Remote runners has to register on your instance first. src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html154 @@ -5767,8 +5662,8 @@ src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html35 - Use remote runners to process VOD transcoding. Remote runners has to register on your instance first. - Use remote runners to process VOD transcoding. Remote runners has to register on your instance first. + Use remote runners to process VOD transcoding. Remote runners has to register on your instance first. + Use remote runners to process VOD transcoding. Remote runners has to register on your instance first. src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html150 @@ -5821,8 +5716,8 @@ src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html89 - Requires ffmpeg >= 4.1Generate HLS playlists and fragmented MP4 files resulting in a better playback than with Web Videos:Resolution change is smootherFaster playback especially with long videosMore stable playback (less bugs/infinite loading)If you also enabled Web Videos support, it will multiply videos storage by 2 - Requires ffmpeg >= 4.1Generate HLS playlists and fragmented MP4 files resulting in a better playback than with Web Videos:Resolution change is smootherFaster playback especially with long videosMore stable playback (less bugs/infinite loading)If you also enabled Web Videos support, it will multiply videos storage by 2 + Requires ffmpeg >= 4.1Generate HLS playlists and fragmented MP4 files resulting in a better playback than with Web Videos:Resolution change is smootherFaster playback especially with long videosMore stable playback (less bugs/infinite loading)If you also enabled Web Videos support, it will multiply videos storage by 2 + Requires ffmpeg >= 4.1Generate HLS playlists and fragmented MP4 files resulting in a better playback than with Web Videos:Resolution change is smootherFaster playback especially with long videosMore stable playback (less bugs/infinite loading)If you also enabled Web Videos support, it will multiply videos storage by 2 src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 94,103 @@ -5915,8 +5810,8 @@ - Use remote runners to process studio transcoding tasks. Remote runners has to register on your instance first. - Use remote runners to process studio transcoding tasks. Remote runners has to register on your instance first. + Use remote runners to process studio transcoding tasks. Remote runners has to register on your instance first. + Use remote runners to process studio transcoding tasks. Remote runners has to register on your instance first. src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 240,243 @@ -6006,19 +5901,25 @@ src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html87 - Write JavaScript code directly.Example: console.log('my instance is amazing'); - Write JavaScript code directly.Example: console.log('my instance is amazing'); + Write JavaScript code directly.Example: console.log('my instance is amazing'); + Write JavaScript code directly.Example: console.log('my instance is amazing'); src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html90 - Write CSS code directly. Example:#custom-css color: red; Prepend with #custom-css to override styles. Example:#custom-css .logged-in-email color: red; - Write CSS code directly. Example:#custom-css + Write CSS code directly. Example:#custom-css +color: red; + + Prepend with #custom-css to override styles. Example:#custom-css .logged-in-email +color: red; + + + Write CSS code directly. Example:#custom-css color: red; - Prepend with #custom-css to override styles. Example:#custom-css .logged-in-email + Prepend with #custom-css to override styles. Example:#custom-css .logged-in-email color: red; - + src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html109 @@ -6035,8 +5936,8 @@ color: red; - There are errors in the form: - There are errors in the form: + There are errors in the form: + There are errors in the form: src/app/+admin/config/edit-custom-config/edit-custom-config.component.html71 @@ -6193,8 +6094,8 @@ color: red; src/app/shared/shared-video-miniature/video-download.component.ts265 - Update your settings - Update your settings + Update your settings + Update your settings src/app/shared/shared-video-miniature/video-filters-header.component.html 2,7 @@ -6217,38 +6118,38 @@ color: red; - Sort by "Recently Added" - Sort by "Recently Added" + Sort by "Recently Added" + Sort by "Recently Added" src/app/shared/shared-video-miniature/video-filters-header.component.html47 - Sort by "Original Publication Date" - Sort by "Original Publication Date" + Sort by "Original Publication Date" + Sort by "Original Publication Date" src/app/shared/shared-video-miniature/video-filters-header.component.html48 - Sort by "Name" - Sort by "Name" + Sort by "Name" + Sort by "Name" src/app/shared/shared-video-miniature/video-filters-header.component.html50 - Sort by "Recent Views" - Sort by "Recent Views" + Sort by "Recent Views" + Sort by "Recent Views" src/app/shared/shared-video-miniature/video-filters-header.component.html51 - Sort by "Hot" - Sort by "Hot" + Sort by "Hot" + Sort by "Hot" src/app/shared/shared-video-miniature/video-filters-header.component.html52 - Sort by "Likes" - Sort by "Likes" + Sort by "Likes" + Sort by "Likes" src/app/shared/shared-video-miniature/video-filters-header.component.html53 - Sort by "Global Views" - Sort by "Global Views" + Sort by "Global Views" + Sort by "Global Views" src/app/shared/shared-video-miniature/video-filters-header.component.html54 @@ -6333,8 +6234,8 @@ color: red; src/app/shared/shared-user-settings/user-video-settings.component.html4 - With Hide or Blur thumbnails, a confirmation will be requested to watch the video. - With Hide or Blur thumbnails, a confirmation will be requested to watch the video. + With Hide or Blur thumbnails, a confirmation will be requested to watch the video. + With Hide or Blur thumbnails, a confirmation will be requested to watch the video. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html106 src/app/shared/shared-user-settings/user-video-settings.component.html7 @@ -6429,8 +6330,8 @@ color: red; Created - - sortua + + sortua src/app/+my-library/my-ownership/my-ownership.component.html15 @@ -6459,74 +6360,52 @@ color: red; 9 - - Showing to of synchronizations - Showing to of synchronizations - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - - + Add synchronization Add synchronization - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 - External Channel - External Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + External Channel + External Channel + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 - Channel - Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + Channel + Channel + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 - Last synchronization at - Last synchronization at - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + Last synchronization at + Last synchronization at + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List imports List imports - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channel Fully synchronize the channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channel This fetches any missing videos on the local channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for . Synchronization removed successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for . Full synchronization requested successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATION NEW SYNCHRONIZATION @@ -6665,22 +6544,14 @@ color: red; Target Helburua - src/app/+my-library/my-video-imports/my-video-imports.component.html28 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted This video was deleted - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - - Showing to of imports - Showing - to - of - imports - - src/app/+my-library/my-video-imports/my-video-imports.component.html21 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. Once you delete your account, there is no going back. You will be asked to confirm this action. @@ -6689,26 +6560,17 @@ color: red; Channel page Kanalaren orrialdea - src/app/+my-library/+my-video-channels/my-video-channels.component.html34 - src/app/+my-library/my-follows/my-subscriptions.component.html20 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65 - src/app/+videos/+video-watch/video-watch.component.html66 - + + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - - Do you really want to delete ? It will delete videos uploaded in this channel, and you will not be able to create another channel or account with the same name ()! - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - - + Created by @@ -6792,8 +6654,8 @@ channel or account with the same name ( - Some of your channels are not fully set up. Make them welcoming and explicit about what you publish by adding a banner, an avatar and a description. - Some of your channels are not fully set up. Make them welcoming and explicit about what you publish by adding a banner, an avatar and a description. + Some of your channels are not fully set up. Make them welcoming and explicit about what you publish by adding a banner, an avatar and a description. + Some of your channels are not fully set up. Make them welcoming and explicit about what you publish by adding a banner, an avatar and a description. src/app/shared/shared-main/misc/channels-setup-message.component.html 5 @@ -6882,8 +6744,8 @@ channel or account with the same name (documentation for more information. See the - documentation - for more information. + documentation + for more information. src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.html31 @@ -6891,8 +6753,8 @@ channel or account with the same name ( If you need help to use PeerTube, you can have a look at the documentation. If you need help to use PeerTube, you can have a look at the - documentation - . + documentation + . src/app/+signup/shared/signup-success-after-email.component.html17 src/app/+signup/shared/signup-success-before-email.component.html31 @@ -7128,8 +6990,8 @@ channel or account with the same name ( - Welcomeon - Welcomeon + Welcomeon + Welcomeon src/app/+signup/shared/signup-success-before-email.component.html7 @@ -7146,16 +7008,16 @@ channel or account with the same name (src/app/+signup/shared/signup-success-before-email.component.html14 - Check your emails to validate your account and complete your registration request. - Check your emails to validate your account and complete your registration request. + Check your emails to validate your account and complete your registration request. + Check your emails to validate your account and complete your registration request. src/app/+signup/shared/signup-success-before-email.component.html 18,19 - Check your emails to validate your account and complete your registration. - Check your emails to validate your account and complete your registration. + Check your emails to validate your account and complete your registration. + Check your emails to validate your account and complete your registration. src/app/+signup/shared/signup-success-before-email.component.html 22,23 @@ -7164,9 +7026,9 @@ channel or account with the same name ( Banned Debekatua - src/app/+accounts/accounts.component.html21 - src/app/+admin/overview/users/user-list/user-list.component.html105 - + + + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Instance muted Mutututako instantzia @@ -7261,8 +7123,8 @@ channel or account with the same name ( Please type the name of the video channel () to confirm Please type the name of the video channel () to confirm - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL NEW CHANNEL @@ -7291,8 +7153,8 @@ channel or account with the same name (src/app/+accounts/account-video-channels/account-video-channels.component.html42 - SHOW THIS CHANNEL > - SHOW THIS CHANNEL > + SHOW THIS CHANNEL > + SHOW THIS CHANNEL > src/app/+accounts/account-video-channels/account-video-channels.component.html50 @@ -7470,8 +7332,8 @@ channel or account with the same name (joinpeertube.org. For more information, please visit - joinpeertube.org - . + joinpeertube.org + . src/app/+about/about-peertube/about-peertube.component.html18 @@ -7587,8 +7449,8 @@ channel or account with the same name (src/app/+about/about-peertube/about-peertube.component.html107 - 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 this document for more information - 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 this document for more information + 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 this document for more information + 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 this document for more information src/app/+about/about-peertube/about-peertube.component.html111 @@ -7707,8 +7569,8 @@ channel or account with the same name (src/app/+about/about-instance/about-instance.component.ts91 - Contact the administrator(s) - Contact the administrator(s) + Contact the administrator(s) + Contact the administrator(s) src/app/+about/about-instance/contact-admin-modal.component.html 3 @@ -7732,13 +7594,13 @@ channel or account with the same name ( Go to the previous step Go to the previous step - src/app/+signup/+register/register.component.ts43 - + + src/app/+signup/+register/register.component.ts42 Go to the next step Go to the next step - src/app/+signup/+register/register.component.ts44 - + + src/app/+signup/+register/register.component.ts43 Who are we? Who are we? @@ -7757,8 +7619,8 @@ channel or account with the same name ( Terms of Terms of - src/app/shared/shared-instance/instance-about-accordion.component.ts81 - + + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability Administrators & Sustainability @@ -7831,8 +7693,8 @@ channel or account with the same name ( - I am at least years old and agree to the Terms and to the Code of Conduct of - I am at least years old and agree to the Terms and to the Code of Conduct of + I am at least years old and agree to the Terms and to the Code of Conduct of + I am at least years old and agree to the Terms and to the Code of Conduct of src/app/+signup/+register/steps/register-step-terms.component.html 17,22 @@ -7972,53 +7834,53 @@ channel or account with the same name ( Sensitive content Sensitive content - src/app/shared/shared-video-miniature/video-filters.model.ts125 - + + src/app/shared/shared-video-miniature/video-filters.model.ts131 Scope Scope - src/app/shared/shared-video-miniature/video-filters.model.ts132 - + + src/app/shared/shared-video-miniature/video-filters.model.ts138 Federated Federated - src/app/shared/shared-video-miniature/video-filters.model.ts134 - + + src/app/shared/shared-video-miniature/video-filters.model.ts140 Languages Languages - src/app/shared/shared-video-miniature/video-filters.model.ts142 - + + src/app/shared/shared-video-miniature/video-filters.model.ts148 Categories Categories - src/app/shared/shared-video-miniature/video-filters.model.ts151 - + + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videos All videos - src/app/shared/shared-video-miniature/video-filters.model.ts160 - + + src/app/shared/shared-video-miniature/video-filters.model.ts166 Blurred Blurred - src/app/shared/shared-video-miniature/video-filters.model.ts240 - + + src/app/shared/shared-video-miniature/video-filters.model.ts246 hidden hidden - src/app/shared/shared-video-miniature/video-filters.model.ts246 - + + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurred blurred - src/app/shared/shared-video-miniature/video-filters.model.ts247 - + + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayed displayed - src/app/shared/shared-video-miniature/video-filters.model.ts249 - + + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protected Password protected @@ -8059,8 +7921,8 @@ channel or account with the same name (src/app/+admin/config/edit-custom-config/edit-configuration.service.ts18 - A <code>.mp4</code> that keeps the original audio track, with no video - A <code>.mp4</code> that keeps the original audio track, with no video + A <code>.mp4</code> that keeps the original audio track, with no video + A <code>.mp4</code> that keeps the original audio track, with no video src/app/+admin/config/edit-custom-config/edit-configuration.service.ts19 @@ -8158,8 +8020,8 @@ channel or account with the same name (src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html8 - However, you may want to read our guidelines before tweaking the following values. - However, you may want to read our guidelines before tweaking the following values. + However, you may want to read our guidelines before tweaking the following values. + However, you may want to read our guidelines before tweaking the following values. src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 12,14 @@ -8380,43 +8242,43 @@ channel or account with the same name ( Reject Reject - src/app/+admin/follows/followers-list/followers-list.component.html51 - src/app/+admin/follows/followers-list/followers-list.component.ts40 - src/app/+admin/follows/followers-list/followers-list.component.ts86 - + + + + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 Delete Delete - src/app/+admin/follows/followers-list/followers-list.component.ts50 - src/app/+admin/follows/followers-list/followers-list.component.ts118 - src/app/+admin/follows/following-list/following-list.component.ts42 - src/app/+admin/moderation/registration-list/registration-list.component.ts65 - src/app/+admin/moderation/registration-list/registration-list.component.ts129 - src/app/+admin/moderation/video-block-list/video-block-list.component.ts91 - src/app/+admin/moderation/video-block-list/video-block-list.component.ts95 - src/app/+admin/overview/comments/video-comment-list.component.ts104 - src/app/+admin/overview/comments/video-comment-list.component.ts175 - src/app/+admin/overview/users/user-list/user-list.component.ts100 - src/app/+admin/overview/users/user-list/user-list.component.ts248 - src/app/+admin/overview/videos/video-list.component.ts76 - src/app/+admin/overview/videos/video-list.component.ts227 - src/app/+admin/overview/videos/video-list.component.ts282 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83 - src/app/+my-library/+my-video-channels/my-video-channels.component.ts63 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57 - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35 - src/app/+my-library/my-videos/my-videos.component.html51 - src/app/+my-library/my-videos/my-videos.component.ts191 - src/app/+videos/+video-edit/shared/video-edit.component.html196 - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts376 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts411 - src/app/shared/shared-main/buttons/delete-button.component.ts21 - src/app/shared/shared-main/buttons/delete-button.component.ts26 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}} Accepted {count, plural, =1 { follow request} other { follow requests}} @@ -8450,10 +8312,10 @@ channel or account with the same name ( Follow Follow - src/app/+admin/follows/following-list/follow-modal.component.html3 - src/app/+admin/follows/following-list/follow-modal.component.html37 - src/app/+admin/follows/following-list/following-list.component.html25 - + + + + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line 1 host (without "http://"), account handle or channel handle per line @@ -8517,18 +8379,18 @@ channel or account with the same name ( Do you really want to remove this video redundancy? Do you really want to remove this video redundancy? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy Remove redundancy - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! Video redundancies removed! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Account unmuted by your instance. @@ -8603,90 +8465,90 @@ channel or account with the same name ( Internal actions Internal actions - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report Delete report - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account Actions for the flagged account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mark as accepted Markatu onartutako gisa - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected Markatu errefusatutako gisa - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note Add internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video Actions for the video - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video Block video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. Video blocked. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video Unblock video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. Video unblocked. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Do you really want to delete this abuse report? Ziur gehiegikeria salaketa hau ezabatu nahi duzula? - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. Gehiegikeria ezabatu da. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment Deleted comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter Messages with reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators Messages with moderators - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note Update internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual Switch video block to manual @@ -8834,13 +8696,13 @@ channel or account with the same name ( plugin plugin - src/app/+admin/plugins/shared/plugin-api.service.ts30 - + + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme theme - src/app/+admin/plugins/shared/plugin-api.service.ts33 - + + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP address IP address @@ -8850,8 +8712,8 @@ channel or account with the same name ( - PeerTube thinks your web browser public IP is . - PeerTube thinks your web browser public IP is . + PeerTube thinks your web browser public IP is . + PeerTube thinks your web browser public IP is . src/app/+admin/system/debug/debug.component.html 4 @@ -8898,16 +8760,16 @@ channel or account with the same name ( - Check the trust_proxy configuration key - Check the trust_proxy configuration key + Check the trust_proxy configuration key + Check the trust_proxy configuration key src/app/+admin/system/debug/debug.component.html 15 - If you run PeerTube using Docker, check you run the reverse-proxy with network_mode: "host" (see issue 1643) - If you run PeerTube using Docker, check you run the reverse-proxy with network_mode: "host" (see issue 1643) + If you run PeerTube using Docker, check you run the reverse-proxy with network_mode: "host" (see issue 1643) + If you run PeerTube using Docker, check you run the reverse-proxy with network_mode: "host" (see issue 1643) src/app/+admin/system/debug/debug.component.html 16,17 @@ -8960,19 +8822,19 @@ channel or account with the same name ( Info Informazioa - src/app/+admin/overview/videos/video-list.component.html41 - src/app/core/notification/notifier.service.ts12 - + + + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 Files Files - src/app/+admin/overview/videos/video-list.component.html42 - + + src/app/+admin/overview/videos/video-list.component.html41 - Published - Published - src/app/+admin/overview/videos/video-list.component.html43 - + Published + Published + + src/app/+admin/overview/videos/video-list.component.html42 Warning Abisua @@ -8999,49 +8861,42 @@ channel or account with the same name (Audit logs src/app/+admin/system/logs/logs.component.ts145 - - Showing to of runner jobs - Showing to of runner jobs - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - - + UUID UUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 - Priority - Priority - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 - + Priority + Priority + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 - Progress - Progress - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 - + Progress + Progress + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 Runner Runner - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload: Payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload: Private payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found. No runner jobs found. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobs Completed jobs @@ -9117,35 +8972,22 @@ channel or account with the same name (4 - - Showing to of remote runners - Showing to of remote runners - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - - + IP IP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 - + + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contact Last contact - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found. No remote runners found. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. @@ -9156,9 +8998,9 @@ channel or account with the same name ( Create user Create user - src/app/+admin/overview/users/user-edit/user-create.component.ts97 - src/app/+admin/overview/users/user-list/user-list.component.html25 - + + + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videos Blocked videos @@ -9178,8 +9020,8 @@ channel or account with the same name (src/app/+admin/moderation/moderation.routes.ts114 - Accept registrationReject registration - Accept registrationReject registration + Accept registrationReject registration + Accept registrationReject registration src/app/+admin/moderation/registration-list/process-registration-modal.component.html 4,5 @@ -9194,40 +9036,40 @@ channel or account with the same name ( - Accepting  registration will create the account and channel. - Accepting  registration will create the account and channel. + Accepting  registration will create the account and channel. + Accepting  registration will create the account and channel. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 21,22 - An email will be sent to explaining its account has been created with the moderation response you'll write below. - An email will be sent to explaining its account has been created with the moderation response you'll write below. + An email will be sent to explaining its account has been created with the moderation response you'll write below. + An email will be sent to explaining its account has been created with the moderation response you'll write below. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 24,26 - Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its account has been created. - Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its account has been created. + Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its account has been created. + Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its account has been created. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 28,30 - An email will be sent to explaining its registration request has been rejected with the moderation response you'll write below. - An email will be sent to explaining its registration request has been rejected with the moderation response you'll write below. + An email will be sent to explaining its registration request has been rejected with the moderation response you'll write below. + An email will be sent to explaining its registration request has been rejected with the moderation response you'll write below. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 34,36 - Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its registration request has been rejected. - Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its registration request has been rejected. + Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its registration request has been rejected. + Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its registration request has been rejected. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 38,40 @@ -9301,14 +9143,7 @@ channel or account with the same name (3 - - Showing to of registrations - Showing to of registrations - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - - + Password changed for user . Password changed for user @@ -9376,9 +9211,9 @@ channel or account with the same name ( Live Live - src/app/+admin/overview/videos/video-admin.service.ts53 - src/app/+admin/overview/videos/video-list.component.html88 - + + + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video files Video files @@ -9494,8 +9329,8 @@ channel or account with the same name (src/app/shared/shared-moderation/user-moderation-dropdown.component.ts99 - <p>You can't create users or channels with a username that already used by a deleted user/channel.</p> - <p>You can't create users or channels with a username that already used by a deleted user/channel.</p> + <p>You can't create users or channels with a username that already used by a deleted user/channel.</p> + <p>You can't create users or channels with a username that already used by a deleted user/channel.</p> src/app/+admin/overview/users/user-list/user-list.component.ts244 @@ -9541,8 +9376,8 @@ channel or account with the same name (src/app/+my-library/my-history/my-history.component.html14 - Clear all history - Clear all history + Clear all history + Clear all history src/app/+my-library/my-history/my-history.component.html18 @@ -9778,18 +9613,18 @@ channel or account with the same name ( Too many languages are enabled. Please enable them all or stay below 20 enabled languages. Too many languages are enabled. Please enable them all or stay below 20 enabled languages. - src/app/shared/shared-user-settings/user-video-settings.component.ts76 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. Video settings updated. - src/app/shared/shared-user-settings/user-video-settings.component.ts121 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. Display/Video settings updated. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Video channel created. @@ -9829,13 +9664,13 @@ channel or account with the same name ( bideo kanala ezabatuta. - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day Views for the day - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followers My followers @@ -9921,20 +9756,20 @@ channel or account with the same name (Playlist created. - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 - + + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 Create Create - src/app/+admin/overview/users/user-edit/user-edit.component.html8 - src/app/+admin/overview/users/user-edit/user-edit.component.html8 - src/app/+manage/video-channel-edit/video-channel-create.component.ts107 - src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45 - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8 - src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 - + + + + + + + + + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist Update playlist @@ -10016,9 +9851,15 @@ channel or account with the same name ( ezabatu nahi duzula? - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + Video deleted. @@ -10095,8 +9936,8 @@ channel or account with the same name (src/app/+my-account/my-account-routing.module.ts128 - is awaiting email verification - is awaiting email verification + is awaiting email verification + is awaiting email verification src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html @@ -10112,8 +9953,8 @@ channel or account with the same name ( - Your current email is . It is never shown to the public. - Your current email is . It is never shown to the public. + Your current email is . It is never shown to the public. + Your current email is . It is never shown to the public. src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 13,16 @@ -10173,13 +10014,13 @@ channel or account with the same name ( Maximize editor Maximize editor - src/app/shared/shared-forms/markdown-textarea.component.ts51 - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editor Exit maximized editor - src/app/shared/shared-forms/markdown-textarea.component.ts52 - + + src/app/shared/shared-forms/markdown-textarea.component.ts50 An email with verification link will be sent to . Egiaztaketa esteka duen mezu bat bidaliko da helbidera. @@ -10201,9 +10042,9 @@ channel or account with the same name ( Subscribe to the account Harpidetu kontura - src/app/+video-channels/video-channels.component.ts85 - src/app/+videos/+video-watch/video-watch.component.ts888 - + + + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTS PLAYLISTS @@ -10303,13 +10144,13 @@ channel or account with the same name (src/app/+video-studio/edit/video-studio-edit.component.ts75 - The current video will be overwritten by this edited video and <strong>you won't be able to recover it</strong>.<br /><br /> - The current video will be overwritten by this edited video and <strong>you won't be able to recover it</strong>.<br /><br /> + The current video will be overwritten by this edited video and <strong>you won't be able to recover it</strong>.<br /><br /> + The current video will be overwritten by this edited video and <strong>you won't be able to recover it</strong>.<br /><br /> src/app/+video-studio/edit/video-studio-edit.component.ts79 - As a reminder, the following tasks will be executed: <ol></ol> - As a reminder, the following tasks will be executed: <ol></ol> + As a reminder, the following tasks will be executed: <ol></ol> + As a reminder, the following tasks will be executed: <ol></ol> src/app/+video-studio/edit/video-studio-edit.component.ts80 @@ -10373,7 +10214,8 @@ channel or account with the same name (src/app/core/auth/auth.service.ts75 - Cannot retrieve OAuth Client credentials: . Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section. + Cannot retrieve OAuth Client credentials: . +Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section. Cannot retrieve OAuth Client credentials: . Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section. src/app/core/auth/auth.service.ts102 @@ -10543,17 +10385,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular VOD videos VOD videos - src/app/+search/search-filters.component.html34 - src/app/shared/shared-video-miniature/video-filters-header.component.html112 - src/app/shared/shared-video-miniature/video-filters.model.ts174 - + + + + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videos Live videos - src/app/+search/search-filters.component.html29 - src/app/shared/shared-video-miniature/video-filters-header.component.html107 - src/app/shared/shared-video-miniature/video-filters.model.ts168 - + + + + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) Laburra (< 4 min) @@ -10565,8 +10407,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+search/search-filters.component.ts63 - Long (> 10 min) - Luzea (> 10 min) + Long (> 10 min) + Luzea (> 10 min) src/app/+search/search-filters.component.ts67 @@ -10657,8 +10499,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - The video quota only takes into account original video size. Since transcoding is enabled, videos size can be at most ~ . - The video quota only takes into account original video size. Since transcoding is enabled, videos size can be at most ~ . + The video quota only takes into account original video size. Since transcoding is enabled, videos size can be at most ~ . + The video quota only takes into account original video size. Since transcoding is enabled, videos size can be at most ~ . src/app/+admin/shared/user-real-quota-info.component.html @@ -11330,8 +11172,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - See the documentation to learn how to use the PeerTube live streaming feature. - See the documentation to learn how to use the PeerTube live streaming feature. + See the documentation to learn how to use the PeerTube live streaming feature. + See the documentation to learn how to use the PeerTube live streaming feature. src/app/shared/shared-video-live/live-documentation-link.component.html1 @@ -11979,14 +11821,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instance languages - src/app/+videos/+video-edit/shared/video-edit.component.ts222 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages All languages - src/app/+videos/+video-edit/shared/video-edit.component.ts223 - src/app/shared/shared-forms/select/select-languages.component.ts25 - + + + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Hidden Hidden @@ -12000,9 +11842,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Displayed Displayed - src/app/shared/shared-instance/instance-features-table.component.ts54 - src/app/shared/shared-video-miniature/video-filters.model.ts242 - + + + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 Disabled Disabled @@ -12141,8 +11983,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/shared/shared-moderation/user-moderation-dropdown.component.ts89 - If you remove this user, you won't be able to create another user or channel with <strong></strong> username! - If you remove this user, you won't be able to create another user or channel with <strong></strong> username! + If you remove this user, you won't be able to create another user or channel with <strong></strong> username! + If you remove this user, you won't be able to create another user or channel with <strong></strong> username! src/app/shared/shared-moderation/user-moderation-dropdown.component.ts 104 @@ -12187,21 +12029,21 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular kontua instantziak mutututa. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434 - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server Mute server - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. Server muted by the instance. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter Add a message to communicate with the reporter @@ -12456,30 +12298,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saiakera gehiegi, saiatu berriro geroago, minutu igarotakoan. - src/app/core/rest/rest-extractor.service.ts126 - + + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. Saiakera gehiegi, saiatu berriro geroago. - src/app/core/rest/rest-extractor.service.ts129 - + + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. Zerbitzariaren errorea, Saiatu berriro geroago. - src/app/core/rest/rest-extractor.service.ts133 - + + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later. Server is unavailable. Please retry later. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server error Unknown server error - src/app/core/rest/rest-extractor.service.ts140 + + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + Subscribed to all current channels of . You will be notified of all their new videos. @@ -12585,29 +12430,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Delete video Delete video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment Actions for the comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment Delete comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? Do you really want to delete this comment? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 - + + + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. Comment deleted. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Encoder Encoder @@ -12655,25 +12500,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Do you really want to delete this video? Ziur bideo hau ezabatu nahi duzula? - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. Video deleted. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter Actions for the reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter Mute reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 Download Download @@ -12821,59 +12666,37 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 58 - - Showing to of registration tokens - Showing to of registration tokens - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - - + Token Token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runners Associated runners - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate token Generate token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copied Registration token copied - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration token Copy registration token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners. No registration token found for remote runners. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this token Remove this token @@ -12941,9 +12764,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute account Kontua mututu - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actions Open video actions @@ -12977,8 +12800,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute server account Mute server account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Report Salatu @@ -13079,27 +12902,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18 - src/app/+admin/overview/videos/video-list.component.html77 - src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4 - src/app/+stats/video/video-stats.component.html2 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31 - src/app/+videos/+video-watch/video-watch.component.html76 - src/app/menu/menu.component.html112 - src/app/shared/shared-instance/instance-about-accordion.component.html115 - src/app/shared/shared-main/angular/login-link.component.html1 - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html20 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html30 - src/app/shared/shared-moderation/user-ban-modal.component.html3 - src/app/shared/shared-user-settings/user-interface-settings.component.html9 - src/app/shared/shared-video-miniature/video-download.component.html27 - src/app/shared/shared-video-miniature/video-download.component.html47 - src/app/shared/shared-video-miniature/video-download.component.html66 - src/app/shared/shared-video-miniature/video-download.component.html77 - src/app/shared/shared-video-miniature/video-download.component.html89 - src/app/shared/shared-video-miniature/videos-selection.component.html1 - + + + + + + + + + + + + + + + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Add to watch later Gehitu geroago ikusteko @@ -13131,28 +12954,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Only I can see this video Bakarrik nik ikusi dezaket bideo hau - src/app/shared/shared-main/video/video.service.ts460 - + + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link Only shareable via a private link - src/app/shared/shared-main/video/video.service.ts461 - + + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video Edonork ikusi dezake bideo hau - src/app/shared/shared-main/video/video.service.ts462 - + + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video Only users of this instance can see this video - src/app/shared/shared-main/video/video.service.ts463 - + + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this video Only users with the appropriate password can see this video - src/app/shared/shared-main/video/video.service.ts464 - + + src/app/shared/shared-main/video/video.service.ts465 Video to import updated. Inportatzeko bideoa eguneratuta. @@ -13199,45 +13022,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular You have unsaved changes! If you leave, your changes will be lost. You have unsaved changes! If you leave, your changes will be lost. - src/app/+videos/+video-edit/video-update.component.ts140 - + + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. Bideoa igota. - src/app/+videos/+video-edit/video-update.component.ts227 - + + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators. Your video will also be automatically blocked since video publication requires manual validation by moderators. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version. Uploading a new version of your video will completely erase the current version. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 - <br /><br />Do you still want to replace your video file? - <br /><br />Do you still want to replace your video file? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + <br /><br />Do you still want to replace your video file? + <br /><br />Do you still want to replace your video file? + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warning Replace file warning - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: ) (extensions: ) @@ -13308,141 +13119,132 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? - This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? - src/app/+videos/+video-watch/video-watch.component.ts370 - + This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? + This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? + + src/app/+videos/+video-watch/video-watch.component.ts371 Redirection Redirection - src/app/+videos/+video-watch/video-watch.component.ts371 - + + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this video Pasahitza behar duzu bideo hau ikusteko - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protected This video is password protected - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct password Incorrect password, please enter a correct password - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? Bideo honek helduentzako edo hunkigarria den edukia du. Ziur ikusi nahi duzula? - src/app/+videos/+video-watch/video-watch.component.ts446 - + + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content Helduentzako edo hunkigarria den edukia - src/app/+videos/+video-watch/video-watch.component.ts447 - + + src/app/+videos/+video-watch/video-watch.component.ts448 Cancel Cancel - src/app/+about/about-instance/contact-admin-modal.component.html48 - src/app/+admin/follows/following-list/follow-modal.component.html33 - src/app/+admin/moderation/registration-list/process-registration-modal.component.html67 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102 - src/app/+login/login.component.html146 - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20 - src/app/+my-library/my-video-imports/my-video-imports.component.html42 - src/app/+my-library/my-videos/modals/video-change-ownership.component.html22 - src/app/+videos/+video-edit/shared/upload-progress.component.html14 - src/app/+videos/+video-edit/shared/upload-progress.component.html26 - src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37 - src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25 - src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73 - src/app/modal/confirm.component.html25 - src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26 - src/app/shared/shared-moderation/batch-domains-modal.component.html31 - src/app/shared/shared-moderation/report-modals/report.component.html53 - src/app/shared/shared-moderation/report-modals/report.component.html53 - src/app/shared/shared-moderation/report-modals/video-report.component.html84 - src/app/shared/shared-moderation/user-ban-modal.component.html34 - src/app/shared/shared-moderation/video-block.component.html46 - src/app/shared/shared-video-miniature/video-download.component.html140 - + + + + + + + + + + + + + + + + + + + + + + + + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreen Enter/exit fullscreen - src/app/+videos/+video-watch/video-watch.component.ts851 - + + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the video Play/Pause the video - src/app/+videos/+video-watch/video-watch.component.ts852 - + + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the video Mute/unmute the video - src/app/+videos/+video-watch/video-watch.component.ts853 - + + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90% Skip to a percentage of the video: 0 is 0% and 9 is 90% - src/app/+videos/+video-watch/video-watch.component.ts868 - + + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volume Increase the volume - src/app/+videos/+video-watch/video-watch.component.ts855 - + + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volume Decrease the volume - src/app/+videos/+video-watch/video-watch.component.ts856 - + + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forward Seek the video forward - src/app/+videos/+video-watch/video-watch.component.ts870 - + + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backward Seek the video backward - src/app/+videos/+video-watch/video-watch.component.ts871 - + + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rate Increase playback rate - src/app/+videos/+video-watch/video-watch.component.ts873 - + + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rate Decrease playback rate - src/app/+videos/+video-watch/video-watch.component.ts874 - + + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frame Navigate in the video to the previous frame - src/app/+videos/+video-watch/video-watch.component.ts876 - + + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frame Navigate in the video to the next frame - src/app/+videos/+video-watch/video-watch.component.ts877 - + + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater mode Toggle theater mode - src/app/+videos/+video-watch/video-watch.component.ts861 - + + src/app/+videos/+video-watch/video-watch.component.ts867 Like the video Gehitu bideoa gogokoetara @@ -13522,14 +13324,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 103 - - Showing to of videos - Showing to of videos - - src/app/+admin/overview/videos/video-list.component.html - 11 - - + Only videos uploaded on this instance are displayed Only videos uploaded on this instance are displayed diff --git a/client/src/locale/angular.fa-IR.xlf b/client/src/locale/angular.fa-IR.xlf index f5af0eabb..663798d34 100644 --- a/client/src/locale/angular.fa-IR.xlf +++ b/client/src/locale/angular.fa-IR.xlf @@ -317,30 +317,21 @@ {views, plural, =0 {No view} =1 {1 view} other { views}} {views, plural, =0 {بدون بازدید} =1 {یک بازدید} other { بازدید}} - src/app/shared/shared-main/video/video.model.ts291 + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded.PeerTube considers this video is already being transcoded. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcodingForce transcoding - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} {viewers, plural, =0 {بدون بازدید کننده} =1 {یک بازدید کننده} other { بازدید کننده}} - src/app/shared/shared-main/video/video.model.ts288 + src/app/shared/shared-main/video/video.model.ts289 Change your avatar نمایه (آواتار) خود را تغییر دهید @@ -354,13 +345,13 @@ Account muted حساب‌کاربری مسكوت شد - src/app/+admin/overview/videos/video-list.component.html79 - + + src/app/+admin/overview/videos/video-list.component.html78 Server muted سرور ساکت شد - src/app/+admin/overview/videos/video-list.component.html80 - + + src/app/+admin/overview/videos/video-list.component.html79 Save to ذخیره در @@ -471,7 +462,7 @@ ویدئو - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts341src/app/shared/shared-video-miniature/video-download.component.ts62 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: ) با این ویدیو از سهمیه ویدیوی شما بیشتر می شود (اندازه ویدیو: ، استفاده شده: ، سهم : ) @@ -576,23 +567,20 @@ Blocked مسدود - src/app/+admin/overview/videos/video-list.component.html82 - src/app/shared/shared-video-miniature/video-miniature.component.html64 - + + + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storage محل ذخیره‌سازی آبجکت - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this file حذف این فایل - src/app/+admin/overview/videos/video-list.component.html114 - src/app/+admin/overview/videos/video-list.component.html130 - + + + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}. {count, plural, =1 {یک ویدئو} other { ویدئو}}حذف شد. @@ -946,7 +934,7 @@ Local محلی - src/app/shared/shared-video-miniature/video-filters.model.ts135 + src/app/shared/shared-video-miniature/video-filters.model.ts141 users کاربران @@ -982,10 +970,10 @@ Following دنباله‌رو - src/app/+admin/admin.component.ts84 - src/app/+admin/follows/following-list/following-list.component.html41 - src/app/+admin/follows/follows.routes.ts26 - + + + + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 Followers دنبال‌کنندگان @@ -1229,15 +1217,15 @@ The link will expire within 1 hour. Email ایمیل - src/app/+admin/moderation/registration-list/registration-list.component.html38 - src/app/+admin/overview/users/user-edit/user-edit.component.html105 - src/app/+admin/overview/users/user-edit/user-edit.component.html105 - src/app/+admin/overview/users/user-list/user-list.component.ts132 - src/app/+login/login.component.html136 - src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6 - src/app/+signup/+register/steps/register-step-user.component.html46 - src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 Email address آدرس ایمیل @@ -1288,8 +1276,8 @@ The link will expire within 1 hour. Signup نام‌نویسی Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 - + + src/app/+signup/+register/register.component.ts85 Why creating an account? چرا یک حساب کاربری ایجاد کنم؟ @@ -1972,8 +1960,8 @@ The link will expire within 1 hour. Media is too large for the server. Please contact you administrator if you want to increase the limit size. اندازه مدیا برای سرور زیاد است. اگر می‌خواهید آن را افزایش دهید لطفا با مدیر سیستم تماس بگیرید. - src/app/core/rest/rest-extractor.service.ts118 - + + src/app/core/rest/rest-extractor.service.ts122 GLOBAL SEARCH جستجوی کلی @@ -2178,21 +2166,21 @@ The link will expire within 1 hour. Reset بازنشانی کردن - src/app/+search/search-filters.component.html8 - src/app/+search/search-filters.component.html22 - src/app/+search/search-filters.component.html41 - src/app/+search/search-filters.component.html60 - src/app/+search/search-filters.component.html74 - src/app/+search/search-filters.component.html109 - src/app/+search/search-filters.component.html122 - src/app/+search/search-filters.component.html135 - src/app/+search/search-filters.component.html148 - src/app/+search/search-filters.component.html163 - src/app/+search/search-filters.component.html171 - src/app/+search/search-filters.component.html188 - src/app/+search/search-filters.component.html229 - src/app/shared/shared-forms/reactive-file.component.html16 - + + + + + + + + + + + + + + + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter فیلتر @@ -2351,7 +2339,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts39src/app/shared/shared-instance/instance-follow.service.ts142 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found موردی یافت نشد @@ -2360,16 +2348,16 @@ The link will expire within 1 hour. Description توضیحات - src/app/+about/about-instance/about-instance.component.html113 - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html24 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+videos/+video-edit/shared/video-edit.component.html44 - + + + + + + + + + + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 Choose the appropriate licence for your work. مجوز مناسب برای کارتان را انتخاب کنید. @@ -2378,71 +2366,50 @@ The link will expire within 1 hour. Channel کانال - src/app/+admin/moderation/registration-list/registration-list.component.html39 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+videos/+video-edit/shared/video-edit.component.html65 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26 - src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reason علت ثبت‌نام - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation response پاسخ واحد نظارت - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 Requested on تاریخ درخواست - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason: علت ثبت‌نام: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response: پاسخ واحد نظارت: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters. هیچ ثبت‌نامی طبق فیلترهای فعلی پیدا نشد. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found. هیچ ثبت‌نامی پیدا نشد. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this request پذیرش این درخواست @@ -2678,65 +2645,65 @@ The link will expire within 1 hour. Original publication date تاریخ انتشار اصلی - src/app/+videos/+video-edit/shared/video-edit.component.html368 + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) این تاریخ انتشار اولیه محتوا می‌باشد - src/app/+videos/+video-edit/shared/video-edit.component.html371 + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settings تنظیمات پلاگین - src/app/+videos/+video-edit/shared/video-edit.component.html402 + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latency تأخیر کم - src/app/+videos/+video-edit/shared/video-edit.component.ts92 + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2P کاهش تأخیر به 15 ثانیه و غیرفعال کردن P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts93 + src/app/+videos/+video-edit/shared/video-edit.component.ts94 Default پیش‌فرض - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts97 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30s متوسط تأخیر 30 ثانیه - src/app/+videos/+video-edit/shared/video-edit.component.ts98 + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latency تاخیر زیاد - src/app/+videos/+video-edit/shared/video-edit.component.ts102 + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratio متوسط تأخیر 60 ثانیه افزایش نسبت P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts103 + src/app/+videos/+video-edit/shared/video-edit.component.ts104 Other دیگر - src/app/+videos/+video-edit/shared/video-edit.component.ts219src/app/shared/shared-forms/select/select-languages.component.ts50 + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments فعال نمودن ثبت اظهارنظر برروی ویدئو - src/app/+videos/+video-edit/shared/video-edit.component.html389 + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download فعال کردن دانلود - src/app/+videos/+video-edit/shared/video-edit.component.html394 + src/app/+videos/+video-edit/shared/video-edit.component.html398 Advanced settings تنظیمات پیشرفته @@ -2787,12 +2754,12 @@ The link will expire within 1 hour. Scheduled برنامه‌ریزی شده - src/app/+videos/+video-edit/shared/video-edit.component.ts240 + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date مخفی کردن ویدیو تا تاریخ خاص - src/app/+videos/+video-edit/shared/video-edit.component.ts241 + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal live پخش زنده عادی @@ -2838,9 +2805,9 @@ The link will expire within 1 hour. Total video quota جمع سهمیه ویدئو - src/app/+admin/overview/users/user-list/user-list.component.html118 - src/app/shared/shared-main/users/user-quota.component.html3 - + + + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Congratulations! Your video is now available in your private library. تبریک می گوییم! ویدیوی شما در حال حاضر در کتابخانه خصوصی شما موجود است. @@ -2902,11 +2869,11 @@ The link will expire within 1 hour. src/app/+videos/+video-edit/video-update.component.html 29 - - Your video is currenctly being updated. If you leave, your changes will be lost.Your video is currenctly being updated. If you leave, your changes will be lost. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 @@ -3165,10 +3132,10 @@ The link will expire within 1 hour. Muted مسکوت - src/app/+admin/overview/users/user-list/user-list.component.html104 - src/app/shared/shared-moderation/account-block-badges.component.html1 - src/app/shared/shared-share-modal/video-share.component.html223 - + + + + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Loop پخش مکرر @@ -3290,8 +3257,8 @@ The link will expire within 1 hour. Show more نمایش اطلاعات بیشتر - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 - + + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less نمایش اطلاعات کمتر @@ -3334,14 +3301,14 @@ The link will expire within 1 hour. The video was blocked due to automatic blocking of new videos این ویدیو به دلیل مسدود کردن خودکار فیلم‌های جدید مسدود شده است - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFW nsfw - src/app/+admin/moderation/video-block-list/video-block-list.component.html56 - src/app/+admin/overview/videos/video-list.component.html75 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Get more information دریافت اطلاعات بیشتر @@ -3566,16 +3533,13 @@ The link will expire within 1 hour. Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? تجدید توکن، مشترکانی که قبلا پیکربندی شده را تا زمانی که از نشانه جدید استفاده کنند ، از دسترسی به جمع آوری کننده، خارج می کند . ادامه می دهید؟ - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly. توکن تازه سازی شد . پیکربندی مشترکان خود را به روز کنید. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEED فید اشتراک @@ -3604,9 +3568,9 @@ The link will expire within 1 hour. Renew token تازه سازی توکن - src/app/+my-account/my-account-applications/my-account-applications.component.html36 - src/app/+my-account/my-account-applications/my-account-applications.component.ts41 - + + + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Filter... فیلتر ... @@ -3627,69 +3591,63 @@ The link will expire within 1 hour. Video/Comment/Account ویدئو / اظهارنظر / حساب كاربري - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 ID شناسه - src/app/+admin/system/jobs/jobs.component.html45 - + + src/app/+admin/system/jobs/jobs.component.html43 State وضعیت - src/app/+admin/system/jobs/jobs.component.html48 - src/app/+my-library/my-video-imports/my-video-imports.component.html30 - + + + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 Created زمان ایجاد - src/app/+admin/follows/followers-list/followers-list.component.html39 - src/app/+admin/follows/following-list/following-list.component.html43 - src/app/+admin/system/jobs/jobs.component.html50 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html27 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 - src/app/+my-library/my-video-imports/my-video-imports.component.html31 - src/app/shared/shared-abuse-list/abuse-list-table.component.html23 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab باز کردن صفحه بازیگر در یک برگه جدید - src/app/+admin/follows/followers-list/followers-list.component.html56 - + + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted پذیرفته شده - src/app/+admin/follows/followers-list/followers-list.component.html63 - src/app/+admin/follows/following-list/following-list.component.html65 - + + + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending در انتظار - src/app/+admin/follows/followers-list/followers-list.component.html64 - src/app/+admin/follows/following-list/following-list.component.html66 - + + + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 Rejected رد شد - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept پذیرفتن - src/app/+admin/follows/followers-list/followers-list.component.html50 - src/app/+admin/follows/followers-list/followers-list.component.ts45 - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25 - src/app/+my-library/my-ownership/my-ownership.component.html27 - + + + + + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse رد کردن @@ -3698,60 +3656,52 @@ The link will expire within 1 hour. No follower found matching current filters. هیچ دنبال‌کننده‌ای براساس فیلترهای فعلی یافت نشد. - src/app/+admin/follows/followers-list/followers-list.component.html77 - + + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. سایت شما هیچ دنبال کننده ای ندارد. - src/app/+admin/follows/followers-list/followers-list.component.html78 - - - Showing to of followers - نمایش تا از دنبال کننده - src/app/+admin/follows/followers-list/followers-list.component.html11 - + + src/app/+admin/follows/followers-list/followers-list.component.html77 + Redundancy allowed افزونگی مجاز است - src/app/+admin/follows/following-list/following-list.component.html44 - + + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab باز نمودن سایت در یک برگه جدید - src/app/+admin/follows/following-list/following-list.component.html58 - src/app/shared/shared-moderation/server-blocklist.component.html43 - src/app/shared/shared-moderation/server-blocklist.component.html43 - + + + + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. هیچ میزبان تطبیق فیلترهای فعلی را یافت. - src/app/+admin/follows/following-list/following-list.component.html84 - + + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. سایت شما هیچ کس را دنبال نمی کند. - src/app/+admin/follows/following-list/following-list.component.html85 - + + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}} آیا از عدم دنبال‌کردن {count, plural, =1 {} other { ویدئو}} مطمئن هستید؟ src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - نمایش تا از میزبان - src/app/+admin/follows/following-list/following-list.component.html11 - + Action اقدام - src/app/+admin/follows/following-list/following-list.component.html40 - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/server-blocklist.component.html31 - src/app/shared/shared-moderation/server-blocklist.component.html31 - + + + + + + + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies افزونگی ویدئوها @@ -3770,18 +3720,18 @@ The link will expire within 1 hour. Table parameters پارامترهای جدول - src/app/+admin/overview/users/user-list/user-list.component.html47 - + + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns انتخاب ستون‌ها - src/app/+admin/overview/users/user-list/user-list.component.html53 - + + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users مشخص کردن کاربران مسدودشده - src/app/+admin/overview/users/user-list/user-list.component.html59 - + + src/app/+admin/overview/users/user-list/user-list.component.html57 Username نام کاربری @@ -3896,54 +3846,50 @@ The link will expire within 1 hour. Batch actions اقدامات دسته ای - src/app/+admin/follows/followers-list/followers-list.component.html18 - src/app/+admin/follows/following-list/following-list.component.html18 - src/app/+admin/moderation/registration-list/registration-list.component.html18 - src/app/+admin/overview/comments/video-comment-list.component.html22 - src/app/+admin/overview/users/user-list/user-list.component.html18 - src/app/+admin/overview/videos/video-list.component.html18 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 The user was banned کاربر ممنوع شد - src/app/+admin/overview/users/user-list/user-list.component.html109 - + + src/app/+admin/overview/users/user-list/user-list.component.html107 Open account in a new tab باز نمودن حساب کاربری در یک برگه جدید - src/app/+admin/overview/comments/video-comment-list.component.html69 - src/app/+admin/overview/users/user-list/user-list.component.html94 - src/app/+my-library/my-ownership/my-ownership.component.html32 - src/app/shared/shared-abuse-list/abuse-list-table.component.html44 - src/app/shared/shared-moderation/account-blocklist.component.html35 - src/app/shared/shared-moderation/account-blocklist.component.html35 - + + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account حساب کاربری حذف‌شده - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota مجموع روزانه ویدئو روزانه - src/app/+admin/overview/users/user-list/user-list.component.html128 - + + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: دلیل ممنوعیت: - src/app/+admin/overview/users/user-list/user-list.component.html150 - + + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned users کاربران مسدودشده src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - نمایش تا از کاربر - src/app/+admin/overview/users/user-list/user-list.component.html11 - + Moderation واحد نظارت @@ -3984,9 +3930,9 @@ The link will expire within 1 hour. Video ویدئو - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30 - src/app/+admin/moderation/video-block-list/video-block-list.component.html26 - + + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size حجم کل فایل @@ -4020,79 +3966,79 @@ The link will expire within 1 hour. Used () استفاده شده () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available () موجود () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Sensitive محتواي حساس - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated غیرمتحد شده - src/app/+admin/moderation/video-block-list/video-block-list.component.html28 - src/app/+admin/moderation/video-block-list/video-block-list.component.html60 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date تاریخ - src/app/+admin/moderation/video-block-list/video-block-list.component.html29 - src/app/+admin/overview/comments/video-comment-list.component.html46 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this row انتخاب این ردیف - src/app/+admin/follows/followers-list/followers-list.component.html46 - src/app/+admin/follows/following-list/following-list.component.html51 - src/app/+admin/moderation/registration-list/registration-list.component.html50 - src/app/+admin/overview/comments/video-comment-list.component.html54 - src/app/+admin/overview/users/user-list/user-list.component.html79 - src/app/+admin/overview/videos/video-list.component.html51 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full comment اظهارنظر کامل را ببینید - src/app/+admin/overview/comments/video-comment-list.component.html58 - + + src/app/+admin/overview/comments/video-comment-list.component.html57 Actions اقدامات - src/app/+admin/follows/followers-list/followers-list.component.html35 - src/app/+admin/moderation/registration-list/registration-list.component.html60 - src/app/+admin/moderation/video-block-list/video-block-list.component.html43 - src/app/+admin/overview/comments/video-comment-list.component.html64 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70 - src/app/+admin/system/runners/runner-list/runner-list.component.html36 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44 - src/app/+my-library/my-ownership/my-ownership.component.html12 - src/app/shared/shared-abuse-list/abuse-list-table.component.html39 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 Follower دنبال‌کننده - src/app/+admin/follows/followers-list/followers-list.component.html36 - + + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented video ویدئوي مخاطب اظهارنظر - src/app/+admin/overview/comments/video-comment-list.component.html81 - + + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters. مطابق فیلترهای فعلی هیچ اظهارنظری پیدا نشد. - src/app/+admin/overview/comments/video-comment-list.component.html106 - + + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found. هیچ اظهارنظری یافت نشد. - src/app/+admin/overview/comments/video-comment-list.component.html107 - + + src/app/+admin/overview/comments/video-comment-list.component.html106 Local comments اظهارنظرات محلی @@ -4111,53 +4057,53 @@ The link will expire within 1 hour. No abuses found matching current filters. هیچ تخلفی طبق فیلترهای فعلی یافت نشد. - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. هیچ تخلفی یافت نشد. - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reports گزارش‌های حل نشده - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reports گزارش‌های پذیرفته شده - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reports گزارش‌های ردشده - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videos گزارش‌ها با فیلم‌های مسدودشده - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videos گزارش‌ها با فیلم‌های حذف شده - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: دلیل بلوک: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. هیچ ویدئویی مسدود شده تطبیق فیلترهای فعلی را یافت. - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. هیچ ویدئوی مسدود شده ای یافت نشد. - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocks بلوک های اتوماتیک @@ -4168,11 +4114,7 @@ The link will expire within 1 hour. بلوک های دستی src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - نمایش تا از ویدئوهای بلاک شده - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 - + Reports گزارش‌ها @@ -4199,9 +4141,9 @@ The link will expire within 1 hour. Reporter گزارش‌دهنده - src/app/shared/shared-abuse-list/abuse-details.component.html7 - src/app/shared/shared-abuse-list/abuse-list-table.component.html21 - + + + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 }}}}"/> @@ -4217,28 +4159,28 @@ The link will expire within 1 hour. Video ویدئو - src/app/+admin/overview/comments/video-comment-list.component.html44 - src/app/+admin/overview/videos/video-list.component.html40 - src/app/+my-library/my-ownership/my-ownership.component.html14 - src/app/+my-library/my-video-imports/my-video-imports.component.html29 - src/app/shared/shared-video-miniature/video-download.component.html8 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 Comment اظهارنظر - src/app/+admin/overview/comments/video-comment-list.component.html45 - src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 - + + + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 This video has been reported multiple times. این ویدیو چندین بار گزارش شده است. - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked این ویدیو مسدود شد - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on از در @@ -4247,13 +4189,19 @@ The link will expire within 1 hour. Video was deleted ویدئو حذف شد - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + Account deleted حساب کاربری حذف شد - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 Open video in a new tab باز نمودن ویدئو در یک برگه جدید @@ -4262,33 +4210,29 @@ The link will expire within 1 hour. State وضعیت - src/app/+admin/follows/followers-list/followers-list.component.html37 - src/app/+admin/follows/following-list/following-list.component.html42 - src/app/+admin/moderation/registration-list/registration-list.component.html41 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36 - src/app/shared/shared-abuse-list/abuse-list-table.component.html24 - + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages پیام ها - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note یادداشت داخلی - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score امتیاز - src/app/+admin/follows/followers-list/followers-list.component.html38 - - - Showing to of reports - نمایش تا از گزارش ها - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 - + + src/app/+admin/follows/followers-list/followers-list.component.html37 + Reportee گزارش @@ -4308,51 +4252,46 @@ The link will expire within 1 hour. Mute domain مسكوت‌كردن دامنه - src/app/shared/shared-moderation/server-blocklist.component.html19 - src/app/shared/shared-moderation/server-blocklist.component.html19 - + + + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance سایت - src/app/+about/about.component.html3 - src/app/+search/search-filters.component.html217 - src/app/shared/shared-moderation/server-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html32 - + + + + + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at مسکوت‌شده در - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/server-blocklist.component.html33 - src/app/shared/shared-moderation/server-blocklist.component.html33 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute ناراحتی - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html40 - src/app/shared/shared-moderation/server-blocklist.component.html40 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. هیچ سرور تطبیق فیلترهای فعلی را یافت. - src/app/shared/shared-moderation/server-blocklist.component.html56 - src/app/shared/shared-moderation/server-blocklist.component.html56 - + + + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. هیچ سروری یافت نشد. - src/app/shared/shared-moderation/server-blocklist.component.html57 - src/app/shared/shared-moderation/server-blocklist.component.html57 - - - Showing to of muted instances - نمایش تا از سایتهای مسکوت - src/app/shared/shared-moderation/server-blocklist.component.html12 - src/app/shared/shared-moderation/server-blocklist.component.html12 - + + + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. به نظر می رسد که شما در سرور HTTPS نیستید. TLS بایستی در وب سرور شما فعال باشد تا سرورهای دیگر را دنبال کند. @@ -4366,29 +4305,29 @@ The link will expire within 1 hour. Mute domains دامنه - src/app/shared/shared-moderation/server-blocklist.component.html64 - src/app/shared/shared-moderation/server-blocklist.component.html64 - + + + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account حساب کاربری - src/app/+admin/moderation/registration-list/registration-list.component.html37 - src/app/+admin/overview/comments/video-comment-list.component.html43 - src/app/shared/shared-moderation/account-blocklist.component.html24 - src/app/shared/shared-moderation/account-blocklist.component.html24 - + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. هیچ حساب کاربری طبق فیلترهای فعلی یافت نشد. - src/app/shared/shared-moderation/account-blocklist.component.html54 - src/app/shared/shared-moderation/account-blocklist.component.html54 - + + + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. هیچ حساب کاربری یافت نشد. - src/app/shared/shared-moderation/account-blocklist.component.html55 - src/app/shared/shared-moderation/account-blocklist.component.html55 - + + + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed plugins لیست پلاگین‌های نصب‌شده @@ -4404,12 +4343,7 @@ The link will expire within 1 hour. نمایش پلاگین src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - نمایش تا از حساب‌های کاربری مسكوت - src/app/shared/shared-moderation/account-blocklist.component.html11 - src/app/shared/shared-moderation/account-blocklist.component.html11 - + Plugins/Themes پلاگین‌ها / تم‌ها @@ -4628,22 +4562,18 @@ The link will expire within 1 hour. این صفحه همچنین اظهارنظرات از حساب‌های كاربري مسكوت را نشان می‌دهد. src/app/+admin/overview/comments/video-comment-list.component.html8 - - Showing to of comments - نمايش اظهارنظر تا از مجموع - src/app/+admin/overview/comments/video-comment-list.component.html15 - + Select all rows انتخاب تمام ردیف‌ها - src/app/+admin/follows/followers-list/followers-list.component.html33 - src/app/+admin/follows/following-list/following-list.component.html38 - src/app/+admin/moderation/registration-list/registration-list.component.html33 - src/app/+admin/overview/comments/video-comment-list.component.html39 - src/app/+admin/overview/users/user-list/user-list.component.html39 - src/app/+admin/overview/videos/video-list.component.html36 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type نوع فعالیت @@ -4663,62 +4593,52 @@ The link will expire within 1 hour. Selector for the list displaying jobs, filtering by their state - - Showing to of jobs - نمایش به از مشاغل - src/app/+admin/system/jobs/jobs.component.html39 - + Type نوع - src/app/+admin/system/jobs/jobs.component.html46 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 - + + + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 Priority (1 = highest priority) اولویت(1 = بیشترین اولویت) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + + src/app/+admin/system/jobs/jobs.component.html45 Progress پیشرفت - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found. هیچ کاری یافت نشد. - src/app/+admin/system/jobs/jobs.component.html105 - + + src/app/+admin/system/jobs/jobs.component.html103 No jobs found. هیچ فعالیتی از نوع یافت نشد. - src/app/+admin/system/jobs/jobs.component.html106 - + + src/app/+admin/system/jobs/jobs.component.html104 No jobs found. هیچ فعالیتی با وضعیت یافت نشد. - src/app/+admin/system/jobs/jobs.component.html110 - + + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are . هیچ فعالیتی از نوع که وضعیت آن باشد یافت نشد. - src/app/+admin/system/jobs/jobs.component.html111 - + + src/app/+admin/system/jobs/jobs.component.html109 Refresh تازه کردن - src/app/+admin/overview/comments/video-comment-list.component.html31 - src/app/+admin/overview/videos/video-list.component.html27 - src/app/+admin/system/jobs/jobs.component.html30 - src/app/+admin/system/logs/logs.component.html33 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 now اکنون @@ -4758,11 +4678,11 @@ The link will expire within 1 hour. Name نام - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12 - src/app/+admin/system/runners/runner-list/runner-list.component.html23 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - + + + + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description توضیح کوتاه @@ -5182,12 +5102,14 @@ The link will expire within 1 hour. ⚠️ We don't recommend to enable this feature if you don't trust your users ⚠️ اگر به کاربران خود اعتماد ندارید، توصیه نمی کنیم این ویژگی را فعال کنید src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + - - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - مجوز همسان‌سازی با کانال سایر پلتفرم‌ها مانند یوتیوب (نیاز به مجوز وارد کردن از آدرس HTTP دارد) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 - + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ برای فعال نمودن این ویژگی، بایستی مجوز وارد کردن از آدرس HTTP را بدهید. @@ -6224,74 +6146,52 @@ color: red; 9 - - Showing to of synchronizations - نمایش تا از تعداد همسان‌سازی - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - - + Add synchronization افزودن همسان‌سازي - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 External Channel کانال بیرونی - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 Channel کانال - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 Last synchronization at زمان آخرین همسان‌سازی در - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List imports فهرست كردن واردشده‌ها - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channel همسان‌سازی کامل کانال - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channel باعث دریافت تمام ویدئوهایی که در کانال محلی وجود ندارد می‌گردد - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for . همسان‌سازی کانال باموفقیت حذف شد. - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for . درخواست همسان‌سازی کامل کانال باموفقیت ارسال شد. - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATION همسان‌سازي جديد @@ -6428,18 +6328,14 @@ color: red; Target هدف - src/app/+my-library/my-video-imports/my-video-imports.component.html28 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted این ویدیو حذف شد - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - - Showing to of imports - نمایش تا از وارد شده ها - src/app/+my-library/my-video-imports/my-video-imports.component.html21 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. هنگامی که حساب خود را حذف می کنید، هیچ بازگشتی وجود ندارد. از شما خواسته خواهد شد تا این اقدام را تایید کنید. @@ -6448,28 +6344,17 @@ color: red; Channel page صفحه کانال - src/app/+my-library/+my-video-channels/my-video-channels.component.html34 - src/app/+my-library/my-follows/my-subscriptions.component.html20 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65 - src/app/+videos/+video-watch/video-watch.component.html66 - + + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} {VAR_PLURAL, plural, =0 {بدون بازدید} =1 {یک بازدید} other { بازدید}} src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - - + Created by ایجاد شده توسط @@ -6913,9 +6798,9 @@ channel or account with the same name ( Banned ممنوع - src/app/+accounts/accounts.component.html21 - src/app/+admin/overview/users/user-list/user-list.component.html105 - + + + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Instance muted سایت مسکوت شد @@ -7006,8 +6891,8 @@ channel or account with the same name ( Please type the name of the video channel () to confirm لطفا نام کانال فیلم() را برای بررسی وارد کنید - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL کانال جدید @@ -7412,13 +7297,13 @@ channel or account with the same name ( Go to the previous step بازگشت به مرحله قبل - src/app/+signup/+register/register.component.ts43 - + + src/app/+signup/+register/register.component.ts42 Go to the next step رفتن به مرحله بعد - src/app/+signup/+register/register.component.ts44 - + + src/app/+signup/+register/register.component.ts43 Who are we? ما چه کسی هستیم؟ @@ -7437,8 +7322,8 @@ channel or account with the same name ( Terms of شرایط سایت - src/app/shared/shared-instance/instance-about-accordion.component.ts81 - + + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability مدیران & پایداری @@ -7652,52 +7537,52 @@ channel or account with the same name (محتوای حساس - src/app/shared/shared-video-miniature/video-filters.model.ts125 + src/app/shared/shared-video-miniature/video-filters.model.ts131 Scope محدوده - src/app/shared/shared-video-miniature/video-filters.model.ts132 + src/app/shared/shared-video-miniature/video-filters.model.ts138 Federated متحد شده - src/app/shared/shared-video-miniature/video-filters.model.ts134 + src/app/shared/shared-video-miniature/video-filters.model.ts140 Languages زبان ها - src/app/shared/shared-video-miniature/video-filters.model.ts142 + src/app/shared/shared-video-miniature/video-filters.model.ts148 Categories دسته بندی ها - src/app/shared/shared-video-miniature/video-filters.model.ts151 + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videos همه فیلم‌ها - src/app/shared/shared-video-miniature/video-filters.model.ts160 + src/app/shared/shared-video-miniature/video-filters.model.ts166 Blurred تیره - src/app/shared/shared-video-miniature/video-filters.model.ts240 + src/app/shared/shared-video-miniature/video-filters.model.ts246 hidden پنهان - src/app/shared/shared-video-miniature/video-filters.model.ts246 + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurred تیره - src/app/shared/shared-video-miniature/video-filters.model.ts247 + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayed نمایش داده - src/app/shared/shared-video-miniature/video-filters.model.ts249 + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protected Password protected @@ -8057,10 +7942,10 @@ channel or account with the same name ( Reject رد کردن - src/app/+admin/follows/followers-list/followers-list.component.html51 - src/app/+admin/follows/followers-list/followers-list.component.ts40 - src/app/+admin/follows/followers-list/followers-list.component.ts86 - + + + + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 Delete حذف @@ -8092,7 +7977,7 @@ channel or account with the same name (src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts63src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts133src/app/shared/shared-abuse-list/abuse-list-table.component.ts376src/app/shared/shared-abuse-list/abuse-list-table.component.ts411src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}} تعداد {count, plural, =1 {} other {}} درخواست فالو پذیرفته شد @@ -8126,10 +8011,10 @@ channel or account with the same name ( Follow دنبال‌روی - src/app/+admin/follows/following-list/follow-modal.component.html3 - src/app/+admin/follows/following-list/follow-modal.component.html37 - src/app/+admin/follows/following-list/following-list.component.html25 - + + + + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line در هر سطر یک سرور (بدون http://)، Handle حساب‌کاربری یا کانال @@ -8188,18 +8073,18 @@ channel or account with the same name ( Do you really want to remove this video redundancy? آیا واقعا میخواهید این افزونگی ویدیو را حذف کنید؟ - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy حذف افزونگی - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! افزونگی‌های ویدئو حذف شد! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Account unmuted by your instance. حساب کاربری توسط سایت شما غیرمسکوت شد. @@ -8268,90 +8153,90 @@ channel or account with the same name ( Internal actions اقدامات داخلی - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report حذف گزارش - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account اقدامات برای حساب کاربری مشخص‌شده - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mark as accepted علامت گذاری به عنوان پذیرفته شده - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected علامت گذاری به عنوان رد شده - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note اضافه کردن یادداشت داخلی - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video اقدامات برای ویدیو - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video انسداد ویدئو - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. ویدئو مسدود شد. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video رفع انسداد ویدئو - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. ویدیو از انسداد خارج شد. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Do you really want to delete this abuse report? آیا واقعا میخواهید این گزارش تخلف را حذف کنید؟ - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. تخلف حذف شد. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment اظهارنظر حذف شده - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter پیام‌ها با گزارش‌دهنده - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators پیام با مدیران - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note به‌روزرسانی یادداشت داخلی - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual بلوک ویدئو را به صورت دستی تغییر دهید @@ -8483,13 +8368,13 @@ channel or account with the same name ( plugin پلاگین - src/app/+admin/plugins/shared/plugin-api.service.ts30 - + + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme تم - src/app/+admin/plugins/shared/plugin-api.service.ts33 - + + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP address آدرس آی پی @@ -8609,19 +8494,19 @@ channel or account with the same name ( Info اطلاعات - src/app/+admin/overview/videos/video-list.component.html41 - src/app/core/notification/notifier.service.ts12 - + + + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 Files فایل‌ها - src/app/+admin/overview/videos/video-list.component.html42 - + + src/app/+admin/overview/videos/video-list.component.html41 Published زمان انتشار - src/app/+admin/overview/videos/video-list.component.html43 - + + src/app/+admin/overview/videos/video-list.component.html42 Warning هشدار @@ -8648,49 +8533,42 @@ channel or account with the same name (ثبت رویدادهای حسابرسی src/app/+admin/system/logs/logs.component.ts145 - - Showing to of runner jobs - نمایش تا از تعداد فعالیت اجراکننده - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - - + UUID یویوآی‌دی - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 Priority اولویت - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 Progress پیشرفت - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 Runner اجرا‌کننده - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload: بدنه پيام: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload: بدنه پيام خصوصي: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found. هیچ فعالیت اجراکننده‌ای یافت نشد. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobsCompleted jobs src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts @@ -8754,35 +8632,22 @@ channel or account with the same name (4 - - Showing to of remote runners - نمایش تا از تعداد اجراکننده راه دور - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - - + IP آي‌پي - src/app/+admin/system/runners/runner-list/runner-list.component.html25 - + + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contact آخرین تماس - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found. هیچ اجراکننده راه دوری یافت نشد. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. کاربر ایجاد شد. @@ -8791,9 +8656,9 @@ channel or account with the same name ( Create user ایجاد کاربر - src/app/+admin/overview/users/user-edit/user-create.component.ts97 - src/app/+admin/overview/users/user-list/user-list.component.html25 - + + + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videos فیلم‌های مسدود شده @@ -8936,14 +8801,7 @@ channel or account with the same name (3 - - Showing to of registrations - نمایش تا از تعداد ثبت‌نام - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - - + Password changed for user . رمز عبور برای کاربر تغییر یافته است. @@ -9005,9 +8863,9 @@ channel or account with the same name ( Live پخش‌زنده - src/app/+admin/overview/videos/video-admin.service.ts53 - src/app/+admin/overview/videos/video-list.component.html88 - + + + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video files فایل های ویدئویی @@ -9403,18 +9261,18 @@ channel or account with the same name ( Too many languages are enabled. Please enable them all or stay below 20 enabled languages. تعداد زبان های فعال بسیار زیاد است . لطفا همه آنها را فعال کنید یا زیر 20 زبان فعال باقی بگذارید. - src/app/shared/shared-user-settings/user-video-settings.component.ts76 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. تنظیمات ویدئو به روز شد. - src/app/shared/shared-user-settings/user-video-settings.component.ts121 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. تنظیمات صفحه نمایش / ویدئو به روز شد. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Video channel created. کانال ویدئویی ایجاد شد. @@ -9448,13 +9306,13 @@ channel or account with the same name ( Video channel deleted. کانال ویدئویی حذف شد. - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day بازدیدهای روزانه - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followers دنبال‌کنندگان من @@ -9538,8 +9396,8 @@ channel or account with the same name ( Playlist created. لیست‌پخش ایجاد شد. - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 - + + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 Create ایجاد @@ -9551,7 +9409,7 @@ channel or account with the same name (src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist به‌روزرسانی لیست‌پخش @@ -9627,9 +9485,15 @@ channel or account with the same name ( Do you really want to delete ? آیا واقعا می خواهید را حذف کنید؟ - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + Video deleted. @@ -9782,12 +9646,12 @@ channel or account with the same name (به حداکثر رساندن ویرایشگر - src/app/shared/shared-forms/markdown-textarea.component.ts51 + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editor خروج از حالت حداکثر ویرایشگر - src/app/shared/shared-forms/markdown-textarea.component.ts52 + src/app/shared/shared-forms/markdown-textarea.component.ts50 An email with verification link will be sent to . یک ایمیل با پیوند تأیید به ارسال می شود. @@ -9809,9 +9673,9 @@ channel or account with the same name ( Subscribe to the account مشترک‌شدن حساب‌کاربری - src/app/+video-channels/video-channels.component.ts85 - src/app/+videos/+video-watch/video-watch.component.ts888 - + + + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTS لیست‌های پخش @@ -10154,14 +10018,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts174 + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videos فیلم‌های پخش‌زنده - src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts168 + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) کوتاه(< 4 دقیقه) @@ -11582,13 +11446,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages زبان‌های سایت - src/app/+videos/+video-edit/shared/video-edit.component.ts222 + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages تمام زبانها - src/app/+videos/+video-edit/shared/video-edit.component.ts223src/app/shared/shared-forms/select/select-languages.component.ts25 + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Hidden پنهان @@ -11604,7 +11468,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular نمایش داده - src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts242 + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 Disabled غیرفعال @@ -11769,19 +11633,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Account muted by the instance. حساب کاربری توسط این سایت مسكوت شد. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434 - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server مسکوت کردن سرور - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. سرور توسط این سایت مسكوت شد. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter افزودن یک پیام برای برقراری ارتباط با گزارشگر @@ -12028,30 +11892,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Too many attempts, please try again after minutes. تلاش زیادی انجام شد، لطفاً بعد از دقیقه دوباره امتحان کنید. - src/app/core/rest/rest-extractor.service.ts126 - + + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. تلاش زیادی انجام شد، لطفاً بعداً دوباره امتحان کنید. - src/app/core/rest/rest-extractor.service.ts129 - + + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. خطای سرور. لطفاً بعداً دوباره امتحان کنید. - src/app/core/rest/rest-extractor.service.ts133 - + + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later. سرور دردسترس نیست. لطفا مجددا سعی کنید. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server error خطای ناشناخته سرور - src/app/core/rest/rest-extractor.service.ts140 + + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + Subscribed to all current channels of . You will be notified of all their new videos. @@ -12142,29 +12009,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Delete video حذف ویدئو - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment اقدامات برای اين اظهارنظر - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment حذف اظهارنظر - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? آیا از حذف این اظهارنظر اطمینان دارید؟ - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 - + + + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. اظهارنظر حذف شد. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Encoder رمزگذار(Encoder) @@ -12211,25 +12078,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Do you really want to delete this video? آیا واقعا می‌خواهید این ویدئو را پاک کنید؟ - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. ویدئو حذف شد. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter اقدامات برای گزارشگر - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter مسكوت‌کردن گزارش‌کننده - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 Download دانلود @@ -12374,55 +12241,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 58 - - Showing to of registration tokens - نمایش تا از تعداد توکن ثبت‌نام - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - - + Token توکن - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runners اجراکننده‌های مرتبط - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate token ایجاد توکن - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copiedRegistration token copied - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration tokenCopy registration token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners. هیچ توکن ثبت‌نامی برای اجراکننده‌های راه دور یافت نشد. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this token حدف این توکن @@ -12490,9 +12335,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute account مسكوت‌کردن حساب‌كاربري - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actions بازنمودن اقدامات ویدئویی @@ -12526,8 +12371,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute server account مسكوت‌کردن سرور - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Report گزارش @@ -12626,27 +12471,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18 - src/app/+admin/overview/videos/video-list.component.html77 - src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4 - src/app/+stats/video/video-stats.component.html2 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31 - src/app/+videos/+video-watch/video-watch.component.html76 - src/app/menu/menu.component.html112 - src/app/shared/shared-instance/instance-about-accordion.component.html115 - src/app/shared/shared-main/angular/login-link.component.html1 - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html20 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html30 - src/app/shared/shared-moderation/user-ban-modal.component.html3 - src/app/shared/shared-user-settings/user-interface-settings.component.html9 - src/app/shared/shared-video-miniature/video-download.component.html27 - src/app/shared/shared-video-miniature/video-download.component.html47 - src/app/shared/shared-video-miniature/video-download.component.html66 - src/app/shared/shared-video-miniature/video-download.component.html77 - src/app/shared/shared-video-miniature/video-download.component.html89 - src/app/shared/shared-video-miniature/videos-selection.component.html1 - + + + + + + + + + + + + + + + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Add to watch later افزودن به لیست مشاهده در آینده @@ -12679,27 +12524,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Only I can see this video فقط من می‌توانم این ویدئو را مشاهده کنم - src/app/shared/shared-main/video/video.service.ts460 + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link فقط از طریق لینک اختصاصی قابل اشتراک‌گذاری است - src/app/shared/shared-main/video/video.service.ts461 + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video هر کسی می تواند این ویدئو را مشاهده کند - src/app/shared/shared-main/video/video.service.ts462 + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video تنها استفاده‌کنندگان از این سایت می‌توانند ویدئو را مشاهده کنند - src/app/shared/shared-main/video/video.service.ts463 + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this video Only users with the appropriate password can see this video - src/app/shared/shared-main/video/video.service.ts464 + src/app/shared/shared-main/video/video.service.ts465 Video to import updated. ویدیو برای وارد کردن به روز شد. @@ -12745,36 +12590,24 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular You have unsaved changes! If you leave, your changes will be lost. شما تغییرات ذخیره نشده ای دارید! در صورت خروج، تغییرات شما از بین خواهد رفت. - src/app/+videos/+video-edit/video-update.component.ts140 + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. ویدئو به روز شد. - src/app/+videos/+video-edit/video-update.component.ts227 + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators.Your video will also be automatically blocked since video publication requires manual validation by moderators. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version.Uploading a new version of your video will completely erase the current version. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 <br /><br />Do you still want to replace your video file?<br /><br />Do you still want to replace your video file? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warningReplace file warning - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: ) (افزونه ها: ) @@ -12875,47 +12708,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? این ویدیو در این سایت موجود نیست. آیا می‌خواهید به سایت اصلی هدایت شوید:: <a href=""></a>؟ - src/app/+videos/+video-watch/video-watch.component.ts370 - + + src/app/+videos/+video-watch/video-watch.component.ts371 Redirection تغییر مسیر - src/app/+videos/+video-watch/video-watch.component.ts371 - + + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this video You need a password to watch this video - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protected This video is password protected - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct password Incorrect password, please enter a correct password - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? این ویدئو حاوی محتوای بالغ یا صریح است. آیا مطمئن هستید که می‌خواهید آن را مشاهده کنید؟ - src/app/+videos/+video-watch/video-watch.component.ts446 - + + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content محتوای بالغ یا صریح - src/app/+videos/+video-watch/video-watch.component.ts447 - + + src/app/+videos/+video-watch/video-watch.component.ts448 Cancel لغو @@ -12942,72 +12766,72 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html42src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreen ورود / خروج از حالت تمام صفحه - src/app/+videos/+video-watch/video-watch.component.ts851 - + + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the video پخش / مکث ویدئو - src/app/+videos/+video-watch/video-watch.component.ts852 - + + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the video بی صدا / با صدا کردن ویدیو - src/app/+videos/+video-watch/video-watch.component.ts853 - + + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90% پرش به جلو به صورت درصدی : عدد 0 همان 0% و 9 همان 90% است - src/app/+videos/+video-watch/video-watch.component.ts868 - + + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volume افزایش حجم صدا - src/app/+videos/+video-watch/video-watch.component.ts855 - + + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volume کاهش حجم صدا - src/app/+videos/+video-watch/video-watch.component.ts856 - + + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forward جستجوی ویدئو به سمت جلو - src/app/+videos/+video-watch/video-watch.component.ts870 - + + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backward جستجوی ویدئو به سمت عقب - src/app/+videos/+video-watch/video-watch.component.ts871 - + + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rate افزایش سرعت پخش - src/app/+videos/+video-watch/video-watch.component.ts873 - + + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rate کاهش سرعت پخش - src/app/+videos/+video-watch/video-watch.component.ts874 - + + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frame حرکت در ویدئو به فریم قبلی - src/app/+videos/+video-watch/video-watch.component.ts876 - + + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frame حرکت در ویدئو به فریم بعدی - src/app/+videos/+video-watch/video-watch.component.ts877 - + + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater mode تغییر حالت پخش - src/app/+videos/+video-watch/video-watch.component.ts861 - + + src/app/+videos/+video-watch/video-watch.component.ts867 Like the video پسندیدن ویدئو @@ -13087,14 +12911,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 103 - - Showing to of videos - نمایش به از ویدئو - - src/app/+admin/overview/videos/video-list.component.html - 11 - - + Only videos uploaded on this instance are displayed فقط فیلم‌های آپلودشده در این سایت نمایش داده می‌شوند diff --git a/client/src/locale/angular.fi-FI.xlf b/client/src/locale/angular.fi-FI.xlf index c9bf594d5..5923d160c 100644 --- a/client/src/locale/angular.fi-FI.xlf +++ b/client/src/locale/angular.fi-FI.xlf @@ -317,30 +317,21 @@ {views, plural, =0 {No view} =1 {1 view} other { views}} {views, plural, =0 {Ei näyttöjä} =1 {1 näyttö} other { näyttöä}} - src/app/shared/shared-main/video/video.model.ts291 + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded.PeerTube considers this video is already being transcoded. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcodingForce transcoding - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} {viewers, plural, =0 {Ei katsojia} =1 {1 katsoja} other { katsojaa}} - src/app/shared/shared-main/video/video.model.ts288 + src/app/shared/shared-main/video/video.model.ts289 Change your avatar Muuta avatariasi @@ -354,13 +345,13 @@ Account muted Tili mykistetty - src/app/+admin/overview/videos/video-list.component.html79 - + + src/app/+admin/overview/videos/video-list.component.html78 Server muted Palvelin mykistetty - src/app/+admin/overview/videos/video-list.component.html80 - + + src/app/+admin/overview/videos/video-list.component.html79 Save to Tallenna kohteeseen @@ -471,7 +462,7 @@ video - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts341src/app/shared/shared-video-miniature/video-download.component.ts62 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: ) Tämä video ylittää videokiintiösi (videon koko: , käytetty: , kiintiö: ) @@ -578,23 +569,20 @@ Blocked Estetty - src/app/+admin/overview/videos/video-list.component.html82 - src/app/shared/shared-video-miniature/video-miniature.component.html64 - + + + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storage Objekti tallennustila - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this file Poista tämä tiedosto - src/app/+admin/overview/videos/video-list.component.html114 - src/app/+admin/overview/videos/video-list.component.html130 - + + + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}. Poistettu {count, plural, =1 {1 video} other { videota}}. @@ -952,7 +940,7 @@ Local Paikalliset - src/app/shared/shared-video-miniature/video-filters.model.ts135 + src/app/shared/shared-video-miniature/video-filters.model.ts141 users käyttäjää @@ -988,10 +976,10 @@ Following Seuraa - src/app/+admin/admin.component.ts84 - src/app/+admin/follows/following-list/following-list.component.html41 - src/app/+admin/follows/follows.routes.ts26 - + + + + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 Followers Seuraajani @@ -1237,15 +1225,15 @@ The link will expire within 1 hour. Email Sähköposti - src/app/+admin/moderation/registration-list/registration-list.component.html38 - src/app/+admin/overview/users/user-edit/user-edit.component.html105 - src/app/+admin/overview/users/user-edit/user-edit.component.html105 - src/app/+admin/overview/users/user-list/user-list.component.ts132 - src/app/+login/login.component.html136 - src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6 - src/app/+signup/+register/steps/register-step-user.component.html46 - src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 Email address Sähköpostiosoite @@ -1296,8 +1284,8 @@ The link will expire within 1 hour. Signup Rekisteröidy Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 - + + src/app/+signup/+register/register.component.ts85 Why creating an account? Miksi loisin tilin? @@ -1980,8 +1968,8 @@ The link will expire within 1 hour. Media is too large for the server. Please contact you administrator if you want to increase the limit size. Media on liian suuri palvelimelle. Ota yhteyttä järjestelmänvalvojaan, jos haluat suurentaa rajan kokoa. - src/app/core/rest/rest-extractor.service.ts118 - + + src/app/core/rest/rest-extractor.service.ts122 GLOBAL SEARCH GLOBAALI HAKU @@ -2186,21 +2174,21 @@ The link will expire within 1 hour. Reset Palauta - src/app/+search/search-filters.component.html8 - src/app/+search/search-filters.component.html22 - src/app/+search/search-filters.component.html41 - src/app/+search/search-filters.component.html60 - src/app/+search/search-filters.component.html74 - src/app/+search/search-filters.component.html109 - src/app/+search/search-filters.component.html122 - src/app/+search/search-filters.component.html135 - src/app/+search/search-filters.component.html148 - src/app/+search/search-filters.component.html163 - src/app/+search/search-filters.component.html171 - src/app/+search/search-filters.component.html188 - src/app/+search/search-filters.component.html229 - src/app/shared/shared-forms/reactive-file.component.html16 - + + + + + + + + + + + + + + + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter Suodata @@ -2361,7 +2349,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts39src/app/shared/shared-instance/instance-follow.service.ts142 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found Kohteita ei löytynyt @@ -2370,16 +2358,16 @@ The link will expire within 1 hour. Description Kuvaus - src/app/+about/about-instance/about-instance.component.html113 - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html24 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+videos/+video-edit/shared/video-edit.component.html44 - + + + + + + + + + + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 Choose the appropriate licence for your work. Valitse työllesi sopiva lisenssi. @@ -2388,71 +2376,50 @@ The link will expire within 1 hour. Channel Kanava - src/app/+admin/moderation/registration-list/registration-list.component.html39 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+videos/+video-edit/shared/video-edit.component.html65 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26 - src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reason Rekisteröinnin syy - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation response Moderaattorin vastaus - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 Requested on Requested on - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason: Registration reason: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response: Moderation response: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters. No registrations found matching current filters. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found. No registrations found. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this request Accept this request @@ -2690,65 +2657,65 @@ The link will expire within 1 hour. Original publication date Alkuperäinen julkaisupäivä - src/app/+videos/+video-edit/shared/video-edit.component.html368 + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) Tämä on päivämäärä, jolloin sisältö alun perin julkaistiin (esim. elokuvan julkaisupäivä) - src/app/+videos/+video-edit/shared/video-edit.component.html371 + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settings Laajennuksen asetukset - src/app/+videos/+video-edit/shared/video-edit.component.html402 + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latency Pieni latenssi - src/app/+videos/+video-edit/shared/video-edit.component.ts92 + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2P Pienennä latenssi ~15 sekuntiin poistamalla käytöstä vertaisjakaminen - src/app/+videos/+video-edit/shared/video-edit.component.ts93 + src/app/+videos/+video-edit/shared/video-edit.component.ts94 Default Oletus - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts97 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30s Keskimääräinen latenssi 30s - src/app/+videos/+video-edit/shared/video-edit.component.ts98 + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latency Korkea latenssi - src/app/+videos/+video-edit/shared/video-edit.component.ts102 + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratio Keskimääräinen 60 sekunnin latenssi lisää vertaisverkkosuhdetta - src/app/+videos/+video-edit/shared/video-edit.component.ts103 + src/app/+videos/+video-edit/shared/video-edit.component.ts104 Other Muu - src/app/+videos/+video-edit/shared/video-edit.component.ts219src/app/shared/shared-forms/select/select-languages.component.ts50 + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments Ota käyttöön kommentit videolle - src/app/+videos/+video-edit/shared/video-edit.component.html389 + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download Ota käyttöön videon lataus - src/app/+videos/+video-edit/shared/video-edit.component.html394 + src/app/+videos/+video-edit/shared/video-edit.component.html398 Advanced settings Lisäasetukset @@ -2799,12 +2766,12 @@ The link will expire within 1 hour. Scheduled Ajoitettu - src/app/+videos/+video-edit/shared/video-edit.component.ts240 + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date Piilota video määrättyyn päivämäärään asti - src/app/+videos/+video-edit/shared/video-edit.component.ts241 + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal live Normaali live @@ -2850,9 +2817,9 @@ The link will expire within 1 hour. Total video quota Videokiintiö yhteensä - src/app/+admin/overview/users/user-list/user-list.component.html118 - src/app/shared/shared-main/users/user-quota.component.html3 - + + + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Congratulations! Your video is now available in your private library. @@ -2916,11 +2883,11 @@ The link will expire within 1 hour. src/app/+videos/+video-edit/video-update.component.html 29 - - Your video is currenctly being updated. If you leave, your changes will be lost.Your video is currenctly being updated. If you leave, your changes will be lost. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 @@ -3181,10 +3148,10 @@ The link will expire within 1 hour. Muted Mykistetty - src/app/+admin/overview/users/user-list/user-list.component.html104 - src/app/shared/shared-moderation/account-block-badges.component.html1 - src/app/shared/shared-share-modal/video-share.component.html223 - + + + + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Loop Jatkuva toisto @@ -3307,8 +3274,8 @@ The link will expire within 1 hour. Show more Näytä lisää - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 - + + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less Näytä vähemmän @@ -3351,14 +3318,14 @@ The link will expire within 1 hour. The video was blocked due to automatic blocking of new videos Video estettiin uusien videoiden automaattisen eston vuoksi - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFW NSFW - src/app/+admin/moderation/video-block-list/video-block-list.component.html56 - src/app/+admin/overview/videos/video-list.component.html75 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Get more information Näytä lisätietoa @@ -3585,16 +3552,13 @@ The link will expire within 1 hour. Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? Tokenin uusiminen estää aiemmin määritettyjä asiakkaita noutamasta syötettä ennen kuin he käyttävät uutta tokenia. Edetäänkö? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly. Token uusittu. Päivitä asiakaskokoonpanosi vastaavasti. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEED TILAUSSYÖTE @@ -3623,9 +3587,9 @@ The link will expire within 1 hour. Renew token Uusi token - src/app/+my-account/my-account-applications/my-account-applications.component.html36 - src/app/+my-account/my-account-applications/my-account-applications.component.ts41 - + + + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Filter... Suodata... @@ -3646,69 +3610,63 @@ The link will expire within 1 hour. Video/Comment/Account Video/Kommentti/Tili - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 ID ID - src/app/+admin/system/jobs/jobs.component.html45 - + + src/app/+admin/system/jobs/jobs.component.html43 State Tila - src/app/+admin/system/jobs/jobs.component.html48 - src/app/+my-library/my-video-imports/my-video-imports.component.html30 - + + + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 Created Luotiin - src/app/+admin/follows/followers-list/followers-list.component.html39 - src/app/+admin/follows/following-list/following-list.component.html43 - src/app/+admin/system/jobs/jobs.component.html50 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html27 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 - src/app/+my-library/my-video-imports/my-video-imports.component.html31 - src/app/shared/shared-abuse-list/abuse-list-table.component.html23 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab Avaa näyttelijäsivu uudessa välilehdessä - src/app/+admin/follows/followers-list/followers-list.component.html56 - + + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted Hyväksytty - src/app/+admin/follows/followers-list/followers-list.component.html63 - src/app/+admin/follows/following-list/following-list.component.html65 - + + + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending Odottaa - src/app/+admin/follows/followers-list/followers-list.component.html64 - src/app/+admin/follows/following-list/following-list.component.html66 - + + + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 Rejected Hylätty - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept Hyväksy - src/app/+admin/follows/followers-list/followers-list.component.html50 - src/app/+admin/follows/followers-list/followers-list.component.ts45 - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25 - src/app/+my-library/my-ownership/my-ownership.component.html27 - + + + + + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse Kieltäydy @@ -3717,60 +3675,52 @@ The link will expire within 1 hour. No follower found matching current filters. Nykyisiä suodattimia vastaavia seuraajia ei löytynyt. - src/app/+admin/follows/followers-list/followers-list.component.html77 - + + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. Instanssillasi ei ole seuraajia. - src/app/+admin/follows/followers-list/followers-list.component.html78 - - - Showing to of followers - Näytetään / seuraajalle - src/app/+admin/follows/followers-list/followers-list.component.html11 - + + src/app/+admin/follows/followers-list/followers-list.component.html77 + Redundancy allowed Peilaaminen sallittu - src/app/+admin/follows/following-list/following-list.component.html44 - + + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab Avaa instanssi uudessa välilehdessä - src/app/+admin/follows/following-list/following-list.component.html58 - src/app/shared/shared-moderation/server-blocklist.component.html43 - src/app/shared/shared-moderation/server-blocklist.component.html43 - + + + + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. Nykyisiä suodattimia vastaavia hosteja ei löytynyt. - src/app/+admin/follows/following-list/following-list.component.html84 - + + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. Instanssisi ei seuraa ketään. - src/app/+admin/follows/following-list/following-list.component.html85 - + + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}} Haluatko todella lopettaa seuraamisen {count, plural, =1 {?} other { ?}} src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - Näytetään / hostia - src/app/+admin/follows/following-list/following-list.component.html11 - + Action Toiminta - src/app/+admin/follows/following-list/following-list.component.html40 - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/server-blocklist.component.html31 - src/app/shared/shared-moderation/server-blocklist.component.html31 - + + + + + + + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies Videoiden peilaukset @@ -3789,18 +3739,18 @@ The link will expire within 1 hour. Table parameters Taulukon parametrit - src/app/+admin/overview/users/user-list/user-list.component.html47 - + + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns Valitse sarakkeet - src/app/+admin/overview/users/user-list/user-list.component.html53 - + + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users Korosta estetyt käyttäjät - src/app/+admin/overview/users/user-list/user-list.component.html59 - + + src/app/+admin/overview/users/user-list/user-list.component.html57 Username Käyttäjänimi @@ -3915,54 +3865,50 @@ The link will expire within 1 hour. Batch actions Erätoiminnot - src/app/+admin/follows/followers-list/followers-list.component.html18 - src/app/+admin/follows/following-list/following-list.component.html18 - src/app/+admin/moderation/registration-list/registration-list.component.html18 - src/app/+admin/overview/comments/video-comment-list.component.html22 - src/app/+admin/overview/users/user-list/user-list.component.html18 - src/app/+admin/overview/videos/video-list.component.html18 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 The user was banned Käyttäjä estetty - src/app/+admin/overview/users/user-list/user-list.component.html109 - + + src/app/+admin/overview/users/user-list/user-list.component.html107 Open account in a new tab Avaa tili uudessa välilehdessä - src/app/+admin/overview/comments/video-comment-list.component.html69 - src/app/+admin/overview/users/user-list/user-list.component.html94 - src/app/+my-library/my-ownership/my-ownership.component.html32 - src/app/shared/shared-abuse-list/abuse-list-table.component.html44 - src/app/shared/shared-moderation/account-blocklist.component.html35 - src/app/shared/shared-moderation/account-blocklist.component.html35 - + + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account Poistettu tili - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota Päivittäinen videokiintiö yhteensä - src/app/+admin/overview/users/user-list/user-list.component.html128 - + + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: Sulkemisen syy: - src/app/+admin/overview/users/user-list/user-list.component.html150 - + + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned users Estetyt käyttäjät src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - Näytetään / käyttäjää - src/app/+admin/overview/users/user-list/user-list.component.html11 - + Moderation Valvonta @@ -4003,9 +3949,9 @@ The link will expire within 1 hour. Video Video - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30 - src/app/+admin/moderation/video-block-list/video-block-list.component.html26 - + + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size Koko yhteensä @@ -4039,79 +3985,79 @@ The link will expire within 1 hour. Used () Käytetty () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available () Saatavilla () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Sensitive Arkaluonteinen - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated Ei federoitu - src/app/+admin/moderation/video-block-list/video-block-list.component.html28 - src/app/+admin/moderation/video-block-list/video-block-list.component.html60 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date Päivämäärä - src/app/+admin/moderation/video-block-list/video-block-list.component.html29 - src/app/+admin/overview/comments/video-comment-list.component.html46 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this row Valitse tämä rivi - src/app/+admin/follows/followers-list/followers-list.component.html46 - src/app/+admin/follows/following-list/following-list.component.html51 - src/app/+admin/moderation/registration-list/registration-list.component.html50 - src/app/+admin/overview/comments/video-comment-list.component.html54 - src/app/+admin/overview/users/user-list/user-list.component.html79 - src/app/+admin/overview/videos/video-list.component.html51 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full comment Katso koko kommentti - src/app/+admin/overview/comments/video-comment-list.component.html58 - + + src/app/+admin/overview/comments/video-comment-list.component.html57 Actions Toiminnot - src/app/+admin/follows/followers-list/followers-list.component.html35 - src/app/+admin/moderation/registration-list/registration-list.component.html60 - src/app/+admin/moderation/video-block-list/video-block-list.component.html43 - src/app/+admin/overview/comments/video-comment-list.component.html64 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70 - src/app/+admin/system/runners/runner-list/runner-list.component.html36 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44 - src/app/+my-library/my-ownership/my-ownership.component.html12 - src/app/shared/shared-abuse-list/abuse-list-table.component.html39 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 Follower Seuraaja - src/app/+admin/follows/followers-list/followers-list.component.html36 - + + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented video Kommentoitu video - src/app/+admin/overview/comments/video-comment-list.component.html81 - + + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters. Nykyisiä suodattimia vastaavia kommentteja ei löytynyt. - src/app/+admin/overview/comments/video-comment-list.component.html106 - + + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found. Kommentteja ei löytynyt. - src/app/+admin/overview/comments/video-comment-list.component.html107 - + + src/app/+admin/overview/comments/video-comment-list.component.html106 Local comments Paikalliset kommentit @@ -4130,53 +4076,53 @@ The link will expire within 1 hour. No abuses found matching current filters. Nykyisiä suodattimia vastaavia väärinkäytöksiä ei löytynyt. - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. Väärinkäytöksiä ei löytynyt. - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reports Ratkaisemattomat raportit - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reports Hyväksytyt raportit - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reports Evätyt raportit - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videos Raportit estetyistä videoista - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videos Raportit poistetuista videoista - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: Eston syy: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. Nykyisiä suodattimia vastaavaa estettyä videota ei löytynyt. - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. Estettyjä videoita ei löytynyt. - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocks Automaattiset estot @@ -4187,11 +4133,7 @@ The link will expire within 1 hour. Manuaaliset estot src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - Näytetään / estettyä videota - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 - + Reports Raportit @@ -4220,9 +4162,9 @@ The link will expire within 1 hour. Reporter Lähettäjä - src/app/shared/shared-abuse-list/abuse-details.component.html7 - src/app/shared/shared-abuse-list/abuse-list-table.component.html21 - + + + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 @@ -4238,28 +4180,28 @@ The link will expire within 1 hour. Video Video - src/app/+admin/overview/comments/video-comment-list.component.html44 - src/app/+admin/overview/videos/video-list.component.html40 - src/app/+my-library/my-ownership/my-ownership.component.html14 - src/app/+my-library/my-video-imports/my-video-imports.component.html29 - src/app/shared/shared-video-miniature/video-download.component.html8 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 Comment Kommentti - src/app/+admin/overview/comments/video-comment-list.component.html45 - src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 - + + + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 This video has been reported multiple times. Tästä videosta on raportoitu useita kertoja. - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked Tämä video oli estetty - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on / @@ -4268,13 +4210,19 @@ The link will expire within 1 hour. Video was deleted Video oli poistettu - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + Account deleted Tili poistettu - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 Open video in a new tab Avaa video uudessa välilehdessä @@ -4283,33 +4231,29 @@ The link will expire within 1 hour. State Tila - src/app/+admin/follows/followers-list/followers-list.component.html37 - src/app/+admin/follows/following-list/following-list.component.html42 - src/app/+admin/moderation/registration-list/registration-list.component.html41 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36 - src/app/shared/shared-abuse-list/abuse-list-table.component.html24 - + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages Viestit - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note Sisäinen merkintä - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score Pisteytä - src/app/+admin/follows/followers-list/followers-list.component.html38 - - - Showing to of reports - Näytetään / raporttia - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 - + + src/app/+admin/follows/followers-list/followers-list.component.html37 + Reportee Raportoija @@ -4329,51 +4273,46 @@ The link will expire within 1 hour. Mute domain Mykistä verkkotunnus - src/app/shared/shared-moderation/server-blocklist.component.html19 - src/app/shared/shared-moderation/server-blocklist.component.html19 - + + + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance Instanssi - src/app/+about/about.component.html3 - src/app/+search/search-filters.component.html217 - src/app/shared/shared-moderation/server-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html32 - + + + + + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at Mykistetty kohdassa - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/server-blocklist.component.html33 - src/app/shared/shared-moderation/server-blocklist.component.html33 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute Poista mykistys - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html40 - src/app/shared/shared-moderation/server-blocklist.component.html40 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. Nykyisiä suodattimia vastaavaa palvelinta ei löytynyt. - src/app/shared/shared-moderation/server-blocklist.component.html56 - src/app/shared/shared-moderation/server-blocklist.component.html56 - + + + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. Palvelinta ei löytynyt. - src/app/shared/shared-moderation/server-blocklist.component.html57 - src/app/shared/shared-moderation/server-blocklist.component.html57 - - - Showing to of muted instances - Näytetään / hiljennettyä instanssia - src/app/shared/shared-moderation/server-blocklist.component.html12 - src/app/shared/shared-moderation/server-blocklist.component.html12 - + + + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. Vaikuttaa siltä, että et ole HTTPS-palvelimella. Web-palvelimellasi on oltava TLS aktivoitu, jotta se voi seurata palvelimia. @@ -4387,29 +4326,29 @@ The link will expire within 1 hour. Mute domains Mykistä verkkotunnuksia - src/app/shared/shared-moderation/server-blocklist.component.html64 - src/app/shared/shared-moderation/server-blocklist.component.html64 - + + + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account Tili - src/app/+admin/moderation/registration-list/registration-list.component.html37 - src/app/+admin/overview/comments/video-comment-list.component.html43 - src/app/shared/shared-moderation/account-blocklist.component.html24 - src/app/shared/shared-moderation/account-blocklist.component.html24 - + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. Nykyisiä suodattimia vastaavaa tiliä ei löytynyt. - src/app/shared/shared-moderation/account-blocklist.component.html54 - src/app/shared/shared-moderation/account-blocklist.component.html54 - + + + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. Tiliä ei löytynyt. - src/app/shared/shared-moderation/account-blocklist.component.html55 - src/app/shared/shared-moderation/account-blocklist.component.html55 - + + + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed plugins Listaa asennetut laajennukset @@ -4425,12 +4364,7 @@ The link will expire within 1 hour. Näytä laajennus src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - Näytetään / mykistettyä tiliä - src/app/shared/shared-moderation/account-blocklist.component.html11 - src/app/shared/shared-moderation/account-blocklist.component.html11 - + Plugins/Themes Laajennokset/Teemat @@ -4651,22 +4585,18 @@ The link will expire within 1 hour. Tämä näkymä näyttää myös kommentit mykistetyiltä tileiltä. src/app/+admin/overview/comments/video-comment-list.component.html8 - - Showing to of comments - Näytetään / kommenttia - src/app/+admin/overview/comments/video-comment-list.component.html15 - + Select all rows Valitse kaikki rivit - src/app/+admin/follows/followers-list/followers-list.component.html33 - src/app/+admin/follows/following-list/following-list.component.html38 - src/app/+admin/moderation/registration-list/registration-list.component.html33 - src/app/+admin/overview/comments/video-comment-list.component.html39 - src/app/+admin/overview/users/user-list/user-list.component.html39 - src/app/+admin/overview/videos/video-list.component.html36 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type Työn tyyppi @@ -4686,62 +4616,52 @@ The link will expire within 1 hour. Selector for the list displaying jobs, filtering by their state - - Showing to of jobs - Näytetään / työtä - src/app/+admin/system/jobs/jobs.component.html39 - + Type Tyyppi - src/app/+admin/system/jobs/jobs.component.html46 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 - + + + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 Priority (1 = highest priority) Prioriteetti (1 = korkein) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + + src/app/+admin/system/jobs/jobs.component.html45 Progress Edistyminen - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found. Töitä ei löytynyt. - src/app/+admin/system/jobs/jobs.component.html105 - + + src/app/+admin/system/jobs/jobs.component.html103 No jobs found. Yhtään työtä ei löytynyt. - src/app/+admin/system/jobs/jobs.component.html106 - + + src/app/+admin/system/jobs/jobs.component.html104 No jobs found. Yhtään työtä ei löytynyt. - src/app/+admin/system/jobs/jobs.component.html110 - + + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are . Yhtään työtä ei löytynyt, jotka on . - src/app/+admin/system/jobs/jobs.component.html111 - + + src/app/+admin/system/jobs/jobs.component.html109 Refresh Päivitä - src/app/+admin/overview/comments/video-comment-list.component.html31 - src/app/+admin/overview/videos/video-list.component.html27 - src/app/+admin/system/jobs/jobs.component.html30 - src/app/+admin/system/logs/logs.component.html33 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 now nyt @@ -4781,11 +4701,11 @@ The link will expire within 1 hour. Name Nimi - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12 - src/app/+admin/system/runners/runner-list/runner-list.component.html23 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - + + + + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description Lyhyt kuvaus @@ -5205,12 +5125,14 @@ The link will expire within 1 hour. ⚠️ We don't recommend to enable this feature if you don't trust your users ⚠️ Emme suosittele ominaisuuden käyttöönottoa mikäli et luota käyttäjiisi src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + - - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - Salli kanavan synkronointi muiden alustojen, kuten YouTuben, kanavan kanssa (edellyttää tuonnin sallimista HTTP-URL-osoitteella) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 - + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ Sinun on sallittava tuonti HTTP-URL-osoitteella, jotta voit aktivoida tämän ominaisuuden. @@ -6247,74 +6169,52 @@ color: red; 9 - - Showing to of synchronizations - Näytetään / synkronointia - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - - + Add synchronization Lisää synkronointi - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 External Channel Ulkoinen kanava - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 Channel Kanava - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 Last synchronization at Viimeisin synkronointi - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List imports Listaa tuonnit - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channel Synkronoi kanava kokonaan - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channel Tämä hakee paikalliselta kanavalta puuttuvat videot - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for . Synkronointi poistettu onnistuneesti kohteelle . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for . Täydellistä synkronointia pyydettiin onnistuneesti kohteelle . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATION UUSI SYNKRONISOINTI @@ -6453,18 +6353,14 @@ color: red; Target Kohde - src/app/+my-library/my-video-imports/my-video-imports.component.html28 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted Tämä video poistettiin - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - - Showing to of imports - Näytetään / tuontia - src/app/+my-library/my-video-imports/my-video-imports.component.html21 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. Kun olet poistanut tilisi, paluuta ei ole. Sinua pyydetään vahvistamaan tämä toiminto. @@ -6473,28 +6369,17 @@ color: red; Channel page Kanavan sivu - src/app/+my-library/+my-video-channels/my-video-channels.component.html34 - src/app/+my-library/my-follows/my-subscriptions.component.html20 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65 - src/app/+videos/+video-watch/video-watch.component.html66 - + + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} {VAR_PLURAL, plural, =0 {Ei näyttöjä} =1 {1 view} other { näyttöä}} src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - - + Created by Luonut @@ -6938,9 +6823,9 @@ channel or account with the same name ( Banned Suljettu - src/app/+accounts/accounts.component.html21 - src/app/+admin/overview/users/user-list/user-list.component.html105 - + + + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Instance muted Instanssi mykistetty @@ -7031,8 +6916,8 @@ channel or account with the same name ( Please type the name of the video channel () to confirm Kirjoita videokanavan nimi () varmistaaksesi - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL UUSI KANAVA @@ -7437,13 +7322,13 @@ channel or account with the same name ( Go to the previous step Siirry edelliseen vaiheeseen - src/app/+signup/+register/register.component.ts43 - + + src/app/+signup/+register/register.component.ts42 Go to the next step Siirry seuraavaan vaiheeseen - src/app/+signup/+register/register.component.ts44 - + + src/app/+signup/+register/register.component.ts43 Who are we? Keitä olemme? @@ -7462,8 +7347,8 @@ channel or account with the same name ( Terms of käyttöehdot - src/app/shared/shared-instance/instance-about-accordion.component.ts81 - + + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability Järjestelmänvalvojat & Kestävä kehitys @@ -7677,52 +7562,52 @@ channel or account with the same name (Arkaluonteinen sisältö - src/app/shared/shared-video-miniature/video-filters.model.ts125 + src/app/shared/shared-video-miniature/video-filters.model.ts131 Scope Laajuus - src/app/shared/shared-video-miniature/video-filters.model.ts132 + src/app/shared/shared-video-miniature/video-filters.model.ts138 Federated Federoitu - src/app/shared/shared-video-miniature/video-filters.model.ts134 + src/app/shared/shared-video-miniature/video-filters.model.ts140 Languages Kielet - src/app/shared/shared-video-miniature/video-filters.model.ts142 + src/app/shared/shared-video-miniature/video-filters.model.ts148 Categories Kategoriat - src/app/shared/shared-video-miniature/video-filters.model.ts151 + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videos Kaikki videot - src/app/shared/shared-video-miniature/video-filters.model.ts160 + src/app/shared/shared-video-miniature/video-filters.model.ts166 Blurred Blurrattu - src/app/shared/shared-video-miniature/video-filters.model.ts240 + src/app/shared/shared-video-miniature/video-filters.model.ts246 hidden piilotettu - src/app/shared/shared-video-miniature/video-filters.model.ts246 + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurred blurrattu - src/app/shared/shared-video-miniature/video-filters.model.ts247 + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayed näytetty - src/app/shared/shared-video-miniature/video-filters.model.ts249 + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protected Password protected @@ -8082,10 +7967,10 @@ channel or account with the same name ( Reject Hylkää - src/app/+admin/follows/followers-list/followers-list.component.html51 - src/app/+admin/follows/followers-list/followers-list.component.ts40 - src/app/+admin/follows/followers-list/followers-list.component.ts86 - + + + + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 Delete Poista @@ -8117,7 +8002,7 @@ channel or account with the same name (src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts63src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts133src/app/shared/shared-abuse-list/abuse-list-table.component.ts376src/app/shared/shared-abuse-list/abuse-list-table.component.ts411src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}} Hyväksytty {count, plural, =1 { seuraa-pyyntö} other { seuraa-pyyntöä}} @@ -8151,10 +8036,10 @@ channel or account with the same name ( Follow Seuraa - src/app/+admin/follows/following-list/follow-modal.component.html3 - src/app/+admin/follows/following-list/follow-modal.component.html37 - src/app/+admin/follows/following-list/following-list.component.html25 - + + + + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line 1 isäntä (ilman "http://"), tili- tai kanavatunnusta riviä kohden @@ -8215,18 +8100,18 @@ channel or account with the same name ( Do you really want to remove this video redundancy? Haluatko todella poistaa tämän videon redundanssin? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy Poista redundanssi - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! Videon redundanssit poistettu! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Account unmuted by your instance. Tilin mykistys poistettu instanssisi toimesta. @@ -8295,90 +8180,90 @@ channel or account with the same name ( Internal actions Sisäiset toimet - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report Poista raportti - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account Toiminnot merkityille tileille - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mark as accepted Hyväksy - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected Hylkää - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note Lisää sisäinen muistiinpano - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video Videoille toiminnot - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video Estä video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. Video estetty. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video Poista esto videolta - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. Videon esto poistettu. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Do you really want to delete this abuse report? Haluatko varmasti poistaa tämän valituksen? - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. Valitus poistettu. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment Poistettu kommentti - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter Viestit raportoijan kanssa - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators Viestit moderoijan kanssa - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note Päivitä sisäinen muistiinpano - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual Vaihda videon esto manuaaliseksi @@ -8518,13 +8403,13 @@ channel or account with the same name ( plugin laajennus - src/app/+admin/plugins/shared/plugin-api.service.ts30 - + + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme teema - src/app/+admin/plugins/shared/plugin-api.service.ts33 - + + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP address IP osoite @@ -8644,19 +8529,19 @@ channel or account with the same name ( Info Info - src/app/+admin/overview/videos/video-list.component.html41 - src/app/core/notification/notifier.service.ts12 - + + + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 Files Tiedostot - src/app/+admin/overview/videos/video-list.component.html42 - + + src/app/+admin/overview/videos/video-list.component.html41 Published Julkaistu - src/app/+admin/overview/videos/video-list.component.html43 - + + src/app/+admin/overview/videos/video-list.component.html42 Warning Varoitus @@ -8683,49 +8568,42 @@ channel or account with the same name (Auditointi lokit src/app/+admin/system/logs/logs.component.ts145 - - Showing to of runner jobs - Showing to of runner jobs - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - - + UUID UUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 Priority Priority - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 Progress Progress - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 Runner Runner - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload: Payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload: Private payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found. No runner jobs found. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobsCompleted jobs src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts @@ -8789,35 +8667,22 @@ channel or account with the same name (4 - - Showing to of remote runners - Showing to of remote runners - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - - + IP IP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 - + + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contact Last contact - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found. No remote runners found. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. Käyttäjä luotu. @@ -8826,9 +8691,9 @@ channel or account with the same name ( Create user Luo käyttäjä - src/app/+admin/overview/users/user-edit/user-create.component.ts97 - src/app/+admin/overview/users/user-list/user-list.component.html25 - + + + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videos Estetyt videot @@ -8971,14 +8836,7 @@ channel or account with the same name (3 - - Showing to of registrations - Showing to of registrations - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - - + Password changed for user . Salasana vaihdettu käyttäjälle . @@ -9040,9 +8898,9 @@ channel or account with the same name ( Live Live - src/app/+admin/overview/videos/video-admin.service.ts53 - src/app/+admin/overview/videos/video-list.component.html88 - + + + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video files Videotiedostot @@ -9438,18 +9296,18 @@ channel or account with the same name ( Too many languages are enabled. Please enable them all or stay below 20 enabled languages. Liian monta kieltä on käytössä. Ota ne kaikki käyttöön tai pysy alle 20 kielen käytössä. - src/app/shared/shared-user-settings/user-video-settings.component.ts76 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. Videon tiedot päivitetty. - src/app/shared/shared-user-settings/user-video-settings.component.ts121 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. Näyttö/videoasetukset päivitetty. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Video channel created. Videokanava luotu. @@ -9483,13 +9341,13 @@ channel or account with the same name ( Video channel deleted. Videokanava poistettu. - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day Näyttöä tälle päivälle - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followers Seuraajani @@ -9573,8 +9431,8 @@ channel or account with the same name ( Playlist created. Soittolista luotu. - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 - + + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 Create Luo @@ -9586,7 +9444,7 @@ channel or account with the same name (src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist Päivitä soittolista @@ -9662,9 +9520,15 @@ channel or account with the same name ( Do you really want to delete ? Haluatko varmasti poistaa ? - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + Video deleted. @@ -9817,12 +9681,12 @@ channel or account with the same name (Suurenna editori - src/app/shared/shared-forms/markdown-textarea.component.ts51 + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editor Poistu suurennetusta editorista - src/app/shared/shared-forms/markdown-textarea.component.ts52 + src/app/shared/shared-forms/markdown-textarea.component.ts50 An email with verification link will be sent to . Vahvistuslinkki lähetetään sähköpostitse osoitteeseen . @@ -9844,9 +9708,9 @@ channel or account with the same name ( Subscribe to the account Tilaa käyttäjä - src/app/+video-channels/video-channels.component.ts85 - src/app/+videos/+video-watch/video-watch.component.ts888 - + + + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTS SOITTOLISTAT @@ -10189,14 +10053,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts174 + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videos Live videot - src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts168 + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) Lyhyt (< 4 min) @@ -11619,13 +11483,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instanssin kielet - src/app/+videos/+video-edit/shared/video-edit.component.ts222 + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages Kaikki kielet - src/app/+videos/+video-edit/shared/video-edit.component.ts223src/app/shared/shared-forms/select/select-languages.component.ts25 + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Hidden Piilotettu @@ -11641,7 +11505,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Näytetty - src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts242 + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 Disabled Disabled @@ -11806,19 +11670,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Account muted by the instance. Tili instanssin hiljentämä. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434 - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server Hiljennä palvelin - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. Palvelin instanssin hiljentämä. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter Lisää viesti kommunikoidaksesi raportoijan kanssa @@ -12065,30 +11929,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Too many attempts, please try again after minutes. Liian monta yritystä, yritä uudelleen minuutin jälkeen. - src/app/core/rest/rest-extractor.service.ts126 - + + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. Liian monta yritystä, yritä myöhemmin uudelleen. - src/app/core/rest/rest-extractor.service.ts129 - + + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. Palvelinvirhe. Yritä myöhemmin uudelleen. - src/app/core/rest/rest-extractor.service.ts133 - + + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later. Server is unavailable. Please retry later. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server error Tuntematon palvelinvirhe - src/app/core/rest/rest-extractor.service.ts140 + + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + Subscribed to all current channels of . You will be notified of all their new videos. @@ -12181,29 +12048,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Delete video Poista video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment Toimenpiteet kommentille - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment Poista kommentti - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? Haluatko todella poistaa tämän kommentin? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 - + + + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. Kommentti poistettu. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Encoder Enkooderi @@ -12250,25 +12117,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Do you really want to delete this video? Haluatko varmasti poistaa tämän videon? - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. Video poistettu. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter Toimet raportoijalle - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter Mykistä raportoija - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 Download Lataa @@ -12413,55 +12280,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 58 - - Showing to of registration tokens - Showing to of registration tokens - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - - + Token Token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runners Associated runners - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate token Generate token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copiedRegistration token copied - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration tokenCopy registration token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners. No registration token found for remote runners. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this token Remove this token @@ -12529,9 +12374,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute account Mykistä tili - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actions Avaa videotoiminnot @@ -12565,8 +12410,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute server account Mykistä palvelintili - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Report Raportoi @@ -12665,27 +12510,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18 - src/app/+admin/overview/videos/video-list.component.html77 - src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4 - src/app/+stats/video/video-stats.component.html2 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31 - src/app/+videos/+video-watch/video-watch.component.html76 - src/app/menu/menu.component.html112 - src/app/shared/shared-instance/instance-about-accordion.component.html115 - src/app/shared/shared-main/angular/login-link.component.html1 - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html20 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html30 - src/app/shared/shared-moderation/user-ban-modal.component.html3 - src/app/shared/shared-user-settings/user-interface-settings.component.html9 - src/app/shared/shared-video-miniature/video-download.component.html27 - src/app/shared/shared-video-miniature/video-download.component.html47 - src/app/shared/shared-video-miniature/video-download.component.html66 - src/app/shared/shared-video-miniature/video-download.component.html77 - src/app/shared/shared-video-miniature/video-download.component.html89 - src/app/shared/shared-video-miniature/videos-selection.component.html1 - + + + + + + + + + + + + + + + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Add to watch later Lisää katsottavaksi myöhemmin @@ -12718,27 +12563,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Only I can see this video Vain minä voin nähdä tämän videon - src/app/shared/shared-main/video/video.service.ts460 + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link Jaettavissa vain yksityisen linkin kautta - src/app/shared/shared-main/video/video.service.ts461 + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video Kaikki voivat nähdä tämän videon - src/app/shared/shared-main/video/video.service.ts462 + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video Vain tämän instanssin käyttäjät voivat nähdä tämän videon - src/app/shared/shared-main/video/video.service.ts463 + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this video Only users with the appropriate password can see this video - src/app/shared/shared-main/video/video.service.ts464 + src/app/shared/shared-main/video/video.service.ts465 Video to import updated. Tuotava video päivitetty. @@ -12786,36 +12631,24 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular You have unsaved changes! If you leave, your changes will be lost. Sinulla on tallentamattomia muutoksia! Jos lähdet sivulta, niin muutoksesi katoavat. - src/app/+videos/+video-edit/video-update.component.ts140 + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. Video päivitetty. - src/app/+videos/+video-edit/video-update.component.ts227 + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators.Your video will also be automatically blocked since video publication requires manual validation by moderators. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version.Uploading a new version of your video will completely erase the current version. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 <br /><br />Do you still want to replace your video file?<br /><br />Do you still want to replace your video file? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warningReplace file warning - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: ) (tiedostopäätteet: ) @@ -12916,47 +12749,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? Tämä video ei ole saatavilla tässä instanssissa. Haluatko, että sinut ohjataan uudelleen alkuperäiseen instanssiin: <a href=""></a>? - src/app/+videos/+video-watch/video-watch.component.ts370 - + + src/app/+videos/+video-watch/video-watch.component.ts371 Redirection Uudelleenohjaus - src/app/+videos/+video-watch/video-watch.component.ts371 - + + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this video You need a password to watch this video - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protected This video is password protected - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct password Incorrect password, please enter a correct password - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? Tämä video sisältää aikuisille tarkoitettua sisältöä. Haluatko varmasti jatkaa? - src/app/+videos/+video-watch/video-watch.component.ts446 - + + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content Aikuisille tarkoitettu sisältö - src/app/+videos/+video-watch/video-watch.component.ts447 - + + src/app/+videos/+video-watch/video-watch.component.ts448 Cancel Peruuta @@ -12983,72 +12807,72 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html42src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreen Siirry tai poistu koko ruudun tilasta - src/app/+videos/+video-watch/video-watch.component.ts851 - + + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the video Toista tai pysäytä video - src/app/+videos/+video-watch/video-watch.component.ts852 - + + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the video Mykistä tai poista mykistys - src/app/+videos/+video-watch/video-watch.component.ts853 - + + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90% Hyppää prosenttiin videosta: 0 on 0% ja 9 on 90% - src/app/+videos/+video-watch/video-watch.component.ts868 - + + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volume Lisää äänenvoimakkuutta - src/app/+videos/+video-watch/video-watch.component.ts855 - + + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volume Alenna äänenvoimakkuutta - src/app/+videos/+video-watch/video-watch.component.ts856 - + + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forward Kelaa videota eteenpäin - src/app/+videos/+video-watch/video-watch.component.ts870 - + + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backward Kelaa videota taaksepäin - src/app/+videos/+video-watch/video-watch.component.ts871 - + + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rate Nopeuta videontoistoa - src/app/+videos/+video-watch/video-watch.component.ts873 - + + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rate Hidasta videontoistoa - src/app/+videos/+video-watch/video-watch.component.ts874 - + + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frame Siirry aikaisempaan kehykseen - src/app/+videos/+video-watch/video-watch.component.ts876 - + + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frame Siirry seuraavaan kehykseen - src/app/+videos/+video-watch/video-watch.component.ts877 - + + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater mode Teatteritila - src/app/+videos/+video-watch/video-watch.component.ts861 - + + src/app/+videos/+video-watch/video-watch.component.ts867 Like the video Tykkää videosta @@ -13128,14 +12952,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 103 - - Showing to of videos - Näytetään / videota - - src/app/+admin/overview/videos/video-list.component.html - 11 - - + Only videos uploaded on this instance are displayed Vain tähän instanssiin ladatut videot näytetään diff --git a/client/src/locale/angular.fr-FR.xlf b/client/src/locale/angular.fr-FR.xlf index e0d37a18f..70d57aeb6 100644 --- a/client/src/locale/angular.fr-FR.xlf +++ b/client/src/locale/angular.fr-FR.xlf @@ -317,30 +317,21 @@ {views, plural, =0 {No view} =1 {1 view} other { views}} {views, plural, =0 {No view} =1 {1 view} other { views}} - src/app/shared/shared-main/video/video.model.ts291 + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded.PeerTube considers this video is already being transcoded. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcodingForce transcoding - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} {viewers, plural, =0 {Aucun spectateur} =1 {1 spectateur} other { spectateurs}} - src/app/shared/shared-main/video/video.model.ts288 + src/app/shared/shared-main/video/video.model.ts289 @@ -356,13 +347,13 @@ Account muted Compte masqué - src/app/+admin/overview/videos/video-list.component.html79 - + + src/app/+admin/overview/videos/video-list.component.html78 Server muted Serveur masqué - src/app/+admin/overview/videos/video-list.component.html80 - + + src/app/+admin/overview/videos/video-list.component.html79 Save to Enregistrer vers @@ -473,7 +464,7 @@ vidéo - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts341src/app/shared/shared-video-miniature/video-download.component.ts62 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: ) Votre quota est dépassé avec cette vidéo (taille de la vidéo : , utilisé : , quota : ) @@ -581,21 +572,18 @@ Bloquée - src/app/+admin/overview/videos/video-list.component.html82src/app/shared/shared-video-miniature/video-miniature.component.html64 + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storage Object storage - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this file Supprimer ce fichier - src/app/+admin/overview/videos/video-list.component.html114 - src/app/+admin/overview/videos/video-list.component.html130 - + + + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}. @@ -949,7 +937,7 @@ Local Locales - src/app/shared/shared-video-miniature/video-filters.model.ts135 + src/app/shared/shared-video-miniature/video-filters.model.ts141 users utilisateur·ices @@ -985,10 +973,10 @@ Following Suivre - src/app/+admin/admin.component.ts84 - src/app/+admin/follows/following-list/following-list.component.html41 - src/app/+admin/follows/follows.routes.ts26 - + + + + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 Followers Abonnés @@ -1236,7 +1224,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 Email address Adresse de courriel @@ -1288,7 +1276,7 @@ The link will expire within 1 hour. S'enregistrer Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 + src/app/+signup/+register/register.component.ts85 Why creating an account? Pourquoi créer un compte ? @@ -1973,8 +1961,8 @@ The link will expire within 1 hour. Media is too large for the server. Please contact you administrator if you want to increase the limit size. Ce média est trop gros pour le serveur. Merci de contacter votre administrateur·ice pour augmenter cette limite. - src/app/core/rest/rest-extractor.service.ts118 - + + src/app/core/rest/rest-extractor.service.ts122 GLOBAL SEARCH RECHERCHE GLOBALE @@ -2179,21 +2167,21 @@ The link will expire within 1 hour. Reset Réinitialiser - src/app/+search/search-filters.component.html8 - src/app/+search/search-filters.component.html22 - src/app/+search/search-filters.component.html41 - src/app/+search/search-filters.component.html60 - src/app/+search/search-filters.component.html74 - src/app/+search/search-filters.component.html109 - src/app/+search/search-filters.component.html122 - src/app/+search/search-filters.component.html135 - src/app/+search/search-filters.component.html148 - src/app/+search/search-filters.component.html163 - src/app/+search/search-filters.component.html171 - src/app/+search/search-filters.component.html188 - src/app/+search/search-filters.component.html229 - src/app/shared/shared-forms/reactive-file.component.html16 - + + + + + + + + + + + + + + + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter Filtre @@ -2354,7 +2342,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts39src/app/shared/shared-instance/instance-follow.service.ts142 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found Aucun élément trouvé @@ -2372,7 +2360,7 @@ The link will expire within 1 hour. - src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html24src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 Choose the appropriate licence for your work. Choisissez la licence appropriée pour votre travail. @@ -2381,71 +2369,50 @@ The link will expire within 1 hour. Channel Chaîne - src/app/+admin/moderation/registration-list/registration-list.component.html39 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+videos/+video-edit/shared/video-edit.component.html65 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26 - src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reason Motif de l'inscription - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation response Réponse de la modération - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 Requested on Requested on - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason: Motif de l'inscription : - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response: Réponse de la modération: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters. Aucun enregistrement trouvé avec ces filtres. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found. Pas d'inscription trouvée. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this request Accepter cette demande @@ -2685,63 +2652,63 @@ The link will expire within 1 hour. Original publication date Date originale de publication - src/app/+videos/+video-edit/shared/video-edit.component.html368 + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) Il s'agit de la date à laquelle le contenu a été publié à l'origine (par exemple, la date de sortie d'un film) - src/app/+videos/+video-edit/shared/video-edit.component.html371 + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settings Paramètres du plugin - src/app/+videos/+video-edit/shared/video-edit.component.html402 + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latency Latence réduite - src/app/+videos/+video-edit/shared/video-edit.component.ts92 + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2P Réduit la latence à ~15s en désactivant le P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts93 + src/app/+videos/+video-edit/shared/video-edit.component.ts94 Default Défaut - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts97 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30s Latence moyenne de 30s - src/app/+videos/+video-edit/shared/video-edit.component.ts98 + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latency Latence importante - src/app/+videos/+video-edit/shared/video-edit.component.ts102 + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratio Latence moyenne de 60s augmentant le ratio P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts103 + src/app/+videos/+video-edit/shared/video-edit.component.ts104 Other Autre - src/app/+videos/+video-edit/shared/video-edit.component.ts219src/app/shared/shared-forms/select/select-languages.component.ts50 + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments Activer les commentaires - src/app/+videos/+video-edit/shared/video-edit.component.html389 + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download Activer le téléchargement - src/app/+videos/+video-edit/shared/video-edit.component.html394 + src/app/+videos/+video-edit/shared/video-edit.component.html398 Advanced settings Paramétrages avancés @@ -2792,12 +2759,12 @@ The link will expire within 1 hour. Scheduled Planifié - src/app/+videos/+video-edit/shared/video-edit.component.ts240 + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date Masquer la vidéo jusqu'à une date précise - src/app/+videos/+video-edit/shared/video-edit.component.ts241 + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal live Direct normal @@ -2843,9 +2810,9 @@ The link will expire within 1 hour. Total video quota Total du quota vidéo - src/app/+admin/overview/users/user-list/user-list.component.html118 - src/app/shared/shared-main/users/user-quota.component.html3 - + + + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Congratulations! Your video is now available in your private library. Félicitations ! Votre vidéo est à présent disponible dans votre bibliothèque personnelle. @@ -2907,11 +2874,11 @@ The link will expire within 1 hour. src/app/+videos/+video-edit/video-update.component.html 29 - - Your video is currenctly being updated. If you leave, your changes will be lost.Your video is currenctly being updated. If you leave, your changes will be lost. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 @@ -3157,7 +3124,7 @@ The link will expire within 1 hour. - src/app/+admin/overview/users/user-list/user-list.component.html104src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Loop Boucle @@ -3280,7 +3247,7 @@ The link will expire within 1 hour. Show more Voir plus - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less Montrer moins @@ -3323,14 +3290,14 @@ The link will expire within 1 hour. The video was blocked due to automatic blocking of new videos La vidéo a été bloquée à cause du blocage automatique des nouvelles vidéos - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFW NSFW - src/app/+admin/moderation/video-block-list/video-block-list.component.html56 - src/app/+admin/overview/videos/video-list.component.html75 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Get more information Obtenir plus d'informations @@ -3585,16 +3552,13 @@ The link will expire within 1 hour. Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? Le renouvellement du jeton empêchera les clients précédemment configurés de récupérer le flux tant qu'ils n'auront pas utilisé le nouveau jeton. Poursuivre ? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly. Token renouvelé. Mettez à jour la configuration de vos clients en conséquence. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEED FLUX D'ABONNEMENT @@ -3623,9 +3587,9 @@ The link will expire within 1 hour. Renew token Renouveler le jeton - src/app/+my-account/my-account-applications/my-account-applications.component.html36 - src/app/+my-account/my-account-applications/my-account-applications.component.ts41 - + + + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Filter... Filtrage... @@ -3646,19 +3610,19 @@ The link will expire within 1 hour. Video/Comment/Account Vidéo/Commentaire/Compte - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 ID ID - src/app/+admin/system/jobs/jobs.component.html45 - + + src/app/+admin/system/jobs/jobs.component.html43 State Statut - src/app/+admin/system/jobs/jobs.component.html48 - src/app/+my-library/my-video-imports/my-video-imports.component.html30 - + + + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 Created Créé @@ -3671,44 +3635,38 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html39src/app/+admin/follows/following-list/following-list.component.html43src/app/+admin/system/jobs/jobs.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html27src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37src/app/+my-library/my-video-imports/my-video-imports.component.html31src/app/shared/shared-abuse-list/abuse-list-table.component.html23 + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab Ouvrir l'acteur dans un nouvel onglet - src/app/+admin/follows/followers-list/followers-list.component.html56 - + + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted Accepté - src/app/+admin/follows/followers-list/followers-list.component.html63 - src/app/+admin/follows/following-list/following-list.component.html65 - + + + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending En attente - src/app/+admin/follows/followers-list/followers-list.component.html64 - src/app/+admin/follows/following-list/following-list.component.html66 - + + + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 Rejected Rejeté - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept Accepter - src/app/+admin/follows/followers-list/followers-list.component.html50 - src/app/+admin/follows/followers-list/followers-list.component.ts45 - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25 - src/app/+my-library/my-ownership/my-ownership.component.html27 - + + + + + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse Refuser @@ -3717,61 +3675,53 @@ The link will expire within 1 hour. No follower found matching current filters. Aucun abonné n'a pu être trouvé avec les filtres actuels. - src/app/+admin/follows/followers-list/followers-list.component.html77 - + + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. Votre instance n'a aucun abonné. - src/app/+admin/follows/followers-list/followers-list.component.html78 - - - Showing to of followers - Affiche les instances à sur vous suivant - src/app/+admin/follows/followers-list/followers-list.component.html11 - + + src/app/+admin/follows/followers-list/followers-list.component.html77 + Redundancy allowed Redondance autorisée - src/app/+admin/follows/following-list/following-list.component.html44 - + + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab Ouvrir l'instance dans une nouvelle fenêtre - src/app/+admin/follows/following-list/following-list.component.html58 - src/app/shared/shared-moderation/server-blocklist.component.html43 - src/app/shared/shared-moderation/server-blocklist.component.html43 - + + + + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. Impossible de trouver un hôte correspondant aux critères actuels. - src/app/+admin/follows/following-list/following-list.component.html84 - + + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. Votre instance n'en suit aucune autre. - src/app/+admin/follows/following-list/following-list.component.html85 - + + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}} Souhaitez-vous réellement vous désabonner {count, plural, =1 {de ?} other {des entrées?}} src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - Affiche à sur hôtes - src/app/+admin/follows/following-list/following-list.component.html11 - + Action Action - src/app/+admin/follows/following-list/following-list.component.html40 - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/server-blocklist.component.html31 - src/app/shared/shared-moderation/server-blocklist.component.html31 - + + + + + + + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies Redondances des vidéos @@ -3790,18 +3740,18 @@ The link will expire within 1 hour. Table parameters Paramètres des tables - src/app/+admin/overview/users/user-list/user-list.component.html47 - + + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns Sélectionnez les colonnes - src/app/+admin/overview/users/user-list/user-list.component.html53 - + + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users Mettre en évidence les utilisateur·ices banni·es - src/app/+admin/overview/users/user-list/user-list.component.html59 - + + src/app/+admin/overview/users/user-list/user-list.component.html57 Username Identifiant @@ -3922,47 +3872,43 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html18src/app/+admin/follows/following-list/following-list.component.html18src/app/+admin/moderation/registration-list/registration-list.component.html18src/app/+admin/overview/comments/video-comment-list.component.html22src/app/+admin/overview/users/user-list/user-list.component.html18src/app/+admin/overview/videos/video-list.component.html18src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 The user was banned L'utilisateur·ice a été banni·e - src/app/+admin/overview/users/user-list/user-list.component.html109 - + + src/app/+admin/overview/users/user-list/user-list.component.html107 Open account in a new tab Ouvrir le compte dans un nouvel onglet - src/app/+admin/overview/comments/video-comment-list.component.html69 - src/app/+admin/overview/users/user-list/user-list.component.html94 - src/app/+my-library/my-ownership/my-ownership.component.html32 - src/app/shared/shared-abuse-list/abuse-list-table.component.html44 - src/app/shared/shared-moderation/account-blocklist.component.html35 - src/app/shared/shared-moderation/account-blocklist.component.html35 - + + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account Compte supprimé - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota Quota vidéo quotidien total - src/app/+admin/overview/users/user-list/user-list.component.html128 - + + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: Raison du bannissement : - src/app/+admin/overview/users/user-list/user-list.component.html150 - + + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned users Utilisateur·ices banni·es src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - Affiche à de utilisateur·ices - src/app/+admin/overview/users/user-list/user-list.component.html11 - + Moderation Modération @@ -4003,9 +3949,9 @@ The link will expire within 1 hour. Video Vidéo - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30 - src/app/+admin/moderation/video-block-list/video-block-list.component.html26 - + + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size Taille totale @@ -4040,29 +3986,29 @@ The link will expire within 1 hour. Used () Utilisé () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available () Disponible () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Sensitive Sensible - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated Non fédéré - src/app/+admin/moderation/video-block-list/video-block-list.component.html28 - src/app/+admin/moderation/video-block-list/video-block-list.component.html60 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date Date - src/app/+admin/moderation/video-block-list/video-block-list.component.html29 - src/app/+admin/overview/comments/video-comment-list.component.html46 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this row Sélectionner cette ligne @@ -4072,12 +4018,12 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html46src/app/+admin/follows/following-list/following-list.component.html51src/app/+admin/moderation/registration-list/registration-list.component.html50src/app/+admin/overview/comments/video-comment-list.component.html54src/app/+admin/overview/users/user-list/user-list.component.html79src/app/+admin/overview/videos/video-list.component.html51src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full comment Voir le commentaire complet - src/app/+admin/overview/comments/video-comment-list.component.html58 - + + src/app/+admin/overview/comments/video-comment-list.component.html57 Actions Actions @@ -4090,27 +4036,27 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html35src/app/+admin/moderation/registration-list/registration-list.component.html60src/app/+admin/moderation/video-block-list/video-block-list.component.html43src/app/+admin/overview/comments/video-comment-list.component.html64src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70src/app/+admin/system/runners/runner-list/runner-list.component.html36src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html39 + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 Follower Suiveur - src/app/+admin/follows/followers-list/followers-list.component.html36 - + + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented video Vidéo commenté - src/app/+admin/overview/comments/video-comment-list.component.html81 - + + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters. Aucun commentaire trouvé correspondant aux filtres actuels. - src/app/+admin/overview/comments/video-comment-list.component.html106 - + + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found. Pas de commentaires trouvés. - src/app/+admin/overview/comments/video-comment-list.component.html107 - + + src/app/+admin/overview/comments/video-comment-list.component.html106 Local comments Commentaires locaux @@ -4129,53 +4075,53 @@ The link will expire within 1 hour. No abuses found matching current filters. Aucun signalement trouvé correspondant aux filtres actuels. - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. Aucun abus constaté. - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reports Rapports non résolus - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reports Rapports acceptés - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reports Rapports refusés - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videos Rapports avec des vidéos bloquées - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videos Rapports avec des vidéos supprimées - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: Raison du blocage : - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. Aucune vidéo bloquée correspondant aux filtres actuels n'a été trouvée. - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. Aucune vidéo bloquée trouvée. - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocks Blocages automatiques @@ -4186,11 +4132,7 @@ The link will expire within 1 hour. Blocages manuels src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - Montrant de vidéos bloqués - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 - + Reports Rapports @@ -4217,9 +4159,9 @@ The link will expire within 1 hour. Reporter Rapporteur - src/app/shared/shared-abuse-list/abuse-details.component.html7 - src/app/shared/shared-abuse-list/abuse-list-table.component.html21 - + + + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 @@ -4235,28 +4177,28 @@ The link will expire within 1 hour. Video Vidéo - src/app/+admin/overview/comments/video-comment-list.component.html44 - src/app/+admin/overview/videos/video-list.component.html40 - src/app/+my-library/my-ownership/my-ownership.component.html14 - src/app/+my-library/my-video-imports/my-video-imports.component.html29 - src/app/shared/shared-video-miniature/video-download.component.html8 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 Comment Commentaire - src/app/+admin/overview/comments/video-comment-list.component.html45src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 This video has been reported multiple times. Cette vidéo a été signalée plusieurs fois. - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked La vidéo a été bloquée - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on par sur @@ -4265,13 +4207,19 @@ The link will expire within 1 hour. Video was deleted La vidéo a été supprimée - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + Account deleted Compte supprimé - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 Open video in a new tab Ouvrir la vidéo dans un nouvel onglet @@ -4286,27 +4234,23 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html37src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/moderation/registration-list/registration-list.component.html41src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/shared/shared-abuse-list/abuse-list-table.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages Messages - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note Note interne - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score Score - src/app/+admin/follows/followers-list/followers-list.component.html38 - - - Showing to of reports - Affiche les signalements à sur - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 - + + src/app/+admin/follows/followers-list/followers-list.component.html37 + Reportee Cible du rapport @@ -4326,51 +4270,46 @@ The link will expire within 1 hour. Mute domain Masquer un domaine - src/app/shared/shared-moderation/server-blocklist.component.html19 - src/app/shared/shared-moderation/server-blocklist.component.html19 - + + + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance Instance - src/app/+about/about.component.html3 - src/app/+search/search-filters.component.html217 - src/app/shared/shared-moderation/server-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html32 - + + + + + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at Silencé le - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/server-blocklist.component.html33 - src/app/shared/shared-moderation/server-blocklist.component.html33 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute Rétablir - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html40 - src/app/shared/shared-moderation/server-blocklist.component.html40 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. Aucun serveur ne correspond aux critères actuels. - src/app/shared/shared-moderation/server-blocklist.component.html56 - src/app/shared/shared-moderation/server-blocklist.component.html56 - + + + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. Aucun serveur trouvé. - src/app/shared/shared-moderation/server-blocklist.component.html57 - src/app/shared/shared-moderation/server-blocklist.component.html57 - - - Showing to of muted instances - Affiche les instances à sur rendues muettes - src/app/shared/shared-moderation/server-blocklist.component.html12 - src/app/shared/shared-moderation/server-blocklist.component.html12 - + + + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. Il semblerait que votre serveur n'utilise par le protocole HTTPS. Vous devez activer TLS sur votre serveur pour pouvoir en suivre d'autres. @@ -4384,29 +4323,29 @@ The link will expire within 1 hour. Mute domains Masquer des domaines - src/app/shared/shared-moderation/server-blocklist.component.html64 - src/app/shared/shared-moderation/server-blocklist.component.html64 - + + + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account Comptes - src/app/+admin/moderation/registration-list/registration-list.component.html37 - src/app/+admin/overview/comments/video-comment-list.component.html43 - src/app/shared/shared-moderation/account-blocklist.component.html24 - src/app/shared/shared-moderation/account-blocklist.component.html24 - + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. Aucun compte ne correspond aux critères. - src/app/shared/shared-moderation/account-blocklist.component.html54 - src/app/shared/shared-moderation/account-blocklist.component.html54 - + + + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. Aucun compte trouvé. - src/app/shared/shared-moderation/account-blocklist.component.html55 - src/app/shared/shared-moderation/account-blocklist.component.html55 - + + + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed plugins Liste des plugins installés @@ -4422,12 +4361,7 @@ The link will expire within 1 hour. Montrer le plugin src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - Affiche les comptes à sur silencés - src/app/shared/shared-moderation/account-blocklist.component.html11 - src/app/shared/shared-moderation/account-blocklist.component.html11 - + Plugins/Themes Plugins / Thèmes @@ -4649,11 +4583,7 @@ The link will expire within 1 hour. Cette vue montre également les commentaires des comptes en sourdine. src/app/+admin/overview/comments/video-comment-list.component.html8 - - Showing to of comments - Montrant à de commentaires - src/app/+admin/overview/comments/video-comment-list.component.html15 - + Select all rows Sélectionner toutes les lignes @@ -4663,7 +4593,7 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html33src/app/+admin/follows/following-list/following-list.component.html38src/app/+admin/moderation/registration-list/registration-list.component.html33src/app/+admin/overview/comments/video-comment-list.component.html39src/app/+admin/overview/users/user-list/user-list.component.html39src/app/+admin/overview/videos/video-list.component.html36src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type type de tâche @@ -4683,53 +4613,43 @@ The link will expire within 1 hour. Selector for the list displaying jobs, filtering by their state - - Showing to of jobs - Montrant à de jobs - src/app/+admin/system/jobs/jobs.component.html39 - + Type Type - src/app/+admin/system/jobs/jobs.component.html46src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 Priority (1 = highest priority) Priorité (1 = plus haute priorité) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + + src/app/+admin/system/jobs/jobs.component.html45 Progress Progression - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found. Pas de tâches trouvées. - src/app/+admin/system/jobs/jobs.component.html105 - + + src/app/+admin/system/jobs/jobs.component.html103 No jobs found. Pas de tâches trouvées. - src/app/+admin/system/jobs/jobs.component.html106 - + + src/app/+admin/system/jobs/jobs.component.html104 No jobs found. Pas de travaux trouvés. - src/app/+admin/system/jobs/jobs.component.html110 - + + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are . Il n'existe aucun travail dans l'état . - src/app/+admin/system/jobs/jobs.component.html111 - + + src/app/+admin/system/jobs/jobs.component.html109 Refresh Rafraîchir @@ -4738,7 +4658,7 @@ The link will expire within 1 hour. - src/app/+admin/overview/comments/video-comment-list.component.html31src/app/+admin/overview/videos/video-list.component.html27src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 now maintenant @@ -4782,7 +4702,7 @@ The link will expire within 1 hour. - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description Courte description @@ -5202,12 +5122,14 @@ The link will expire within 1 hour. ⚠️ We don't recommend to enable this feature if you don't trust your users ⚠️ Nous ne recommandons pas d'activer cette fonctionnalité si vous n'avez pas une totale confiance en vos utilisateur·ices src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + - - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - Autoriser la synchronisation de chaînes avec des chaînes d'autres plateformes comme YouTube (nécessite d'autoriser l'import avec une URL HTTP) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 - + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ Vous devez autoriser l'import avec une URL HTTP pour pouvoir activer cette fonctionnalité. @@ -6229,74 +6151,52 @@ color: red; 9 - - Showing to of synchronizations - Afficher à des synchronisations - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - - + Add synchronization Ajouter une synchronisation - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 External Channel Chaîne distante - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 Channel Chaîne - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 Last synchronization at Dernière synchronisation le - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List imports Lister les importations - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channel Synchroniser toute la chaîne - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channel Cela récupère toute vidéo manquante dans la chaîne locale - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for . Synchronisation supprimée avec succès pour . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for . Synchronisation complète demandée avec succès pour . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATION NOUVELLE SYNCHRONISATION @@ -6434,18 +6334,14 @@ color: red; Target Cible - src/app/+my-library/my-video-imports/my-video-imports.component.html28 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted Cette vidéo a été supprimée - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - - Showing to of imports - Montrant de de importations - src/app/+my-library/my-video-imports/my-video-imports.component.html21 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. Une fois votre compte supprimé, aucun retour en arrière n'est possible. Il vous sera demandé de confirmer cette action. @@ -6454,25 +6350,15 @@ color: red; Channel page Page de la chaîne - src/app/+my-library/+my-video-channels/my-video-channels.component.html34 - src/app/+my-library/my-follows/my-subscriptions.component.html20 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65 - src/app/+videos/+video-watch/video-watch.component.html66 - + + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} {VAR_PLURAL, plural, =0 {No views} =1 {1 vue} other { vues}} src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()!Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - Created by @@ -6932,9 +6818,9 @@ channel or account with the same name ( Banned Bannis - src/app/+accounts/accounts.component.html21 - src/app/+admin/overview/users/user-list/user-list.component.html105 - + + + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Instance muted Instance muette @@ -7026,8 +6912,8 @@ channel or account with the same name ( Please type the name of the video channel () to confirm Veuillez saisir le nom de la chaîne vidéo () pour confirmer - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL NOUVELLE CHAÎNE @@ -7433,12 +7319,12 @@ channel or account with the same name (Aller à l'étape précédente - src/app/+signup/+register/register.component.ts43 + src/app/+signup/+register/register.component.ts42 Go to the next step Aller à l'étape suivante - src/app/+signup/+register/register.component.ts44 + src/app/+signup/+register/register.component.ts43 Who are we? Qui sommes-nous ? @@ -7458,7 +7344,7 @@ channel or account with the same name ( Conditions d'utilisation de - src/app/shared/shared-instance/instance-about-accordion.component.ts81 + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability Administrateur·ices & Pérennité @@ -7673,52 +7559,52 @@ channel or account with the same name (Contenu sensible - src/app/shared/shared-video-miniature/video-filters.model.ts125 + src/app/shared/shared-video-miniature/video-filters.model.ts131 Scope Portée - src/app/shared/shared-video-miniature/video-filters.model.ts132 + src/app/shared/shared-video-miniature/video-filters.model.ts138 Federated Fédérée - src/app/shared/shared-video-miniature/video-filters.model.ts134 + src/app/shared/shared-video-miniature/video-filters.model.ts140 Languages Langues - src/app/shared/shared-video-miniature/video-filters.model.ts142 + src/app/shared/shared-video-miniature/video-filters.model.ts148 Categories Catégories - src/app/shared/shared-video-miniature/video-filters.model.ts151 + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videos Toutes les vidéos - src/app/shared/shared-video-miniature/video-filters.model.ts160 + src/app/shared/shared-video-miniature/video-filters.model.ts166 Blurred Flouter - src/app/shared/shared-video-miniature/video-filters.model.ts240 + src/app/shared/shared-video-miniature/video-filters.model.ts246 hidden cachée - src/app/shared/shared-video-miniature/video-filters.model.ts246 + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurred flouter - src/app/shared/shared-video-miniature/video-filters.model.ts247 + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayed affichée - src/app/shared/shared-video-miniature/video-filters.model.ts249 + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protectedPassword protected src/app/shared/shared-video-miniature/video-miniature.component.html @@ -8077,10 +7963,10 @@ channel or account with the same name ( Reject Retirer - src/app/+admin/follows/followers-list/followers-list.component.html51 - src/app/+admin/follows/followers-list/followers-list.component.ts40 - src/app/+admin/follows/followers-list/followers-list.component.ts86 - + + + + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 Delete Supprimer @@ -8112,7 +7998,7 @@ channel or account with the same name (src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts63src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts133src/app/shared/shared-abuse-list/abuse-list-table.component.ts376src/app/shared/shared-abuse-list/abuse-list-table.component.ts411src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}} Accepté {count, plural, =1 { demande d'abonnement} other { demandes d'abonnement}} @@ -8151,10 +8037,10 @@ channel or account with the same name ( Follow Suivre - src/app/+admin/follows/following-list/follow-modal.component.html3 - src/app/+admin/follows/following-list/follow-modal.component.html37 - src/app/+admin/follows/following-list/following-list.component.html25 - + + + + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line 1 hôte (sans "http://"), « handle » de compte ou « handle » de canal par ligne @@ -8218,17 +8104,17 @@ channel or account with the same name (Êtes-vous sûr de vouloir supprimer cette redondance de vidéo ? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy Supprimer cette redondance - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! Redondance de vidéo supprimée ! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Account unmuted by your instance. Compte réactivé par votre instance. @@ -8297,90 +8183,90 @@ channel or account with the same name ( Internal actions Actions internes - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report Supprimer le signalement - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account Actions pour le compte marqué - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mark as accepted Marquer comme accepté - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected Marquer comme rejeté - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note Ajouter une note interne - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video Actions pour cette vidéo - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video Bloquer la vidéo - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. Vidéo bloquée. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video Débloquer la vidéo - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. Vidéo débloquée. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Do you really want to delete this abuse report? Voulez-vous vraiment supprimer ce signalement ? - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. Signalement supprimé. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment Commentaire supprimé - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter Messages avec la personne qui a signalé - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators Messages avec modérateur·ices - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note Mise à jour de la note interne - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual Passage du blocage vidéo au mode manuel @@ -8520,13 +8406,13 @@ channel or account with the same name ( plugin plugin - src/app/+admin/plugins/shared/plugin-api.service.ts30 - + + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme thème - src/app/+admin/plugins/shared/plugin-api.service.ts33 - + + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP address Adresse IP @@ -8643,19 +8529,19 @@ channel or account with the same name ( Info Info - src/app/+admin/overview/videos/video-list.component.html41 - src/app/core/notification/notifier.service.ts12 - + + + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 Files Fichiers - src/app/+admin/overview/videos/video-list.component.html42 - + + src/app/+admin/overview/videos/video-list.component.html41 Published Publié le - src/app/+admin/overview/videos/video-list.component.html43 - + + src/app/+admin/overview/videos/video-list.component.html42 Warning Attention @@ -8682,49 +8568,42 @@ channel or account with the same name (Journaux d’audit src/app/+admin/system/logs/logs.component.ts145 - - Showing to of runner jobs - Showing to of runner jobs - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - - + UUID UUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 Priority Priority - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 Progress Progress - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 Runner Runner - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload: Payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload: Private payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found. No runner jobs found. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobsCompleted jobs src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts @@ -8787,35 +8666,22 @@ channel or account with the same name (4 - - Showing to of remote runners - Showing to of remote runners - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - - + IP IP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contact Last contact - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found. No remote runners found. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. Utilisateur·ice créé·e. @@ -8824,9 +8690,9 @@ channel or account with the same name ( Create user Créer un·e utilisateur·ice - src/app/+admin/overview/users/user-edit/user-create.component.ts97 - src/app/+admin/overview/users/user-list/user-list.component.html25 - + + + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videos Vidéos bloquées @@ -8969,14 +8835,7 @@ channel or account with the same name (3 - - Showing to of registrations - Showing to of registrations - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - - + Password changed for user . Mot de passe changé pour l'utilisateur·ice . @@ -9038,9 +8897,9 @@ channel or account with the same name ( Live Direct - src/app/+admin/overview/videos/video-admin.service.ts53 - src/app/+admin/overview/videos/video-list.component.html88 - + + + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video files Fichiers vidéo @@ -9434,18 +9293,18 @@ channel or account with the same name ( Too many languages are enabled. Please enable them all or stay below 20 enabled languages. Trop de langues sont activées. Veuillez les activer toutes ou rester en dessous de 20 langues activées. - src/app/shared/shared-user-settings/user-video-settings.component.ts76 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. Paramètres vidéo mis à jour. - src/app/shared/shared-user-settings/user-video-settings.component.ts121 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. Mise à jour des paramètres d'affichage et de vidéo. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Video channel created. Chaîne vidéo créée. @@ -9479,13 +9338,13 @@ channel or account with the same name ( Video channel deleted. Chaîne vidéo supprimée. - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day Vues pour la journée - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followers Mes followers @@ -9569,8 +9428,8 @@ channel or account with the same name ( Playlist created. Liste de lecture créée. - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 - + + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 Create Créer @@ -9582,7 +9441,7 @@ channel or account with the same name (src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist Mettre à jour la liste de lecture @@ -9662,9 +9521,15 @@ channel or account with the same name ( ? - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + Video deleted. @@ -9817,12 +9682,12 @@ channel or account with the same name (Agrandir l'éditeur - src/app/shared/shared-forms/markdown-textarea.component.ts51 + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editor Sortir de l'éditeur agrandi - src/app/shared/shared-forms/markdown-textarea.component.ts52 + src/app/shared/shared-forms/markdown-textarea.component.ts50 An email with verification link will be sent to . Un courriel contenant un lien de vérification sera envoyé à . @@ -9846,7 +9711,7 @@ channel or account with the same name (src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts888 + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTS LISTES DE LECTURE @@ -10189,14 +10054,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts174 + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videos Directs - src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts168 + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) Courte (< 4 min) @@ -11619,13 +11484,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Langues de l'instance - src/app/+videos/+video-edit/shared/video-edit.component.ts222 + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages Toutes les langues - src/app/+videos/+video-edit/shared/video-edit.component.ts223src/app/shared/shared-forms/select/select-languages.component.ts25 + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Hidden Cacher @@ -11641,7 +11506,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Afficher - src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts242 + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 Disabled Disabled @@ -11822,19 +11687,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Account muted by the instance. Compte rendu muet par votre instance. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434 - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server Masquer le serveur - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. Serveur masqué par votre instance. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter Ajouter un message pour communiquer avec la personne qui a signalé @@ -12081,30 +11946,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Too many attempts, please try again after minutes. Trop de tentatives, merci de réessayer dans minutes. - src/app/core/rest/rest-extractor.service.ts126 - + + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. Trop d'essais. Merci de réessayer plus tard. - src/app/core/rest/rest-extractor.service.ts129 - + + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. Le serveur rencontre une erreur. Merci de réessayer plus tard. - src/app/core/rest/rest-extractor.service.ts133 - + + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later. Server is unavailable. Please retry later. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server error Erreur du serveur inconnue - src/app/core/rest/rest-extractor.service.ts140 + + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + Subscribed to all current channels of . You will be notified of all their new videos. @@ -12199,29 +12067,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Delete video Supprimer la vidéo - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment Actions pour le commentaire - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment Supprimer le commentaire - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? Souhaitez-vous vraiment supprimer ce commentaire ? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. Commentaire supprimé. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Encoder Encodeur @@ -12268,25 +12136,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Do you really want to delete this video? Êtes-vous bien sûr de vouloir supprimer cette vidéo ? - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. Vidéo supprimée. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter Actions pour le rapporteur - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter Rendre silencieux le rapporteur - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 Download Télécharger @@ -12429,55 +12297,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 58 - - Showing to of registration tokens - Showing to of registration tokens - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - - + Token Token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runners Associated runners - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate token Generate token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copiedRegistration token copied - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration tokenCopy registration token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners. No registration token found for remote runners. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this token Remove this token @@ -12545,9 +12391,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute account Rendre muet le compte - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actions Ouvrir les actions vidéo @@ -12581,8 +12427,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute server account Rendre muet le compte du serveur - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Report Signalement @@ -12701,7 +12547,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html77src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Add to watch later Regarder plus tard @@ -12734,25 +12580,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Only I can see this video Seul moi peut voir cette vidéo - src/app/shared/shared-main/video/video.service.ts460 + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link Partageable uniquement via un lien privé - src/app/shared/shared-main/video/video.service.ts461 + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video Tout le monde peut voir cette vidéo - src/app/shared/shared-main/video/video.service.ts462 + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video Seul·es les utilisateur·ices de cette instance peuvent voir cette vidéo - src/app/shared/shared-main/video/video.service.ts463 + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this videoOnly users with the appropriate password can see this video - src/app/shared/shared-main/video/video.service.ts464 + src/app/shared/shared-main/video/video.service.ts465 Video to import updated. Les vidéos à importer ont été mises à jour. @@ -12800,36 +12646,24 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular You have unsaved changes! If you leave, your changes will be lost. Vous n'avez pas sauvegardé vos modifications ! Si vous quittez la page, vous les perdrez. - src/app/+videos/+video-edit/video-update.component.ts140 + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. Vidéo mise à jour. - src/app/+videos/+video-edit/video-update.component.ts227 + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators.Your video will also be automatically blocked since video publication requires manual validation by moderators. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version.Uploading a new version of your video will completely erase the current version. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 <br /><br />Do you still want to replace your video file?<br /><br />Do you still want to replace your video file? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warningReplace file warning - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: ) (extensions : ) @@ -12904,40 +12738,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? Cette vidéo n'est pas disponible sur cette instance ? Voulez-vous être redirigé sur l'instance d'origine : <a href=""></a> ? - src/app/+videos/+video-watch/video-watch.component.ts370 + src/app/+videos/+video-watch/video-watch.component.ts371 Redirection Redirection - src/app/+videos/+video-watch/video-watch.component.ts371 + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this videoYou need a password to watch this video - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protectedThis video is password protected - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct passwordIncorrect password, please enter a correct password - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? Cette vidéo contient du contenu sensible. Êtes-vous sûr de vouloir la regarder ? - src/app/+videos/+video-watch/video-watch.component.ts446 + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content Contenu explicite ou sensible - src/app/+videos/+video-watch/video-watch.component.ts447 + src/app/+videos/+video-watch/video-watch.component.ts448 Cancel @@ -12964,73 +12789,73 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html42src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreen Entrer/sortir du plein écran - src/app/+videos/+video-watch/video-watch.component.ts851 + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the video Lecture/Pause de la vidéo - src/app/+videos/+video-watch/video-watch.component.ts852 + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the video Sourdine/reprise du son de la vidéo - src/app/+videos/+video-watch/video-watch.component.ts853 + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90% Passer à un pourcentage de la vidéo : 0 est 0% et 9 est 90% - src/app/+videos/+video-watch/video-watch.component.ts868 + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volume Augmenter le volume - src/app/+videos/+video-watch/video-watch.component.ts855 + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volume Diminuer le volume - src/app/+videos/+video-watch/video-watch.component.ts856 + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forward Faire avancer la vidéo - src/app/+videos/+video-watch/video-watch.component.ts870 + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backward Faire reculer la vidéo - src/app/+videos/+video-watch/video-watch.component.ts871 + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rate Augmenter la vitesse de lecture - src/app/+videos/+video-watch/video-watch.component.ts873 + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rate Diminuer la vitesse de lecture - src/app/+videos/+video-watch/video-watch.component.ts874 + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frame Naviguer dans la vidéo jusqu'à l'image précédente - src/app/+videos/+video-watch/video-watch.component.ts876 + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frame Naviguer dans la vidéo jusqu'à l'image suivante - src/app/+videos/+video-watch/video-watch.component.ts877 + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater mode Basculer le mode théâtre - src/app/+videos/+video-watch/video-watch.component.ts861 + src/app/+videos/+video-watch/video-watch.component.ts867 Like the video J’aime cette vidéo @@ -13110,14 +12935,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 103 - - Showing to of videos - Affichage de à de vidéos - - src/app/+admin/overview/videos/video-list.component.html - 11 - - + Only videos uploaded on this instance are displayed Seules les vidéos téléchargées sur cette instance sont affichées diff --git a/client/src/locale/angular.gd.xlf b/client/src/locale/angular.gd.xlf index 8c4aea592..429becffa 100644 --- a/client/src/locale/angular.gd.xlf +++ b/client/src/locale/angular.gd.xlf @@ -274,8 +274,8 @@ src/app/shared/shared-main/users/user-notifications.component.html151 - mentioned you on video - Thug iomradh ort air video + mentioned you on video + Thug iomradh ort air video src/app/shared/shared-main/users/user-notifications.component.html165 @@ -289,23 +289,23 @@ src/app/shared/shared-main/users/user-notifications.component.html190 - A new version of the plugin/theme is available: - Tha tionndadh ùr dhen phlugan/ùrlar ri fhaighinn: + A new version of the plugin/theme is available: + Tha tionndadh ùr dhen phlugan/ùrlar ri fhaighinn: src/app/shared/shared-main/users/user-notifications.component.html199 - A new version of PeerTube is available: - Tha tionndadh ùr de PheerTube ri fhaighinn: + A new version of PeerTube is available: + Tha tionndadh ùr de PheerTube ri fhaighinn: src/app/shared/shared-main/users/user-notifications.component.html207 - Your video edition has finished - Tha deasachadh a’ video agad deiseil + Your video edition has finished + Tha deasachadh a’ video agad deiseil src/app/shared/shared-main/users/user-notifications.component.html214 - User wants to register on your instance - Bu mhiann an cleachdaiche clàradh air an ionstans agad + User wants to register on your instance + Bu mhiann an cleachdaiche clàradh air an ionstans agad src/app/shared/shared-main/users/user-notifications.component.html222 @@ -316,37 +316,28 @@ {views, plural, =0 {No view} =1 {1 view} other { views}} {views, plural, =0 {Cha deach coimhead air} =1 {Choimhead 1 air} one {Choimhead air} two {Choimhead air} few {Choimhead air} other {Choimhead air} } - src/app/shared/shared-main/video/video.model.ts291 - + + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded. Tha PeerTube dhen bheachd gun deach a’ video seo a thar-chòdachadh mu thràth. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. Ma shaoileas tu gu bheil PeerTube ceàrr (video briste às dèidh tuislidh is msaa.), ’s urrainn dhut tar-chòdachadh a sparradh air a’ video seo. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcoding Sparr tar-chòdachadh air - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} {viewers, plural, =0 {Gun choimhead air} =1 {Tha 1 a’ coimhead air} one {Tha a’ coimhead air} two {Tha a’ coimhead air} few {Tha a’ coimhead air} other {Tha a’ coimhead air} } - src/app/shared/shared-main/video/video.model.ts288 - + + src/app/shared/shared-main/video/video.model.ts289 Change your avatar Atharraich an t-avatar agad @@ -360,13 +351,13 @@ Account muted Chaidh an cunntas a mhùchadh - src/app/+admin/overview/videos/video-list.component.html79 - + + src/app/+admin/overview/videos/video-list.component.html78 Server muted Chaidh am frithealaiche a mhùchadh - src/app/+admin/overview/videos/video-list.component.html80 - + + src/app/+admin/overview/videos/video-list.component.html79 Save to Sàbhail gu @@ -426,8 +417,9 @@ src/app/shared/shared-video-playlist/video-add-to-playlist.component.html72 - Short text to tell people how they can support the channel (membership platform...).<br /><br /> When a video is uploaded in this channel, the video support field will be automatically filled by this text. - Teacsa goirid a dh’innseas ciamar as urrainnear taic a chur ris an t-seanail (ùrlar ballrachd…).<br /><br /> Nuair thèid video a luchdadh suas san t-seanail seo, thèid raon taice a’ video a lìonadh leis an teacsa seo gu fèin-obrachail. + Short text to tell people how they can support the channel (membership platform...).<br /><br /> + When a video is uploaded in this channel, the video support field will be automatically filled by this text. + Teacsa goirid a dh’innseas ciamar as urrainnear taic a chur ris an t-seanail (ùrlar ballrachd…).<br /><br /> Nuair thèid video a luchdadh suas san t-seanail seo, thèid raon taice a’ video a lìonadh leis an teacsa seo gu fèin-obrachail. src/app/+manage/video-channel-edit/video-channel-edit.component.html64 src/app/+manage/video-channel-edit/video-channel-edit.component.html64 @@ -474,10 +466,10 @@ video video - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295 - src/app/+videos/+video-edit/video-update.component.ts341 - src/app/shared/shared-video-miniature/video-download.component.ts62 - + + + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: ) Chaidh thu thar cuota nam videothan agad leis a’ video seo (meud a’ video: , ’ga chleachdadh: , cuota: ) @@ -581,23 +573,20 @@ Blocked ’Ga bhacadh - src/app/+admin/overview/videos/video-list.component.html82 - src/app/shared/shared-video-miniature/video-miniature.component.html64 - + + + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storage Stòras oibseactan - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this file Sguab às am faidhle seo - src/app/+admin/overview/videos/video-list.component.html114 - src/app/+admin/overview/videos/video-list.component.html130 - + + + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}. Chaidh {count, plural, =1 {1 video} one { video} two { video} few { videothan} other { video}} a sguabadh às. @@ -735,8 +724,8 @@ src/app/shared/shared-forms/markdown-textarea.component.html20 - <a href="https://en.wikipedia.org/wiki/Markdown#Example" target="_blank" rel="noopener noreferrer">Markdown</a> compatible that supports: - Co-chòrdail ri <a href="https://en.wikipedia.org/wiki/Markdown#Example" target="_blank" rel="noopener noreferrer">Markdown</a> a chuireas taic ri: + <a href="https://en.wikipedia.org/wiki/Markdown#Example" target="_blank" rel="noopener noreferrer">Markdown</a> compatible that supports: + Co-chòrdail ri <a href="https://en.wikipedia.org/wiki/Markdown#Example" target="_blank" rel="noopener noreferrer">Markdown</a> a chuireas taic ri: src/app/shared/shared-main/misc/help.component.ts75 @@ -844,8 +833,8 @@ src/app/shared/shared-instance/instance-features-table.component.html6 - Default NSFW/sensitive videos policycan be redefined by the users - ’S urrainn dhan luchd-cleachdaidh am Poileasaidh bunaiteach air susbaint fhrionasach no do dh’inbhich a-mhàin atharrachadh + Default NSFW/sensitive videos policycan be redefined by the users + ’S urrainn dhan luchd-cleachdaidh am Poileasaidh bunaiteach air susbaint fhrionasach no do dh’inbhich a-mhàin atharrachadh src/app/shared/shared-instance/instance-features-table.component.html 13,14 @@ -953,8 +942,8 @@ Local Ionadail - src/app/shared/shared-video-miniature/video-filters.model.ts135 - + + src/app/shared/shared-video-miniature/video-filters.model.ts141 users cleachdaichean @@ -990,10 +979,10 @@ Following ’Ga leantainn - src/app/+admin/admin.component.ts84 - src/app/+admin/follows/following-list/following-list.component.html41 - src/app/+admin/follows/follows.routes.ts26 - + + + + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 Followers Luchd-leantainn @@ -1193,16 +1182,16 @@ src/app/+login/login.component.html11 - This instance allows registration. However, be careful to check the TermsTerms before creating an account. You may also search for another instance to match your exact needs at: https://joinpeertube.org/instances. - Faodaidh tu clàradh air an ionstans seo. Gidheadh, dèan cinnteach gun leugh thu na TeirmicheanTeirmichean mus cruthaich thu cunntas. ’S urrainn dhut cuideachd ionstans eile a lorg a fhreagras ris na feumalachdan agad-sa: https://joinpeertube.org/instances. + This instance allows registration. However, be careful to check the TermsTerms before creating an account. You may also search for another instance to match your exact needs at: https://joinpeertube.org/instances. + Faodaidh tu clàradh air an ionstans seo. Gidheadh, dèan cinnteach gun leugh thu na TeirmicheanTeirmichean mus cruthaich thu cunntas. ’S urrainn dhut cuideachd ionstans eile a lorg a fhreagras ris na feumalachdan agad-sa: https://joinpeertube.org/instances. src/app/+login/login.component.html 15,18 - Currently this instance doesn't allow for user registration, you may check the Terms 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: https://joinpeertube.org/instances. - Cha cheadaich an t-ionstans seo gun clàraich cleachdaichean ùra aig an àm seo, ’s urrainn dhut sùil a thoirt air na Teirmichean airson barrachd fiosrachaidh no ionstans a lorg a bheir comas clàraidh cunntais dhut agus na videothan agad a luchdadh suas an-siud. Lorg an t-ionstans agad fhèin am measg càich: https://joinpeertube.org/instances. + Currently this instance doesn't allow for user registration, you may check the Terms 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: https://joinpeertube.org/instances. + Cha cheadaich an t-ionstans seo gun clàraich cleachdaichean ùra aig an àm seo, ’s urrainn dhut sùil a thoirt air na Teirmichean airson barrachd fiosrachaidh no ionstans a lorg a bheir comas clàraidh cunntais dhut agus na videothan agad a luchdadh suas an-siud. Lorg an t-ionstans agad fhèin am measg càich: https://joinpeertube.org/instances. src/app/+login/login.component.html 20,23 @@ -1229,22 +1218,23 @@ src/app/+login/login.component.html131 - An email with the reset password instructions will be sent to . The link will expire within 1 hour. + An email with the reset password instructions will be sent to . +The link will expire within 1 hour. Thèid post-d le stiùireadh air ath-shuidheachadh an fhacail-fhaire a chur gu . Falbhaidh an ùine air a’ cheangal am broinn uair a thìde. src/app/+login/login.component.ts151 Email Post-d - src/app/+admin/moderation/registration-list/registration-list.component.html38 - src/app/+admin/overview/users/user-edit/user-edit.component.html105 - src/app/+admin/overview/users/user-edit/user-edit.component.html105 - src/app/+admin/overview/users/user-list/user-list.component.ts132 - src/app/+login/login.component.html136 - src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6 - src/app/+signup/+register/steps/register-step-user.component.html46 - src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 Email address Seòladh puist-d @@ -1268,8 +1258,8 @@ src/app/+search/search.component.html8 - for - airson + for + airson src/app/+search/search.component.html 10 @@ -1295,8 +1285,8 @@ Signup Clàradh Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 - + + src/app/+signup/+register/register.component.ts85 Why creating an account? Carson a chruthaichinn cunntas? @@ -1306,40 +1296,40 @@ - As you probably noticed: creating an account is not necessary to watch video on . However, creating an account on will allow you to: - Mar a mhothaich thu gun teagamh: cha leig thu leas cunntas a chruthachadh airson coimhead air videothan air . Gidheadh, ma chruthaicheas tu cunntas air , seo na comasan a gheibh thu: + As you probably noticed: creating an account is not necessary to watch video on . However, creating an account on will allow you to: + Mar a mhothaich thu gun teagamh: cha leig thu leas cunntas a chruthachadh airson coimhead air videothan air . Gidheadh, ma chruthaicheas tu cunntas air , seo na comasan a gheibh thu: src/app/+signup/+register/steps/register-step-about.component.html 4,8 - Comment videos - Beachdachadh air videothan + Comment videos + Beachdachadh air videothan src/app/+signup/+register/steps/register-step-about.component.html 11 - Subscribe to channels to be notified of new videos - Fo-sgrìobhadh air seanailean ach a faigh thu brathan mu videothan ùra + Subscribe to channels to be notified of new videos + Fo-sgrìobhadh air seanailean ach a faigh thu brathan mu videothan ùra src/app/+signup/+register/steps/register-step-about.component.html 12 - Have access to your watch history - Inntrigeadh air eachdraidh dhe na choimhead thu air + Have access to your watch history + Inntrigeadh air eachdraidh dhe na choimhead thu air src/app/+signup/+register/steps/register-step-about.component.html 13 - Create your channel to publish videos - Cruthachadh seanail agad fhèin a chùm foillseachadh videothan + Create your channel to publish videos + Cruthachadh seanail agad fhèin a chùm foillseachadh videothan src/app/+signup/+register/steps/register-step-about.component.html 14 @@ -1364,29 +1354,29 @@ src/app/+signup/+register/steps/register-step-about.component.html25 - has been created using PeerTube, a video creation platform developed by Framasoft. Framasoft is a french non-profit organization that offers alternatives to Big Tech's digital tools - Chaidh a chruthachadh le PeerTube, seo ùrlar cruthachadh videothan a tha ’ga leasachadh le Framasoft. ‘S e buidheann neo-phrothaideach Frangach a th’ ann am Framasoft a bheil roghainnean eile seach na h-innealan digiteach aig Big Tech dhut + has been created using PeerTube, a video creation platform developed by Framasoft. Framasoft is a french non-profit organization that offers alternatives to Big Tech's digital tools + Chaidh a chruthachadh le PeerTube, seo ùrlar cruthachadh videothan a tha ’ga leasachadh le Framasoft. ‘S e buidheann neo-phrothaideach Frangach a th’ ann am Framasoft a bheil roghainnean eile seach na h-innealan digiteach aig Big Tech dhut src/app/+signup/+register/steps/register-step-about.component.html38 - You want to publish videos on ? Then you need to create your first channel. - A bheil foillseachadh videothan air fa-near dhut? Ma tha, feumaidh tu a’ chiad sianail agad a chruthachadh. + You want to publish videos on ? Then you need to create your first channel. + A bheil foillseachadh videothan air fa-near dhut? Ma tha, feumaidh tu a’ chiad sianail agad a chruthachadh. src/app/+signup/+register/steps/register-step-channel.component.html 2,4 - You might want to create a channel by theme: for example, you can create a channel named "SweetMelodies" to publish your piano concerts and another one "Ecology" in which you publish your videos talking about ecology. - Beachdaich air cruthachadh sianail a-rèir cuspair: Mar eisimpleir, ’s urrainn dhut seanail “Fuinn bhinn” a chruthachadh dha do chuid pìobaireachd agus seanail eile air a bheil “Àrainneachd” far am foillsich thu videothan sa bhios tu a’ bruidhinn mu dìon na h-àrainneachd. + You might want to create a channel by theme: for example, you can create a channel named "SweetMelodies" to publish your piano concerts and another one "Ecology" in which you publish your videos talking about ecology. + Beachdaich air cruthachadh sianail a-rèir cuspair: Mar eisimpleir, ’s urrainn dhut seanail “Fuinn bhinn” a chruthachadh dha do chuid pìobaireachd agus seanail eile air a bheil “Àrainneachd” far am foillsich thu videothan sa bhios tu a’ bruidhinn mu dìon na h-àrainneachd. src/app/+signup/+register/steps/register-step-channel.component.html 6,9 - administrators allow you to publish up to of videos on their website. - Leigidh na rianairean aig leat suas ri de videothan fhoillseachadh air an làrach-lìn aca. + administrators allow you to publish up to of videos on their website. + Leigidh na rianairean aig leat suas ri de videothan fhoillseachadh air an làrach-lìn aca. src/app/+signup/+register/steps/register-step-channel.component.html 11,13 @@ -1458,8 +1448,8 @@ src/app/modal/admin-welcome-modal.component.html55 - Choosing your instance name, setting up a description, specifying who you are, why you created your instance and how long you plan to maintain it is very important for visitors to understand on what type of instance they are. - Tagh ainm air an ionstans agad, suidhich tuairisgeul, sònraichcò thusa, carson an do chruthaich thu an t-ionstans agad agus dè dho fada ’s a tha thu ’n dùil gun glèidh thu e. Tha e glè chudromach dhan luchd-tadhail gun tuig iad dè seòrsa de dh’ionstans a bhios iad air. + Choosing your instance name, setting up a description, specifying who you are, why you created your instance and how long you plan to maintain it is very important for visitors to understand on what type of instance they are. + Tagh ainm air an ionstans agad, suidhich tuairisgeul, sònraichcò thusa, carson an do chruthaich thu an t-ionstans agad agus dè dho fada ’s a tha thu ’n dùil gun glèidh thu e. Tha e glè chudromach dhan luchd-tadhail gun tuig iad dè seòrsa de dh’ionstans a bhios iad air. src/app/modal/admin-welcome-modal.component.html 57,61 @@ -1758,8 +1748,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html291 - ⚠️ If enabled, we recommend to use a HTTP proxy to prevent private URL access from your PeerTube server - ⚠️ Ma tha seo an comas, mholamaid gun cleachd thu progsaidh HTTP ach nach dèid URL prìobhaideach inntrigeadh on fhrithealaiche PeerTube agad + ⚠️ If enabled, we recommend to use a HTTP proxy to prevent private URL access from your PeerTube server + ⚠️ Ma tha seo an comas, mholamaid gun cleachd thu progsaidh HTTP ach nach dèid URL prìobhaideach inntrigeadh on fhrithealaiche PeerTube agad src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 @@ -1789,18 +1779,18 @@ - I already have an account, I log in - Tha cunntas agam mu thràth, nì mi clàradh a-steach + I already have an account, I log in + Tha cunntas agam mu thràth, nì mi clàradh a-steach src/app/+signup/+register/register.component.html30 - Termsof - Na teirmicheanaig + Termsof + Na teirmicheanaig src/app/+signup/+register/register.component.html41 - Setupyour account - Suidhichan cunntas agad + Setupyour account + Suidhichan cunntas agad src/app/+signup/+register/register.component.html66 @@ -1809,8 +1799,8 @@ src/app/+signup/+register/register.component.html81 - Createyour first channel - Cruthaicha’ chiad seanail agad + Createyour first channel + Cruthaicha’ chiad seanail agad src/app/+signup/+register/register.component.html83 @@ -1862,18 +1852,18 @@ src/app/modal/account-setup-warning-modal.component.html10 - Help moderators and other users to know who you are by: - Cuidich na maoir is cleachdaichean eile ach an aithnich iad cò thu le: + Help moderators and other users to know who you are by: + Cuidich na maoir is cleachdaichean eile ach an aithnich iad cò thu le: src/app/modal/account-setup-warning-modal.component.html12 - Uploading an avatar - Luchdadh suas avatar + Uploading an avatar + Luchdadh suas avatar src/app/modal/account-setup-warning-modal.component.html15 - Writing a description - Sgrìobhadh tuairisgeil + Writing a description + Sgrìobhadh tuairisgeil src/app/modal/account-setup-warning-modal.component.html16 @@ -1977,8 +1967,8 @@ Media is too large for the server. Please contact you administrator if you want to increase the limit size. Tha am meadhan ro mhòr airson an fhrithealaiche. Cuir fios gun rianaire agad ma tha thu airson crìoch a’ mheud a mheudachadh. - src/app/core/rest/rest-extractor.service.ts118 - + + src/app/core/rest/rest-extractor.service.ts122 GLOBAL SEARCH LORG UILE-CHOITCHEANN @@ -2183,21 +2173,21 @@ Reset Ath-shuidhich - src/app/+search/search-filters.component.html8 - src/app/+search/search-filters.component.html22 - src/app/+search/search-filters.component.html41 - src/app/+search/search-filters.component.html60 - src/app/+search/search-filters.component.html74 - src/app/+search/search-filters.component.html109 - src/app/+search/search-filters.component.html122 - src/app/+search/search-filters.component.html135 - src/app/+search/search-filters.component.html148 - src/app/+search/search-filters.component.html163 - src/app/+search/search-filters.component.html171 - src/app/+search/search-filters.component.html188 - src/app/+search/search-filters.component.html229 - src/app/shared/shared-forms/reactive-file.component.html16 - + + + + + + + + + + + + + + + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter Criathrag @@ -2268,8 +2258,8 @@ - A timestamp (00:05 for example) is automatically converted into a link to a part of the video. - Thèid stampa-tìde (mar eisimpleir, 00:05) iompachadh gu fèin-obrachail ’na cheangal gu pàirt dhen video. + A timestamp (00:05 for example) is automatically converted into a link to a part of the video. + Thèid stampa-tìde (mar eisimpleir, 00:05) iompachadh gu fèin-obrachail ’na cheangal gu pàirt dhen video. src/app/+videos/+video-edit/shared/video-edit.component.html 52 @@ -2312,8 +2302,8 @@ src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts44 - Markdown compatible that also supports custom PeerTube HTML tags - Co-chòrdail ri Markdown ’s a’ cur taic ri tagaichean HTML gnàthaichte PeerTube cuideachd + Markdown compatible that also supports custom PeerTube HTML tags + Co-chòrdail ri Markdown ’s a’ cur taic ri tagaichean HTML gnàthaichte PeerTube cuideachd src/app/shared/shared-custom-markup/custom-markup-help.component.html 2 @@ -2350,14 +2340,14 @@ Advanced filters Criathragan adhartach - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30 - src/app/+admin/overview/comments/video-comment-list.component.ts47 - src/app/+admin/overview/users/user-list/user-list.component.ts43 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26 - src/app/+my-library/my-videos/my-videos.component.ts119 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts39 - src/app/shared/shared-instance/instance-follow.service.ts142 - + + + + + + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found Cha deach dad a lorg @@ -2366,89 +2356,68 @@ Description Tuairisgeul - src/app/+about/about-instance/about-instance.component.html113 - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html24 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+videos/+video-edit/shared/video-edit.component.html44 - + + + + + + + + + + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 - Choose the appropriate licence for your work. - Tagh an ceadachas iomchaidh dhan obair agad. + Choose the appropriate licence for your work. + Tagh an ceadachas iomchaidh dhan obair agad. src/app/+videos/+video-edit/shared/video-edit.component.html86 Channel Seanail - src/app/+admin/moderation/registration-list/registration-list.component.html39 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+videos/+video-edit/shared/video-edit.component.html65 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26 - src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reason Adhbhar a’ chlàraidh - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation response Freagairt na maorsainneachd - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 - Requested on - Chaidh iarraidh - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + Requested on + Chaidh iarraidh + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason: Adhbhar a’ chlàraidh: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response: Freagairt na maorsainneachd: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters. Cha deach clàradh a lorg a fhreagras dha na criathragan làithreach. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found. Chan deach clàradh a lorg. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this request Aontaich ris an iarrtas seo @@ -2557,7 +2526,7 @@ src/app/+videos/+video-edit/shared/video-edit.component.html189 - Already uploaded on ✔ + Already uploaded on Chaidh a luchdadh suas mu thràth ✔ src/app/+videos/+video-edit/shared/video-edit.component.html193 @@ -2685,66 +2654,66 @@ Original publication date Ceann-là an fhoillseachaidh thùsail - src/app/+videos/+video-edit/shared/video-edit.component.html368 - + + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) Seo an ceann-là a chaidh an t-susbaint fhoillseachadh a’ chiad turas (can cheann-là sgaoilidh aig film) - src/app/+videos/+video-edit/shared/video-edit.component.html371 - + + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settings Roghainnean nam plugan - src/app/+videos/+video-edit/shared/video-edit.component.html402 - + + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latency Foillidheachd bheag - src/app/+videos/+video-edit/shared/video-edit.component.ts92 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2P Lùghdaich foillidheachd gu ~15d le cur à comas P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts93 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts94 Default Bun-roghainn - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55 - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50 - src/app/+videos/+video-edit/shared/video-edit.component.ts97 - + + + + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30s 30d a dh’fhoillidheachd sa chuibheas - src/app/+videos/+video-edit/shared/video-edit.component.ts98 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latency Foillidheachd àrd - src/app/+videos/+video-edit/shared/video-edit.component.ts102 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratio 60d a dh’fhoillidheachd sa chuibheas a’ meudachadh co-mheas nam P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts103 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts104 Other Eile - src/app/+videos/+video-edit/shared/video-edit.component.ts219 - src/app/shared/shared-forms/select/select-languages.component.ts50 - + + + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments Cuir beachdan video an comas - src/app/+videos/+video-edit/shared/video-edit.component.html389 - + + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download Cuir luchdadh a-nuas an comas - src/app/+videos/+video-edit/shared/video-edit.component.html394 - + + src/app/+videos/+video-edit/shared/video-edit.component.html398 Advanced settings Roghainnean adhartach @@ -2768,8 +2737,8 @@ src/app/+videos/+video-edit/video-add-components/video-import-url.component.html10 - You can also synchronize a remote channel in your library - ’S urrainn dhut cuideachd sioncronaich seanail chèin san leabharlann agad + You can also synchronize a remote channel in your library + ’S urrainn dhut cuideachd sioncronaich seanail chèin san leabharlann agad src/app/+videos/+video-edit/video-add-components/video-import-url.component.html20 @@ -2795,13 +2764,13 @@ Scheduled Sgeidealaichte - src/app/+videos/+video-edit/shared/video-edit.component.ts240 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date Cuir a’ video am falach gus an dig ceann-là sònraichte - src/app/+videos/+video-edit/shared/video-edit.component.ts241 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal live Video beò àbhaisteach @@ -2847,9 +2816,9 @@ Total video quota Cuota iomlan de videothan - src/app/+admin/overview/users/user-list/user-list.component.html118 - src/app/shared/shared-main/users/user-quota.component.html3 - + + + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Congratulations! Your video is now available in your private library. Meal do naidheachd! Tha a’ video agad ri fhaighinn san leabhar-lann phrìobhaideach agad a-nis. @@ -2915,15 +2884,14 @@ src/app/+videos/+video-edit/video-update.component.html 29 - - - Your video is currenctly being updated. If you leave, your changes will be lost. - Tha a’ video agad ’ga luchdadh suas. Ma dh’fhalbhas tu, thèid na h-atharraichean agad air chall. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 + Read instance rules for help Leugh riaghailtean an ionstans airson cobhair @@ -3160,8 +3128,8 @@ src/app/shared/shared-main/angular/login-link.component.ts11 - > Login - > Clàraich a-steach + > Login + > Clàraich a-steach src/app/+login/login.component.html 2,5 @@ -3180,10 +3148,10 @@ Muted Air a mhùchadh - src/app/+admin/overview/users/user-list/user-list.component.html104 - src/app/shared/shared-moderation/account-block-badges.component.html1 - src/app/shared/shared-share-modal/video-share.component.html223 - + + + + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Loop Lùb @@ -3305,8 +3273,8 @@ Show more Seall barrachd dheth - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 - + + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less Seall nas lugha dheth @@ -3351,14 +3319,14 @@ The video was blocked due to automatic blocking of new videos Chaidh a’ video a bhacadh ri linn bacadh fèin-obrachail nam videothan ùra - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFW Susbaint inbheach - src/app/+admin/moderation/video-block-list/video-block-list.component.html56 - src/app/+admin/overview/videos/video-list.component.html75 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Get more information Faigh barrachd fiosrachaidh @@ -3583,16 +3551,13 @@ Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? Ma dh’ath-nuadhaicheas tu an tòcan, chan fhaod cliantan a chaidh a rèiteachadh cheana an t-inbhir fhaighinn mus cleachd iad an tòcan ùr. A bheil thu airson leantainn air adhart? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly. Chaidh an tòcan ath-nuadhachadh. Ùraich rèiteachadh a’ chliant agad dha rèir. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEED INBHIR FO-SGRÌOBHAIDH @@ -3621,9 +3586,9 @@ Renew token Ath-nuadhaich an tòcan - src/app/+my-account/my-account-applications/my-account-applications.component.html36 - src/app/+my-account/my-account-applications/my-account-applications.component.ts41 - + + + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Filter... Criathraich… @@ -3644,69 +3609,63 @@ Video/Comment/Account Video/Beachd/Cunntas - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 ID ID - src/app/+admin/system/jobs/jobs.component.html45 - + + src/app/+admin/system/jobs/jobs.component.html43 State Staid - src/app/+admin/system/jobs/jobs.component.html48 - src/app/+my-library/my-video-imports/my-video-imports.component.html30 - + + + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 Created Air a chruthachadh - src/app/+admin/follows/followers-list/followers-list.component.html39 - src/app/+admin/follows/following-list/following-list.component.html43 - src/app/+admin/system/jobs/jobs.component.html50 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html27 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 - src/app/+my-library/my-video-imports/my-video-imports.component.html31 - src/app/shared/shared-abuse-list/abuse-list-table.component.html23 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab Fosgail duilleag an actair ann an taba ùr - src/app/+admin/follows/followers-list/followers-list.component.html56 - + + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted Air a ghabhail ris - src/app/+admin/follows/followers-list/followers-list.component.html63 - src/app/+admin/follows/following-list/following-list.component.html65 - + + + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending Ri lèirmheasadh - src/app/+admin/follows/followers-list/followers-list.component.html64 - src/app/+admin/follows/following-list/following-list.component.html66 - + + + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 Rejected Chaidh a dhiùltadh - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept Gabh ris - src/app/+admin/follows/followers-list/followers-list.component.html50 - src/app/+admin/follows/followers-list/followers-list.component.ts45 - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25 - src/app/+my-library/my-ownership/my-ownership.component.html27 - + + + + + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse Diùlt @@ -3715,60 +3674,52 @@ No follower found matching current filters. Cha deach neach-leantainn a lorg a fhreagras ris na criathragan làithreach. - src/app/+admin/follows/followers-list/followers-list.component.html77 - + + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. Chan eil neach sam bith a’ leantainn air an ionstans agad. - src/app/+admin/follows/followers-list/followers-list.component.html78 - - - Showing to of followers - A’ sealltainn gu à luchd-leantainn - src/app/+admin/follows/followers-list/followers-list.component.html11 - + + src/app/+admin/follows/followers-list/followers-list.component.html77 + Redundancy allowed Tha anabarrachd ceadaichte - src/app/+admin/follows/following-list/following-list.component.html44 - + + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab Fosgail an t-ionstans ann an taba ùr - src/app/+admin/follows/following-list/following-list.component.html58 - src/app/shared/shared-moderation/server-blocklist.component.html43 - src/app/shared/shared-moderation/server-blocklist.component.html43 - + + + + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. Cha deach òstair a lorg a fhreagras ris na criathragan làithreach. - src/app/+admin/follows/following-list/following-list.component.html84 - + + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. Chan eil an t-ionstans agad a’ leantainn air dad sam bith. - src/app/+admin/follows/following-list/following-list.component.html85 - + + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}} A bheil thu cinnteach nach eil thu airson {count, plural, =1 {} one { nì} two { nì} few { nithean} other { nì}} a leantainn tuilleadh? src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - A’ sealltainn gu à òstair(ean) - src/app/+admin/follows/following-list/following-list.component.html11 - + Action Gnìomh - src/app/+admin/follows/following-list/following-list.component.html40 - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/server-blocklist.component.html31 - src/app/shared/shared-moderation/server-blocklist.component.html31 - + + + + + + + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies Videothan anabarrach @@ -3787,18 +3738,18 @@ Table parameters Paramadairean a’ chlàir - src/app/+admin/overview/users/user-list/user-list.component.html47 - + + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns Tagh colbhan - src/app/+admin/overview/users/user-list/user-list.component.html53 - + + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users Soillsich an luchd-cleachdaidh toirmisgte - src/app/+admin/overview/users/user-list/user-list.component.html59 - + + src/app/+admin/overview/users/user-list/user-list.component.html57 Username Ainm-cleachdaiche @@ -3913,54 +3864,50 @@ Batch actions Gnìomhan ’nan grunnan - src/app/+admin/follows/followers-list/followers-list.component.html18 - src/app/+admin/follows/following-list/following-list.component.html18 - src/app/+admin/moderation/registration-list/registration-list.component.html18 - src/app/+admin/overview/comments/video-comment-list.component.html22 - src/app/+admin/overview/users/user-list/user-list.component.html18 - src/app/+admin/overview/videos/video-list.component.html18 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 The user was banned Chaidh an cleachdaiche a thoirmeasg - src/app/+admin/overview/users/user-list/user-list.component.html109 - + + src/app/+admin/overview/users/user-list/user-list.component.html107 Open account in a new tab Fosgail an cunntas ann an taba ùr - src/app/+admin/overview/comments/video-comment-list.component.html69 - src/app/+admin/overview/users/user-list/user-list.component.html94 - src/app/+my-library/my-ownership/my-ownership.component.html32 - src/app/shared/shared-abuse-list/abuse-list-table.component.html44 - src/app/shared/shared-moderation/account-blocklist.component.html35 - src/app/shared/shared-moderation/account-blocklist.component.html35 - + + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account Cunntas air a sguabadh às - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota Cuota làitheil iomlan de videothan - src/app/+admin/overview/users/user-list/user-list.component.html128 - + + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: Adhbhar an toirmisg: - src/app/+admin/overview/users/user-list/user-list.component.html150 - + + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned users Cleachdaichean toirmisgte src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - A’ sealltainn gu à luchd-cleachdaidh - src/app/+admin/overview/users/user-list/user-list.component.html11 - + Moderation Maorsainneachd @@ -4001,9 +3948,9 @@ Video Video - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30 - src/app/+admin/moderation/video-block-list/video-block-list.component.html26 - + + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size Meud iomlan @@ -4037,79 +3984,79 @@ Used () ’Ga chleachdadh () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available () Ri fhaighinn () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Sensitive Frionasach - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated Gun cho-nasgadh - src/app/+admin/moderation/video-block-list/video-block-list.component.html28 - src/app/+admin/moderation/video-block-list/video-block-list.component.html60 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date Ceann-là - src/app/+admin/moderation/video-block-list/video-block-list.component.html29 - src/app/+admin/overview/comments/video-comment-list.component.html46 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this row Tagh an ràgh seo - src/app/+admin/follows/followers-list/followers-list.component.html46 - src/app/+admin/follows/following-list/following-list.component.html51 - src/app/+admin/moderation/registration-list/registration-list.component.html50 - src/app/+admin/overview/comments/video-comment-list.component.html54 - src/app/+admin/overview/users/user-list/user-list.component.html79 - src/app/+admin/overview/videos/video-list.component.html51 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full comment Seall am beachd slàn - src/app/+admin/overview/comments/video-comment-list.component.html58 - + + src/app/+admin/overview/comments/video-comment-list.component.html57 Actions Gnìomhan - src/app/+admin/follows/followers-list/followers-list.component.html35 - src/app/+admin/moderation/registration-list/registration-list.component.html60 - src/app/+admin/moderation/video-block-list/video-block-list.component.html43 - src/app/+admin/overview/comments/video-comment-list.component.html64 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70 - src/app/+admin/system/runners/runner-list/runner-list.component.html36 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44 - src/app/+my-library/my-ownership/my-ownership.component.html12 - src/app/shared/shared-abuse-list/abuse-list-table.component.html39 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 Follower Neach-leantainn - src/app/+admin/follows/followers-list/followers-list.component.html36 - + + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented video Video le beachd ris - src/app/+admin/overview/comments/video-comment-list.component.html81 - + + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters. Cha deach beachd a lorg a fhreagras ris na criathragan làithreach. - src/app/+admin/overview/comments/video-comment-list.component.html106 - + + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found. Cha deach beachd sam bith a lorg. - src/app/+admin/overview/comments/video-comment-list.component.html107 - + + src/app/+admin/overview/comments/video-comment-list.component.html106 Local comments Beachdan ionadail @@ -4128,53 +4075,53 @@ No abuses found matching current filters. Cha deach gearan mu mhì-ghnàthachadh a lorg a fhreagras dha na criathragan làithreach. - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. Cha deach gearan mu mhì-ghnàthachadh a lorg. - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reports Gearanan gun fhuasgladh - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reports Gearanan a chaidh gabhail riutha - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reports Gearanan a chaidh a dhiùltadh - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videos Gearanan le videothan bacte - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videos Gearanan le videothan air an sguabadh às - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: Adhbhar a’ bhacaidh: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. Cha deach video bacte a lorg a fhreagras ris na criathragan làithreach. - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. Cha deach video bacte a lorg. - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocks Bacaidhean fèin-obrachail @@ -4185,11 +4132,7 @@ Bacaidhean a làimh src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - A’ sealltainn gu à video(than) bacte - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 - + Reports Gearanan @@ -4216,12 +4159,12 @@ Reporter Cò rinn an gearan - src/app/shared/shared-abuse-list/abuse-details.component.html7 - src/app/shared/shared-abuse-list/abuse-list-table.component.html21 - + + + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 - - + + src/app/shared/shared-abuse-list/abuse-details.component.html 21,23 @@ -4234,28 +4177,28 @@ Video Video - src/app/+admin/overview/comments/video-comment-list.component.html44 - src/app/+admin/overview/videos/video-list.component.html40 - src/app/+my-library/my-ownership/my-ownership.component.html14 - src/app/+my-library/my-video-imports/my-video-imports.component.html29 - src/app/shared/shared-video-miniature/video-download.component.html8 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 Comment Beachd - src/app/+admin/overview/comments/video-comment-list.component.html45 - src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 - + + + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 This video has been reported multiple times. Chaidh gearan a dhèanamh mun video seo iomadh turas. - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked Chaidh a’ video a bhacadh - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on le air @@ -4264,13 +4207,19 @@ Video was deleted Chaidh a’ video a sguabadh às - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + Account deleted Chaidh an cunntas a sguabadh às - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 Open video in a new tab Fosgail a’ video ann an taba ùr @@ -4279,33 +4228,29 @@ State Staid - src/app/+admin/follows/followers-list/followers-list.component.html37 - src/app/+admin/follows/following-list/following-list.component.html42 - src/app/+admin/moderation/registration-list/registration-list.component.html41 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36 - src/app/shared/shared-abuse-list/abuse-list-table.component.html24 - + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages Teachdaireachdan - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note Nòta taobh a-staigh - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score Sgòr - src/app/+admin/follows/followers-list/followers-list.component.html38 - - - Showing to of reports - A’ sealltainn gu à gearan(an) - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 - + + src/app/+admin/follows/followers-list/followers-list.component.html37 + Reportee Neach mun deach a ghearan @@ -4325,51 +4270,46 @@ Mute domain Mùch an àrainn - src/app/shared/shared-moderation/server-blocklist.component.html19 - src/app/shared/shared-moderation/server-blocklist.component.html19 - + + + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance Ionstans - src/app/+about/about.component.html3 - src/app/+search/search-filters.component.html217 - src/app/shared/shared-moderation/server-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html32 - + + + + + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at Air a mhùchadh - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/server-blocklist.component.html33 - src/app/shared/shared-moderation/server-blocklist.component.html33 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute Dì-mhùch - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html40 - src/app/shared/shared-moderation/server-blocklist.component.html40 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. Cha deach frithealaiche a lorg a fhreagras dha na criathragan làithreach. - src/app/shared/shared-moderation/server-blocklist.component.html56 - src/app/shared/shared-moderation/server-blocklist.component.html56 - + + + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. Cha deach frithealaiche a lorg. - src/app/shared/shared-moderation/server-blocklist.component.html57 - src/app/shared/shared-moderation/server-blocklist.component.html57 - - - Showing to of muted instances - A’ sealltainn gu à ionstans(an) mùchte - src/app/shared/shared-moderation/server-blocklist.component.html12 - src/app/shared/shared-moderation/server-blocklist.component.html12 - + + + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. Tha coltas nach eil thu air frithealaiche HTTPS. Feumaidh am frithealaiche agad TLS a chur an comas mus lean e air frithealaichean eile. @@ -4383,29 +4323,29 @@ Mute domains Mùch àrainnean - src/app/shared/shared-moderation/server-blocklist.component.html64 - src/app/shared/shared-moderation/server-blocklist.component.html64 - + + + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account Cunntas - src/app/+admin/moderation/registration-list/registration-list.component.html37 - src/app/+admin/overview/comments/video-comment-list.component.html43 - src/app/shared/shared-moderation/account-blocklist.component.html24 - src/app/shared/shared-moderation/account-blocklist.component.html24 - + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. Cha deach cunntas a lorg a fhreagras dha na criathragan làithreach. - src/app/shared/shared-moderation/account-blocklist.component.html54 - src/app/shared/shared-moderation/account-blocklist.component.html54 - + + + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. Cha deach cunntas a lorg. - src/app/shared/shared-moderation/account-blocklist.component.html55 - src/app/shared/shared-moderation/account-blocklist.component.html55 - + + + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed plugins Seall na plugain stàlaichte @@ -4421,12 +4361,7 @@ Seall am plugan src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - A’ sealltainn gu à cunntas(an) mùchte - src/app/shared/shared-moderation/account-blocklist.component.html11 - src/app/shared/shared-moderation/account-blocklist.component.html11 - + Plugins/Themes Plugain/Ùrlaran @@ -4645,22 +4580,18 @@ Chì thu beachdan o chunntasan mùchte cuideachd air an t-sealladh seo. src/app/+admin/overview/comments/video-comment-list.component.html8 - - Showing to of comments - A’ sealltainn gu à beachd(ean) - src/app/+admin/overview/comments/video-comment-list.component.html15 - + Select all rows Tagh a h-uile ràgh - src/app/+admin/follows/followers-list/followers-list.component.html33 - src/app/+admin/follows/following-list/following-list.component.html38 - src/app/+admin/moderation/registration-list/registration-list.component.html33 - src/app/+admin/overview/comments/video-comment-list.component.html39 - src/app/+admin/overview/users/user-list/user-list.component.html39 - src/app/+admin/overview/videos/video-list.component.html36 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type Seòrsa a h-obrach @@ -4680,62 +4611,52 @@ Selector for the list displaying jobs, filtering by their state - - Showing to of jobs - A’ sealltainn gu à obair/obraichean - src/app/+admin/system/jobs/jobs.component.html39 - + Type Seòrsa - src/app/+admin/system/jobs/jobs.component.html46 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 - + + + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 - Priority (1 = highest priority) - Prìomhachas (1 = am prìomhachas as àirde) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + Priority (1 = highest priority) + Prìomhachas (1 = am prìomhachas as àirde) + + src/app/+admin/system/jobs/jobs.component.html45 Progress Adhartas - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found. Cha deach obair a lorg. - src/app/+admin/system/jobs/jobs.component.html105 - + + src/app/+admin/system/jobs/jobs.component.html103 - No jobs found. - Cha deach obair a lorg. - src/app/+admin/system/jobs/jobs.component.html106 - + No jobs found. + Cha deach obair a lorg. + + src/app/+admin/system/jobs/jobs.component.html104 No jobs found. Cha deach obair a lorg. - src/app/+admin/system/jobs/jobs.component.html110 - + + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are . Cha deach obair a lorg a tha . - src/app/+admin/system/jobs/jobs.component.html111 - + + src/app/+admin/system/jobs/jobs.component.html109 Refresh Ath-nuadhaich - src/app/+admin/overview/comments/video-comment-list.component.html31 - src/app/+admin/overview/videos/video-list.component.html27 - src/app/+admin/system/jobs/jobs.component.html30 - src/app/+admin/system/logs/logs.component.html33 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 now an-dràsta @@ -4763,8 +4684,8 @@ - By -> - Le -> + By -> + Le -> src/app/+admin/system/logs/logs.component.html47 @@ -4775,11 +4696,11 @@ Name Ainm - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12 - src/app/+admin/system/runners/runner-list/runner-list.component.html23 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - + + + + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description Tuairisgeul goirid @@ -4837,8 +4758,8 @@ src/app/+admin/config/edit-custom-config/edit-instance-information.component.html79 - Manage users to build a moderation team. - Stiùirich cleachdaichean airson sgioba maorsainneachd a stèidheachadh. + Manage users to build a moderation team. + Stiùirich cleachdaichean airson sgioba maorsainneachd a stèidheachadh. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html 80,82 @@ -4850,8 +4771,8 @@ src/app/+admin/config/edit-custom-config/edit-instance-information.component.html89 - Enabling it will allow other administrators to know that you are mainly federating sensitive content. Moreover, the NSFW checkbox on video upload will be automatically checked by default. - Ma chuireas tu seo an comas, innsidh e do rianairean eile gu bheil thu a’ co-nasgadh susbaint fhrionasach gu h-àraidh. A bharrachd air sin, nochdaidh cromag a ghnàth ann am bogsa na susbainte do dh’inbhich a-mhàin nuair a luchdaicheas cuideigin video suas. + Enabling it will allow other administrators to know that you are mainly federating sensitive content. Moreover, the NSFW checkbox on video upload will be automatically checked by default. + Ma chuireas tu seo an comas, innsidh e do rianairean eile gu bheil thu a’ co-nasgadh susbaint fhrionasach gu h-àraidh. A bharrachd air sin, nochdaidh cromag a ghnàth ann am bogsa na susbainte do dh’inbhich a-mhàin nuair a luchdaicheas cuideigin video suas. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html93 @@ -4969,8 +4890,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html4 - Use plugins & themes for more involved changes, or add slight customizations. - Cleachd plugain ⁊ ùrlaran airson atharrachaidhean nas iom-fhillte no cuir gnàthachadh beag ris. + Use plugins & themes for more involved changes, or add slight customizations. + Cleachd plugain ⁊ ùrlaran airson atharrachaidhean nas iom-fhillte no cuir gnàthachadh beag ris. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html 5,7 @@ -5062,8 +4983,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html150 - Manage users to set their quota individually. - Stiùirich cleachdaichean airson cuota fa leth a shuidheachadh dhaibh. + Manage users to set their quota individually. + Stiùirich cleachdaichean airson cuota fa leth a shuidheachadh dhaibh. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html151 @@ -5199,12 +5120,14 @@ ⚠️ We don't recommend to enable this feature if you don't trust your users ⚠️ Cha mholamaid gun cuir thu an gleus seo an comas mur eil earbsa agad ’nad luchd-cleachdaidh src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + - - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - Ceadaich sioncronachadh sheanailean le seanailean air ùrlaran eile mar YouTube (feumaidh tu ion-phortadh le URL HTTP a cheadachadh) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 - + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ Feumaidh tu ion-phortadh le URL HTTP a cheadachadh airson an gleus seo a chur an comas. @@ -5274,8 +5197,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html426 - You should only use moderated search indexes in production, or host your own. - Cha bu chòir dhut ach inneacsan luirg fo mhaorsainneachd a chleachdadh gu poblach no inneacs agad fhèin òstadh. + You should only use moderated search indexes in production, or host your own. + Cha bu chòir dhut ach inneacsan luirg fo mhaorsainneachd a chleachdadh gu poblach no inneacs agad fhèin òstadh. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html428 @@ -5309,8 +5232,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html476 - Manage relations with other instances. - Stiùirich na dàimhean le ionstansan eile. + Manage relations with other instances. + Stiùirich na dàimhean le ionstansan eile. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html477 @@ -5351,8 +5274,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html523 - See the documentation for more information about the expected URL - Faic an docamaideadh airson barrachd fiosrachaidh mun URL ris a tha dùil + See the documentation for more information about the expected URL + Faic an docamaideadh airson barrachd fiosrachaidh mun URL ris a tha dùil src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html528 @@ -5396,8 +5319,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html609 - If your instance is explicitly allowed by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not, we use an image link card that will redirect to your PeerTube instance. Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/w/blabla) on https://cards-dev.twitter.com/validator to see if you instance is allowed. - Ma tha Twitter a’ ceadachadh an t-ionstans agad gu sònraichte, thèid cluicheadair video a leabachadh ann an inbhir Twitter nuair a thèid video PeerTube a cho-roinneadh. Mur eil, cleachdaidh sinn cairt ceangail deilbh a nì ath-stiùireadh air an ionstans de PheerTube agad. Cuir cromag sa bogsa seo is cuir fo dheuchainn e le URL video an ionstans agad (https://ball-eisimpleir.com/w/rudeigin) air https://cards-dev.twitter.com/validator feuch a bheil an t-ionstans agad ’ga cheadachadh. + If your instance is explicitly allowed by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not, we use an image link card that will redirect to your PeerTube instance. Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/w/blabla) on https://cards-dev.twitter.com/validator to see if you instance is allowed. + Ma tha Twitter a’ ceadachadh an t-ionstans agad gu sònraichte, thèid cluicheadair video a leabachadh ann an inbhir Twitter nuair a thèid video PeerTube a cho-roinneadh. Mur eil, cleachdaidh sinn cairt ceangail deilbh a nì ath-stiùireadh air an ionstans de PheerTube agad. Cuir cromag sa bogsa seo is cuir fo dheuchainn e le URL video an ionstans agad (https://ball-eisimpleir.com/w/rudeigin) air https://cards-dev.twitter.com/validator feuch a bheil an t-ionstans agad ’ga cheadachadh. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html613 @@ -5519,8 +5442,8 @@ src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html108 - Use remote runners to process live transcoding. Remote runners has to register on your instance first. - Cleachd ruitheadairean cèine airson tar-chòdachadh nan sruthaidhean beòtha a phròiseasadh. Feumaidh na ruitheadairean cèine clàradh air an ionstans agad an toiseach. + Use remote runners to process live transcoding. Remote runners has to register on your instance first. + Cleachd ruitheadairean cèine airson tar-chòdachadh nan sruthaidhean beòtha a phròiseasadh. Feumaidh na ruitheadairean cèine clàradh air an ionstans agad an toiseach. src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html154 @@ -5556,8 +5479,8 @@ src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html35 - Use remote runners to process VOD transcoding. Remote runners has to register on your instance first. - Cleachd ruitheadairean cèine airson tar-chòdachadh nam videothan air iarrtas a phròiseasadh. Feumaidh na ruitheadairean cèine clàradh air an ionstans agad an toiseach. + Use remote runners to process VOD transcoding. Remote runners has to register on your instance first. + Cleachd ruitheadairean cèine airson tar-chòdachadh nam videothan air iarrtas a phròiseasadh. Feumaidh na ruitheadairean cèine clàradh air an ionstans agad an toiseach. src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html150 @@ -5610,8 +5533,8 @@ src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html89 - Requires ffmpeg >= 4.1Generate HLS playlists and fragmented MP4 files resulting in a better playback than with Web Videos:Resolution change is smootherFaster playback especially with long videosMore stable playback (less bugs/infinite loading)If you also enabled Web Videos support, it will multiply videos storage by 2 - Bidh feum air ffmpeg >= 4.1Gin liostaichean-cluich HLS agus faidhlichean MP4 ’nam bloighean agus thèid an cluich nas fheàrr nach rachadh le videothan-lìn:Bidh atharrachadh na dùmhlachd-breacaidh nas rèidheThèid na videothan fada a chluich nas luaithe gu h-àraidhBidh a’ chluiche nas seasmhaiche (nas lugha de bugaichean/luchdadh gun chrìoch)Ma chuir thu taic ri videothan-lìn an comas cuideachd, thèid stòras nam videothan iomadachadh le 2 + Requires ffmpeg >= 4.1Generate HLS playlists and fragmented MP4 files resulting in a better playback than with Web Videos:Resolution change is smootherFaster playback especially with long videosMore stable playback (less bugs/infinite loading)If you also enabled Web Videos support, it will multiply videos storage by 2 + Bidh feum air ffmpeg >= 4.1Gin liostaichean-cluich HLS agus faidhlichean MP4 ’nam bloighean agus thèid an cluich nas fheàrr nach rachadh le videothan-lìn:Bidh atharrachadh na dùmhlachd-breacaidh nas rèidheThèid na videothan fada a chluich nas luaithe gu h-àraidhBidh a’ chluiche nas seasmhaiche (nas lugha de bugaichean/luchdadh gun chrìoch)Ma chuir thu taic ri videothan-lìn an comas cuideachd, thèid stòras nam videothan iomadachadh le 2 src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 94,103 @@ -5704,8 +5627,8 @@ - Use remote runners to process studio transcoding tasks. Remote runners has to register on your instance first. - Cleachd ruitheadairean cèine airson saothraichean tar-chòdachaidh nan stiùideothan a phròiseasadh. Feumaidh na ruitheadairean cèine clàradh air an ionstans agad an toiseach. + Use remote runners to process studio transcoding tasks. Remote runners has to register on your instance first. + Cleachd ruitheadairean cèine airson saothraichean tar-chòdachaidh nan stiùideothan a phròiseasadh. Feumaidh na ruitheadairean cèine clàradh air an ionstans agad an toiseach. src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 240,243 @@ -5795,13 +5718,19 @@ src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html87 - Write JavaScript code directly.Example: console.log('my instance is amazing'); - Sgrìobh còd JavaScript gu dìreach.Ball-eisimpleir: console.log('tha an t-ionstans agam sgoinneil'); + Write JavaScript code directly.Example: console.log('my instance is amazing'); + Sgrìobh còd JavaScript gu dìreach.Ball-eisimpleir: console.log('tha an t-ionstans agam sgoinneil'); src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html90 - Write CSS code directly. Example:#custom-css color: red; Prepend with #custom-css to override styles. Example:#custom-css .logged-in-email color: red; - Sgrìobh còd CSS gu dìreach. Ball-eisimpleir:#custom-css color: red; Cuir #custom-css air a thoiseach airson stoidhlean a thar-àithneadh.Ball-eisimpleir:#custom-css .logged-in-email color: red; + Write CSS code directly. Example:#custom-css +color: red; + + Prepend with #custom-css to override styles. Example:#custom-css .logged-in-email +color: red; + + + Sgrìobh còd CSS gu dìreach. Ball-eisimpleir:#custom-css color: red; Cuir #custom-css air a thoiseach airson stoidhlean a thar-àithneadh.Ball-eisimpleir:#custom-css .logged-in-email color: red; src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html109 @@ -5818,8 +5747,8 @@ - There are errors in the form: - Tha mearachdan san fhoirm: + There are errors in the form: + Tha mearachdan san fhoirm: src/app/+admin/config/edit-custom-config/edit-custom-config.component.html71 @@ -5975,8 +5904,8 @@ src/app/shared/shared-video-miniature/video-download.component.ts265 - Update your settings - Ùraich na roghainnean agad + Update your settings + Ùraich na roghainnean agad src/app/shared/shared-video-miniature/video-filters-header.component.html 2,7 @@ -5999,38 +5928,38 @@ - Sort by "Recently Added" - Seòrsaich a-rèir “Air a chur ris o chionn goirid” + Sort by "Recently Added" + Seòrsaich a-rèir “Air a chur ris o chionn goirid” src/app/shared/shared-video-miniature/video-filters-header.component.html47 - Sort by "Original Publication Date" - Seòrsaich a-rèir “Ceann-là an fhoillseachaidh thùsail” + Sort by "Original Publication Date" + Seòrsaich a-rèir “Ceann-là an fhoillseachaidh thùsail” src/app/shared/shared-video-miniature/video-filters-header.component.html48 - Sort by "Name" - Seòrsaich a-rèir “Ainm” + Sort by "Name" + Seòrsaich a-rèir “Ainm” src/app/shared/shared-video-miniature/video-filters-header.component.html50 - Sort by "Recent Views" - Seòrsaich a-rèir “Air coimhead air o chionn goirid” + Sort by "Recent Views" + Seòrsaich a-rèir “Air coimhead air o chionn goirid” src/app/shared/shared-video-miniature/video-filters-header.component.html51 - Sort by "Hot" - Seòrsaich a-rèir “Brod” + Sort by "Hot" + Seòrsaich a-rèir “Brod” src/app/shared/shared-video-miniature/video-filters-header.component.html52 - Sort by "Likes" - Seòrsaich a-rèir “’S toigh leam” + Sort by "Likes" + Seòrsaich a-rèir “’S toigh leam” src/app/shared/shared-video-miniature/video-filters-header.component.html53 - Sort by "Global Views" - Seòrsaich a-rèir “Seallaidhean uile-choitcheann” + Sort by "Global Views" + Seòrsaich a-rèir “Seallaidhean uile-choitcheann” src/app/shared/shared-video-miniature/video-filters-header.component.html54 @@ -6115,8 +6044,8 @@ src/app/shared/shared-user-settings/user-video-settings.component.html4 - With Hide or Blur thumbnails, a confirmation will be requested to watch the video. - Nuair a bhios Falaich no Sgleò air dealbhagan air, thèid dearbhadh iarraidh mus dèid a’ video a chluich. + With Hide or Blur thumbnails, a confirmation will be requested to watch the video. + Nuair a bhios Falaich no Sgleò air dealbhagan air, thèid dearbhadh iarraidh mus dèid a’ video a chluich. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html106 src/app/shared/shared-user-settings/user-video-settings.component.html7 @@ -6237,74 +6166,52 @@ 9 - - Showing to of synchronizations - A’ sealltainn gu à sioncronachadh - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - - + Add synchronization Cuir sioncronachadh ris - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 - External Channel - Seanail chèin - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + External Channel + Seanail chèin + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 - Channel - Seanail - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + Channel + Seanail + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 - Last synchronization at - An sioncronachadh mu dheireadh - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + Last synchronization at + An sioncronachadh mu dheireadh + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List imports Seall liosta dhe na h-ion-phortaidhean - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channel Sioncronaich an t-seanail shlàn - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channel Gheibh seo video sam bith a tha a dhìth air an t-seanail ionadail - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for . Chaidh an sioncronachadh a thoirt air falbh airson . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for . Chaidh leis an t-iarrtas sioncronachaidh shlàin airson . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATION SIONCRONACHADH ÙR @@ -6443,18 +6350,14 @@ Target Targaid - src/app/+my-library/my-video-imports/my-video-imports.component.html28 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted Chaidh a’ video seo a sguabadh às - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - - Showing to of imports - A’ sealltainn gu à ion-phortadh/ion-phortaidhean - src/app/+my-library/my-video-imports/my-video-imports.component.html21 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. Nuair a bhios tu air an cunntas agad a sguabadh às, chan fhaigh thu air ais e idir. Thèid iarraidh ort gun dearbh thu an gnìomh seo. @@ -6463,24 +6366,17 @@ Channel page Duilleag na seanail - src/app/+my-library/+my-video-channels/my-video-channels.component.html34 - src/app/+my-library/my-follows/my-subscriptions.component.html20 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65 - src/app/+videos/+video-watch/video-watch.component.html66 - + + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} {VAR_PLURAL, plural, =0 {Cha deach coimhead air} one {Choimhead air} two {Choimhead air} few {Choimhead air} other {Choimhead air}} src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - - Do you really want to delete ? It will delete videos uploaded in this channel, and you will not be able to create another channel or account with the same name ()! - A bheil thu cinnteach gu bheil thu airson a sguabadh às? Sguabaidh seo às video(than) a chaidh a luchdadh suas dhan t-seanail seo ’s chan urrainn dhut seanail no cunntas eile air a bheil an t-aon ainm () a chruthachadh! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - - + Created by Air a chruthachadh le @@ -6562,8 +6458,8 @@ - Some of your channels are not fully set up. Make them welcoming and explicit about what you publish by adding a banner, an avatar and a description. - Cha deach gach seanail agad a shuidheachadh gu slàn. Dèan fàilteachail iad is innis gu soilleir dè bhios tu a’ foillseachadh is tu a’ cur ris bratach, avatar agus tuairisgeul. + Some of your channels are not fully set up. Make them welcoming and explicit about what you publish by adding a banner, an avatar and a description. + Cha deach gach seanail agad a shuidheachadh gu slàn. Dèan fàilteachail iad is innis gu soilleir dè bhios tu a’ foillseachadh is tu a’ cur ris bratach, avatar agus tuairisgeul. src/app/shared/shared-main/misc/channels-setup-message.component.html 5 @@ -6886,8 +6782,8 @@ - Welcomeon - Fàiltegu + Welcomeon + Fàiltegu src/app/+signup/shared/signup-success-before-email.component.html7 @@ -6903,16 +6799,16 @@ src/app/+signup/shared/signup-success-before-email.component.html14 - Check your emails to validate your account and complete your registration request. - Thoir sùil air a’ phost-d agad airson an cunntas agad a dhearbhadh ’s an t-iarrtas clàraidh agad a choileanadh. + Check your emails to validate your account and complete your registration request. + Thoir sùil air a’ phost-d agad airson an cunntas agad a dhearbhadh ’s an t-iarrtas clàraidh agad a choileanadh. src/app/+signup/shared/signup-success-before-email.component.html 18,19 - Check your emails to validate your account and complete your registration. - Thoir sùil air a’ phost-d agad airson an cunntas agad a dhearbhadh ’s an clàradh agad a choileanadh. + Check your emails to validate your account and complete your registration. + Thoir sùil air a’ phost-d agad airson an cunntas agad a dhearbhadh ’s an clàradh agad a choileanadh. src/app/+signup/shared/signup-success-before-email.component.html 22,23 @@ -6921,9 +6817,9 @@ Banned Air a thoirmeasg - src/app/+accounts/accounts.component.html21 - src/app/+admin/overview/users/user-list/user-list.component.html105 - + + + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Instance muted Ionstans air a mhùchadh @@ -7014,8 +6910,8 @@ Please type the name of the video channel () to confirm Sgrìobh ainm na seanail video () gus a dhearbhadh - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL SEANAIL ÙR @@ -7044,8 +6940,8 @@ src/app/+accounts/account-video-channels/account-video-channels.component.html42 - SHOW THIS CHANNEL > - SEALL AN T-SEANAIL SEO > + SHOW THIS CHANNEL > + SEALL AN T-SEANAIL SEO > src/app/+accounts/account-video-channels/account-video-channels.component.html50 @@ -7293,8 +7189,8 @@ src/app/+about/about-peertube/about-peertube.component.html107 - 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 this document for more information - Chan eil inntrigeadh poblach dha na seisean-lìn ann: air sgàth ’s gun cleachd sinn còmhdhail socaid-lìn, tha am pròtacal diofraichte o thracaiche BitTorrent clasaigeach. Nuair a bhios tu ann am brabhsair-lìn, cuiridh tu siognail leis an seòladh IP agad dhan tracair a thaghas seisean eile air thuaiream a thèid am fiosrachadh a shìneadh air adhart thuca. Faic an sgrìobhainn seo airson barrachd fiosrachaidh + 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 this document for more information + Chan eil inntrigeadh poblach dha na seisean-lìn ann: air sgàth ’s gun cleachd sinn còmhdhail socaid-lìn, tha am pròtacal diofraichte o thracaiche BitTorrent clasaigeach. Nuair a bhios tu ann am brabhsair-lìn, cuiridh tu siognail leis an seòladh IP agad dhan tracair a thaghas seisean eile air thuaiream a thèid am fiosrachadh a shìneadh air adhart thuca. Faic an sgrìobhainn seo airson barrachd fiosrachaidh src/app/+about/about-peertube/about-peertube.component.html111 @@ -7395,8 +7291,8 @@ src/app/+about/about-instance/about-instance.component.ts91 - Contact the administrator(s) - Cuir fios gu sgioba rianachd + Contact the administrator(s) + Cuir fios gu sgioba rianachd src/app/+about/about-instance/contact-admin-modal.component.html 3 @@ -7419,13 +7315,13 @@ Go to the previous step - src/app/+signup/+register/register.component.ts43 - + + src/app/+signup/+register/register.component.ts42 Go to the next step Rach dhan ath-cheum - src/app/+signup/+register/register.component.ts44 - + + src/app/+signup/+register/register.component.ts43 Who are we? Cò sinne? @@ -7444,8 +7340,8 @@ Terms of Na teirmichean aig - src/app/shared/shared-instance/instance-about-accordion.component.ts81 - + + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability Rianairean ⁊ so-sheasmhachd @@ -7512,8 +7408,8 @@ - I am at least years old and agree to the Terms and to the Code of Conduct of - Tha mi co-dhiù bliadhna a dh’aois ’s gabhaidh mi ris na teirmichean agus ris a’ chòd giùlain aig + I am at least years old and agree to the Terms and to the Code of Conduct of + Tha mi co-dhiù bliadhna a dh’aois ’s gabhaidh mi ris na teirmichean agus ris a’ chòd giùlain aig src/app/+signup/+register/steps/register-step-terms.component.html 17,22 @@ -7646,53 +7542,53 @@ Sensitive content Susbaint fhrionasach - src/app/shared/shared-video-miniature/video-filters.model.ts125 - + + src/app/shared/shared-video-miniature/video-filters.model.ts131 Scope Farsaingeachd - src/app/shared/shared-video-miniature/video-filters.model.ts132 - + + src/app/shared/shared-video-miniature/video-filters.model.ts138 Federated Co-naisgte - src/app/shared/shared-video-miniature/video-filters.model.ts134 - + + src/app/shared/shared-video-miniature/video-filters.model.ts140 Languages Cànain - src/app/shared/shared-video-miniature/video-filters.model.ts142 - + + src/app/shared/shared-video-miniature/video-filters.model.ts148 Categories Roinnean-seòrsa - src/app/shared/shared-video-miniature/video-filters.model.ts151 - + + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videos A h-uile video - src/app/shared/shared-video-miniature/video-filters.model.ts160 - + + src/app/shared/shared-video-miniature/video-filters.model.ts166 Blurred Sgleòthach - src/app/shared/shared-video-miniature/video-filters.model.ts240 - + + src/app/shared/shared-video-miniature/video-filters.model.ts246 hidden falaichte - src/app/shared/shared-video-miniature/video-filters.model.ts246 - + + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurred sgleòthach - src/app/shared/shared-video-miniature/video-filters.model.ts247 - + + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayed ga shealltainn - src/app/shared/shared-video-miniature/video-filters.model.ts249 - + + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protected ’Ga dhìon le facal-faire @@ -7733,8 +7629,8 @@ src/app/+admin/config/edit-custom-config/edit-configuration.service.ts18 - A <code>.mp4</code> that keeps the original audio track, with no video - Faidhle <code>.mp4</code> a chumas an traca fuaime tùsail gun video + A <code>.mp4</code> that keeps the original audio track, with no video + Faidhle <code>.mp4</code> a chumas an traca fuaime tùsail gun video src/app/+admin/config/edit-custom-config/edit-configuration.service.ts19 @@ -7832,8 +7728,8 @@ src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html8 - However, you may want to read our guidelines before tweaking the following values. - Gidheadh, mholamaid gun leug thu na comharra-treòrachaidh againn mus atharraich thu na luachan seo. + However, you may want to read our guidelines before tweaking the following values. + Gidheadh, mholamaid gun leug thu na comharra-treòrachaidh againn mus atharraich thu na luachan seo. src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 12,14 @@ -8051,43 +7947,43 @@ Reject Diùlt - src/app/+admin/follows/followers-list/followers-list.component.html51 - src/app/+admin/follows/followers-list/followers-list.component.ts40 - src/app/+admin/follows/followers-list/followers-list.component.ts86 - + + + + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 Delete Sguab às - src/app/+admin/follows/followers-list/followers-list.component.ts50 - src/app/+admin/follows/followers-list/followers-list.component.ts118 - src/app/+admin/follows/following-list/following-list.component.ts42 - src/app/+admin/moderation/registration-list/registration-list.component.ts65 - src/app/+admin/moderation/registration-list/registration-list.component.ts129 - src/app/+admin/moderation/video-block-list/video-block-list.component.ts91 - src/app/+admin/moderation/video-block-list/video-block-list.component.ts95 - src/app/+admin/overview/comments/video-comment-list.component.ts104 - src/app/+admin/overview/comments/video-comment-list.component.ts175 - src/app/+admin/overview/users/user-list/user-list.component.ts100 - src/app/+admin/overview/users/user-list/user-list.component.ts248 - src/app/+admin/overview/videos/video-list.component.ts76 - src/app/+admin/overview/videos/video-list.component.ts227 - src/app/+admin/overview/videos/video-list.component.ts282 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83 - src/app/+my-library/+my-video-channels/my-video-channels.component.ts63 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57 - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35 - src/app/+my-library/my-videos/my-videos.component.html51 - src/app/+my-library/my-videos/my-videos.component.ts191 - src/app/+videos/+video-edit/shared/video-edit.component.html196 - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts376 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts411 - src/app/shared/shared-main/buttons/delete-button.component.ts21 - src/app/shared/shared-main/buttons/delete-button.component.ts26 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}} Chaidh aontachadh {count, plural, =1 {ris an iarrtas leantainn aig } one { iarrtas leantainn} two { iarrtas leantainn} few { iarrtasan leantainn} other { iarrtas leantainn}} @@ -8120,10 +8016,10 @@ Follow Lean air - src/app/+admin/follows/following-list/follow-modal.component.html3 - src/app/+admin/follows/following-list/follow-modal.component.html37 - src/app/+admin/follows/following-list/following-list.component.html25 - + + + + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line Cuir gach òstair (às aonais “http://”), làimhsichear cunntais no làimhsichear seanail air loidhne fa leth @@ -8181,18 +8077,18 @@ Do you really want to remove this video redundancy? A bheil thu cinnteach gu bheil thu airson an anabarrachd videothan seo a thoirt air falbh? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy Thoir an anabarrachd air falbh - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! Chaidh anabarrachdan video a thoirt air falbh! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Account unmuted by your instance. Chan eil an t-ionstans agad a’ mùchadh an cunntas tuilleadh. @@ -8261,90 +8157,90 @@ Internal actions Gnìomhan taobh a-staigh - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report Sguab às an gearan - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account Gnìomhan a’ chunntais ris a bheil bratach - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mark as accepted Cuir comharra gun deach gabhail ris - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected Cuir comharra gun deach a dhiùltadh - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note Cuir ris nòta taobh a-staigh - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video Gnìomhan dhan video - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video Cuir bacadh air a’ video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. Chaidh a’ video a bhacadh. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video Dì-bhac a’ video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. Chan eil a’ video ’ga bhacadh tuilleadh. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Do you really want to delete this abuse report? A bheil thu cinnteach gu bheil thu airson an gearan seo mu mhì-ghnàthachadh a sguabadh às? - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. Chaidh gearan mu mhì-ghnàthachadh a sguabadh às. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment Sguab às am beachd - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter Teachdaireachdan le neach a rinn gearan - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators Teachdaireachdan le maoir - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note Ùraich nòta taobh a-staigh - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual Atharraich bacadh a’ video gu bacadh a làimh @@ -8476,13 +8372,13 @@ plugin plugan - src/app/+admin/plugins/shared/plugin-api.service.ts30 - + + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme ùrlar - src/app/+admin/plugins/shared/plugin-api.service.ts33 - + + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP address Seòladh IP @@ -8492,8 +8388,8 @@ - PeerTube thinks your web browser public IP is . - Tha PeerTube dhen bheachd gur e a th’ ann an seòladh IP poblach a’ bhrabhsair agad. + PeerTube thinks your web browser public IP is . + Tha PeerTube dhen bheachd gur e a th’ ann an seòladh IP poblach a’ bhrabhsair agad. src/app/+admin/system/debug/debug.component.html 4 @@ -8540,16 +8436,16 @@ - Check the trust_proxy configuration key - Thoir sùil air an iuchair rèiteachaidh trust_proxy + Check the trust_proxy configuration key + Thoir sùil air an iuchair rèiteachaidh trust_proxy src/app/+admin/system/debug/debug.component.html 15 - If you run PeerTube using Docker, check you run the reverse-proxy with network_mode: "host" (see issue 1643) - Ma tha thu a’ ruith PeerTube le Docker, dearbh gun ruith thu an reverse-proxy le network_mode: "host" (faic buga 1643) + If you run PeerTube using Docker, check you run the reverse-proxy with network_mode: "host" (see issue 1643) + Ma tha thu a’ ruith PeerTube le Docker, dearbh gun ruith thu an reverse-proxy le network_mode: "host" (faic buga 1643) src/app/+admin/system/debug/debug.component.html 16,17 @@ -8602,19 +8498,19 @@ Info Fiosrachadh - src/app/+admin/overview/videos/video-list.component.html41 - src/app/core/notification/notifier.service.ts12 - + + + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 Files Faidhlichean - src/app/+admin/overview/videos/video-list.component.html42 - + + src/app/+admin/overview/videos/video-list.component.html41 - Published - Air fhoillseachadh - src/app/+admin/overview/videos/video-list.component.html43 - + Published + Air fhoillseachadh + + src/app/+admin/overview/videos/video-list.component.html42 Warning Rabhadh @@ -8640,47 +8536,40 @@ Logaichean sgrùdaidh src/app/+admin/system/logs/logs.component.ts145 - - Showing to of runner jobs - A’ sealltainn gu à obair ruitheadair - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - - + UUID UUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 - Priority - Prìomhachas - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 - + Priority + Prìomhachas + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 - Progress - Adhartas - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 - + Progress + Adhartas + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 Runner Ruitheadair - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload: Eallach: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobs @@ -8748,33 +8637,20 @@ 4 - - Showing to of remote runners - A’ sealltainn gu à ruitheadair(ean) cèin(e) - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - - + IP IP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 - + + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contact - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. Chaidh an cleachdaiche a chruthachadh. @@ -8783,9 +8659,9 @@ Create user Cruthaich cleachdaiche - src/app/+admin/overview/users/user-edit/user-create.component.ts97 - src/app/+admin/overview/users/user-list/user-list.component.html25 - + + + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videos Videothan bacte @@ -8804,8 +8680,8 @@ src/app/+admin/moderation/moderation.routes.ts114 - Accept registrationReject registration - Aontaich ri clàradh Diùlt clàradh + Accept registrationReject registration + Aontaich ri clàradh Diùlt clàradh src/app/+admin/moderation/registration-list/process-registration-modal.component.html 4,5 @@ -8819,40 +8695,40 @@ - Accepting  registration will create the account and channel. - Cruthaichidh aontachadh  ris a’ chlàradh an cunntas agus seanail. + Accepting  registration will create the account and channel. + Cruthaichidh aontachadh  ris a’ chlàradh an cunntas agus seanail. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 21,22 - An email will be sent to explaining its account has been created with the moderation response you'll write below. - Thèid post-d a chur gu a mhìnicheas gun deach an cunntas aca a chruthachadh le freagairt na maorsainneachd a sgrìobhas tu gu h-ìosal. + An email will be sent to explaining its account has been created with the moderation response you'll write below. + Thèid post-d a chur gu a mhìnicheas gun deach an cunntas aca a chruthachadh le freagairt na maorsainneachd a sgrìobhas tu gu h-ìosal. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 24,26 - Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its account has been created. - Chan eil puist-d an comas air an ionstans seo is mar sin dheth chan urrainn dha PeerTube post-d a chur gu a mhìnicheas gun deach an cunntas aca a chruthachadh. + Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its account has been created. + Chan eil puist-d an comas air an ionstans seo is mar sin dheth chan urrainn dha PeerTube post-d a chur gu a mhìnicheas gun deach an cunntas aca a chruthachadh. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 28,30 - An email will be sent to explaining its registration request has been rejected with the moderation response you'll write below. - Thèid post-d a chur gu a mhìnicheas gun deach an t-iarrtas aca air clàradh a dhiùltadh le freagairt na maorsainneachd a sgrìobhas tu gu h-ìosal. + An email will be sent to explaining its registration request has been rejected with the moderation response you'll write below. + Thèid post-d a chur gu a mhìnicheas gun deach an t-iarrtas aca air clàradh a dhiùltadh le freagairt na maorsainneachd a sgrìobhas tu gu h-ìosal. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 34,36 - Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its registration request has been rejected. - Chan eil puist-d an comas air an ionstans seo is mar sin dheth chan urrainn dha PeerTube post-d a chur gu a mhìnicheas gun deach an t-iarrtas aca air clàradh a dhiùltadh. + Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its registration request has been rejected. + Chan eil puist-d an comas air an ionstans seo is mar sin dheth chan urrainn dha PeerTube post-d a chur gu a mhìnicheas gun deach an t-iarrtas aca air clàradh a dhiùltadh. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 38,40 @@ -8919,14 +8795,7 @@ 3 - - Showing to of registrations - A’ sealltainn gu à clàradh - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - - + Password changed for user . Chaidh facal-faire a’ chleachdaiche atharrachadh. @@ -8988,9 +8857,9 @@ Live Beò - src/app/+admin/overview/videos/video-admin.service.ts53 - src/app/+admin/overview/videos/video-list.component.html88 - + + + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video files Faidhlichean video @@ -9104,7 +8973,7 @@ src/app/shared/shared-moderation/user-moderation-dropdown.component.ts99 - <p>You can't create users or channels with a username that already used by a deleted user/channel.</p> + <p>You can't create users or channels with a username that already used by a deleted user/channel.</p> src/app/+admin/overview/users/user-list/user-list.component.ts244 @@ -9145,8 +9014,8 @@ src/app/+my-library/my-history/my-history.component.html14 - Clear all history - Falamhaich an eachdraidh gu lèir + Clear all history + Falamhaich an eachdraidh gu lèir src/app/+my-library/my-history/my-history.component.html18 @@ -9379,18 +9248,18 @@ Too many languages are enabled. Please enable them all or stay below 20 enabled languages. Chaidh cus chànanan a chur an comas. Cuir iad uile an comas no tagh nas lugha na 20 cànan. - src/app/shared/shared-user-settings/user-video-settings.component.ts76 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. Chaidh roghainnean a’ video ùrachadh. - src/app/shared/shared-user-settings/user-video-settings.component.ts121 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. Chaidh na roghainnean taisbeanaidh / a video ùrachadh. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Video channel created. Chaidh seanail video a chruthachadh. @@ -9424,13 +9293,13 @@ Video channel deleted. Chaidh seanail video a sguabadh às. - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day Air coimhead air an-diugh - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followers An luchd-leantainn agam @@ -9514,20 +9383,20 @@ Playlist created. Chaidh liosta-chluich a chruthachadh. - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 - + + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 Create Cruthaich - src/app/+admin/overview/users/user-edit/user-edit.component.html8 - src/app/+admin/overview/users/user-edit/user-edit.component.html8 - src/app/+manage/video-channel-edit/video-channel-create.component.ts107 - src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45 - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8 - src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 - + + + + + + + + + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist Ùraich an liosta-chluich @@ -9603,9 +9472,15 @@ Do you really want to delete ? A bheil thu cinnteach gu bheil thu airson a sguabadh às? - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + Video deleted. @@ -9679,8 +9554,8 @@ src/app/+my-account/my-account-routing.module.ts128 - is awaiting email verification - Tha a’ feitheamh air dearbhadh puist-d + is awaiting email verification + Tha a’ feitheamh air dearbhadh puist-d src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 5,6 @@ -9694,8 +9569,8 @@ - Your current email is . It is never shown to the public. - Is am post-d làithreach agad. Cha dèid a shealltainn gu poblach idir. + Your current email is . It is never shown to the public. + Is am post-d làithreach agad. Cha dèid a shealltainn gu poblach idir. src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 13,16 @@ -9754,13 +9629,13 @@ Maximize editor Làn-mheudaich an deasaiche - src/app/shared/shared-forms/markdown-textarea.component.ts51 - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editor Fàg an deasaiche làn-mheudaichte - src/app/shared/shared-forms/markdown-textarea.component.ts52 - + + src/app/shared/shared-forms/markdown-textarea.component.ts50 An email with verification link will be sent to . Thèid post-d le ceangal dearbhaidh a chur gu . @@ -9782,9 +9657,9 @@ Subscribe to the account Fo-sgrìobh air a’ chunntas - src/app/+video-channels/video-channels.component.ts85 - src/app/+videos/+video-watch/video-watch.component.ts888 - + + + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTS LIOSTAICHEAN-CLUICH @@ -9884,13 +9759,13 @@ src/app/+video-studio/edit/video-studio-edit.component.ts75 - The current video will be overwritten by this edited video and <strong>you won't be able to recover it</strong>.<br /><br /> - Thèid a’ video deasaichte a sgrìobhadh thairis air a’ video seo agus <strong>chan fhaigh thu air ais e</strong>.<br /><br /> + The current video will be overwritten by this edited video and <strong>you won't be able to recover it</strong>.<br /><br /> + Thèid a’ video deasaichte a sgrìobhadh thairis air a’ video seo agus <strong>chan fhaigh thu air ais e</strong>.<br /><br /> src/app/+video-studio/edit/video-studio-edit.component.ts79 - As a reminder, the following tasks will be executed: <ol></ol> - Mar chuimhneachan, seo na saothraichean a thèid a dhèanamh: <ol></ol> + As a reminder, the following tasks will be executed: <ol></ol> + Mar chuimhneachan, seo na saothraichean a thèid a dhèanamh: <ol></ol> src/app/+video-studio/edit/video-studio-edit.component.ts80 @@ -9954,7 +9829,8 @@ src/app/core/auth/auth.service.ts75 - Cannot retrieve OAuth Client credentials: . Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section. + Cannot retrieve OAuth Client credentials: . +Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section. Cha b’ urrainn dhuinn an teisteas cliant OAuth fhaighinn: . Dèan cinnteach gun do rèitich thu PeerTube mar bu chòir (sa phasgan config/) ’s gu sònraichte an earrann "webserver". src/app/core/auth/auth.service.ts102 @@ -10119,17 +9995,17 @@ VOD videos Videothan air iarrtas - src/app/+search/search-filters.component.html34 - src/app/shared/shared-video-miniature/video-filters-header.component.html112 - src/app/shared/shared-video-miniature/video-filters.model.ts174 - + + + + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videos Videothan beòtha - src/app/+search/search-filters.component.html29 - src/app/shared/shared-video-miniature/video-filters-header.component.html107 - src/app/shared/shared-video-miniature/video-filters.model.ts168 - + + + + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) Goirid (< 4 mion) @@ -10141,8 +10017,8 @@ src/app/+search/search-filters.component.ts63 - Long (> 10 min) - Fada (> 10 mion) + Long (> 10 min) + Fada (> 10 mion) src/app/+search/search-filters.component.ts67 @@ -10231,8 +10107,8 @@ - The video quota only takes into account original video size. Since transcoding is enabled, videos size can be at most ~ . - Cha dèid ach meud tùsail nam videothan a chunntadh mu choinneamh a’ chuota. On a tha an tar-chòdachadh an comas, faodaidh videothan a bhith ~ a mheud air a char as motha. + The video quota only takes into account original video size. Since transcoding is enabled, videos size can be at most ~ . + Cha dèid ach meud tùsail nam videothan a chunntadh mu choinneamh a’ chuota. On a tha an tar-chòdachadh an comas, faodaidh videothan a bhith ~ a mheud air a char as motha. src/app/+admin/shared/user-real-quota-info.component.html 1,4 @@ -10887,8 +10763,8 @@ - See the documentation to learn how to use the PeerTube live streaming feature. - Faic an docamaideadh air mar a chleachdas tu gleus nan sruthan beòtha air PeerTube. + See the documentation to learn how to use the PeerTube live streaming feature. + Faic an docamaideadh air mar a chleachdas tu gleus nan sruthan beòtha air PeerTube. src/app/shared/shared-video-live/live-documentation-link.component.html1 @@ -11527,14 +11403,14 @@ Instance languages Cànain an ionstans - src/app/+videos/+video-edit/shared/video-edit.component.ts222 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages Na h-uile cànan - src/app/+videos/+video-edit/shared/video-edit.component.ts223 - src/app/shared/shared-forms/select/select-languages.component.ts25 - + + + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Hidden Falaichte @@ -11548,9 +11424,9 @@ Displayed ’Ga shealltainn - src/app/shared/shared-instance/instance-features-table.component.ts54 - src/app/shared/shared-video-miniature/video-filters.model.ts242 - + + + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 Disabled À comas @@ -11673,8 +11549,8 @@ src/app/shared/shared-moderation/user-moderation-dropdown.component.ts89 - If you remove this user, you won't be able to create another user or channel with <strong></strong> username! - Ma bheir thu air falbh an cleachdaiche seo, chan urrainn dhut cleachdaiche no seanail eile air a bheil an t-ainm <strong></strong> a chruthachadh an uairsin! + If you remove this user, you won't be able to create another user or channel with <strong></strong> username! + Ma bheir thu air falbh an cleachdaiche seo, chan urrainn dhut cleachdaiche no seanail eile air a bheil an t-ainm <strong></strong> a chruthachadh an uairsin! src/app/shared/shared-moderation/user-moderation-dropdown.component.ts 104 @@ -11711,19 +11587,19 @@ Account muted by the instance. Chaidh an cunntas a mhùchadh leis an ionstans. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434 - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server Mùch am frithealaiche - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. Chaidh am frithealaiche a mhùchadh leis an ionstans. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter Cuir teachdaireachd ris airson conaltradh leis an neach a rinn an gearan @@ -11970,28 +11846,31 @@ Too many attempts, please try again after minutes. Cus oidhirpean, feuch ris a-rithist an ceann mionaid(ean). - src/app/core/rest/rest-extractor.service.ts126 - + + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. Cus oidhirpean, feuch ris a-rithist an ceann greis. - src/app/core/rest/rest-extractor.service.ts129 - + + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. Mearachd an fhrithealaiche. Feuch ris a-rithist an ceann greis. - src/app/core/rest/rest-extractor.service.ts133 - + + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server error - src/app/core/rest/rest-extractor.service.ts140 + + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + Subscribed to all current channels of . You will be notified of all their new videos. @@ -12082,29 +11961,29 @@ Delete video Sguab a’ video às - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment Gnìomhan dhan bheachd - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment Sguab às am beachd - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? A bheil thu cinnteach gu bheil thu airson am beachd seo a sguabadh às? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 - + + + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. Chaidh am beachd a sguabadh às. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Encoder Inneal-còdachaidh @@ -12152,25 +12031,25 @@ Do you really want to delete this video? A bheil thu cinnteach gu bheil thu airson a’ video seo a sguabadh às? - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. Chaidh a’ video a sguabadh às. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter Gnìomhan an neach a rinn an gearan - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter Mùch an neach a rinn an gearan - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 Download Luchdaich a-nuas @@ -12315,59 +12194,37 @@ 58 - - Showing to of registration tokens - A’ sealltainn gu à tòcan(an) clàraidh - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - - + Token Tòcan - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runners Ruitheadairean co-cheangailte - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate token Gin tòcan - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copied Chaidh lethbhreac dhen tòcan clàraidh a dhèanamh - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration token Dèan lethbhreac dhen tòcan clàraidh - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners. Cha deach tòcan clàraidh a lorg do ruitheadairean cèine. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this token Thoir an tòcan seo air falbh @@ -12435,9 +12292,9 @@ Mute account Mùch an cunntas - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actions Fosgail na gnìomhan video @@ -12471,8 +12328,8 @@ Mute server account Mùch cunntas an fhrithealaiche - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Report Dèan gearan @@ -12571,27 +12428,27 @@ - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18 - src/app/+admin/overview/videos/video-list.component.html77 - src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4 - src/app/+stats/video/video-stats.component.html2 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31 - src/app/+videos/+video-watch/video-watch.component.html76 - src/app/menu/menu.component.html112 - src/app/shared/shared-instance/instance-about-accordion.component.html115 - src/app/shared/shared-main/angular/login-link.component.html1 - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html20 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html30 - src/app/shared/shared-moderation/user-ban-modal.component.html3 - src/app/shared/shared-user-settings/user-interface-settings.component.html9 - src/app/shared/shared-video-miniature/video-download.component.html27 - src/app/shared/shared-video-miniature/video-download.component.html47 - src/app/shared/shared-video-miniature/video-download.component.html66 - src/app/shared/shared-video-miniature/video-download.component.html77 - src/app/shared/shared-video-miniature/video-download.component.html89 - src/app/shared/shared-video-miniature/videos-selection.component.html1 - + + + + + + + + + + + + + + + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Add to watch later Cuir air a’ chlàr-fhaire @@ -12623,28 +12480,28 @@ Only I can see this video Chan fhaic ach mi fhìn a’ video seo - src/app/shared/shared-main/video/video.service.ts460 - + + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link Cha ghabh a cho-roinneadh ach le ceangal prìobhaideach - src/app/shared/shared-main/video/video.service.ts461 - + + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video Chì duine sam bith a’ video seo - src/app/shared/shared-main/video/video.service.ts462 - + + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video Chan fhaic ach luchd-cleachdaidh an ionstans seo a’ video seo - src/app/shared/shared-main/video/video.service.ts463 - + + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this video Chan fhaic ach an luchd-cleachdaidh aig a bheil am facal-faire iomchaidh a’ video seo - src/app/shared/shared-main/video/video.service.ts464 - + + src/app/shared/shared-main/video/video.service.ts465 Video to import updated. Chaidh a’ video ri ion-phortadh ùrachadh. @@ -12689,45 +12546,33 @@ You have unsaved changes! If you leave, your changes will be lost. Tha atharraichean gun sàbhaladh agad! Ma dh’fhalbhas tu, thèid na h-atharraichean agad air chall. - src/app/+videos/+video-edit/video-update.component.ts140 - + + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. Chaidh a’ video ùrachadh. - src/app/+videos/+video-edit/video-update.component.ts227 - + + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators. Thèid a’ video agad a bhacadh gu fèin-obrachail cuideachd air sgàth ’s gu bheil foillseachadh videothan feumach air dearbhadh a làimh le maoir. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version. Nuair a luchdaicheas tu suas tionndadh ùr dhen video agad, thèid an tionndadh làithreach a shuathadh às gu tur. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 - <br /><br />Do you still want to replace your video file? - <br /><br />A bheil thu airson faidhle ùr a chur an àite a’ video agad fhathast? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + <br /><br />Do you still want to replace your video file? + <br /><br />A bheil thu airson faidhle ùr a chur an àite a’ video agad fhathast? + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warning Rabhadh air cur an àite faidhle - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: ) (leudachain: ) @@ -12826,141 +12671,132 @@ - This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? - Chan eil a’ video seo ri fhaighinn air an ionstans seo. A bheil thu airson ’s gun dèid d’ ath-stiùireadh dhan ionstans thùsail: <a href=""></a>? - src/app/+videos/+video-watch/video-watch.component.ts370 - + This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? + Chan eil a’ video seo ri fhaighinn air an ionstans seo. A bheil thu airson ’s gun dèid d’ ath-stiùireadh dhan ionstans thùsail: <a href=""></a>? + + src/app/+videos/+video-watch/video-watch.component.ts371 Redirection Ath-stiùireadh - src/app/+videos/+video-watch/video-watch.component.ts371 - + + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this video Feumaidh tu facal-faire airson coimhead air a’ video seo - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protected Tha a’ video seo fo dhìon facail-fhaire - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct password Facal-faire ceàrr, cuir a-steach facal-faire ceart - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? Tha susbaint sa video seo a tha iomchaidh do dh’inbhich a-mhàin. A bheil thu cinnteach gu bheil thu airson coimhead air? - src/app/+videos/+video-watch/video-watch.component.ts446 - + + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content Susbaint do dh’inbhich - src/app/+videos/+video-watch/video-watch.component.ts447 - + + src/app/+videos/+video-watch/video-watch.component.ts448 Cancel Sguir dheth - src/app/+about/about-instance/contact-admin-modal.component.html48 - src/app/+admin/follows/following-list/follow-modal.component.html33 - src/app/+admin/moderation/registration-list/process-registration-modal.component.html67 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102 - src/app/+login/login.component.html146 - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20 - src/app/+my-library/my-video-imports/my-video-imports.component.html42 - src/app/+my-library/my-videos/modals/video-change-ownership.component.html22 - src/app/+videos/+video-edit/shared/upload-progress.component.html14 - src/app/+videos/+video-edit/shared/upload-progress.component.html26 - src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37 - src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25 - src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73 - src/app/modal/confirm.component.html25 - src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26 - src/app/shared/shared-moderation/batch-domains-modal.component.html31 - src/app/shared/shared-moderation/report-modals/report.component.html53 - src/app/shared/shared-moderation/report-modals/report.component.html53 - src/app/shared/shared-moderation/report-modals/video-report.component.html84 - src/app/shared/shared-moderation/user-ban-modal.component.html34 - src/app/shared/shared-moderation/video-block.component.html46 - src/app/shared/shared-video-miniature/video-download.component.html140 - + + + + + + + + + + + + + + + + + + + + + + + + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreen Tòisich air/Fàg an làn-sgrìn - src/app/+videos/+video-watch/video-watch.component.ts851 - + + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the video Cluich/Cuir ’na stad a’ video - src/app/+videos/+video-watch/video-watch.component.ts852 - + + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the video Mùch/Dì-mhùch a’ video - src/app/+videos/+video-watch/video-watch.component.ts853 - + + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90% Geàrr leum gu ceudad a’ video: Thèid 0 gu 0% ’s 9 gu 90% - src/app/+videos/+video-watch/video-watch.component.ts868 - + + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volume Cuir an àirde an fhuaim - src/app/+videos/+video-watch/video-watch.component.ts855 - + + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volume Lùghdaich àirde na fuaime - src/app/+videos/+video-watch/video-watch.component.ts856 - + + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forward Sir air adhart sa video - src/app/+videos/+video-watch/video-watch.component.ts870 - + + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backward Sir air ais sa video - src/app/+videos/+video-watch/video-watch.component.ts871 - + + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rate Dèan a’ chluich nas luaithe - src/app/+videos/+video-watch/video-watch.component.ts873 - + + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rate Cuir maille air a’ chluich - src/app/+videos/+video-watch/video-watch.component.ts874 - + + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frame Seòl sa video dhan fhrèam roimhe - src/app/+videos/+video-watch/video-watch.component.ts876 - + + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frame Seòl sa video dhan ath-fhrèam - src/app/+videos/+video-watch/video-watch.component.ts877 - + + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater mode Toglaich modh an taighe-chluich - src/app/+videos/+video-watch/video-watch.component.ts861 - + + src/app/+videos/+video-watch/video-watch.component.ts867 Like the video Comharraich gur toigh leat a’ video @@ -13040,14 +12876,7 @@ 103 - - Showing to of videos - A’ sealltainn gu à video - - src/app/+admin/overview/videos/video-list.component.html - 11 - - + Only videos uploaded on this instance are displayed Cha nochd ach na videothan a chaidh a luchdadh suas dhan ionstans seo diff --git a/client/src/locale/angular.gl-ES.xlf b/client/src/locale/angular.gl-ES.xlf index 739752945..88bdbd010 100644 --- a/client/src/locale/angular.gl-ES.xlf +++ b/client/src/locale/angular.gl-ES.xlf @@ -317,30 +317,21 @@ {views, plural, =0 {No view} =1 {1 view} other { views}} {views, plural, =0 {No view} =1 {1 visualización} other { visualizacións}} - src/app/shared/shared-main/video/video.model.ts291 + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded.PeerTube considers this video is already being transcoded. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcodingForce transcoding - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} {viewers, plural, =0 {Sen espectadoras} =1 {1 espectadora} other { espectadoras}} - src/app/shared/shared-main/video/video.model.ts288 + src/app/shared/shared-main/video/video.model.ts289 @@ -356,13 +347,13 @@ Account muted Conta acalada - src/app/+admin/overview/videos/video-list.component.html79 - + + src/app/+admin/overview/videos/video-list.component.html78 Server muted Servidor acalado - src/app/+admin/overview/videos/video-list.component.html80 - + + src/app/+admin/overview/videos/video-list.component.html79 Save to Gardar en @@ -473,7 +464,7 @@ vídeo - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts341src/app/shared/shared-video-miniature/video-download.component.ts62 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: ) Este vídeo fai que superes a túa cota de vídeo (tamaño do vídeo: , used: , cota: ) @@ -581,21 +572,18 @@ Bloqueado - src/app/+admin/overview/videos/video-list.component.html82src/app/shared/shared-video-miniature/video-miniature.component.html64 + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storage Almacenaxe de obxectos - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this file Eliminar este ficheiro - src/app/+admin/overview/videos/video-list.component.html114 - src/app/+admin/overview/videos/video-list.component.html130 - + + + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}. @@ -957,7 +945,7 @@ Local Local - src/app/shared/shared-video-miniature/video-filters.model.ts135 + src/app/shared/shared-video-miniature/video-filters.model.ts141 users usuarias @@ -993,10 +981,10 @@ Following Seguindo - src/app/+admin/admin.component.ts84 - src/app/+admin/follows/following-list/following-list.component.html41 - src/app/+admin/follows/follows.routes.ts26 - + + + + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 Followers Seguidoras @@ -1245,7 +1233,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 Email address Enderezo de correo electrónico @@ -1297,7 +1285,7 @@ The link will expire within 1 hour. Rexistro Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 + src/app/+signup/+register/register.component.ts85 Why creating an account? Por que crear unha conta? @@ -1982,8 +1970,8 @@ The link will expire within 1 hour. Media is too large for the server. Please contact you administrator if you want to increase the limit size. O multimedia é demasiado grande para o servidor. Contacta coa administración se desexas que aumenten o límite. - src/app/core/rest/rest-extractor.service.ts118 - + + src/app/core/rest/rest-extractor.service.ts122 GLOBAL SEARCH BUSCA GLOBAL @@ -2188,21 +2176,21 @@ The link will expire within 1 hour. Reset Restablecer - src/app/+search/search-filters.component.html8 - src/app/+search/search-filters.component.html22 - src/app/+search/search-filters.component.html41 - src/app/+search/search-filters.component.html60 - src/app/+search/search-filters.component.html74 - src/app/+search/search-filters.component.html109 - src/app/+search/search-filters.component.html122 - src/app/+search/search-filters.component.html135 - src/app/+search/search-filters.component.html148 - src/app/+search/search-filters.component.html163 - src/app/+search/search-filters.component.html171 - src/app/+search/search-filters.component.html188 - src/app/+search/search-filters.component.html229 - src/app/shared/shared-forms/reactive-file.component.html16 - + + + + + + + + + + + + + + + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter Filtro @@ -2363,7 +2351,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts39src/app/shared/shared-instance/instance-follow.service.ts142 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found Sen resultados @@ -2372,16 +2360,16 @@ The link will expire within 1 hour. Description Descrición - src/app/+about/about-instance/about-instance.component.html113 - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html24 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+videos/+video-edit/shared/video-edit.component.html44 - + + + + + + + + + + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 Choose the appropriate licence for your work. Elixe a licenza axeitada para o teu traballo. @@ -2390,71 +2378,50 @@ The link will expire within 1 hour. Channel Canle - src/app/+admin/moderation/registration-list/registration-list.component.html39 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+videos/+video-edit/shared/video-edit.component.html65 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26 - src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reason Razón para rexistrarse - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation response Resposta da moderación - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 Requested on Solicitado o - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason: Razón para o rexistro: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response: Resposta da moderación: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters. Non se atopan rexistros que cumpran cos filtros. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found. Non se atopan rexistros. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this request Aceptar esta solicitude @@ -2694,65 +2661,65 @@ The link will expire within 1 hour. Original publication date Data da publicación orixinal - src/app/+videos/+video-edit/shared/video-edit.component.html368 + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) Esta é a data na que foi publicado orixinalmente o contido (ex. a data de lanzamento da película) - src/app/+videos/+video-edit/shared/video-edit.component.html371 + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settings Axustes do Plugin - src/app/+videos/+video-edit/shared/video-edit.component.html402 + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latency Latencia pequena - src/app/+videos/+video-edit/shared/video-edit.component.ts92 + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2P Reducir latencia a ~15s desactivando P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts93 + src/app/+videos/+video-edit/shared/video-edit.component.ts94 Default Por defecto - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts97 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30s Latencia media de 30s - src/app/+videos/+video-edit/shared/video-edit.component.ts98 + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latency Latencia alta - src/app/+videos/+video-edit/shared/video-edit.component.ts102 + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratio Latencia media de 60s aumentando a razón P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts103 + src/app/+videos/+video-edit/shared/video-edit.component.ts104 Other Outro - src/app/+videos/+video-edit/shared/video-edit.component.ts219src/app/shared/shared-forms/select/select-languages.component.ts50 + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments Activar comentarios ao vídeo - src/app/+videos/+video-edit/shared/video-edit.component.html389 + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download Activar descarga - src/app/+videos/+video-edit/shared/video-edit.component.html394 + src/app/+videos/+video-edit/shared/video-edit.component.html398 Advanced settings Axustes avanzados @@ -2803,12 +2770,12 @@ The link will expire within 1 hour. Scheduled Programado - src/app/+videos/+video-edit/shared/video-edit.component.ts240 + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date Agochar o vídeo ata unha data concreta - src/app/+videos/+video-edit/shared/video-edit.component.ts241 + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal live Directo normal @@ -2854,9 +2821,9 @@ The link will expire within 1 hour. Total video quota Cota total de vídeo - src/app/+admin/overview/users/user-list/user-list.component.html118 - src/app/shared/shared-main/users/user-quota.component.html3 - + + + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Congratulations! Your video is now available in your private library. Parabéns! O vídeo xa está dispoñible na túa biblioteca privada. @@ -2918,11 +2885,11 @@ The link will expire within 1 hour. src/app/+videos/+video-edit/video-update.component.html 29 - - Your video is currenctly being updated. If you leave, your changes will be lost.Your video is currenctly being updated. If you leave, your changes will be lost. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 @@ -3182,7 +3149,7 @@ The link will expire within 1 hour. - src/app/+admin/overview/users/user-list/user-list.component.html104src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Loop Bucle @@ -3304,8 +3271,8 @@ The link will expire within 1 hour. Show more Mostrar máis - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 - + + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less Mostrar menos @@ -3348,14 +3315,14 @@ The link will expire within 1 hour. The video was blocked due to automatic blocking of new videos Este vídeo foi bloqueado pola función de bloqueo automático de novos vídeos - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFW NSFW - src/app/+admin/moderation/video-block-list/video-block-list.component.html56 - src/app/+admin/overview/videos/video-list.component.html75 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Get more information Máis información @@ -3608,16 +3575,13 @@ The link will expire within 1 hour. Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? Ó renovar o testemuño desconfigurarás os clientes previamente configurados e deberás volver a configuralos. Facémolo? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly. Testemuño renovado. Actualiza o cliente dacordo a esta configuración. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEED FONTE DA SUBSCRICIÓN @@ -3646,9 +3610,9 @@ The link will expire within 1 hour. Renew token Renovar testemuño - src/app/+my-account/my-account-applications/my-account-applications.component.html36 - src/app/+my-account/my-account-applications/my-account-applications.component.ts41 - + + + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Filter... Filtrar... @@ -3669,69 +3633,63 @@ The link will expire within 1 hour. Video/Comment/Account Vídeo/Comentario/Conta - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 ID ID - src/app/+admin/system/jobs/jobs.component.html45 - + + src/app/+admin/system/jobs/jobs.component.html43 State Estado - src/app/+admin/system/jobs/jobs.component.html48 - src/app/+my-library/my-video-imports/my-video-imports.component.html30 - + + + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 Created Creado - src/app/+admin/follows/followers-list/followers-list.component.html39 - src/app/+admin/follows/following-list/following-list.component.html43 - src/app/+admin/system/jobs/jobs.component.html50 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html27 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 - src/app/+my-library/my-video-imports/my-video-imports.component.html31 - src/app/shared/shared-abuse-list/abuse-list-table.component.html23 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab Abrir páxina do actor noutra lapela - src/app/+admin/follows/followers-list/followers-list.component.html56 - + + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted Aceptado - src/app/+admin/follows/followers-list/followers-list.component.html63 - src/app/+admin/follows/following-list/following-list.component.html65 - + + + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending Pendente - src/app/+admin/follows/followers-list/followers-list.component.html64 - src/app/+admin/follows/following-list/following-list.component.html66 - + + + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 Rejected Rexeitado - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept Aceptar - src/app/+admin/follows/followers-list/followers-list.component.html50 - src/app/+admin/follows/followers-list/followers-list.component.ts45 - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25 - src/app/+my-library/my-ownership/my-ownership.component.html27 - + + + + + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse Rexeitar @@ -3740,61 +3698,53 @@ The link will expire within 1 hour. No follower found matching current filters. Non hai seguidoras que concorden cos filtros actuais. - src/app/+admin/follows/followers-list/followers-list.component.html77 - + + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. A túa instancia non ten seguidoras. - src/app/+admin/follows/followers-list/followers-list.component.html78 - - - Showing to of followers - Mostrando a de seguidoras - src/app/+admin/follows/followers-list/followers-list.component.html11 - + + src/app/+admin/follows/followers-list/followers-list.component.html77 + Redundancy allowed Redundancia permitida - src/app/+admin/follows/following-list/following-list.component.html44 - + + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab Abrir instancia en nova lapela - src/app/+admin/follows/following-list/following-list.component.html58 - src/app/shared/shared-moderation/server-blocklist.component.html43 - src/app/shared/shared-moderation/server-blocklist.component.html43 - + + + + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. Non se atoparon servidores co criterio do filtro. - src/app/+admin/follows/following-list/following-list.component.html84 - + + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. A túa instancia non segue a ninguén. - src/app/+admin/follows/following-list/following-list.component.html85 - + + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}} Queres deixar de seguir {count, plural, =1 {?} other { entradas?}} src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - Mostrando a de servidores - src/app/+admin/follows/following-list/following-list.component.html11 - + Action Acción - src/app/+admin/follows/following-list/following-list.component.html40 - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/server-blocklist.component.html31 - src/app/shared/shared-moderation/server-blocklist.component.html31 - + + + + + + + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies Redundancias de vídeos @@ -3813,18 +3763,18 @@ The link will expire within 1 hour. Table parameters Parámetros da táboa - src/app/+admin/overview/users/user-list/user-list.component.html47 - + + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns Selecciona columnas - src/app/+admin/overview/users/user-list/user-list.component.html53 - + + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users Resaltar usuarias bloqueadas - src/app/+admin/overview/users/user-list/user-list.component.html59 - + + src/app/+admin/overview/users/user-list/user-list.component.html57 Username Nome de usuaria @@ -3939,54 +3889,50 @@ The link will expire within 1 hour. Batch actions Accións en grupo - src/app/+admin/follows/followers-list/followers-list.component.html18 - src/app/+admin/follows/following-list/following-list.component.html18 - src/app/+admin/moderation/registration-list/registration-list.component.html18 - src/app/+admin/overview/comments/video-comment-list.component.html22 - src/app/+admin/overview/users/user-list/user-list.component.html18 - src/app/+admin/overview/videos/video-list.component.html18 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 The user was banned Esta usuaria foi bloqueada - src/app/+admin/overview/users/user-list/user-list.component.html109 - + + src/app/+admin/overview/users/user-list/user-list.component.html107 Open account in a new tab Abrir conta nunha nova lapela - src/app/+admin/overview/comments/video-comment-list.component.html69 - src/app/+admin/overview/users/user-list/user-list.component.html94 - src/app/+my-library/my-ownership/my-ownership.component.html32 - src/app/shared/shared-abuse-list/abuse-list-table.component.html44 - src/app/shared/shared-moderation/account-blocklist.component.html35 - src/app/shared/shared-moderation/account-blocklist.component.html35 - + + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account Conta eliminada - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota Cota diaria total de vídeo - src/app/+admin/overview/users/user-list/user-list.component.html128 - + + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: Razón do bloqueo: - src/app/+admin/overview/users/user-list/user-list.component.html150 - + + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned users Usuarias bloqueadas src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - Mostrando a de usuarias - src/app/+admin/overview/users/user-list/user-list.component.html11 - + Moderation Moderación @@ -4027,9 +3973,9 @@ The link will expire within 1 hour. Video Vídeo - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30 - src/app/+admin/moderation/video-block-list/video-block-list.component.html26 - + + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size Tamaño total @@ -4064,78 +4010,78 @@ The link will expire within 1 hour. Used () Utilizado () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available () Dispoñible () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Sensitive Sensible - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated Non federado - src/app/+admin/moderation/video-block-list/video-block-list.component.html28 - src/app/+admin/moderation/video-block-list/video-block-list.component.html60 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date Data - src/app/+admin/moderation/video-block-list/video-block-list.component.html29 - src/app/+admin/overview/comments/video-comment-list.component.html46 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this row Elexir esta fila - src/app/+admin/follows/followers-list/followers-list.component.html46 - src/app/+admin/follows/following-list/following-list.component.html51 - src/app/+admin/moderation/registration-list/registration-list.component.html50 - src/app/+admin/overview/comments/video-comment-list.component.html54 - src/app/+admin/overview/users/user-list/user-list.component.html79 - src/app/+admin/overview/videos/video-list.component.html51 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full comment Ver comentario completo - src/app/+admin/overview/comments/video-comment-list.component.html58 - + + src/app/+admin/overview/comments/video-comment-list.component.html57 Actions Accións - src/app/+admin/follows/followers-list/followers-list.component.html35 - src/app/+admin/moderation/registration-list/registration-list.component.html60 - src/app/+admin/moderation/video-block-list/video-block-list.component.html43 - src/app/+admin/overview/comments/video-comment-list.component.html64 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70 - src/app/+admin/system/runners/runner-list/runner-list.component.html36 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44 - src/app/+my-library/my-ownership/my-ownership.component.html12 - src/app/shared/shared-abuse-list/abuse-list-table.component.html39 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 Follower Seguidora - src/app/+admin/follows/followers-list/followers-list.component.html36 - + + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented video Vídeo comentado - src/app/+admin/overview/comments/video-comment-list.component.html81 - + + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters. Sen comentarios que cumpran cos filtros actuais. - src/app/+admin/overview/comments/video-comment-list.component.html106 - + + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found. Non hai comentarios. - src/app/+admin/overview/comments/video-comment-list.component.html107 - + + src/app/+admin/overview/comments/video-comment-list.component.html106 Local comments Comentarios locais @@ -4154,53 +4100,53 @@ The link will expire within 1 hour. No abuses found matching current filters. Non se atoparon abusos concordantes cos filtros establecidos. - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. Sen abusos atopados. - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reports Denuncias non resoltas - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reports Denunicas aceptadas - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reports Denuncias rexeitadas - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videos Denuncias con vídeos bloqueados - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videos Denuncias con vídeos eliminados - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: Razón do bloqueo: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. Sen videos bloqueados atopados que cumpran cos filtros actuais. - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. Sen vídeo bloqueado atopado. - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocks Bloqueos automáticos @@ -4211,11 +4157,7 @@ The link will expire within 1 hour. Bloqueos manuais src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - Mostrando a de vídeos bloqueados - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 - + Reports Denuncias @@ -4242,9 +4184,9 @@ The link will expire within 1 hour. Reporter Denunciante - src/app/shared/shared-abuse-list/abuse-details.component.html7 - src/app/shared/shared-abuse-list/abuse-list-table.component.html21 - + + + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 @@ -4260,28 +4202,28 @@ The link will expire within 1 hour. Video Vídeo - src/app/+admin/overview/comments/video-comment-list.component.html44 - src/app/+admin/overview/videos/video-list.component.html40 - src/app/+my-library/my-ownership/my-ownership.component.html14 - src/app/+my-library/my-video-imports/my-video-imports.component.html29 - src/app/shared/shared-video-miniature/video-download.component.html8 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 Comment Comentar - src/app/+admin/overview/comments/video-comment-list.component.html45src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 This video has been reported multiple times. Este vídeo foi denunciado en múltiples ocasións. - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked O vídeo foi bloqueado - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on por o @@ -4290,13 +4232,19 @@ The link will expire within 1 hour. Video was deleted O vídeo foi eliminado - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + Account deleted Conta eliminada - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 Open video in a new tab Abir vídeo nunha nova lapela @@ -4305,33 +4253,29 @@ The link will expire within 1 hour. State Estado - src/app/+admin/follows/followers-list/followers-list.component.html37 - src/app/+admin/follows/following-list/following-list.component.html42 - src/app/+admin/moderation/registration-list/registration-list.component.html41 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36 - src/app/shared/shared-abuse-list/abuse-list-table.component.html24 - + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages Mensaxes - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note Nota interna - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score Valoración - src/app/+admin/follows/followers-list/followers-list.component.html38 - - - Showing to of reports - Mostrando to de denuncias - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 - + + src/app/+admin/follows/followers-list/followers-list.component.html37 + Reportee Denunciante @@ -4351,51 +4295,46 @@ The link will expire within 1 hour. Mute domain Acalar dominio - src/app/shared/shared-moderation/server-blocklist.component.html19 - src/app/shared/shared-moderation/server-blocklist.component.html19 - + + + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance Instancia - src/app/+about/about.component.html3 - src/app/+search/search-filters.component.html217 - src/app/shared/shared-moderation/server-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html32 - + + + + + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at Acalado o - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/server-blocklist.component.html33 - src/app/shared/shared-moderation/server-blocklist.component.html33 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute Reactivar - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html40 - src/app/shared/shared-moderation/server-blocklist.component.html40 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. Sen servidores que pasen os filtros actuais. - src/app/shared/shared-moderation/server-blocklist.component.html56 - src/app/shared/shared-moderation/server-blocklist.component.html56 - + + + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. Non se atopa servidor. - src/app/shared/shared-moderation/server-blocklist.component.html57 - src/app/shared/shared-moderation/server-blocklist.component.html57 - - - Showing to of muted instances - Mostrando a de instancias acaladas - src/app/shared/shared-moderation/server-blocklist.component.html12 - src/app/shared/shared-moderation/server-blocklist.component.html12 - + + + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. Semella que non estás nun servidor HTTPS. O teu servidor web precisa ter TLS activado para poder seguir servidores. @@ -4409,29 +4348,29 @@ The link will expire within 1 hour. Mute domains Acalar dominios - src/app/shared/shared-moderation/server-blocklist.component.html64 - src/app/shared/shared-moderation/server-blocklist.component.html64 - + + + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account Conta - src/app/+admin/moderation/registration-list/registration-list.component.html37 - src/app/+admin/overview/comments/video-comment-list.component.html43 - src/app/shared/shared-moderation/account-blocklist.component.html24 - src/app/shared/shared-moderation/account-blocklist.component.html24 - + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. Sen contas que cumpran cos filtros establecidos. - src/app/shared/shared-moderation/account-blocklist.component.html54 - src/app/shared/shared-moderation/account-blocklist.component.html54 - + + + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. Non se atopan contas. - src/app/shared/shared-moderation/account-blocklist.component.html55 - src/app/shared/shared-moderation/account-blocklist.component.html55 - + + + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed plugins Lista de plugins instalados @@ -4447,12 +4386,7 @@ The link will expire within 1 hour. Mostrar plugin src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - Mostrando a de contas acaladas - src/app/shared/shared-moderation/account-blocklist.component.html11 - src/app/shared/shared-moderation/account-blocklist.component.html11 - + Plugins/Themes Plugins/Decorados @@ -4672,22 +4606,18 @@ The link will expire within 1 hour. Esta vista tamén mostra comentarios de contas acaladas. src/app/+admin/overview/comments/video-comment-list.component.html8 - - Showing to of comments - Mostrando a de comentarios - src/app/+admin/overview/comments/video-comment-list.component.html15 - + Select all rows Elexir tódalas filas - src/app/+admin/follows/followers-list/followers-list.component.html33 - src/app/+admin/follows/following-list/following-list.component.html38 - src/app/+admin/moderation/registration-list/registration-list.component.html33 - src/app/+admin/overview/comments/video-comment-list.component.html39 - src/app/+admin/overview/users/user-list/user-list.component.html39 - src/app/+admin/overview/videos/video-list.component.html36 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type Tipo de tarefa @@ -4707,62 +4637,52 @@ The link will expire within 1 hour. Selector for the list displaying jobs, filtering by their state - - Showing to of jobs - Mostrando a de tarefas - src/app/+admin/system/jobs/jobs.component.html39 - + Type Tipo - src/app/+admin/system/jobs/jobs.component.html46 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 - + + + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 Priority (1 = highest priority) Prioridade (1 = a prioridade máis alta) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + + src/app/+admin/system/jobs/jobs.component.html45 Progress Progreso - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found. Sen tarefas. - src/app/+admin/system/jobs/jobs.component.html105 - + + src/app/+admin/system/jobs/jobs.component.html103 No jobs found. Non se atoparon tarefas. - src/app/+admin/system/jobs/jobs.component.html106 - + + src/app/+admin/system/jobs/jobs.component.html104 No jobs found. Sen tarefas atopadas. - src/app/+admin/system/jobs/jobs.component.html110 - + + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are . Sen tarefas atopadas que están . - src/app/+admin/system/jobs/jobs.component.html111 - + + src/app/+admin/system/jobs/jobs.component.html109 Refresh Actualizar - src/app/+admin/overview/comments/video-comment-list.component.html31 - src/app/+admin/overview/videos/video-list.component.html27 - src/app/+admin/system/jobs/jobs.component.html30 - src/app/+admin/system/logs/logs.component.html33 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 now agora @@ -4802,11 +4722,11 @@ The link will expire within 1 hour. Name Nome - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12 - src/app/+admin/system/runners/runner-list/runner-list.component.html23 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - + + + + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description Descrición curta @@ -5226,12 +5146,14 @@ The link will expire within 1 hour. ⚠️ We don't recommend to enable this feature if you don't trust your users ⚠️ Non recomendamos activar esta característica se non confías nas túas usuarias src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + - - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - Permitir a sincronización da canle con outras plataformas como YouTube (require permitir a importación con HTTP URL) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 - + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ Tes que permitir a importación HTTP URL para poder activar esta característica. @@ -6260,74 +6182,52 @@ color: red; 9 - - Showing to of synchronizations - Mostrando sincronizacións a de - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - - + Add synchronization Engadir sincronización - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 External Channel Canle externa - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 Channel Canle - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 Last synchronization at Última sincronización - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List imports Importación de listas - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channel Sincronizar completamente a canle - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channel Traerá tódolos vídeos que faltan na canle local - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for . Eliminouse correctamente a sincronización para . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for . Solicitada correctamente a sincronización completa para . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATION NOVA SINCRONIZACIÓN @@ -6464,18 +6364,14 @@ color: red; Target Obxetivo - src/app/+my-library/my-video-imports/my-video-imports.component.html28 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted Video eliminado - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - - Showing to of imports - Mostrando a de importacións - src/app/+my-library/my-video-imports/my-video-imports.component.html21 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. Unha vez eliminada a conta non haberá volta atrás. Pediráseche confirmación para esta acción. @@ -6484,25 +6380,15 @@ color: red; Channel page Páxina da canle - src/app/+my-library/+my-video-channels/my-video-channels.component.html34 - src/app/+my-library/my-follows/my-subscriptions.component.html20 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65 - src/app/+videos/+video-watch/video-watch.component.html66 - + + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} {VAR_PLURAL, plural, =0 {Sen visualizacións} =1 {1 visualización} other { visualizacións}} src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()!Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - Created by @@ -6947,9 +6833,9 @@ channel or account with the same name ( Banned Prohibido - src/app/+accounts/accounts.component.html21 - src/app/+admin/overview/users/user-list/user-list.component.html105 - + + + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Instance muted Instancia acalada @@ -7041,8 +6927,8 @@ channel or account with the same name ( Please type the name of the video channel () to confirm Escribe o nome da canle de vídeo () para confirmar - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL NOVA CANLE @@ -7448,12 +7334,12 @@ channel or account with the same name (Ir ao paso anterior - src/app/+signup/+register/register.component.ts43 + src/app/+signup/+register/register.component.ts42 Go to the next step Ir ao paso seguinte - src/app/+signup/+register/register.component.ts44 + src/app/+signup/+register/register.component.ts43 Who are we? Quen somos? @@ -7473,7 +7359,7 @@ channel or account with the same name ( Termos de - src/app/shared/shared-instance/instance-about-accordion.component.ts81 + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability Administradoras & Sustentabilidade @@ -7688,52 +7574,52 @@ channel or account with the same name (Contido sensible - src/app/shared/shared-video-miniature/video-filters.model.ts125 + src/app/shared/shared-video-miniature/video-filters.model.ts131 Scope Ámbito - src/app/shared/shared-video-miniature/video-filters.model.ts132 + src/app/shared/shared-video-miniature/video-filters.model.ts138 Federated Federado - src/app/shared/shared-video-miniature/video-filters.model.ts134 + src/app/shared/shared-video-miniature/video-filters.model.ts140 Languages Idiomas - src/app/shared/shared-video-miniature/video-filters.model.ts142 + src/app/shared/shared-video-miniature/video-filters.model.ts148 Categories Categorías - src/app/shared/shared-video-miniature/video-filters.model.ts151 + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videos Tódolos vídeos - src/app/shared/shared-video-miniature/video-filters.model.ts160 + src/app/shared/shared-video-miniature/video-filters.model.ts166 Blurred Esvaecido - src/app/shared/shared-video-miniature/video-filters.model.ts240 + src/app/shared/shared-video-miniature/video-filters.model.ts246 hidden agochado - src/app/shared/shared-video-miniature/video-filters.model.ts246 + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurred esvaecido - src/app/shared/shared-video-miniature/video-filters.model.ts247 + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayed mostrado - src/app/shared/shared-video-miniature/video-filters.model.ts249 + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protectedPassword protected src/app/shared/shared-video-miniature/video-miniature.component.html @@ -8092,10 +7978,10 @@ channel or account with the same name ( Reject Rexeitar - src/app/+admin/follows/followers-list/followers-list.component.html51 - src/app/+admin/follows/followers-list/followers-list.component.ts40 - src/app/+admin/follows/followers-list/followers-list.component.ts86 - + + + + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 Delete Eliminar @@ -8127,7 +8013,7 @@ channel or account with the same name (src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts63src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts133src/app/shared/shared-abuse-list/abuse-list-table.component.ts376src/app/shared/shared-abuse-list/abuse-list-table.component.ts411src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}} Aceptada {count, plural, =1 { solicitude de seguimento} other { solicitudes de seguimento}} @@ -8166,10 +8052,10 @@ channel or account with the same name ( Follow Seguir - src/app/+admin/follows/following-list/follow-modal.component.html3 - src/app/+admin/follows/following-list/follow-modal.component.html37 - src/app/+admin/follows/following-list/following-list.component.html25 - + + + + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line 1 servidor (sen "http://"), alcume de conta ou de canle por liña @@ -8231,17 +8117,17 @@ channel or account with the same name (Desexas eliminar a redundancia deste vídeo? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy Eliminar redundancia - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! Redundancia do vídeo eliminada! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Account unmuted by your instance. Conta reactivada pola túa instancia. @@ -8310,90 +8196,90 @@ channel or account with the same name ( Internal actions Accións internas - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report Eliminar denuncia - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account Accións para a conta marcada - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mark as accepted Marcar como aceptada - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected Marcar como rexeitada - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note Engadir nota interna - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video Accións para o vídeo - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video Bloquear vídeo - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. Vídeo bloqueado. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video Desbloquear vídeo - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. Vídeo desbloqueado. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Do you really want to delete this abuse report? Desexas eliminar esta denuncia por abuso? - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. Abuso eliminado. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment Comentario eliminado - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter Mensaxes por denunciante - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators Mensaxe con moderadoras - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note Actualizar nota interna - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual Cambiar bloqueo do vídeo a manual @@ -8525,13 +8411,13 @@ channel or account with the same name ( plugin plugin - src/app/+admin/plugins/shared/plugin-api.service.ts30 - + + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme decorado - src/app/+admin/plugins/shared/plugin-api.service.ts33 - + + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP address Enderezo IP @@ -8651,19 +8537,19 @@ channel or account with the same name ( Info Info - src/app/+admin/overview/videos/video-list.component.html41 - src/app/core/notification/notifier.service.ts12 - + + + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 Files Ficheiros - src/app/+admin/overview/videos/video-list.component.html42 - + + src/app/+admin/overview/videos/video-list.component.html41 Published Publicado - src/app/+admin/overview/videos/video-list.component.html43 - + + src/app/+admin/overview/videos/video-list.component.html42 Warning Aviso @@ -8690,49 +8576,42 @@ channel or account with the same name (Rexistros de auditoría src/app/+admin/system/logs/logs.component.ts145 - - Showing to of runner jobs - Mostrando a de tarefas dos programas - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - - + UUID UUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 Priority Prioridade - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 Progress Progreso - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 Runner Programa - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload: Carga: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload: Private payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found. Non se atoparon tarefas de programas. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobsCompleted jobs src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts @@ -8797,35 +8676,22 @@ channel or account with the same name (4 - - Showing to of remote runners - Mostrando a de programas remotos - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - - + IP IP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 - + + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contact Último contacto - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found. Non se atopan programas remotos. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. Usuaria creada. @@ -8834,9 +8700,9 @@ channel or account with the same name ( Create user Crear usuaria - src/app/+admin/overview/users/user-edit/user-create.component.ts97 - src/app/+admin/overview/users/user-list/user-list.component.html25 - + + + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videos Vídeos bloqueados @@ -8979,14 +8845,7 @@ channel or account with the same name (3 - - Showing to of registrations - Mostarndo a de rexistros - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - - + Password changed for user . Cambiado o contrasinal da usuaria . @@ -9048,9 +8907,9 @@ channel or account with the same name ( Live Directo - src/app/+admin/overview/videos/video-admin.service.ts53 - src/app/+admin/overview/videos/video-list.component.html88 - + + + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video files Ficheiros de vídeo @@ -9448,18 +9307,18 @@ channel or account with the same name ( Too many languages are enabled. Please enable them all or stay below 20 enabled languages. Hai demasiados idiomas activados. Por favor, actívaos todos ou deixa menos de 20 idiomas activos. - src/app/shared/shared-user-settings/user-video-settings.component.ts76 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. Actualizados os axustes de vídeo. - src/app/shared/shared-user-settings/user-video-settings.component.ts121 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. Axustes Reprodución/Vídeo gardados. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Video channel created. Creada a canle de vídeo . @@ -9493,13 +9352,13 @@ channel or account with the same name ( Video channel deleted. Eliminada a canle de vídeo . - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day Visualizacións do día - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followers Seguidoras @@ -9583,8 +9442,8 @@ channel or account with the same name ( Playlist created. Creada lista de reprodución . - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 - + + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 Create Crear @@ -9596,7 +9455,7 @@ channel or account with the same name (src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist Actualizar lista @@ -9674,9 +9533,15 @@ channel or account with the same name ( Do you really want to delete ? Desexas eliminar ? - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + Video deleted. @@ -9829,12 +9694,12 @@ channel or account with the same name (Maximizar editor - src/app/shared/shared-forms/markdown-textarea.component.ts51 + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editor Saír da maximización - src/app/shared/shared-forms/markdown-textarea.component.ts52 + src/app/shared/shared-forms/markdown-textarea.component.ts50 An email with verification link will be sent to . Enviaremos un email cunha ligazón de verificación a . @@ -9858,7 +9723,7 @@ channel or account with the same name (Subscribirse á conta - src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts888 + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTS LISTAXES @@ -10201,14 +10066,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts174 + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videos Vídeos en directo - src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts168 + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) Curto (< 4 min) @@ -11629,13 +11494,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Idiomas da instancia - src/app/+videos/+video-edit/shared/video-edit.component.ts222 + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages Tódolos idiomas - src/app/+videos/+video-edit/shared/video-edit.component.ts223src/app/shared/shared-forms/select/select-languages.component.ts25 + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Hidden Agochado @@ -11651,7 +11516,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Amosado - src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts242 + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 Disabled Desactivado @@ -11820,19 +11685,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Account muted by the instance. Conta acalada pola instancia. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434 - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server Acalar servidor - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. Servidor acalado pola instancia. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter Engade unha mensaxe para comunicarte coa denunciante @@ -12079,30 +11944,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Too many attempts, please try again after minutes. Demasiados intentos, inténtao outra vez tras minutos. - src/app/core/rest/rest-extractor.service.ts126 - + + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. Demasiados intentos, inténtao máis tarde. - src/app/core/rest/rest-extractor.service.ts129 - + + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. Erro do servidor. Inténtao máis tarde. - src/app/core/rest/rest-extractor.service.ts133 - + + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later. O servidor non está dispoñible. Inténtao máis tarde. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server error Erro descoñecido do servidor - src/app/core/rest/rest-extractor.service.ts140 + + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + Subscribed to all current channels of . You will be notified of all their new videos. @@ -12193,29 +12061,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Delete video Eliminar vídeo - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment Accións para o comentario - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment Eliminar comentario - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? Desexas eliminar este comentario? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. Comentario eliminado. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Encoder Codificador @@ -12262,25 +12130,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Do you really want to delete this video? Queres eliminar este vídeo? - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. Vídeo eliminado. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter Accións para a denunciante - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter Acalar denunciante - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 Download Descargar @@ -12423,55 +12291,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 58 - - Showing to of registration tokens - Mostrando a de tokens de autenticación - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - - + Token Token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runners Programas asociados - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate token Crear token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copiedRegistration token copied - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration tokenCopy registration token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners. Non se atopa o token de identificación para os programas remotos. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this token Eliminar este token @@ -12539,9 +12385,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute account Acalar conta - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actions Abrir accións para o vídeo @@ -12575,8 +12421,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute server account Acalar conta do servidor - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Report Denunciar @@ -12675,27 +12521,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18 - src/app/+admin/overview/videos/video-list.component.html77 - src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4 - src/app/+stats/video/video-stats.component.html2 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31 - src/app/+videos/+video-watch/video-watch.component.html76 - src/app/menu/menu.component.html112 - src/app/shared/shared-instance/instance-about-accordion.component.html115 - src/app/shared/shared-main/angular/login-link.component.html1 - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html20 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html30 - src/app/shared/shared-moderation/user-ban-modal.component.html3 - src/app/shared/shared-user-settings/user-interface-settings.component.html9 - src/app/shared/shared-video-miniature/video-download.component.html27 - src/app/shared/shared-video-miniature/video-download.component.html47 - src/app/shared/shared-video-miniature/video-download.component.html66 - src/app/shared/shared-video-miniature/video-download.component.html77 - src/app/shared/shared-video-miniature/video-download.component.html89 - src/app/shared/shared-video-miniature/videos-selection.component.html1 - + + + + + + + + + + + + + + + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Add to watch later Engadir a Ver máis tarde @@ -12728,25 +12574,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Only I can see this video Só eu podo ver o vídeo - src/app/shared/shared-main/video/video.service.ts460 + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link Compartido só a través de ligazón privada - src/app/shared/shared-main/video/video.service.ts461 + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video Calquera pode ver o vídeo - src/app/shared/shared-main/video/video.service.ts462 + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video Só as usuarias desta instancia poden ver o vídeo - src/app/shared/shared-main/video/video.service.ts463 + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this videoOnly users with the appropriate password can see this video - src/app/shared/shared-main/video/video.service.ts464 + src/app/shared/shared-main/video/video.service.ts465 Video to import updated. Actualizado o vídeo a importar. @@ -12792,36 +12638,24 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular You have unsaved changes! If you leave, your changes will be lost. Tes cambios sen gardar! Se saes perderás os cambios. - src/app/+videos/+video-edit/video-update.component.ts140 + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. Vídeo actualizado. - src/app/+videos/+video-edit/video-update.component.ts227 + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators.Your video will also be automatically blocked since video publication requires manual validation by moderators. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version.Uploading a new version of your video will completely erase the current version. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 <br /><br />Do you still want to replace your video file?<br /><br />Do you still want to replace your video file? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warningReplace file warning - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: ) (extensións: ) @@ -12896,40 +12730,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? Este vídeo non está dispoñible na túa instancia. Queres ser redirixida á instancia orixinal: <a href="">/a>? - src/app/+videos/+video-watch/video-watch.component.ts370 + src/app/+videos/+video-watch/video-watch.component.ts371 Redirection Redirección - src/app/+videos/+video-watch/video-watch.component.ts371 + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this videoYou need a password to watch this video - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protectedThis video is password protected - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct passwordIncorrect password, please enter a correct password - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? Este vídeo contén contido explicito ou adulto. Tes certeza de querer velo? - src/app/+videos/+video-watch/video-watch.component.ts446 + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content Contido explícito ou adulto - src/app/+videos/+video-watch/video-watch.component.ts447 + src/app/+videos/+video-watch/video-watch.component.ts448 Cancel @@ -12958,73 +12783,73 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html42src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreen Activar/desactivar pantalla completa - src/app/+videos/+video-watch/video-watch.component.ts851 + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the video Activar/Pausar o vídeo - src/app/+videos/+video-watch/video-watch.component.ts852 + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the video Activar/Desactivar audio - src/app/+videos/+video-watch/video-watch.component.ts853 + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90% Ir a unha porcentaxe do vídeo: 0 é 0% e 9 é 90% - src/app/+videos/+video-watch/video-watch.component.ts868 + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volume Aumentar volume - src/app/+videos/+video-watch/video-watch.component.ts855 + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volume Diminuír volume - src/app/+videos/+video-watch/video-watch.component.ts856 + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forward Avanzar o vídeo - src/app/+videos/+video-watch/video-watch.component.ts870 + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backward Retroceder no vídeo - src/app/+videos/+video-watch/video-watch.component.ts871 + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rate Aumentar taxa de reprodución - src/app/+videos/+video-watch/video-watch.component.ts873 + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rate Diminuír taxa de reprodución - src/app/+videos/+video-watch/video-watch.component.ts874 + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frame Ir ao fotograma anterior no vídeo - src/app/+videos/+video-watch/video-watch.component.ts876 + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frame Ir ao seguinte fotograma no vídeo - src/app/+videos/+video-watch/video-watch.component.ts877 + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater mode Activar modo teatro - src/app/+videos/+video-watch/video-watch.component.ts861 + src/app/+videos/+video-watch/video-watch.component.ts867 Like the video Gústame o vídeo @@ -13104,14 +12929,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 103 - - Showing to of videos - Mostrando a de vídeos - - src/app/+admin/overview/videos/video-list.component.html - 11 - - + Only videos uploaded on this instance are displayed Só se mostrarán vídeos subidos a esta instancia diff --git a/client/src/locale/angular.hr.xlf b/client/src/locale/angular.hr.xlf index 5e417fffb..34a15ca95 100644 --- a/client/src/locale/angular.hr.xlf +++ b/client/src/locale/angular.hr.xlf @@ -284,16 +284,16 @@ Description Opis - src/app/+about/about-instance/about-instance.component.html113 - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html24 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+videos/+video-edit/shared/video-edit.component.html44 - + + + + + + + + + + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 MODERATION MODERIRANJE @@ -346,8 +346,8 @@ src/app/+about/about-instance/about-instance.component.ts91 - Contact the administrator(s) - Kontaktiraj administratore + Contact the administrator(s) + Kontaktiraj administratore src/app/+about/about-instance/contact-admin-modal.component.html 3 @@ -426,13 +426,13 @@ src/app/+about/about-peertube/about-peertube.component.html9 - It is free and open-source software, under AGPLv3 licence. - Slobodni softver otvorenog koda, licenziran pod AGPLv3. + It is free and open-source software, under AGPLv3 licence. + Slobodni softver otvorenog koda, licenziran pod AGPLv3. src/app/+about/about-peertube/about-peertube.component.html13 - For more information, please visit joinpeertube.org. - Za više informacija posjeti stranicu joinpeertube.org. + For more information, please visit joinpeertube.org. + Za više informacija posjeti stranicu joinpeertube.org. src/app/+about/about-peertube/about-peertube.component.html18 @@ -519,8 +519,8 @@ src/app/+about/about-peertube/about-peertube.component.html107 - 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 this document for more information - Web sudionici nisu javno dostupni: budući da koristimo websocket transport, protokol se razlikuje od klasičnog BitTorrent trackera. Kad se nalaziš u web-pregledniku, šalješ signal koji sadrži tvoju IP adresu alatu za praćenje koji će nasumično odabrati druge korisnike kojima će proslijediti informacije. Pogledaj ovaj dokument za više informacija + 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 this document for more information + Web sudionici nisu javno dostupni: budući da koristimo websocket transport, protokol se razlikuje od klasičnog BitTorrent trackera. Kad se nalaziš u web-pregledniku, šalješ signal koji sadrži tvoju IP adresu alatu za praćenje koji će nasumično odabrati druge korisnike kojima će proslijediti informacije. Pogledaj ovaj dokument za više informacija src/app/+about/about-peertube/about-peertube.component.html111 @@ -596,11 +596,11 @@ Instance Instanca - src/app/+about/about.component.html3 - src/app/+search/search-filters.component.html217 - src/app/shared/shared-moderation/server-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html32 - + + + + + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 PeerTube PeerTube @@ -626,18 +626,18 @@ - I already have an account, I log in - Već imam račun, prijavit ću se + I already have an account, I log in + Već imam račun, prijavit ću se src/app/+signup/+register/register.component.html30 - Termsof - Uvjetiod + Termsof + Uvjetiod src/app/+signup/+register/register.component.html41 - Setupyour account - Postavisvoj račun + Setupyour account + Postavisvoj račun src/app/+signup/+register/register.component.html66 @@ -646,8 +646,8 @@ src/app/+signup/+register/register.component.html81 - Createyour first channel - Stvorisvoj prvi kanall + Createyour first channel + Stvorisvoj prvi kanall src/app/+signup/+register/register.component.html83 @@ -736,8 +736,8 @@ src/app/+accounts/account-video-channels/account-video-channels.component.html42 - SHOW THIS CHANNEL > - PRIKAŽI OVAJ KANAL > + SHOW THIS CHANNEL > + PRIKAŽI OVAJ KANAL > src/app/+accounts/account-video-channels/account-video-channels.component.html50 @@ -761,9 +761,9 @@ Banned Isključeno - src/app/+accounts/accounts.component.html21 - src/app/+admin/overview/users/user-list/user-list.component.html105 - + + + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Copy account handle Kopiraj identifikator računa @@ -811,10 +811,10 @@ Muted Isključen zvuk - src/app/+admin/overview/users/user-list/user-list.component.html104 - src/app/shared/shared-moderation/account-block-badges.component.html1 - src/app/shared/shared-share-modal/video-share.component.html223 - + + + + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Instance muted Isključen zvuk instance @@ -863,10 +863,10 @@ Following Prati - src/app/+admin/admin.component.ts84 - src/app/+admin/follows/following-list/following-list.component.html41 - src/app/+admin/follows/follows.routes.ts26 - + + + + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 Followers Pratitelji @@ -1052,13 +1052,19 @@ src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html87 - Write JavaScript code directly.Example: console.log('my instance is amazing'); - Piši JavaScript kod izravno.Primjer: console.log('moja instanca je nevjerojatna'); + Write JavaScript code directly.Example: console.log('my instance is amazing'); + Piši JavaScript kod izravno.Primjer: console.log('moja instanca je nevjerojatna'); src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html90 - Write CSS code directly. Example:#custom-css color: red; Prepend with #custom-css to override styles. Example:#custom-css .logged-in-email color: red; - Piši CSS kod izravno. Primjer:#custom-css color: red; Dodaj #custom-css za primjenu prilagođenog stila. Primjer:#custom-css .logged-in-email color: red; + Write CSS code directly. Example:#custom-css +color: red; + + Prepend with #custom-css to override styles. Example:#custom-css .logged-in-email +color: red; + + + Piši CSS kod izravno. Primjer:#custom-css color: red; Dodaj #custom-css za primjenu prilagođenog stila. Primjer:#custom-css .logged-in-email color: red; src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html109 @@ -1070,8 +1076,8 @@ - Use plugins & themes for more involved changes, or add slight customizations. - Koristi dodatke i teme za značajnije promjene ili dodaj manjaprilagođavanja. + Use plugins & themes for more involved changes, or add slight customizations. + Koristi dodatke i teme za značajnije promjene ili dodaj manjaprilagođavanja. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html 5,7 @@ -1178,8 +1184,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html150 - Manage users to set their quota individually. - Upravljaj korisnicima za postavljanje njihovih kontingenata. + Manage users to set their quota individually. + Upravljaj korisnicima za postavljanje njihovih kontingenata. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html151 @@ -1286,8 +1292,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html291 - ⚠️ If enabled, we recommend to use a HTTP proxy to prevent private URL access from your PeerTube server - ⚠️ Ako je uključeno, preporučujemo koristiti HTTP posrednika za sprečavanje pristupa privatnom URL-u s tvog PeerTube poslužitelja + ⚠️ If enabled, we recommend to use a HTTP proxy to prevent private URL access from your PeerTube server + ⚠️ Ako je uključeno, preporučujemo koristiti HTTP posrednika za sprečavanje pristupa privatnom URL-u s tvog PeerTube poslužitelja src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 @@ -1299,12 +1305,14 @@ ⚠️ We don't recommend to enable this feature if you don't trust your users ⚠️ Ne preporučujemo uključivanje ove značajke ako ne vjeruješ svojim korisnicima src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + - - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - Dozvoli sinkronizaciju kanala s kanalom drugih platformi kao što je YouTube (zahtijeva dozvoljavanje uvoza s HTTP URL-om) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 - + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ Moraš dozvoliti uvoz s HTTP URL-om za aktiviranje ove funkcije. @@ -1339,8 +1347,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html398 - Allow your users to look up remote videos/actors that may not be federated with your instance - Dozvoli tvojim korisnicima da traže videa/aktere na instancama koje možda nisu federalizirane s tvojom instancom + Allow your users to look up remote videos/actors that may not be federated with your instance + Dozvoli tvojim korisnicima da traže videa/aktere na instancama koje možda nisu federalizirane s tvojom instancom src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html401 @@ -1349,8 +1357,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html409 - Allow anonymous users to look up remote videos/actors that may not be federated with your instance - Dozvoli anonimnim korisnicima da traže videa/aktere na instancama koje možda nisu federalizirane s tvojom instancom + Allow anonymous users to look up remote videos/actors that may not be federated with your instance + Dozvoli anonimnim korisnicima da traže videa/aktere na instancama koje možda nisu federalizirane s tvojom instancom src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html412 @@ -1364,8 +1372,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html426 - You should only use moderated search indexes in production, or host your own. - Predlažemo da koristiš samo moderirane indekse pretraživanja u proizvodnji ili vlastita na svom računalu. + You should only use moderated search indexes in production, or host your own. + Predlažemo da koristiš samo moderirane indekse pretraživanja u proizvodnji ili vlastita na svom računalu. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html428 @@ -1394,8 +1402,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html476 - Manage relations with other instances. - Upravljaj vezama s drugim instancama. + Manage relations with other instances. + Upravljaj vezama s drugim instancama. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html477 @@ -1419,8 +1427,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html523 - See the documentation for more information about the expected URL - Pogledaj dokumentaciju za daljne informacije o očekivanom URL-u + See the documentation for more information about the expected URL + Pogledaj dokumentaciju za daljne informacije o očekivanom URL-u src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html528 @@ -1464,8 +1472,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html609 - If your instance is explicitly allowed by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not, we use an image link card that will redirect to your PeerTube instance. Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/w/blabla) on https://cards-dev.twitter.com/validator to see if you instance is allowed. - Ako Twitter izričito dozvoljava tvoju instancu, videoplayer će biti ugrađen u Twitter feed na PeerTube stranici dijeljenja videa. Ako ne, koristimo karticu sa slikovnom poveznicom koja preusmjerava na tvoju PeerTube instancu. Označi ovu opciju, spremi konfiguraciju i testiraj s URL-om videa tvoje instance (https://example.com/w/blabla ) na https://cards-dev.twitter.com/validator i ssaznaj je li tvoja instanca dozvoljena. + If your instance is explicitly allowed by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not, we use an image link card that will redirect to your PeerTube instance. Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/w/blabla) on https://cards-dev.twitter.com/validator to see if you instance is allowed. + Ako Twitter izričito dozvoljava tvoju instancu, videoplayer će biti ugrađen u Twitter feed na PeerTube stranici dijeljenja videa. Ako ne, koristimo karticu sa slikovnom poveznicom koja preusmjerava na tvoju PeerTube instancu. Označi ovu opciju, spremi konfiguraciju i testiraj s URL-om videa tvoje instance (https://example.com/w/blabla ) na https://cards-dev.twitter.com/validator i ssaznaj je li tvoja instanca dozvoljena. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html613 @@ -1479,8 +1487,8 @@ src/app/+admin/config/edit-custom-config/edit-configuration.service.ts18 - A <code>.mp4</code> that keeps the original audio track, with no video - <code>.mp4</code> koji čuva izvornu audio traku, bez videa + A <code>.mp4</code> that keeps the original audio track, with no video + <code>.mp4</code> koji čuva izvornu audio traku, bez videa src/app/+admin/config/edit-custom-config/edit-configuration.service.ts19 @@ -1597,8 +1605,8 @@ - There are errors in the form: - U obrascu postoje greške: + There are errors in the form: + U obrascu postoje greške: src/app/+admin/config/edit-custom-config/edit-custom-config.component.html71 @@ -1643,11 +1651,11 @@ Name Ime - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12 - src/app/+admin/system/runners/runner-list/runner-list.component.html23 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - + + + + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description Kratak opis @@ -1681,8 +1689,8 @@ src/app/+admin/config/edit-custom-config/edit-instance-information.component.html79 - Manage users to build a moderation team. - Upravljaj korisnicima za stvaranje moderacijskog tima. + Manage users to build a moderation team. + Upravljaj korisnicima za stvaranje moderacijskog tima. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html 80,82 @@ -1697,8 +1705,8 @@ - Enabling it will allow other administrators to know that you are mainly federating sensitive content. Moreover, the NSFW checkbox on video upload will be automatically checked by default. - Uključivanjem ćeš dozvoliti drugim administratorima da znaju da uglavnom federaliziraš neprikladan sadržaj. Štoviše, opcija za neprikladni sadržaj pri prijenosu videa će se standardno automatski označiti. + Enabling it will allow other administrators to know that you are mainly federating sensitive content. Moreover, the NSFW checkbox on video upload will be automatically checked by default. + Uključivanjem ćeš dozvoliti drugim administratorima da znaju da uglavnom federaliziraš neprikladan sadržaj. Štoviše, opcija za neprikladni sadržaj pri prijenosu videa će se standardno automatski označiti. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html93 @@ -1710,8 +1718,8 @@ - With Hide or Blur thumbnails, a confirmation will be requested to watch the video. - Pomoću oznake Sakrij ili Zamuti sličice, zatražit će se potvrda za gledanje videa. + With Hide or Blur thumbnails, a confirmation will be requested to watch the video. + Pomoću oznake Sakrij ili Zamuti sličice, zatražit će se potvrda za gledanje videa. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html 106,108 @@ -1929,8 +1937,8 @@ src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html108 - Use remote runners to process live transcoding. Remote runners has to register on your instance first. - Koristi eksterne pokretače za obradu prekodiranja uživo. Eksterni pokretači se najprije moraju registrirati na tvojoj instanci. + Use remote runners to process live transcoding. Remote runners has to register on your instance first. + Koristi eksterne pokretače za obradu prekodiranja uživo. Eksterni pokretači se najprije moraju registrirati na tvojoj instanci. src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html154 @@ -2018,8 +2026,8 @@ src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html8 - However, you may want to read our guidelines before tweaking the following values. - U svakom slučaju, predlažemo da pročitaš naše smjernice prije prilagođavanja sljedećih vrijednosti. + However, you may want to read our guidelines before tweaking the following values. + U svakom slučaju, predlažemo da pročitaš naše smjernice prije prilagođavanja sljedećih vrijednosti. src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 12,14 @@ -2036,8 +2044,8 @@ src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html35 - Use remote runners to process VOD transcoding. Remote runners has to register on your instance first. - Koristi eksterne pokretače za obradu prekodiranja videa na zahtjev. Eksterni pokretači se najprije moraju registrirati na tvojoj instanci. + Use remote runners to process VOD transcoding. Remote runners has to register on your instance first. + Koristi eksterne pokretače za obradu prekodiranja videa na zahtjev. Eksterni pokretači se najprije moraju registrirati na tvojoj instanci. src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html150 @@ -2095,8 +2103,8 @@ src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html89 - Requires ffmpeg >= 4.1Generate HLS playlists and fragmented MP4 files resulting in a better playback than with Web Videos:Resolution change is smootherFaster playback especially with long videosMore stable playback (less bugs/infinite loading)If you also enabled Web Videos support, it will multiply videos storage by 2 - Zahtijeva ffmpeg >= 4.1Generiraj HLS playliste i fragmentirane MP4 datoteke za bolju reprodukciju od web videa:Promjena rezolucije je glađaBrža reprodukcija posebno s dugim videimaStabilnija reprodukcija (manje grešaka/beskonačno učitavanje)Ako također aktiviraš podršku za web videa, memorija za spremanje videa će se udvostručiti + Requires ffmpeg >= 4.1Generate HLS playlists and fragmented MP4 files resulting in a better playback than with Web Videos:Resolution change is smootherFaster playback especially with long videosMore stable playback (less bugs/infinite loading)If you also enabled Web Videos support, it will multiply videos storage by 2 + Zahtijeva ffmpeg >= 4.1Generiraj HLS playliste i fragmentirane MP4 datoteke za bolju reprodukciju od web videa:Promjena rezolucije je glađaBrža reprodukcija posebno s dugim videimaStabilnija reprodukcija (manje grešaka/beskonačno učitavanje)Ako također aktiviraš podršku za web videa, memorija za spremanje videa će se udvostručiti src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 94,103 @@ -2189,8 +2197,8 @@ - Use remote runners to process studio transcoding tasks. Remote runners has to register on your instance first. - Koristi eksterne pokretače za obradu zadataka studio prekodiranja. Eksterni pokretači se najprije moraju registrirati na tvojoj instanci. + Use remote runners to process studio transcoding tasks. Remote runners has to register on your instance first. + Koristi eksterne pokretače za obradu zadataka studio prekodiranja. Eksterni pokretači se najprije moraju registrirati na tvojoj instanci. src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 240,243 @@ -2358,11 +2366,7 @@ 3 - - Showing to of followers - Prikazuje se do od pratitelja - src/app/+admin/follows/followers-list/followers-list.component.html11 - + Filter... Filtriranje … @@ -2381,41 +2385,41 @@ - State - Stanje - src/app/+admin/follows/followers-list/followers-list.component.html37 - src/app/+admin/follows/following-list/following-list.component.html42 - src/app/+admin/moderation/registration-list/registration-list.component.html41 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36 - src/app/shared/shared-abuse-list/abuse-list-table.component.html24 - + State + Stanje + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 - Score - Rezultat - src/app/+admin/follows/followers-list/followers-list.component.html38 - + Score + Rezultat + + src/app/+admin/follows/followers-list/followers-list.component.html37 - Created - Stvoreno - src/app/+admin/follows/followers-list/followers-list.component.html39 - src/app/+admin/follows/following-list/following-list.component.html43 - src/app/+admin/system/jobs/jobs.component.html50 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html27 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 - src/app/+my-library/my-video-imports/my-video-imports.component.html31 - src/app/shared/shared-abuse-list/abuse-list-table.component.html23 - + Created + Stvoreno + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Accept Prihvati - src/app/+admin/follows/followers-list/followers-list.component.html50 - src/app/+admin/follows/followers-list/followers-list.component.ts45 - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25 - src/app/+my-library/my-ownership/my-ownership.component.html27 - + + + + + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse Odbij @@ -2424,56 +2428,50 @@ Open actor page in a new tab Otvori stranicu aktera u novoj kartici - src/app/+admin/follows/followers-list/followers-list.component.html56 - + + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted Prihvaćeno - src/app/+admin/follows/followers-list/followers-list.component.html63 - src/app/+admin/follows/following-list/following-list.component.html65 - + + + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending Na čekanju - src/app/+admin/follows/followers-list/followers-list.component.html64 - src/app/+admin/follows/following-list/following-list.component.html66 - + + + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 Rejected Odbijeno - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 No follower found matching current filters. Nije pronađen nijedan pratitelj koji se poklapa s aktualnim filtrima. - src/app/+admin/follows/followers-list/followers-list.component.html77 - + + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. Tvoja instanca nema nijednog pratitelja. - src/app/+admin/follows/followers-list/followers-list.component.html78 - + + src/app/+admin/follows/followers-list/followers-list.component.html77 Reject Odbij - src/app/+admin/follows/followers-list/followers-list.component.html51 - src/app/+admin/follows/followers-list/followers-list.component.ts40 - src/app/+admin/follows/followers-list/followers-list.component.ts86 - + + + + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 Follow Prati - src/app/+admin/follows/following-list/follow-modal.component.html3 - src/app/+admin/follows/following-list/follow-modal.component.html37 - src/app/+admin/follows/following-list/following-list.component.html25 - + + + + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line Jedno host računalo (bez „http://“), identifikator računa ili identifikator kanala po retku @@ -2482,43 +2480,39 @@ 11 - - Showing to of hosts - Prikazuje se do od host računala - src/app/+admin/follows/following-list/following-list.component.html11 - + Action Radnja - src/app/+admin/follows/following-list/following-list.component.html40 - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/server-blocklist.component.html31 - src/app/shared/shared-moderation/server-blocklist.component.html31 - + + + + + + + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 - Redundancy allowed - Redundancija dozvoljena - src/app/+admin/follows/following-list/following-list.component.html44 - + Redundancy allowed + Redundancija dozvoljena + + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab Otvori instancu u novoj kartici - src/app/+admin/follows/following-list/following-list.component.html58 - src/app/shared/shared-moderation/server-blocklist.component.html43 - src/app/shared/shared-moderation/server-blocklist.component.html43 - + + + + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. Nije pronađeno nijedno host računalo koje se poklapa s aktualnim filtrima. - src/app/+admin/follows/following-list/following-list.component.html84 - + + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. Tvoja instanca ne prati nikoga. - src/app/+admin/follows/following-list/following-list.component.html85 - + + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}} Stvarno želiš prestati pratiti {count, plural, =1 {?} other { unosa?}} @@ -2605,11 +2599,11 @@ src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html29 - Video - Video - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30 - src/app/+admin/moderation/video-block-list/video-block-list.component.html26 - + Video + Video + + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size Ukupna veličina @@ -2648,28 +2642,28 @@ Used () Korišteno () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available () Dostupno () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Do you really want to remove this video redundancy? Stvarno želiš ukloniti redundanciju ovog videa? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy Ukloni redundanciju - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! Redundancije videa su uklonjena! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Reports Izvještaji @@ -2697,8 +2691,8 @@ src/app/+admin/moderation/moderation.routes.ts114 - Accept registrationReject registration - Prihvati registracijuOdbij registraciju + Accept registrationReject registration + Prihvati registracijuOdbij registraciju src/app/+admin/moderation/registration-list/process-registration-modal.component.html 4,5 @@ -2713,40 +2707,40 @@ - Accepting  registration will create the account and channel. - Prihvaćanje  registracije će stvoriti račun i kanal. + Accepting  registration will create the account and channel. + Prihvaćanje  registracije će stvoriti račun i kanal. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 21,22 - An email will be sent to explaining its account has been created with the moderation response you'll write below. - E-mail će se poslati na objašnjavajući da je račun osobe stvoren s moderacijskim odgovorom koji ćeš dolje napisati. + An email will be sent to explaining its account has been created with the moderation response you'll write below. + E-mail će se poslati na objašnjavajući da je račun osobe stvoren s moderacijskim odgovorom koji ćeš dolje napisati. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 24,26 - Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its account has been created. - E-pošta nije aktivirana u ovoj instanci, stoga PeerTube neće moći poslati e-mail na koji objašnjava da je njegov račun stvoren. + Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its account has been created. + E-pošta nije aktivirana u ovoj instanci, stoga PeerTube neće moći poslati e-mail na koji objašnjava da je njegov račun stvoren. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 28,30 - An email will be sent to explaining its registration request has been rejected with the moderation response you'll write below. - E-mail će se poslati na objašnjavajući da je račun osobe odbijen s moderacijskim odgovorom koji ćeš dolje napisati. + An email will be sent to explaining its registration request has been rejected with the moderation response you'll write below. + E-mail će se poslati na objašnjavajući da je račun osobe odbijen s moderacijskim odgovorom koji ćeš dolje napisati. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 34,36 - Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its registration request has been rejected. - E-pošta nije aktivirana u ovoj instanci, stoga PeerTube neće moći poslati e-mail na koji objašnjava da je njegov zahtjev za registracijom odbijen. + Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its registration request has been rejected. + E-pošta nije aktivirana u ovoj instanci, stoga PeerTube neće moći poslati e-mail na koji objašnjava da je njegov zahtjev za registracijom odbijen. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 38,40 @@ -2820,42 +2814,31 @@ 3 - - Showing to of registrations - Prikazivanje do od registracija - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - - + Video blocks Blokiranja videa src/app/+admin/admin.component.ts126 src/app/+admin/moderation/video-block-list/video-block-list.component.html3 - - Showing to of blocked videos - Prikazuje se do od blokiranih videa - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 - + Sensitive Neprikladno - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated Nefederalizirano - src/app/+admin/moderation/video-block-list/video-block-list.component.html28 - src/app/+admin/moderation/video-block-list/video-block-list.component.html60 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 - Date - Datum - src/app/+admin/moderation/video-block-list/video-block-list.component.html29 - src/app/+admin/overview/comments/video-comment-list.component.html46 - + Date + Datum + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 More information Daljnje informacije @@ -2864,58 +2847,58 @@ Actions Radnje - src/app/+admin/follows/followers-list/followers-list.component.html35 - src/app/+admin/moderation/registration-list/registration-list.component.html60 - src/app/+admin/moderation/video-block-list/video-block-list.component.html43 - src/app/+admin/overview/comments/video-comment-list.component.html64 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70 - src/app/+admin/system/runners/runner-list/runner-list.component.html36 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44 - src/app/+my-library/my-ownership/my-ownership.component.html12 - src/app/shared/shared-abuse-list/abuse-list-table.component.html39 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 Follower Pratitelj - src/app/+admin/follows/followers-list/followers-list.component.html36 - + + src/app/+admin/follows/followers-list/followers-list.component.html35 The video was blocked due to automatic blocking of new videos Video je blokiran zbog automatskog blokiranja novih videa - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFW NEPRIKLADAN SADRŽAJ - src/app/+admin/moderation/video-block-list/video-block-list.component.html56 - src/app/+admin/overview/videos/video-list.component.html75 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Block reason: Razlog blokiranja: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. Nije pronađen nijedan blokirani video koji se poklapa s aktualnim filtrima. - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. Nije pronađen nijedan blokirani video. - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Advanced filters Napredni filtri - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30 - src/app/+admin/overview/comments/video-comment-list.component.ts47 - src/app/+admin/overview/users/user-list/user-list.component.ts43 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26 - src/app/+my-library/my-videos/my-videos.component.ts119 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts39 - src/app/shared/shared-instance/instance-follow.service.ts142 - + + + + + + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 Automatic blocks Automatska blokiranja @@ -2935,9 +2918,9 @@ Internal actions Interne radnje - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Switch video block to manual Promijeni blokiranje videa na ručno @@ -2951,9 +2934,9 @@ Actions for the video Radnje za video - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Unblock Deblokiraj @@ -2965,15 +2948,15 @@ Do you really want to delete this video? Stvarno želiš izbrisati ovaj video? - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. Video izbrisan. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Do you really want to unblock this video? It will be available again in the videos list. Stvarno želiš deblokirati ovaj video? Bit će ponovo dostupan na popisu videa. @@ -2990,94 +2973,87 @@ Komentari videa src/app/+admin/overview/comments/video-comment-list.component.html3 - - Showing to of comments - Prikazuje se do od komentara - src/app/+admin/overview/comments/video-comment-list.component.html15 - + Batch actions Grupne radnje - src/app/+admin/follows/followers-list/followers-list.component.html18 - src/app/+admin/follows/following-list/following-list.component.html18 - src/app/+admin/moderation/registration-list/registration-list.component.html18 - src/app/+admin/overview/comments/video-comment-list.component.html22 - src/app/+admin/overview/users/user-list/user-list.component.html18 - src/app/+admin/overview/videos/video-list.component.html18 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 Select all rows Odaberi sve stupce - src/app/+admin/follows/followers-list/followers-list.component.html33 - src/app/+admin/follows/following-list/following-list.component.html38 - src/app/+admin/moderation/registration-list/registration-list.component.html33 - src/app/+admin/overview/comments/video-comment-list.component.html39 - src/app/+admin/overview/users/user-list/user-list.component.html39 - src/app/+admin/overview/videos/video-list.component.html36 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Account Račun - src/app/+admin/moderation/registration-list/registration-list.component.html37 - src/app/+admin/overview/comments/video-comment-list.component.html43 - src/app/shared/shared-moderation/account-blocklist.component.html24 - src/app/shared/shared-moderation/account-blocklist.component.html24 - + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 Video Video - src/app/+admin/overview/comments/video-comment-list.component.html44 - src/app/+admin/overview/videos/video-list.component.html40 - src/app/+my-library/my-ownership/my-ownership.component.html14 - src/app/+my-library/my-video-imports/my-video-imports.component.html29 - src/app/shared/shared-video-miniature/video-download.component.html8 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 Select this row Odaberi ovaj redak - src/app/+admin/follows/followers-list/followers-list.component.html46 - src/app/+admin/follows/following-list/following-list.component.html51 - src/app/+admin/moderation/registration-list/registration-list.component.html50 - src/app/+admin/overview/comments/video-comment-list.component.html54 - src/app/+admin/overview/users/user-list/user-list.component.html79 - src/app/+admin/overview/videos/video-list.component.html51 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full comment Pogledaj cijeli komentar - - src/app/+admin/overview/comments/video-comment-list.component.html - 58 - - + + src/app/+admin/overview/comments/video-comment-list.component.html57 Open account in a new tab Otvori račun u novoj kartici - src/app/+admin/overview/comments/video-comment-list.component.html69 - src/app/+admin/overview/users/user-list/user-list.component.html94 - src/app/+my-library/my-ownership/my-ownership.component.html32 - src/app/shared/shared-abuse-list/abuse-list-table.component.html44 - src/app/shared/shared-moderation/account-blocklist.component.html35 - src/app/shared/shared-moderation/account-blocklist.component.html35 - + + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Commented video Video s komentarom - src/app/+admin/overview/comments/video-comment-list.component.html81 - + + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters. Nije pronađen nijedan komentar koji se poklapa s aktualnim filtrima. - src/app/+admin/overview/comments/video-comment-list.component.html106 - + + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found. Nije pronađen nijedan komentar. - src/app/+admin/overview/comments/video-comment-list.component.html107 - + + src/app/+admin/overview/comments/video-comment-list.component.html106 Local comments Lokalni komentari @@ -3328,8 +3304,8 @@ - The video quota only takes into account original video size. Since transcoding is enabled, videos size can be at most ~ . - Kontingent za videa uzima u obzir samo izvornu veličinu videa. Budući da je prekodiranje aktivirano, veličina videa može biti najviše ~ . + The video quota only takes into account original video size. Since transcoding is enabled, videos size can be at most ~ . + Kontingent za videa uzima u obzir samo izvornu veličinu videa. Budući da je prekodiranje aktivirano, veličina videa može biti najviše ~ . src/app/+admin/shared/user-real-quota-info.component.html 1,4 @@ -3344,8 +3320,8 @@ - PeerTube thinks your web browser public IP is . - PeerTube misli da je IP-adresa tvog web-preglednika . + PeerTube thinks your web browser public IP is . + PeerTube misli da je IP-adresa tvog web-preglednika . src/app/+admin/system/debug/debug.component.html 4 @@ -3392,16 +3368,16 @@ - Check the trust_proxy configuration key - Provjeri ključ konfiguracije za trust_proxy + Check the trust_proxy configuration key + Provjeri ključ konfiguracije za trust_proxy src/app/+admin/system/debug/debug.component.html 15 - If you run PeerTube using Docker, check you run the reverse-proxy with network_mode: "host" (see issue 1643) - Ako pokrećeš PeerTube koristeći Docker, provjeri da pokrećeš „reverse-proxy” s network_mode: "host" (pogledaj problem 1643) + If you run PeerTube using Docker, check you run the reverse-proxy with network_mode: "host" (see issue 1643) + Ako pokrećeš PeerTube koristeći Docker, provjeri da pokrećeš „reverse-proxy” s network_mode: "host" (pogledaj problem 1643) src/app/+admin/system/debug/debug.component.html 16,17 @@ -3425,13 +3401,13 @@ plugin dodatak - src/app/+admin/plugins/shared/plugin-api.service.ts30 - + + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme tema - src/app/+admin/plugins/shared/plugin-api.service.ts33 - + + src/app/+admin/plugins/shared/plugin-api.service.ts34 Job type Vrsta posla @@ -3460,76 +3436,60 @@ Refresh Aktualiziraj - src/app/+admin/overview/comments/video-comment-list.component.html31 - src/app/+admin/overview/videos/video-list.component.html27 - src/app/+admin/system/jobs/jobs.component.html30 - src/app/+admin/system/logs/logs.component.html33 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 - - - Showing to of jobs - Prikazuje se do od poslova - - src/app/+admin/system/jobs/jobs.component.html - 39 - - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 + ID ID oznaka - - src/app/+admin/system/jobs/jobs.component.html - 45 - - + + src/app/+admin/system/jobs/jobs.component.html43 Type Vrsta - src/app/+admin/system/jobs/jobs.component.html46 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 - + + + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 - Priority (1 = highest priority) - Prioritet (1 = najviši prioritet) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + Priority (1 = highest priority) + Prioritet (1 = najviši prioritet) + + src/app/+admin/system/jobs/jobs.component.html45 State Stanje - src/app/+admin/system/jobs/jobs.component.html48 - src/app/+my-library/my-video-imports/my-video-imports.component.html30 - + + + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 Progress Napredak - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found. Nije pronađen nijedan posao. - src/app/+admin/system/jobs/jobs.component.html105 - + + src/app/+admin/system/jobs/jobs.component.html103 - No jobs found. - Nijedna vrsta posla nije pronađena. - src/app/+admin/system/jobs/jobs.component.html106 - + No jobs found. + Nijedna vrsta posla nije pronađena. + + src/app/+admin/system/jobs/jobs.component.html104 - No jobs found. - Nijedno stanje posla nije pronađeno. - src/app/+admin/system/jobs/jobs.component.html110 - + No jobs found. + Nijedno stanje posla nije pronađeno. + + src/app/+admin/system/jobs/jobs.component.html108 - No jobs found that are . - Nijedna vrsta posla nije pronađena koje je u stanju . - src/app/+admin/system/jobs/jobs.component.html111 - + No jobs found that are . + Nijedna vrsta posla nije pronađena koje je u stanju . + + src/app/+admin/system/jobs/jobs.component.html109 now sada @@ -3560,8 +3520,8 @@ - By -> - Od -> + By -> + Od -> src/app/+admin/system/logs/logs.component.html47 @@ -3612,49 +3572,42 @@ Dnevnici revizije src/app/+admin/system/logs/logs.component.ts145 - - Showing to of runner jobs - Prikazuje se do od poslova pokretača - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - - + UUID UUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 - Priority - Prioritet - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 - + Priority + Prioritet + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 - Progress - Napredak - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 - + Progress + Napredak + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 Runner Pokretač - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload: Opterećenje: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload: Privatno opterećenje: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found. Nije pronađen nijedan posao pokretača. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobs Završeni poslovi @@ -3730,35 +3683,22 @@ 4 - - Showing to of remote runners - Prikazuje se do od daljinskih pokretača - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - - + IP IP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 - + + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contact Zadnji kontakt - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found. Nije pronađen nijedan daljinski pokretač. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 Jobs Poslovi @@ -3874,15 +3814,15 @@ Email E-mail adresa - src/app/+admin/moderation/registration-list/registration-list.component.html38 - src/app/+admin/overview/users/user-edit/user-edit.component.html105 - src/app/+admin/overview/users/user-edit/user-edit.component.html105 - src/app/+admin/overview/users/user-list/user-list.component.ts132 - src/app/+login/login.component.html136 - src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6 - src/app/+signup/+register/steps/register-step-user.component.html46 - src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 mail@example.com mail@example.com @@ -4024,53 +3964,49 @@ 134 - - Showing to of users - Prikazuje se do od korisnika - src/app/+admin/overview/users/user-list/user-list.component.html11 - + Create user Stvori korisnika - src/app/+admin/overview/users/user-edit/user-create.component.ts97 - src/app/+admin/overview/users/user-list/user-list.component.html25 - + + + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Table parameters Parametri tablice - src/app/+admin/overview/users/user-list/user-list.component.html47 - + + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns Odaberi stupce - src/app/+admin/overview/users/user-list/user-list.component.html53 - + + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users Istakni isključene korisnike - src/app/+admin/overview/users/user-list/user-list.component.html59 - + + src/app/+admin/overview/users/user-list/user-list.component.html57 Total video quota Ukupni kontingent videa - src/app/+admin/overview/users/user-list/user-list.component.html118 - src/app/shared/shared-main/users/user-quota.component.html3 - + + + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Total daily video quota Ukupni dnevni kontingent videa - src/app/+admin/overview/users/user-list/user-list.component.html128 - + + src/app/+admin/overview/users/user-list/user-list.component.html126 The user was banned Korisnik je isključen - src/app/+admin/overview/users/user-list/user-list.component.html109 - + + src/app/+admin/overview/users/user-list/user-list.component.html107 Ban reason: Razlog isključivanja: - src/app/+admin/overview/users/user-list/user-list.component.html150 - + + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned users Isključeni korisnici @@ -4139,8 +4075,8 @@ src/app/shared/shared-moderation/user-moderation-dropdown.component.ts99 - <p>You can't create users or channels with a username that already used by a deleted user/channel.</p> - <p>Ne možeš stvoriti korisnike ili kanale s korisničkim imenom koje je već bilo korišteno za izbrisanog korisnika/kanala.</p> + <p>You can't create users or channels with a username that already used by a deleted user/channel.</p> + <p>Ne možeš stvoriti korisnike ili kanale s korisničkim imenom koje je već bilo korišteno za izbrisanog korisnika/kanala.</p> src/app/+admin/overview/users/user-list/user-list.component.ts244 @@ -4192,9 +4128,9 @@ Live Uživo - src/app/+admin/overview/videos/video-admin.service.ts53 - src/app/+admin/overview/videos/video-list.component.html88 - + + + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video files Videodatoteke @@ -4252,8 +4188,8 @@ - > Login - > Prijava + > Login + > Prijava src/app/+login/login.component.html 2,5 @@ -4270,8 +4206,8 @@ src/app/+error-page/error-page.component.html43 - Sorry but there was an issue with the external login process. Please contact an administrator. - Nažalost, došlo je do problema s postupkom vanjske prijave. Kontaktiraj administratora + Sorry but there was an issue with the external login process. Please contact an administrator. + Nažalost, došlo je do problema s postupkom vanjske prijave. Kontaktiraj administratora src/app/+login/login.component.html26 @@ -4346,16 +4282,16 @@ src/app/+login/login.component.html11 - This instance allows registration. However, be careful to check the TermsTerms before creating an account. You may also search for another instance to match your exact needs at: https://joinpeertube.org/instances. - Ova instanca dozvoljava registraciju. Međutim, pregledaj uvjeteuvjete prije otvaranja računa. Također možeš tražiti drugu instancu koja točno odgovara tvojim potrebama na: https://joinpeertube.org/instances. + This instance allows registration. However, be careful to check the TermsTerms before creating an account. You may also search for another instance to match your exact needs at: https://joinpeertube.org/instances. + Ova instanca dozvoljava registraciju. Međutim, pregledaj uvjeteuvjete prije otvaranja računa. Također možeš tražiti drugu instancu koja točno odgovara tvojim potrebama na: https://joinpeertube.org/instances. src/app/+login/login.component.html 15,18 - Currently this instance doesn't allow for user registration, you may check the Terms 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: https://joinpeertube.org/instances. - Ova instanca trenutačno ne dozvoljava registraciju korisnika. Provjeri uvjete za više pojedinosti ili pronađi instancu koja pruža mogućnost da se ragistriraš na račun i tamo postaviš svoja videa. Pronađi tvoju instancu među više instanci na: https://joinpeertube.org/instances. + Currently this instance doesn't allow for user registration, you may check the Terms 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: https://joinpeertube.org/instances. + Ova instanca trenutačno ne dozvoljava registraciju korisnika. Provjeri uvjete za više pojedinosti ili pronađi instancu koja pruža mogućnost da se ragistriraš na račun i tamo postaviš svoja videa. Pronađi tvoju instancu među više instanci na: https://joinpeertube.org/instances. src/app/+login/login.component.html 20,23 @@ -4394,7 +4330,8 @@ src/app/+login/login.component.html151 - An email with the reset password instructions will be sent to . The link will expire within 1 hour. + An email with the reset password instructions will be sent to . +The link will expire within 1 hour. E-poruka s uputama za obnavljanje lozinke bit će poslana na . Poveznica će isteći u roku od 1 sata. src/app/+login/login.component.ts151 @@ -4446,22 +4383,19 @@ Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? Obnavljanje ključa onemogućit će prethodno konfiguriranim klijentima dohvaćanje feeda sve dok ne koriste novi ključ. Nastaviti? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Renew token Obnovi ključ - src/app/+my-account/my-account-applications/my-account-applications.component.html36 - src/app/+my-account/my-account-applications/my-account-applications.component.ts41 - + + + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Token renewed. Update your client configuration accordingly. Ključ obnovljen. U skladu s tim aktualiziraj tvoju konfiguraciju klijenta. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 Newest first Najprije najnovije @@ -4522,8 +4456,8 @@ src/app/+my-account/my-account-routing.module.ts128 - is awaiting email verification - čeka na potvrđivanje e-mail adrese + is awaiting email verification + čeka na potvrđivanje e-mail adrese src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 5,6 @@ -4538,8 +4472,8 @@ - Your current email is . It is never shown to the public. - Tvoja aktualna e-mail adresa je . Nikada se ne prikazuje javno. + Your current email is . It is never shown to the public. + Tvoja aktualna e-mail adresa je . Nikada se ne prikazuje javno. src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 13,16 @@ -4800,8 +4734,9 @@ src/app/shared/shared-video-playlist/video-add-to-playlist.component.html72 - Short text to tell people how they can support the channel (membership platform...).<br /><br /> When a video is uploaded in this channel, the video support field will be automatically filled by this text. - Kratak tekst kao objašnjenje za podržavanje kanala (platforme za članstvo …).<br /><br /> Kad se video prenese na ovaj kanal, polje za videopodršku će se automatski ispuniti ovim tekstom. + Short text to tell people how they can support the channel (membership platform...).<br /><br /> + When a video is uploaded in this channel, the video support field will be automatically filled by this text. + Kratak tekst kao objašnjenje za podržavanje kanala (platforme za članstvo …).<br /><br /> Kad se video prenese na ovaj kanal, polje za videopodršku će se automatski ispuniti ovim tekstom. src/app/+manage/video-channel-edit/video-channel-edit.component.html64 src/app/+manage/video-channel-edit/video-channel-edit.component.html64 @@ -5010,15 +4945,15 @@ Create Stvori - src/app/+admin/overview/users/user-edit/user-edit.component.html8 - src/app/+admin/overview/users/user-edit/user-edit.component.html8 - src/app/+manage/video-channel-edit/video-channel-create.component.ts107 - src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45 - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8 - src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 - + + + + + + + + + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 NEW CHANNEL NOVI KANAL @@ -5102,24 +5037,17 @@ Channel page Stranica kanala - src/app/+my-library/+my-video-channels/my-video-channels.component.html34 - src/app/+my-library/my-follows/my-subscriptions.component.html20 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65 - src/app/+videos/+video-watch/video-watch.component.html66 - + + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} {VAR_PLURAL, plural, =0 {Bez gledanja} =1 {1 gledanje} few { gledanja} other { gledanja}} src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - - Do you really want to delete ? It will delete videos uploaded in this channel, and you will not be able to create another channel or account with the same name ()! - Stvarno želiš izbrisati ? Izbrisat će videa prenesenih na ovaj kanal i nećeš moći stvoriti drugi kanal ili račun s istim imenom ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - - + Show this channel Prikaži ovaj kanal @@ -5131,18 +5059,18 @@ Please type the name of the video channel () to confirm Za potvrđivanje upiši ime videokanala () - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 Video channel deleted. Videokanal izbrisan. - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day Gledanja dana - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followers Moji pratitelji @@ -5193,8 +5121,8 @@ src/app/+my-library/my-history/my-history.component.html14 - Clear all history - Izbriši svu povijest + Clear all history + Izbriši svu povijest src/app/+my-library/my-history/my-history.component.html 18,23 @@ -5343,8 +5271,8 @@ src/app/+my-library/my-ownership/my-ownership.component.html13 - Created - Stvoreno + Created + Stvoreno src/app/+my-library/my-ownership/my-ownership.component.html15 @@ -5365,74 +5293,52 @@ 9 - - Showing to of synchronizations - Prikaz do od sinkronizacija - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - - + Add synchronization Dodaj sinkronizaciju - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 - External Channel - Vanjski kanal - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + External Channel + Vanjski kanal + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 - Channel - Kanal - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + Channel + Kanal + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 - Last synchronization at - Zadnja sinkronizacija - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + Last synchronization at + Zadnja sinkronizacija + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List imports Uvozi popisa - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channel Sinkroniziaj kanal potpuno - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channel Ovo dohvaća sva videa koji nedostaju na lokalnom kanalu - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for . Sinkronizacija je uspješno uklonjena za . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for . Potpuna sinkronizacija je uspješno zatražena za . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATION NOVA SINKRONIZACIJA @@ -5525,26 +5431,22 @@ src/app/+my-library/my-video-imports/my-video-imports.component.html4 src/app/+my-library/my-videos/my-videos.component.html11 - - Showing to of imports - Prikazuje se do od uvoza - src/app/+my-library/my-video-imports/my-video-imports.component.html21 - + Target Cilj - src/app/+my-library/my-video-imports/my-video-imports.component.html28 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted Ovaj video je izbrisan - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html58 Playlist created. Playlista stvorena. - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 - + + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 My Playlists Moje playliste @@ -5584,71 +5486,50 @@ Channel Kanal - src/app/+admin/moderation/registration-list/registration-list.component.html39 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+videos/+video-edit/shared/video-edit.component.html65 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26 - src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reason Razlog registracije - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation response Odgovor moderacije - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 - Requested on - Zatraženo na - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + Requested on + Zatraženo na + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason: Razlog moderacije: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response: Odgovor moderacije: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters. Nije pronađena nijedna registracija koja odgovara trenutačnim filtrima. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found. Nijedna registracija nije pronađena. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this request Prihvati ovaj zahtjev @@ -5723,8 +5604,8 @@ src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.html27 - See the documentation for more information. - Pogledaj dokumentaciju za više informacija. + See the documentation for more information. + Pogledaj dokumentaciju za više informacija. src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.html31 @@ -5735,9 +5616,15 @@ Do you really want to delete ? Stvarno želiš izbrisati ? - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + Playlist deleted. @@ -5848,36 +5735,36 @@ Delete Izbriši - src/app/+admin/follows/followers-list/followers-list.component.ts50 - src/app/+admin/follows/followers-list/followers-list.component.ts118 - src/app/+admin/follows/following-list/following-list.component.ts42 - src/app/+admin/moderation/registration-list/registration-list.component.ts65 - src/app/+admin/moderation/registration-list/registration-list.component.ts129 - src/app/+admin/moderation/video-block-list/video-block-list.component.ts91 - src/app/+admin/moderation/video-block-list/video-block-list.component.ts95 - src/app/+admin/overview/comments/video-comment-list.component.ts104 - src/app/+admin/overview/comments/video-comment-list.component.ts175 - src/app/+admin/overview/users/user-list/user-list.component.ts100 - src/app/+admin/overview/users/user-list/user-list.component.ts248 - src/app/+admin/overview/videos/video-list.component.ts76 - src/app/+admin/overview/videos/video-list.component.ts227 - src/app/+admin/overview/videos/video-list.component.ts282 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83 - src/app/+my-library/+my-video-channels/my-video-channels.component.ts63 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57 - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35 - src/app/+my-library/my-videos/my-videos.component.html51 - src/app/+my-library/my-videos/my-videos.component.ts191 - src/app/+videos/+video-edit/shared/video-edit.component.html196 - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts376 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts411 - src/app/shared/shared-main/buttons/delete-button.component.ts21 - src/app/shared/shared-main/buttons/delete-button.component.ts26 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}} Prihvaćeno: {count, plural, =1 { zahtjev za praćenje} other { zahtjeva za praćenje}} @@ -6145,17 +6032,17 @@ Live videos Videa uživo - src/app/+search/search-filters.component.html29 - src/app/shared/shared-video-miniature/video-filters-header.component.html107 - src/app/shared/shared-video-miniature/video-filters.model.ts168 - + + + + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 VOD videos „Video na zahtjev” videa - src/app/+search/search-filters.component.html34 - src/app/shared/shared-video-miniature/video-filters-header.component.html112 - src/app/shared/shared-video-miniature/video-filters.model.ts174 - + + + + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Display sensitive content Prikaži neprikladni sadržaj @@ -6273,21 +6160,21 @@ Reset Obnovi - src/app/+search/search-filters.component.html8 - src/app/+search/search-filters.component.html22 - src/app/+search/search-filters.component.html41 - src/app/+search/search-filters.component.html60 - src/app/+search/search-filters.component.html74 - src/app/+search/search-filters.component.html109 - src/app/+search/search-filters.component.html122 - src/app/+search/search-filters.component.html135 - src/app/+search/search-filters.component.html148 - src/app/+search/search-filters.component.html163 - src/app/+search/search-filters.component.html171 - src/app/+search/search-filters.component.html188 - src/app/+search/search-filters.component.html229 - src/app/shared/shared-forms/reactive-file.component.html16 - + + + + + + + + + + + + + + + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter Filtar @@ -6326,8 +6213,8 @@ src/app/+search/search-filters.component.ts63 - Long (> 10 min) - Dugi (> 10 min) + Long (> 10 min) + Dugi (> 10 min) src/app/+search/search-filters.component.ts67 @@ -6382,16 +6269,16 @@ - for - za + for + za src/app/+search/search.component.html 10 - Filters - Filters + Filters + Filters src/app/+search/search.component.html18 @@ -6499,8 +6386,8 @@ - I am at least years old and agree to the Terms and to the Code of Conduct of - Imam barem godina i prihvaćam uvjete i pravila ponašanja instance + I am at least years old and agree to the Terms and to the Code of Conduct of + Imam barem godina i prihvaćam uvjete i pravila ponašanja instance src/app/+signup/+register/steps/register-step-terms.component.html 17,22 @@ -6583,19 +6470,19 @@ Go to the previous step Idi na prethodni korak - src/app/+signup/+register/register.component.ts43 - + + src/app/+signup/+register/register.component.ts42 Go to the next step Idi na sljedeći korak - src/app/+signup/+register/register.component.ts44 - + + src/app/+signup/+register/register.component.ts43 Signup Registracija Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 - + + src/app/+signup/+register/register.component.ts85 Why creating an account? Zašto stvoriti račun? @@ -6605,40 +6492,40 @@ - As you probably noticed: creating an account is not necessary to watch video on . However, creating an account on will allow you to: - Kao što si vjerojatno primijetio/la: stvaranje računa nije potrebno za gledanje videa . Međutim, stvaranje računa na omogućuje ti: + As you probably noticed: creating an account is not necessary to watch video on . However, creating an account on will allow you to: + Kao što si vjerojatno primijetio/la: stvaranje računa nije potrebno za gledanje videa . Međutim, stvaranje računa na omogućuje ti: src/app/+signup/+register/steps/register-step-about.component.html 4,8 - Comment videos - Komentiranje videa + Comment videos + Komentiranje videa src/app/+signup/+register/steps/register-step-about.component.html 11 - Subscribe to channels to be notified of new videos - Pretplaćivanje na kanale za dobivanje obavijesti o novim videima + Subscribe to channels to be notified of new videos + Pretplaćivanje na kanale za dobivanje obavijesti o novim videima src/app/+signup/+register/steps/register-step-about.component.html 12 - Have access to your watch history - Imati pristup tvojoj povijesti gledanja + Have access to your watch history + Imati pristup tvojoj povijesti gledanja src/app/+signup/+register/steps/register-step-about.component.html 13 - Create your channel to publish videos - Stvoriti kanal za objavljivanje videa + Create your channel to publish videos + Stvoriti kanal za objavljivanje videa src/app/+signup/+register/steps/register-step-about.component.html 14 @@ -6663,29 +6550,29 @@ src/app/+signup/+register/steps/register-step-about.component.html25 - has been created using PeerTube, a video creation platform developed by Framasoft. Framasoft is a french non-profit organization that offers alternatives to Big Tech's digital tools - Instanca je storena koristeći PeerTube, platformu za izradu videa koju je stvorila organizacija Framasoft. Framasoft je francuska neprofitna organizacija koja nudi alternative za digitalne alate velikih tehnoloških poduzeća + has been created using PeerTube, a video creation platform developed by Framasoft. Framasoft is a french non-profit organization that offers alternatives to Big Tech's digital tools + Instanca je storena koristeći PeerTube, platformu za izradu videa koju je stvorila organizacija Framasoft. Framasoft je francuska neprofitna organizacija koja nudi alternative za digitalne alate velikih tehnoloških poduzeća src/app/+signup/+register/steps/register-step-about.component.html38 - You want to publish videos on ? Then you need to create your first channel. - Želiš objaviti videa na instanci ? Za to moraš najprije stvoriti kanal. + You want to publish videos on ? Then you need to create your first channel. + Želiš objaviti videa na instanci ? Za to moraš najprije stvoriti kanal. src/app/+signup/+register/steps/register-step-channel.component.html 2,4 - You might want to create a channel by theme: for example, you can create a channel named "SweetMelodies" to publish your piano concerts and another one "Ecology" in which you publish your videos talking about ecology. - Možeš stvoriti kanal na osnovi teme: na primjer, možeš stvoriti kanal s imenom „Slatke melodije” za objavljivanje tvojih klavirskih koncerata i jedan drugi „Ekologija” na kojem objavljuješ svoja videa o ekologiji. + You might want to create a channel by theme: for example, you can create a channel named "SweetMelodies" to publish your piano concerts and another one "Ecology" in which you publish your videos talking about ecology. + Možeš stvoriti kanal na osnovi teme: na primjer, možeš stvoriti kanal s imenom „Slatke melodije” za objavljivanje tvojih klavirskih koncerata i jedan drugi „Ekologija” na kojem objavljuješ svoja videa o ekologiji. src/app/+signup/+register/steps/register-step-channel.component.html 6,9 - administrators allow you to publish up to of videos on their website. - Administratori instance dozvoljavaju ti objaviti do videa na njihovoj web-stranici. + administrators allow you to publish up to of videos on their website. + Administratori instance dozvoljavaju ti objaviti do videa na njihovoj web-stranici. src/app/+signup/+register/steps/register-step-channel.component.html 11,13 @@ -6796,8 +6683,8 @@ - Welcomeon - Pozdravna + Welcomeon + Pozdravna src/app/+signup/shared/signup-success-before-email.component.html7 @@ -6814,24 +6701,24 @@ src/app/+signup/shared/signup-success-before-email.component.html14 - Check your emails to validate your account and complete your registration request. - Provjeri svoju e-poštu za potvrđivanje tvog računa i za završavanje tvog zahtjeva za registracijom. + Check your emails to validate your account and complete your registration request. + Provjeri svoju e-poštu za potvrđivanje tvog računa i za završavanje tvog zahtjeva za registracijom. src/app/+signup/shared/signup-success-before-email.component.html 18,19 - Check your emails to validate your account and complete your registration. - Provjeri svoju e-poštu za potvrđivanje tvog računa i za završavanje tvog zahtjeva za registracijom. + Check your emails to validate your account and complete your registration. + Provjeri svoju e-poštu za potvrđivanje tvog računa i za završavanje tvog zahtjeva za registracijom. src/app/+signup/shared/signup-success-before-email.component.html 22,23 - If you need help to use PeerTube, you can have a look at the documentation. - Ako trebaš pomoć za korištenje PeerTubea, pogledaj dokumentaciju. + If you need help to use PeerTube, you can have a look at the documentation. + Ako trebaš pomoć za korištenje PeerTubea, pogledaj dokumentaciju. src/app/+signup/shared/signup-success-after-email.component.html17 src/app/+signup/shared/signup-success-before-email.component.html31 @@ -6981,9 +6868,9 @@ Subscribe to the account Pretplatiti se na račun - src/app/+video-channels/video-channels.component.ts85 - src/app/+videos/+video-watch/video-watch.component.ts888 - + + + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTS PLAYLISTE @@ -7131,13 +7018,13 @@ src/app/+video-studio/edit/video-studio-edit.component.ts75 - The current video will be overwritten by this edited video and <strong>you won't be able to recover it</strong>.<br /><br /> - Trenutačni video će se prepisati ovim uređenim videom i <strong>neće se moći obnoviti</strong>.<br /><br /> + The current video will be overwritten by this edited video and <strong>you won't be able to recover it</strong>.<br /><br /> + Trenutačni video će se prepisati ovim uređenim videom i <strong>neće se moći obnoviti</strong>.<br /><br /> src/app/+video-studio/edit/video-studio-edit.component.ts79 - As a reminder, the following tasks will be executed: <ol></ol> - Kao podsjetnik, sljedeći zadaci će se izvršiti: <ol></ol> + As a reminder, the following tasks will be executed: <ol></ol> + Kao podsjetnik, sljedeći zadaci će se izvršiti: <ol></ol> src/app/+video-studio/edit/video-studio-edit.component.ts80 @@ -7620,8 +7507,8 @@ src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html59 - Tags could be used to suggest relevant recommendations. There is a maximum of 5 tags. Press Enter to add a new tag. - Oznake se mogu koristiti za predlaganje relevantnih preporuka. Postoje maksimalno 5 oznake. Pritisni Enter za dodavanje nove oznake. + Tags could be used to suggest relevant recommendations. There is a maximum of 5 tags. Press Enter to add a new tag. + Oznake se mogu koristiti za predlaganje relevantnih preporuka. Postoje maksimalno 5 oznake. Pritisni Enter za dodavanje nove oznake. src/app/+videos/+video-edit/shared/video-edit.component.html29 @@ -7633,16 +7520,16 @@ - A timestamp (00:05 for example) is automatically converted into a link to a part of the video. - Vremenska oznaka (npr. 00:05) se automatski pretvara u poveznicu na dio videa. + A timestamp (00:05 for example) is automatically converted into a link to a part of the video. + Vremenska oznaka (npr. 00:05) se automatski pretvara u poveznicu na dio videa. src/app/+videos/+video-edit/shared/video-edit.component.html 52 - Choose the appropriate licence for your work. - Odaberi odgovarajuću licencu za tvoj rad. + Choose the appropriate licence for your work. + Odaberi odgovarajuću licencu za tvoj rad. src/app/+videos/+video-edit/shared/video-edit.component.html86 @@ -7681,7 +7568,7 @@ src/app/+videos/+video-edit/shared/video-edit.component.html189 - Already uploaded on ✔ + Already uploaded on Već je preneseno src/app/+videos/+video-edit/shared/video-edit.component.html193 @@ -7872,87 +7759,87 @@ Original publication date Datum izvornog izdanja - src/app/+videos/+video-edit/shared/video-edit.component.html368 - + + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) Ovo je datum kada je sadržaj izvorno objavljen (npr. datum objavljivanja filma) - src/app/+videos/+video-edit/shared/video-edit.component.html371 - + + src/app/+videos/+video-edit/shared/video-edit.component.html376 Enable video comments Uključi komentare videa - src/app/+videos/+video-edit/shared/video-edit.component.html389 - + + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download Uključi preuzimanje - src/app/+videos/+video-edit/shared/video-edit.component.html394 - + + src/app/+videos/+video-edit/shared/video-edit.component.html398 Plugin settings Postavke dodatka - src/app/+videos/+video-edit/shared/video-edit.component.html402 - + + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latency Kratko kašnjene - src/app/+videos/+video-edit/shared/video-edit.component.ts92 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2P Smanji kašnjenje na ~15 s isključujući P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts93 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts94 Default Standardno - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55 - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50 - src/app/+videos/+video-edit/shared/video-edit.component.ts97 - + + + + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30s Prosječno kašnjenje od 30 s - src/app/+videos/+video-edit/shared/video-edit.component.ts98 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latency Dugo kašnjenje - src/app/+videos/+video-edit/shared/video-edit.component.ts102 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratio Prosječno kašnjenje od 60 s povećavajući P2P omjer - src/app/+videos/+video-edit/shared/video-edit.component.ts103 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts104 Other Drugo - src/app/+videos/+video-edit/shared/video-edit.component.ts219 - src/app/shared/shared-forms/select/select-languages.component.ts50 - + + + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Instance languages Jezici instance - src/app/+videos/+video-edit/shared/video-edit.component.ts222 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages Svi jezici - src/app/+videos/+video-edit/shared/video-edit.component.ts223 - src/app/shared/shared-forms/select/select-languages.component.ts25 - + + + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Scheduled Terminirano - src/app/+videos/+video-edit/shared/video-edit.component.ts240 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date Sakrij video do određenog datuma - src/app/+videos/+video-edit/shared/video-edit.component.ts241 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal live Normalni prijenos uživo @@ -8100,13 +7987,13 @@ src/app/shared/shared-share-modal/video-share.component.html117 - You can import any URL supported by youtube-dl or URL 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. - Možeš uvesti bilo koji URL koji podržava youtube-dl ili URL koji upućuje na medijsku datoteku. Provjeri je li imaš prava za širenje sadržaja na koji upućuje, inače to može prouzročiti pravne probleme tebi i tvojoj instanci. + You can import any URL supported by youtube-dl or URL 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. + Možeš uvesti bilo koji URL koji podržava youtube-dl ili URL koji upućuje na medijsku datoteku. Provjeri je li imaš prava za širenje sadržaja na koji upućuje, inače to može prouzročiti pravne probleme tebi i tvojoj instanci. src/app/+videos/+video-edit/video-add-components/video-import-url.component.html10 - You can also synchronize a remote channel in your library - Udaljeni kanal možeš također sinkronizirati u tvojoj biblioteci + You can also synchronize a remote channel in your library + Udaljeni kanal možeš također sinkronizirati u tvojoj biblioteci src/app/+videos/+video-edit/video-add-components/video-import-url.component.html20 @@ -8127,8 +8014,8 @@ src/app/+videos/+video-edit/video-add-components/video-upload.component.html34 - Image that will be merged with your audio file. The chosen image will be definitive and cannot be modified. - Slika koja će se spojiti s tvojom audio datotekom. Odabrana slika će biti konačna i ne može se promijeniti. + Image that will be merged with your audio file. The chosen image will be definitive and cannot be modified. + Slika koja će se spojiti s tvojom audio datotekom. Odabrana slika će biti konačna i ne može se promijeniti. src/app/+videos/+video-edit/video-add-components/video-upload.component.html36 @@ -8247,23 +8134,22 @@ src/app/+videos/+video-edit/video-update.component.html 29 - - - Your video is currenctly being updated. If you leave, your changes will be lost. - Tvoj se video trenutačno aktualizira. Ako prekineš aktualiziranje izgubit ćeš tvoje promjene. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 + Read instance rules for help Pročitaj pravila instance za pomoć src/app/+videos/+video-edit/video-add.component.html2 - We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. Instead, create a dedicated account to upload your videos. - Preporučujemo da ne koristiš root korisnika za objavljivanje tvojih videa, budući da je to račun super-administratora tvoje instance. Umjesto toga, otvori zaseban račun za prijenos svojih videa. + We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. Instead, create a dedicated account to upload your videos. + Preporučujemo da ne koristiš root korisnika za objavljivanje tvojih videa, budući da je to račun super-administratora tvoje instance. Umjesto toga, otvori zaseban račun za prijenos svojih videa. src/app/+videos/+video-edit/video-add.component.html33 @@ -8299,45 +8185,33 @@ You have unsaved changes! If you leave, your changes will be lost. Imaš nespremljene promjene! Ako izađeš, izgubit ćeš tvoje promjene. - src/app/+videos/+video-edit/video-update.component.ts140 - + + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. Video aktualiziran. - src/app/+videos/+video-edit/video-update.component.ts227 - + + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators. Tvoj video će se također automatski blokirati jer objavljivanje videa zahtijeva provjeru od moderatora. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version. Prenošenje nove verzije tvog videa će potpuno izbrisati trenutačnu verziju. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 - <br /><br />Do you still want to replace your video file? - <br /><br />Želiš li još uvijek zamijeniti svoju video datoteku? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + <br /><br />Do you still want to replace your video file? + <br /><br />Želiš li još uvijek zamijeniti svoju video datoteku? + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warning Upozorenje o zamjeni datoteke - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 Add comment... Dodaj komentar … @@ -8411,9 +8285,9 @@ Comment Komentar - src/app/+admin/overview/comments/video-comment-list.component.html45 - src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 - + + + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 Highlighted comment Istaknuti komentar @@ -8485,59 +8359,37 @@ 58 - - Showing to of registration tokens - Prikazuje se do od registracijskih tokena - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - - + Token Token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runners Povezani pokretači - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate token Generiraj token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copied Token registracije je kopiran - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration token Kopiraj token registracije - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners. Nije pronađen nijedan registracijski token za eksterne pokretače. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this token Ukloni ovaj token @@ -8655,9 +8507,9 @@ Do you really want to delete this comment? Stvarno želiš izbrisati ovaj komentar? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 - + + + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 The deletion will be sent to remote instances so they can reflect the change. Brisanje će se poslati udaljenim instancama kako bi mogle replicirati promjenu. @@ -8794,8 +8646,8 @@ - Published - Objavljeno + Published + Objavljeno src/app/+videos/+video-watch/video-watch.component.html30 @@ -8832,8 +8684,8 @@ Show more Prikaži više - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 - + + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less Prikaži manje @@ -8961,141 +8813,132 @@ src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts321 - This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? - Ovaj video nije dostupan u ovoj instanci. Želiš li da te preusmjerimo na izvornu instancu: <a href=""></a>? - src/app/+videos/+video-watch/video-watch.component.ts370 - + This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? + Ovaj video nije dostupan u ovoj instanci. Želiš li da te preusmjerimo na izvornu instancu: <a href=""></a>? + + src/app/+videos/+video-watch/video-watch.component.ts371 Redirection Preusmjeravanje - src/app/+videos/+video-watch/video-watch.component.ts371 - + + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this video Za gledanje ovog videa trebaš lozinku - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protected Ovaj je video zaštićen lozinkom - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct password Neispravna lozinka. Upiši ispravnu lozinku - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? Ovaj video sadrži sadržaj za odrasle ili eksplicitan sadržaj. Stvarno ga želiš gledati? - src/app/+videos/+video-watch/video-watch.component.ts446 - + + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content Sadržaj za odrasle ili eksplicitan sadržaj - src/app/+videos/+video-watch/video-watch.component.ts447 - + + src/app/+videos/+video-watch/video-watch.component.ts448 Cancel Odustani - src/app/+about/about-instance/contact-admin-modal.component.html48 - src/app/+admin/follows/following-list/follow-modal.component.html33 - src/app/+admin/moderation/registration-list/process-registration-modal.component.html67 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102 - src/app/+login/login.component.html146 - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20 - src/app/+my-library/my-video-imports/my-video-imports.component.html42 - src/app/+my-library/my-videos/modals/video-change-ownership.component.html22 - src/app/+videos/+video-edit/shared/upload-progress.component.html14 - src/app/+videos/+video-edit/shared/upload-progress.component.html26 - src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37 - src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25 - src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73 - src/app/modal/confirm.component.html25 - src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26 - src/app/shared/shared-moderation/batch-domains-modal.component.html31 - src/app/shared/shared-moderation/report-modals/report.component.html53 - src/app/shared/shared-moderation/report-modals/report.component.html53 - src/app/shared/shared-moderation/report-modals/video-report.component.html84 - src/app/shared/shared-moderation/user-ban-modal.component.html34 - src/app/shared/shared-moderation/video-block.component.html46 - src/app/shared/shared-video-miniature/video-download.component.html140 - + + + + + + + + + + + + + + + + + + + + + + + + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreen Pokreni/Prekini cjeloekranski prikaz - src/app/+videos/+video-watch/video-watch.component.ts851 - + + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the video Pokreni/Zaustavi video - src/app/+videos/+video-watch/video-watch.component.ts852 - + + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the video Isključi/Uključi zvuk videa - src/app/+videos/+video-watch/video-watch.component.ts853 - + + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90% Preskoči na postotak videa: 0 je 0 %, 9 je 90 % - src/app/+videos/+video-watch/video-watch.component.ts868 - + + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volume Povećaj glasnoću - src/app/+videos/+video-watch/video-watch.component.ts855 - + + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volume Smanji glasnoću - src/app/+videos/+video-watch/video-watch.component.ts856 - + + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forward Premotaj video prema naprijed - src/app/+videos/+video-watch/video-watch.component.ts870 - + + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backward Premotaj video prema natrag - src/app/+videos/+video-watch/video-watch.component.ts871 - + + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rate Povećaj brzinu reprodukcije - src/app/+videos/+video-watch/video-watch.component.ts873 - + + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rate Smanji brzinu reprodukcije - src/app/+videos/+video-watch/video-watch.component.ts874 - + + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frame Prijeđi na prethodni kadar videa - src/app/+videos/+video-watch/video-watch.component.ts876 - + + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frame Prijeđi na sljedeći kadar videa - src/app/+videos/+video-watch/video-watch.component.ts877 - + + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater mode Uključi/Isključi kazališni modus - src/app/+videos/+video-watch/video-watch.component.ts861 - + + src/app/+videos/+video-watch/video-watch.component.ts867 Like the video Označi video da ti se sviđa @@ -9237,14 +9080,7 @@ 103 - - Showing to of videos - Prikazuje se do od videa - - src/app/+admin/overview/videos/video-list.component.html - 11,12 - - + Recently added Nedavno dodana @@ -9369,7 +9205,8 @@ src/app/core/auth/auth.service.ts75 - Cannot retrieve OAuth Client credentials: . Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section. + Cannot retrieve OAuth Client credentials: . +Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section. Nije moguće dohvatiti OAuth podatke prijave klijenta: . Provjeri PeerTube konfiguraciju (config/directory), posebno odjeljak „webserver”. src/app/core/auth/auth.service.ts102 @@ -9427,41 +9264,29 @@ Info Informacije - src/app/+admin/overview/videos/video-list.component.html41 - src/app/core/notification/notifier.service.ts12 - + + + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 Files Datoteke - - src/app/+admin/overview/videos/video-list.component.html - 42,43 - - + + src/app/+admin/overview/videos/video-list.component.html41 - Published - Objavljeno - - src/app/+admin/overview/videos/video-list.component.html - 43,45 - - + Published + Objavljeno + + src/app/+admin/overview/videos/video-list.component.html42 Account muted Isključen zvuk računu - - src/app/+admin/overview/videos/video-list.component.html - 79,80 - - + + src/app/+admin/overview/videos/video-list.component.html78 Server muted Isključen zvuk poslužitelju - - src/app/+admin/overview/videos/video-list.component.html - 80,82 - - + + src/app/+admin/overview/videos/video-list.component.html79 Success Uspjeh @@ -9471,35 +9296,38 @@ Media is too large for the server. Please contact you administrator if you want to increase the limit size. Medij je prevelik za poslužitelj. Obrati se svom administratoru ako želiš povećati ograničenje veličine. - src/app/core/rest/rest-extractor.service.ts118 - + + src/app/core/rest/rest-extractor.service.ts122 Too many attempts, please try again after minutes. Previše pokušaja. Pokušaj ponovo nakon min. - src/app/core/rest/rest-extractor.service.ts126 - + + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. Previše pokušaja. Pokušaj ponovo kasnije. - src/app/core/rest/rest-extractor.service.ts129 - + + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. Greška poslužitelja. Pokušaj ponovo kasnije. - src/app/core/rest/rest-extractor.service.ts133 - + + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later. Server nije dostupan. Pokušaj ponovo kasnije. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server error Nepoznata greška poslužitelja - src/app/core/rest/rest-extractor.service.ts140 + + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + All unsaved data will be lost, are you sure you want to leave this page? @@ -9849,24 +9677,24 @@ - Help moderators and other users to know who you are by: - Pomogni moderatorima i drugim korisnicima da znaju tko si: + Help moderators and other users to know who you are by: + Pomogni moderatorima i drugim korisnicima da znaju tko si: src/app/modal/account-setup-warning-modal.component.html 12 - Uploading an avatar - Prenesi avatar + Uploading an avatar + Prenesi avatar src/app/modal/account-setup-warning-modal.component.html 15 - Writing a description - Napiši opis + Writing a description + Napiši opis src/app/modal/account-setup-warning-modal.component.html 16 @@ -10000,8 +9828,8 @@ - Please consider configuring these fields to help people to choose the appropriate instance. Without them, your instance may not be referenced on the JoinPeerTube website. - Po mogućnosti konfiguriraj ova polja. To pomaže drugima da odaberu odgovarajuću instancu. Bez njih, tvoja instanca možda neće biti navedena na web-stranici JoinPeerTube. + Please consider configuring these fields to help people to choose the appropriate instance. Without them, your instance may not be referenced on the JoinPeerTube website. + Po mogućnosti konfiguriraj ova polja. To pomaže drugima da odaberu odgovarajuću instancu. Bez njih, tvoja instanca možda neće biti navedena na web-stranici JoinPeerTube. src/app/modal/instance-config-warning-modal.component.html24 @@ -10092,13 +9920,13 @@ src/app/modal/admin-welcome-modal.component.html39 - Official PeerTube website (news, support, contribute...): https://joinpeertube.org - Javna PeerTube web-stranica (novosti, podrška, doprinesi …): https://joinpeertube.org + Official PeerTube website (news, support, contribute...): https://joinpeertube.org + Javna PeerTube web-stranica (novosti, podrška, doprinesi …): https://joinpeertube.org src/app/modal/admin-welcome-modal.component.html42 - Put your instance on the public PeerTube index: https://instances.joinpeertube.org/instances - Stave svoju instancu na javni indeks PeerTubea: https://instances.joinpeertube.org/instances + Put your instance on the public PeerTube index: https://instances.joinpeertube.org/instances + Stave svoju instancu na javni indeks PeerTubea: https://instances.joinpeertube.org/instances src/app/modal/admin-welcome-modal.component.html45 @@ -10107,16 +9935,16 @@ src/app/modal/admin-welcome-modal.component.html55 - Choosing your instance name, setting up a description, specifying who you are, why you created your instance and how long you plan to maintain it is very important for visitors to understand on what type of instance they are. - Biranjem imena tvoje instance, postavljanjem opisa, navođenjem tko si, zašto si stvorio/la svoju instancu i kako dugo je planiraš održavati su važne informacije za posjetitelje kako bi razumjeli na kojoj vrsti instance se nalaze. + Choosing your instance name, setting up a description, specifying who you are, why you created your instance and how long you plan to maintain it is very important for visitors to understand on what type of instance they are. + Biranjem imena tvoje instance, postavljanjem opisa, navođenjem tko si, zašto si stvorio/la svoju instancu i kako dugo je planiraš održavati su važne informacije za posjetitelje kako bi razumjeli na kojoj vrsti instance se nalaze. src/app/modal/admin-welcome-modal.component.html 57,61 - If you want to open registrations, please decide what your moderation rules and instance terms of service are, as well as specify the categories and languages and your moderators speak. This way, you will help users to register on the appropriate PeerTube instance. - Ako želiš otvoriti registracije, odluči koja su tvoja pravila moderiranja i uvjeti usluge instance te odredi kategorije i jezike kojima govore tvoji moderatori. Na taj način pomažeš korisnicima da se registriraju na odgovarajuću PeerTube instancu. + If you want to open registrations, please decide what your moderation rules and instance terms of service are, as well as specify the categories and languages and your moderators speak. This way, you will help users to register on the appropriate PeerTube instance. + Ako želiš otvoriti registracije, odluči koja su tvoja pravila moderiranja i uvjeti usluge instance te odredi kategorije i jezike kojima govore tvoji moderatori. Na taj način pomažeš korisnicima da se registriraju na odgovarajuću PeerTube instancu. src/app/modal/admin-welcome-modal.component.html63 @@ -10972,12 +10800,12 @@ Reporter Izvjestitelj - src/app/shared/shared-abuse-list/abuse-details.component.html7 - src/app/shared/shared-abuse-list/abuse-list-table.component.html21 - + + + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 - - + + src/app/shared/shared-abuse-list/abuse-details.component.html 21,23 @@ -11075,41 +10903,37 @@ src/app/shared/shared-abuse-list/abuse-details.component.ts27 src/app/shared/shared-moderation/abuse.service.ts166 - - Showing to of reports - Prikazuje se do od izvještaja - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 - + Video/Comment/Account Video/Komentar/Račun - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 Messages Poruke - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note Interna bilješka - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Deleted account Izbrisani račun - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 This video has been reported multiple times. Ovaj je video prijavljen više puta. - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked Video je blokiran - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on od na @@ -11118,180 +10942,186 @@ Video was deleted Video je izbrisan - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + Account deleted Račun izbrisan - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 No abuses found matching current filters. Nije pronađena nijedna zloupotreba koja se poklapa s aktualnim filtrima. - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. Nije pronađena nijedna zloupotreba. - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reports Neriješene prijave - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reports Prihvaćene prijave - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reports Odbijene prijave - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videos Prijave s blokiranim videima - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videos Prijave s izbrisanim videima - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Do you really want to delete this abuse report? Stvarno želiš izbrisati ovu prijavu o zloupotrebi? - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. Zloupotreba izbrisana. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment Izbrisani komentar - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter Poruke s izvjestiteljem - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators Poruke s moderatorima - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note Aktualiziraj internu bilješku - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Mark as accepted Označi kao prihvaćeno - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected Označi kao odbijeno - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note Dodaj internu bilješku - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Delete report Izbriši izvještaj - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account Radnje za označeni račun - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mute account Isključi zvuk računa - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Mute server account Isključi zvuk računa poslužitelja - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Actions for the reporter Radnje za izvjestitelja - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter Isključi zvuk izvjestitelja - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 Mute server Isključi zvuk poslužitelja - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Block video Blokiraj video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. Video blokiran. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video Deblokiraj video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. Video deblokiran. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Delete video Izbriši video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment Radnje za komentar - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment Izbriši komentar - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Comment deleted. Komentar izbrisan. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Account muted by the instance. Instanca je isključila zvuk računa . - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434 - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Server muted by the instance. Instanca je isključila zvuk poslužitelja . - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Messages with the reporter Poruke s izvjestiteljem @@ -11398,13 +11228,13 @@ Maximize editor Raširi prozor uređivača maksimalno - src/app/shared/shared-forms/markdown-textarea.component.ts51 - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editor Izađi iz maksimalno raširenog uređivača - src/app/shared/shared-forms/markdown-textarea.component.ts52 - + + src/app/shared/shared-forms/markdown-textarea.component.ts50 Recommended Preporučeno @@ -11523,8 +11353,8 @@ Terms of Uvjeti instance - src/app/shared/shared-instance/instance-about-accordion.component.ts81 - + + src/app/shared/shared-instance/instance-about-accordion.component.ts80 PeerTube version PeerTube verzija @@ -11534,8 +11364,8 @@ - Default NSFW/sensitive videos policycan be redefined by the users - Standardna politika za NSFW/osjetljive videamogu redefinirati korisnici + Default NSFW/sensitive videos policycan be redefined by the users + Standardna politika za NSFW/osjetljive videamogu redefinirati korisnici src/app/shared/shared-instance/instance-features-table.component.html 13,14 @@ -11571,8 +11401,8 @@ src/app/shared/shared-instance/instance-features-table.component.html41 - Unlimited ( per day) - Neograničen kontingent ( za dan) + Unlimited ( per day) + Neograničen kontingent ( za dan) src/app/shared/shared-instance/instance-features-table.component.html59 @@ -11643,9 +11473,9 @@ Displayed Prikazano - src/app/shared/shared-instance/instance-features-table.component.ts54 - src/app/shared/shared-video-miniature/video-filters.model.ts242 - + + + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 Disabled Deaktivirano @@ -11714,43 +11544,43 @@ Local Lokalno - src/app/shared/shared-video-miniature/video-filters.model.ts135 - + + src/app/shared/shared-video-miniature/video-filters.model.ts141 Languages Jezici - src/app/shared/shared-video-miniature/video-filters.model.ts142 - + + src/app/shared/shared-video-miniature/video-filters.model.ts148 Categories Kategorije - src/app/shared/shared-video-miniature/video-filters.model.ts151 - + + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videos Sva videa - src/app/shared/shared-video-miniature/video-filters.model.ts160 - + + src/app/shared/shared-video-miniature/video-filters.model.ts166 Blurred Zamućeno - src/app/shared/shared-video-miniature/video-filters.model.ts240 - + + src/app/shared/shared-video-miniature/video-filters.model.ts246 hidden skriveno - src/app/shared/shared-video-miniature/video-filters.model.ts246 - + + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurred zamućeno - src/app/shared/shared-video-miniature/video-filters.model.ts247 - + + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayed prikazano - src/app/shared/shared-video-miniature/video-filters.model.ts249 - + + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protected Zaštićeno lozinkom @@ -11876,8 +11706,8 @@ - Markdown compatible that also supports custom PeerTube HTML tags - Markdown kompatibilnost s podrškom za prilagođene PeerTube HTML oznake + Markdown compatible that also supports custom PeerTube HTML tags + Markdown kompatibilnost s podrškom za prilagođene PeerTube HTML oznake src/app/shared/shared-custom-markup/custom-markup-help.component.html 2 @@ -11994,8 +11824,8 @@ - Some of your channels are not fully set up. Make them welcoming and explicit about what you publish by adding a banner, an avatar and a description. - Neki tvoji kanali nisu potpuno postavljeni. Objasni što objavljuješ dodavanjem natpisa, avatara i opisa. + Some of your channels are not fully set up. Make them welcoming and explicit about what you publish by adding a banner, an avatar and a description. + Neki tvoji kanali nisu potpuno postavljeni. Objasni što objavljuješ dodavanjem natpisa, avatara i opisa. src/app/shared/shared-main/misc/channels-setup-message.component.html 5 @@ -12018,8 +11848,8 @@ - <a href="https://en.wikipedia.org/wiki/Markdown#Example" target="_blank" rel="noopener noreferrer">Markdown</a> compatible that supports: - <a href="https://en.wikipedia.org/wiki/Markdown#Example" target="_blank" rel="noopener noreferrer">Markdown</a> kompatibilno s podrškom za: + <a href="https://en.wikipedia.org/wiki/Markdown#Example" target="_blank" rel="noopener noreferrer">Markdown</a> compatible that supports: + <a href="https://en.wikipedia.org/wiki/Markdown#Example" target="_blank" rel="noopener noreferrer">Markdown</a> kompatibilno s podrškom za: src/app/shared/shared-main/misc/help.component.ts 75 @@ -12078,8 +11908,8 @@ - published a new video: - je objavio/la novi video: + published a new video: + je objavio/la novi video: src/app/shared/shared-main/users/user-notifications.component.html16 @@ -12088,53 +11918,53 @@ src/app/shared/shared-main/users/user-notifications.component.html24 - Your video has been unblocked - Tvoj video je deblokiran + Your video has been unblocked + Tvoj video je deblokiran src/app/shared/shared-main/users/user-notifications.component.html33 - Your video has been blocked - Tvoj video je blokiran + Your video has been blocked + Tvoj video je blokiran src/app/shared/shared-main/users/user-notifications.component.html41 - A new video abuse has been created on video - Nova zlouptreba videa je stvorena za video + A new video abuse has been created on video + Nova zlouptreba videa je stvorena za video src/app/shared/shared-main/users/user-notifications.component.html50 - A new comment abuse has been created on video - Nova zlouptreba komentara je stvorena za video + A new comment abuse has been created on video + Nova zlouptreba komentara je stvorena za video src/app/shared/shared-main/users/user-notifications.component.html54 - A new account abuse has been created on account - Nova zlouptreba računa je stvorena za račun + A new account abuse has been created on account + Nova zlouptreba računa je stvorena za račun src/app/shared/shared-main/users/user-notifications.component.html58 - A new abuse has been created - Stvorena je nova zlouptreba + A new abuse has been created + Stvorena je nova zlouptreba src/app/shared/shared-main/users/user-notifications.component.html63 - Your abuse has been acceptedrejected - Tvoja zloupotreba je prihvaćenaodbijena + Your abuse has been acceptedrejected + Tvoja zloupotreba je prihvaćenaodbijena src/app/shared/shared-main/users/user-notifications.component.html71 - Abuse has a new message - Zlouptreba sadrži novu poruku + Abuse has a new message + Zlouptreba sadrži novu poruku src/app/shared/shared-main/users/user-notifications.component.html81 - The recently added video has been automatically blocked - Nedavno dadani video je automatski blokiran + The recently added video has been automatically blocked + Nedavno dadani video je automatski blokiran src/app/shared/shared-main/users/user-notifications.component.html88 - commented your video - je komentirao/la tvoj video + commented your video + je komentirao/la tvoj video src/app/shared/shared-main/users/user-notifications.component.html100 @@ -12144,63 +11974,63 @@ src/app/shared/shared-main/users/user-notifications.component.html172 - Your video has been published - Tvoj video je objavljen + Your video has been published + Tvoj video je objavljen src/app/shared/shared-main/users/user-notifications.component.html116 - Your video import succeeded - Tvoj uvoz videa je uspio + Your video import succeeded + Tvoj uvoz videa je uspio src/app/shared/shared-main/users/user-notifications.component.html125 - Your video import failed - Tvoj uvoz videa nije uspio + Your video import failed + Tvoj uvoz videa nije uspio src/app/shared/shared-main/users/user-notifications.component.html133 - User registered on your instance - Korisnik se registrirao na tvoju instancu + User registered on your instance + Korisnik se registrirao na tvoju instancu src/app/shared/shared-main/users/user-notifications.component.html140 - is following your channel your account - prati tvoj kanal tvoj račun + is following your channel your account + prati tvoj kanal tvoj račun src/app/shared/shared-main/users/user-notifications.component.html151 - mentioned you on video - te je spomenuo/la pri videu + mentioned you on video + te je spomenuo/la pri videu src/app/shared/shared-main/users/user-notifications.component.html165 - Your instance has a new follower () awaiting your approval - Tvoja instanca ima novog pratitelja () koji čeka na tvoje odobrenje + Your instance has a new follower () awaiting your approval + Tvoja instanca ima novog pratitelja () koji čeka na tvoje odobrenje src/app/shared/shared-main/users/user-notifications.component.html181 - Your instance automatically followed - Tvoja je instanca automatski pratila + Your instance automatically followed + Tvoja je instanca automatski pratila src/app/shared/shared-main/users/user-notifications.component.html190 - A new version of the plugin/theme is available: - Dostupna je nova verzija dodatka/teme : + A new version of the plugin/theme is available: + Dostupna je nova verzija dodatka/teme : src/app/shared/shared-main/users/user-notifications.component.html199 - A new version of PeerTube is available: - Nova PeerTube verzija je dostupna: + A new version of PeerTube is available: + Nova PeerTube verzija je dostupna: src/app/shared/shared-main/users/user-notifications.component.html207 - Your video edition has finished - Tvoje video izdanje je gotovo + Your video edition has finished + Tvoje video izdanje je gotovo src/app/shared/shared-main/users/user-notifications.component.html214 - User wants to register on your instance - Korisnik se želi registrirati na tvojoj instanci + User wants to register on your instance + Korisnik se želi registrirati na tvojoj instanci src/app/shared/shared-main/users/user-notifications.component.html222 @@ -12211,62 +12041,53 @@ {views, plural, =0 {No view} =1 {1 view} other { views}} {views, plural, =0 {Bez gledanja} =1 {1 gledanje} other { gledanja}} - src/app/shared/shared-main/video/video.model.ts291 - + + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded. PeerTube smatra da se ovaj video već transkodira. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. Ako misliš da PeerTube griješi (video u neispravnom stanju nakon iznenadnog prekida programa itd.), možeš prisilno izvršiti transkodiranje ovog videa. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcoding Prisili transkodiranje - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} {viewers, plural, =0 {Bez gledatelja} =1 {1 gledatelj} other { gledatelja}} - src/app/shared/shared-main/video/video.model.ts288 - + + src/app/shared/shared-main/video/video.model.ts289 Only I can see this video Samo ja mogu vidjeti ovaj video - src/app/shared/shared-main/video/video.service.ts460 - + + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link Može se dijeliti samo putem privatne poveznice - src/app/shared/shared-main/video/video.service.ts461 - + + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video Svatko može vidjeti ovaj video - src/app/shared/shared-main/video/video.service.ts462 - + + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video Samo korisnici ove instance mogu vidjeti ovaj video - src/app/shared/shared-main/video/video.service.ts463 - + + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this video Ovaj video mogu vidjeti samo korisnici s odgovarajućom lozinkom - src/app/shared/shared-main/video/video.service.ts464 - + + src/app/shared/shared-main/video/video.service.ts465 Violent or repulsive Nasilno ili odbojno @@ -12342,40 +12163,35 @@ src/app/shared/shared-moderation/account-blocklist.component.html3 src/app/shared/shared-moderation/account-blocklist.component.html3 - - Showing to of muted accounts - Prikazuje se do od računa s isključenim zvukom - src/app/shared/shared-moderation/account-blocklist.component.html11 - src/app/shared/shared-moderation/account-blocklist.component.html11 - + - Muted at - Isključen zvuk pri - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/server-blocklist.component.html33 - src/app/shared/shared-moderation/server-blocklist.component.html33 - + Muted at + Isključen zvuk pri + + + + + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute Uključi zvuk - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html40 - src/app/shared/shared-moderation/server-blocklist.component.html40 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No account found matching current filters. Nije pronađen nijedan račun koji se poklapa s aktualnim filtrima. - src/app/shared/shared-moderation/account-blocklist.component.html54 - src/app/shared/shared-moderation/account-blocklist.component.html54 - + + + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. Nije pronađen nijedan račun. - src/app/shared/shared-moderation/account-blocklist.component.html55 - src/app/shared/shared-moderation/account-blocklist.component.html55 - + + + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 Account unmuted. Isključen zvuk računu . @@ -12437,8 +12253,8 @@ src/app/shared/shared-moderation/report-modals/video-report.component.html12 - Your report will be sent to moderators of and will be forwarded to the comment origin () too. - Tvoja prijava će se poslati moderatorima od i proslijedit će se također izvoru komentara () . + Your report will be sent to moderators of and will be forwarded to the comment origin () too. + Tvoja prijava će se poslati moderatorima od i proslijedit će se također izvoru komentara () . src/app/shared/shared-moderation/report-modals/report.component.html35 src/app/shared/shared-moderation/report-modals/report.component.html35 @@ -12474,8 +12290,8 @@ src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.html86 - Your report will be sent to moderators of and will be forwarded to the video origin () too. - Tvoja prijava će se poslati moderatorima od i proslijedit će se također izvoru videa () . + Your report will be sent to moderators of and will be forwarded to the video origin () too. + Tvoja prijava će se poslati moderatorima od i proslijedit će se također izvoru videa () . src/app/shared/shared-moderation/report-modals/video-report.component.html66 @@ -12492,36 +12308,31 @@ src/app/shared/shared-moderation/server-blocklist.component.html3 src/app/shared/shared-moderation/server-blocklist.component.html3 - - Showing to of muted instances - Prikazuje se do od instanci s isključenim zvukom - src/app/shared/shared-moderation/server-blocklist.component.html12 - src/app/shared/shared-moderation/server-blocklist.component.html12 - + Mute domain Isključi zvuk domene - src/app/shared/shared-moderation/server-blocklist.component.html19 - src/app/shared/shared-moderation/server-blocklist.component.html19 - + + + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 No server found matching current filters. Nije pronađen nijedan poslužitelj koji se poklapa s aktualnim filtrima. - src/app/shared/shared-moderation/server-blocklist.component.html56 - src/app/shared/shared-moderation/server-blocklist.component.html56 - + + + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. Nije pronađen nijedan poslužitelj. - src/app/shared/shared-moderation/server-blocklist.component.html57 - src/app/shared/shared-moderation/server-blocklist.component.html57 - + + + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 Mute domains Isključi zvuk domena - src/app/shared/shared-moderation/server-blocklist.component.html64 - src/app/shared/shared-moderation/server-blocklist.component.html64 - + + + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Instance unmuted. Isključen zvuk instanci . @@ -12608,8 +12419,8 @@ src/app/shared/shared-moderation/user-moderation-dropdown.component.ts89 - If you remove this user, you won't be able to create another user or channel with <strong></strong> username! - Ako ukloniš ovog korisnika, nećeš moći stvoriti drugog korisnika ili kanal s <strong></strong> korisničkim imenom! + If you remove this user, you won't be able to create another user or channel with <strong></strong> username! + Ako ukloniš ovog korisnika, nećeš moći stvoriti drugog korisnika ili kanal s <strong></strong> korisničkim imenom! src/app/shared/shared-moderation/user-moderation-dropdown.component.ts 104 @@ -13071,8 +12882,8 @@ src/app/shared/shared-user-settings/user-video-settings.component.html42 - The sharing system 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. - Sustav dijeljenja implicira da se neke tehničke informacije o tvom sustavu (kao što je javna IP adresa) mogu poslati drugim sudionicima, ali uvelike pomaže smanjiti opterećenje poslužitelja. + The sharing system 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. + Sustav dijeljenja implicira da se neke tehničke informacije o tvom sustavu (kao što je javna IP adresa) mogu poslati drugim sudionicima, ali uvelike pomaže smanjiti opterećenje poslužitelja. src/app/shared/shared-user-settings/user-video-settings.component.html45 @@ -13103,21 +12914,21 @@ Too many languages are enabled. Please enable them all or stay below 20 enabled languages. Aktivirano je previše jezika. Aktiviraj ih sve ili ostani ispod 20 aktiviranih jezika. - src/app/shared/shared-user-settings/user-video-settings.component.ts76 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. Postavke videa su aktualizirane. - src/app/shared/shared-user-settings/user-video-settings.component.ts121 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. Postavke videa/prikaza su aktualizirane. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts131 - Remote subscribeRemote interact - Udaljena pretplataUdaljena interakcija + Remote subscribeRemote interact + Udaljena pretplataUdaljena interakcija src/app/shared/shared-user-subscription/remote-subscribe.component.html 11,12 @@ -13238,8 +13049,8 @@ src/app/shared/shared-user-subscription/subscribe-button.component.ts141 - See the documentation to learn how to use the PeerTube live streaming feature. - Pogledaj dokumentaciju za upoznavanje kako koristiti značajku PeerTubeovog prijenosa uživo. + See the documentation to learn how to use the PeerTube live streaming feature. + Pogledaj dokumentaciju za upoznavanje kako koristiti značajku PeerTubeovog prijenosa uživo. src/app/shared/shared-video-live/live-documentation-link.component.html1 @@ -13378,18 +13189,18 @@ Sensitive content Neprikladan sadržaj - src/app/shared/shared-video-miniature/video-filters.model.ts125 - + + src/app/shared/shared-video-miniature/video-filters.model.ts131 Scope Opseg - src/app/shared/shared-video-miniature/video-filters.model.ts132 - + + src/app/shared/shared-video-miniature/video-filters.model.ts138 Federated Federalizirano - src/app/shared/shared-video-miniature/video-filters.model.ts134 - + + src/app/shared/shared-video-miniature/video-filters.model.ts140 Yesterday Jučer @@ -13592,10 +13403,10 @@ video video - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295 - src/app/+videos/+video-edit/video-update.component.ts341 - src/app/shared/shared-video-miniature/video-download.component.ts62 - + + + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Format Format @@ -13604,27 +13415,27 @@ - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18 - src/app/+admin/overview/videos/video-list.component.html77 - src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4 - src/app/+stats/video/video-stats.component.html2 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31 - src/app/+videos/+video-watch/video-watch.component.html76 - src/app/menu/menu.component.html112 - src/app/shared/shared-instance/instance-about-accordion.component.html115 - src/app/shared/shared-main/angular/login-link.component.html1 - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html20 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html30 - src/app/shared/shared-moderation/user-ban-modal.component.html3 - src/app/shared/shared-user-settings/user-interface-settings.component.html9 - src/app/shared/shared-video-miniature/video-download.component.html27 - src/app/shared/shared-video-miniature/video-download.component.html47 - src/app/shared/shared-video-miniature/video-download.component.html66 - src/app/shared/shared-video-miniature/video-download.component.html77 - src/app/shared/shared-video-miniature/video-download.component.html89 - src/app/shared/shared-video-miniature/videos-selection.component.html1 - + + + + + + + + + + + + + + + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Video stream Video prijenos @@ -13722,8 +13533,8 @@ src/app/shared/shared-video-miniature/video-download.component.ts265 - Update your settings - Aktualiziraj tvoje postavke + Update your settings + Aktualiziraj tvoje postavke src/app/shared/shared-video-miniature/video-filters-header.component.html 2,7 @@ -13746,38 +13557,38 @@ - Sort by "Recently Added" - Razvrstaj po „Nedavno dadani“ + Sort by "Recently Added" + Razvrstaj po „Nedavno dadani“ src/app/shared/shared-video-miniature/video-filters-header.component.html47 - Sort by "Original Publication Date" - Razvrstaj po „Izvorni datum objavljivanja“ + Sort by "Original Publication Date" + Razvrstaj po „Izvorni datum objavljivanja“ src/app/shared/shared-video-miniature/video-filters-header.component.html48 - Sort by "Name" - Razvrstaj po „Imenu” + Sort by "Name" + Razvrstaj po „Imenu” src/app/shared/shared-video-miniature/video-filters-header.component.html50 - Sort by "Recent Views" - Razvrstaj po „Nedavna gledanja“ + Sort by "Recent Views" + Razvrstaj po „Nedavna gledanja“ src/app/shared/shared-video-miniature/video-filters-header.component.html51 - Sort by "Hot" - Razvrstaj po „Najzanimljivija” + Sort by "Hot" + Razvrstaj po „Najzanimljivija” src/app/shared/shared-video-miniature/video-filters-header.component.html52 - Sort by "Likes" - Razvrstaj po „Sviđa mi se“ + Sort by "Likes" + Razvrstaj po „Sviđa mi se“ src/app/shared/shared-video-miniature/video-filters-header.component.html53 - Sort by "Global Views" - Razvrstaj po „Globalna gledanja” + Sort by "Global Views" + Razvrstaj po „Globalna gledanja” src/app/shared/shared-video-miniature/video-filters-header.component.html54 @@ -13836,23 +13647,20 @@ Blocked Blokirano - src/app/+admin/overview/videos/video-list.component.html82 - src/app/shared/shared-video-miniature/video-miniature.component.html64 - + + + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storage Spremište objekta - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this file Izbriši ovu datoteku - src/app/+admin/overview/videos/video-list.component.html114 - src/app/+admin/overview/videos/video-list.component.html130 - + + + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Sensitive Neprikladno diff --git a/client/src/locale/angular.hu-HU.xlf b/client/src/locale/angular.hu-HU.xlf index a5de12db3..6cc77901d 100644 --- a/client/src/locale/angular.hu-HU.xlf +++ b/client/src/locale/angular.hu-HU.xlf @@ -317,30 +317,21 @@ {views, plural, =0 {No view} =1 {1 view} other { views}} {views, plural, =0 {Nincs megtekintés} other { megtekintés}} - src/app/shared/shared-main/video/video.model.ts291 + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded.PeerTube considers this video is already being transcoded. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcodingForce transcoding - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} {viewers, plural, =0 {Nincs néző} other { néző}} - src/app/shared/shared-main/video/video.model.ts288 + src/app/shared/shared-main/video/video.model.ts289 @@ -356,13 +347,13 @@ Account muted Fiók némítva - src/app/+admin/overview/videos/video-list.component.html79 - + + src/app/+admin/overview/videos/video-list.component.html78 Server muted Kiszolgáló némítva - src/app/+admin/overview/videos/video-list.component.html80 - + + src/app/+admin/overview/videos/video-list.component.html79 Save to Mentés ide @@ -474,7 +465,7 @@ videó - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts341src/app/shared/shared-video-miniature/video-download.component.ts62 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: ) Ezzel a videóval túllépte a videókvótáját (videó mérete: , felhasználva: , kvóta: ) @@ -580,21 +571,18 @@ Letiltva - src/app/+admin/overview/videos/video-list.component.html82src/app/shared/shared-video-miniature/video-miniature.component.html64 + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storage Object storage - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this file Delete this file - src/app/+admin/overview/videos/video-list.component.html114 - src/app/+admin/overview/videos/video-list.component.html130 - + + + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}. @@ -946,7 +934,7 @@ Local Helyi - src/app/shared/shared-video-miniature/video-filters.model.ts135 + src/app/shared/shared-video-miniature/video-filters.model.ts141 users felhasználó @@ -985,7 +973,7 @@ - src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/follows.routes.ts26 + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 Followers Követők @@ -1234,7 +1222,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 Email address E-mail-cím @@ -1286,7 +1274,7 @@ The link will expire within 1 hour. Regisztráció Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 + src/app/+signup/+register/register.component.ts85 Why creating an account? Why creating an account? @@ -1965,8 +1953,8 @@ The link will expire within 1 hour. Media is too large for the server. Please contact you administrator if you want to increase the limit size. A média túl nagy ehhez a kiszolgálóhoz. Lépjen kapcsolatba a rendszergazdával, ha növelni szeretné a méretkorlátot. - src/app/core/rest/rest-extractor.service.ts118 - + + src/app/core/rest/rest-extractor.service.ts122 GLOBAL SEARCH GLOBÁLIS KERESÉS @@ -2171,21 +2159,21 @@ The link will expire within 1 hour. Reset Visszaállítás - src/app/+search/search-filters.component.html8 - src/app/+search/search-filters.component.html22 - src/app/+search/search-filters.component.html41 - src/app/+search/search-filters.component.html60 - src/app/+search/search-filters.component.html74 - src/app/+search/search-filters.component.html109 - src/app/+search/search-filters.component.html122 - src/app/+search/search-filters.component.html135 - src/app/+search/search-filters.component.html148 - src/app/+search/search-filters.component.html163 - src/app/+search/search-filters.component.html171 - src/app/+search/search-filters.component.html188 - src/app/+search/search-filters.component.html229 - src/app/shared/shared-forms/reactive-file.component.html16 - + + + + + + + + + + + + + + + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter Szűrő @@ -2342,7 +2330,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts39src/app/shared/shared-instance/instance-follow.service.ts142 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found Nem találhatók elemek @@ -2359,7 +2347,7 @@ The link will expire within 1 hour. - src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html24src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 Choose the appropriate licence for your work. @@ -2377,63 +2365,42 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html39src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reason Registration reason - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation response Moderation response - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 Requested on Requested on - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason: Registration reason: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response: Moderation response: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters. No registrations found matching current filters. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found. No registrations found. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this request Accept this request @@ -2669,63 +2636,63 @@ The link will expire within 1 hour. Original publication date Eredeti közzétételi dátum - src/app/+videos/+video-edit/shared/video-edit.component.html368 + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) Ez az a dátum, amikor a tartalmat eredetileg közzétették (például egy film megjelenési dátuma) - src/app/+videos/+video-edit/shared/video-edit.component.html371 + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settings Bővítménybeállítások - src/app/+videos/+video-edit/shared/video-edit.component.html402 + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latency Small latency - src/app/+videos/+video-edit/shared/video-edit.component.ts92 + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2P Reduce latency to ~15s disabling P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts93 + src/app/+videos/+video-edit/shared/video-edit.component.ts94 Default Default - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts97 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30s Average latency of 30s - src/app/+videos/+video-edit/shared/video-edit.component.ts98 + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latency High latency - src/app/+videos/+video-edit/shared/video-edit.component.ts102 + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratio Average latency of 60s increasing P2P ratio - src/app/+videos/+video-edit/shared/video-edit.component.ts103 + src/app/+videos/+video-edit/shared/video-edit.component.ts104 Other Other - src/app/+videos/+video-edit/shared/video-edit.component.ts219src/app/shared/shared-forms/select/select-languages.component.ts50 + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments Videó hozzászólások engedélyezése - src/app/+videos/+video-edit/shared/video-edit.component.html389 + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download Letöltés engedélyezése - src/app/+videos/+video-edit/shared/video-edit.component.html394 + src/app/+videos/+video-edit/shared/video-edit.component.html398 Advanced settings Speciális beállítások @@ -2776,12 +2743,12 @@ The link will expire within 1 hour. Scheduled Ütemezett - src/app/+videos/+video-edit/shared/video-edit.component.ts240 + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date A videó elrejtése egy megadott dátumig - src/app/+videos/+video-edit/shared/video-edit.component.ts241 + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal live Normál élő közvetítés @@ -2827,9 +2794,9 @@ The link will expire within 1 hour. Total video quota Teljes videokvóta - src/app/+admin/overview/users/user-list/user-list.component.html118 - src/app/shared/shared-main/users/user-quota.component.html3 - + + + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Congratulations! Your video is now available in your private library. Gratulálunk! A videó most már elérhető a személyes könyvtárában. @@ -2891,11 +2858,11 @@ The link will expire within 1 hour. src/app/+videos/+video-edit/video-update.component.html 29 - - Your video is currenctly being updated. If you leave, your changes will be lost.Your video is currenctly being updated. If you leave, your changes will be lost. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 @@ -3138,7 +3105,7 @@ The link will expire within 1 hour. - src/app/+admin/overview/users/user-list/user-list.component.html104src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Loop Ismétlés @@ -3261,7 +3228,7 @@ The link will expire within 1 hour. Show more Több megjelenítése - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less Kevesebb megjelenítése @@ -3304,14 +3271,14 @@ The link will expire within 1 hour. The video was blocked due to automatic blocking of new videos Ez a videó le lett tiltva, mert az új videók automatikusan letiltásra kerülnek - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFW MKNM - src/app/+admin/moderation/video-block-list/video-block-list.component.html56 - src/app/+admin/overview/videos/video-list.component.html75 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Get more information További információk szerzése @@ -3568,16 +3535,13 @@ The link will expire within 1 hour. Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? A token megújítása letiltja a korábban beállított kliensek hozzáférést, amíg azokban nem adja meg az új tokent. Folytatja? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly. Token megújítva. Frissítse a kliensek beállításait. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEED FELIRATKOZÁSI LISTA @@ -3606,9 +3570,9 @@ The link will expire within 1 hour. Renew token Token megújítása - src/app/+my-account/my-account-applications/my-account-applications.component.html36 - src/app/+my-account/my-account-applications/my-account-applications.component.ts41 - + + + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Filter... Szűrő… @@ -3629,19 +3593,19 @@ The link will expire within 1 hour. Video/Comment/Account Videó/hozzászólás/fiók - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 ID Azonosító - src/app/+admin/system/jobs/jobs.component.html45 - + + src/app/+admin/system/jobs/jobs.component.html43 State Állapot - src/app/+admin/system/jobs/jobs.component.html48 - src/app/+my-library/my-video-imports/my-video-imports.component.html30 - + + + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 Created Létrehozva: @@ -3651,44 +3615,38 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html39src/app/+admin/follows/following-list/following-list.component.html43src/app/+admin/system/jobs/jobs.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html27src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37src/app/+my-library/my-video-imports/my-video-imports.component.html31src/app/shared/shared-abuse-list/abuse-list-table.component.html23 + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab Szereplő oldalának megnyitása új lapon - src/app/+admin/follows/followers-list/followers-list.component.html56 - + + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted Elfogadva - src/app/+admin/follows/followers-list/followers-list.component.html63 - src/app/+admin/follows/following-list/following-list.component.html65 - + + + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending Függőben - src/app/+admin/follows/followers-list/followers-list.component.html64 - src/app/+admin/follows/following-list/following-list.component.html66 - + + + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 Rejected Rejected - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept Elfogadás - src/app/+admin/follows/followers-list/followers-list.component.html50 - src/app/+admin/follows/followers-list/followers-list.component.ts45 - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25 - src/app/+my-library/my-ownership/my-ownership.component.html27 - + + + + + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse Visszautasítás @@ -3697,61 +3655,53 @@ The link will expire within 1 hour. No follower found matching current filters. Nem található a jelenlegi szűrőkre illeszkedő követő. - src/app/+admin/follows/followers-list/followers-list.component.html77 - + + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. Az Ön példányának nincs egyetlen követője sem. - src/app/+admin/follows/followers-list/followers-list.component.html78 - - - Showing to of followers - 6 követő megjelenítése - src/app/+admin/follows/followers-list/followers-list.component.html11 - + + src/app/+admin/follows/followers-list/followers-list.component.html77 + Redundancy allowed Redundancia megengedett - src/app/+admin/follows/following-list/following-list.component.html44 - + + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab Példány megnyitása új lapon - src/app/+admin/follows/following-list/following-list.component.html58 - src/app/shared/shared-moderation/server-blocklist.component.html43 - src/app/shared/shared-moderation/server-blocklist.component.html43 - + + + + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. Nem található a jelenlegi szűrőkre illeszkedő gép. - src/app/+admin/follows/following-list/following-list.component.html84 - + + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. Az Ön példánya nem követ senkit sem. - src/app/+admin/follows/following-list/following-list.component.html85 - + + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}} Do you really want to unfollow {count, plural, =1 {?} other { entries?}} src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - / gép megjelenítése - src/app/+admin/follows/following-list/following-list.component.html11 - + Action Művelet - src/app/+admin/follows/following-list/following-list.component.html40 - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/server-blocklist.component.html31 - src/app/shared/shared-moderation/server-blocklist.component.html31 - + + + + + + + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies Videók redundanciája @@ -3770,18 +3720,18 @@ The link will expire within 1 hour. Table parameters Táblázat paraméterei - src/app/+admin/overview/users/user-list/user-list.component.html47 - + + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns Válasszon oszlopokat - src/app/+admin/overview/users/user-list/user-list.component.html53 - + + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users Kitiltott felhasználók kiemelése - src/app/+admin/overview/users/user-list/user-list.component.html59 - + + src/app/+admin/overview/users/user-list/user-list.component.html57 Username Felhasználónév @@ -3902,47 +3852,43 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html18src/app/+admin/follows/following-list/following-list.component.html18src/app/+admin/moderation/registration-list/registration-list.component.html18src/app/+admin/overview/comments/video-comment-list.component.html22src/app/+admin/overview/users/user-list/user-list.component.html18src/app/+admin/overview/videos/video-list.component.html18src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 The user was banned A felhasználó ki lett tiltva - src/app/+admin/overview/users/user-list/user-list.component.html109 - + + src/app/+admin/overview/users/user-list/user-list.component.html107 Open account in a new tab Fiók megnyitása új lapon - src/app/+admin/overview/comments/video-comment-list.component.html69 - src/app/+admin/overview/users/user-list/user-list.component.html94 - src/app/+my-library/my-ownership/my-ownership.component.html32 - src/app/shared/shared-abuse-list/abuse-list-table.component.html44 - src/app/shared/shared-moderation/account-blocklist.component.html35 - src/app/shared/shared-moderation/account-blocklist.component.html35 - + + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account Törölt fiók - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota Napi videókvóta - src/app/+admin/overview/users/user-list/user-list.component.html128 - + + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: Kitiltás indoka: - src/app/+admin/overview/users/user-list/user-list.component.html150 - + + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned users Kitiltott felhasználók src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - / felhasználó megjelenítése - src/app/+admin/overview/users/user-list/user-list.component.html11 - + Moderation Moderálás @@ -3983,9 +3929,9 @@ The link will expire within 1 hour. Video Videó - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30 - src/app/+admin/moderation/video-block-list/video-block-list.component.html26 - + + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size Teljes méret @@ -4020,29 +3966,29 @@ The link will expire within 1 hour. Used () Used () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available () Available () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Sensitive Érzékeny - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated Nincs föderálva - src/app/+admin/moderation/video-block-list/video-block-list.component.html28 - src/app/+admin/moderation/video-block-list/video-block-list.component.html60 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date Dátum - src/app/+admin/moderation/video-block-list/video-block-list.component.html29 - src/app/+admin/overview/comments/video-comment-list.component.html46 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this row Sor kiválasztása @@ -4052,12 +3998,12 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html46src/app/+admin/follows/following-list/following-list.component.html51src/app/+admin/moderation/registration-list/registration-list.component.html50src/app/+admin/overview/comments/video-comment-list.component.html54src/app/+admin/overview/users/user-list/user-list.component.html79src/app/+admin/overview/videos/video-list.component.html51src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full comment See full comment - src/app/+admin/overview/comments/video-comment-list.component.html58 - + + src/app/+admin/overview/comments/video-comment-list.component.html57 Actions Műveletek @@ -4067,27 +4013,27 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html35src/app/+admin/moderation/registration-list/registration-list.component.html60src/app/+admin/moderation/video-block-list/video-block-list.component.html43src/app/+admin/overview/comments/video-comment-list.component.html64src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70src/app/+admin/system/runners/runner-list/runner-list.component.html36src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html39 + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 Follower Követő - src/app/+admin/follows/followers-list/followers-list.component.html36 - + + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented video Hozzászólással rendelkező videó - src/app/+admin/overview/comments/video-comment-list.component.html81 - + + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters. Nem található a jelenlegi szűrőnek megfelelő hozzászólás. - src/app/+admin/overview/comments/video-comment-list.component.html106 - + + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found. Nem található hozzászólás. - src/app/+admin/overview/comments/video-comment-list.component.html107 - + + src/app/+admin/overview/comments/video-comment-list.component.html106 Local comments Helyi hozzászólások @@ -4106,53 +4052,53 @@ The link will expire within 1 hour. No abuses found matching current filters. Nem található a jelenlegi szűrőnek megfelelő visszaélési jelentés. - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. Nem található visszaélési jelentés. - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reports Megoldatlan jelentések - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reports Elfogadott jelentések - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reports Elutasított jelentések - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videos Jelentések letiltott videókkal - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videos Jelentések törölt videókkal - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: Tiltás oka: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. Nem található letiltott videó a jelenlegi szűrőkkel. - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. Nem található letiltott videó. - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocks Automatikus tiltások @@ -4163,11 +4109,7 @@ The link will expire within 1 hour. Kézi tiltások src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - / tiltott videó megjelenítése - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 - + Reports Jelentések @@ -4194,9 +4136,9 @@ The link will expire within 1 hour. Reporter Bejelentő - src/app/shared/shared-abuse-list/abuse-details.component.html7 - src/app/shared/shared-abuse-list/abuse-list-table.component.html21 - + + + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 @@ -4212,28 +4154,28 @@ The link will expire within 1 hour. Video Videó - src/app/+admin/overview/comments/video-comment-list.component.html44 - src/app/+admin/overview/videos/video-list.component.html40 - src/app/+my-library/my-ownership/my-ownership.component.html14 - src/app/+my-library/my-video-imports/my-video-imports.component.html29 - src/app/shared/shared-video-miniature/video-download.component.html8 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 Comment Komment - src/app/+admin/overview/comments/video-comment-list.component.html45src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 This video has been reported multiple times. Ezt a videót többször jelentették. - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked Ez a videó le lett tiltva - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on készítette: , itt: @@ -4242,13 +4184,19 @@ The link will expire within 1 hour. Video was deleted A videó törölve lett - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + Account deleted Fiók törölve - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 Open video in a new tab Videó megnyitása új lapon @@ -4262,27 +4210,23 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html37src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/moderation/registration-list/registration-list.component.html41src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/shared/shared-abuse-list/abuse-list-table.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages Üzenetek - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note Belső jegyzet - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score Pontszám - src/app/+admin/follows/followers-list/followers-list.component.html38 - - - Showing to of reports - / jelentés megjelenítése - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 - + + src/app/+admin/follows/followers-list/followers-list.component.html37 + Reportee Jelentett @@ -4302,51 +4246,46 @@ The link will expire within 1 hour. Mute domain Tartomány némítása - src/app/shared/shared-moderation/server-blocklist.component.html19 - src/app/shared/shared-moderation/server-blocklist.component.html19 - + + + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance Példány - src/app/+about/about.component.html3 - src/app/+search/search-filters.component.html217 - src/app/shared/shared-moderation/server-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html32 - + + + + + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at Némítás ideje - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/server-blocklist.component.html33 - src/app/shared/shared-moderation/server-blocklist.component.html33 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute Némítás visszavonása - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html40 - src/app/shared/shared-moderation/server-blocklist.component.html40 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. Nem található a jelenlegi szűrőkre illeszkedő kiszolgáló. - src/app/shared/shared-moderation/server-blocklist.component.html56 - src/app/shared/shared-moderation/server-blocklist.component.html56 - + + + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. Nem található kiszolgáló. - src/app/shared/shared-moderation/server-blocklist.component.html57 - src/app/shared/shared-moderation/server-blocklist.component.html57 - - - Showing to of muted instances - / némított példány megjelenítése - src/app/shared/shared-moderation/server-blocklist.component.html12 - src/app/shared/shared-moderation/server-blocklist.component.html12 - + + + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. Úgy tűnik, hogy nem HTTPS kiszolgálón van. A TLS-nek bekapcsolva kell lennie a webkiszolgálóján, hogy kiszolgálókat követhessen. @@ -4360,29 +4299,29 @@ The link will expire within 1 hour. Mute domains Tartományok némítása - src/app/shared/shared-moderation/server-blocklist.component.html64 - src/app/shared/shared-moderation/server-blocklist.component.html64 - + + + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account Fiók - src/app/+admin/moderation/registration-list/registration-list.component.html37 - src/app/+admin/overview/comments/video-comment-list.component.html43 - src/app/shared/shared-moderation/account-blocklist.component.html24 - src/app/shared/shared-moderation/account-blocklist.component.html24 - + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. Nem található a jelenlegi szűrőkre illeszkedő fiók. - src/app/shared/shared-moderation/account-blocklist.component.html54 - src/app/shared/shared-moderation/account-blocklist.component.html54 - + + + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. Nem található fiók. - src/app/shared/shared-moderation/account-blocklist.component.html55 - src/app/shared/shared-moderation/account-blocklist.component.html55 - + + + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed plugins Telepített bővítmények felsorolása @@ -4398,12 +4337,7 @@ The link will expire within 1 hour. Bővítmény megjelenítése src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - / némított fiók megjelenítése - src/app/shared/shared-moderation/account-blocklist.component.html11 - src/app/shared/shared-moderation/account-blocklist.component.html11 - + Plugins/Themes Bővítmények és témák @@ -4618,11 +4552,7 @@ The link will expire within 1 hour. Ez a nézet az elnémított felhasználók hozzászólásait is mutatja. src/app/+admin/overview/comments/video-comment-list.component.html8 - - Showing to of comments - Megjelenítve - hozzászólás, összesen hozzászólásból - src/app/+admin/overview/comments/video-comment-list.component.html15 - + Select all rows Minden sor kiválasztása @@ -4632,7 +4562,7 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html33src/app/+admin/follows/following-list/following-list.component.html38src/app/+admin/moderation/registration-list/registration-list.component.html33src/app/+admin/overview/comments/video-comment-list.component.html39src/app/+admin/overview/users/user-list/user-list.component.html39src/app/+admin/overview/videos/video-list.component.html36src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type Feladat típusa @@ -4652,52 +4582,42 @@ The link will expire within 1 hour. Selector for the list displaying jobs, filtering by their state - - Showing to of jobs - / feladat megjelenítése - src/app/+admin/system/jobs/jobs.component.html39 - + Type Típus - src/app/+admin/system/jobs/jobs.component.html46src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 Priority (1 = highest priority) Fontosság (1 = legfontosabb) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + + src/app/+admin/system/jobs/jobs.component.html45 Progress Folyamat - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found. Nem található folyamat. - src/app/+admin/system/jobs/jobs.component.html105 - + + src/app/+admin/system/jobs/jobs.component.html103 No jobs found. Nem található folyamat. - src/app/+admin/system/jobs/jobs.component.html106 - + + src/app/+admin/system/jobs/jobs.component.html104 No jobs found. Nem található feladat. - src/app/+admin/system/jobs/jobs.component.html110 - + + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are . Nem található olyan feladat, amely . - src/app/+admin/system/jobs/jobs.component.html111 - + + src/app/+admin/system/jobs/jobs.component.html109 Refresh Frissítés @@ -4705,7 +4625,7 @@ The link will expire within 1 hour. - src/app/+admin/overview/comments/video-comment-list.component.html31src/app/+admin/overview/videos/video-list.component.html27src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 now most @@ -4748,7 +4668,7 @@ The link will expire within 1 hour. - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description Rövid leírás @@ -5164,12 +5084,14 @@ The link will expire within 1 hour. ⚠️ We don't recommend to enable this feature if you don't trust your users ⚠️ We don't recommend to enable this feature if you don't trust your users - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 - - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + + + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ You need to allow import with HTTP URL to be able to activate this feature. @@ -6186,74 +6108,52 @@ color: red; 9 - - Showing to of synchronizations - Showing to of synchronizations - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - - + Add synchronization Add synchronization - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 External Channel External Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 Channel Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 Last synchronization at Last synchronization at - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List imports List imports - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channel Fully synchronize the channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channel This fetches any missing videos on the local channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for . Synchronization removed successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for . Full synchronization requested successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATION NEW SYNCHRONIZATION @@ -6393,18 +6293,14 @@ color: red; Target Cél - src/app/+my-library/my-video-imports/my-video-imports.component.html28 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted Ezt a videót törölték - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - - Showing to of imports - / import megjelenítése - src/app/+my-library/my-video-imports/my-video-imports.component.html21 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. Ha egyszer törli a fiókját, nincs visszaút. Ezt a műveletet meg is kell erősítenie. @@ -6413,25 +6309,15 @@ color: red; Channel page Csatornaoldal - src/app/+my-library/+my-video-channels/my-video-channels.component.html34 - src/app/+my-library/my-follows/my-subscriptions.component.html20 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65 - src/app/+videos/+video-watch/video-watch.component.html66 - + + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()!Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - Created by @@ -6893,9 +6779,9 @@ channel or account with the same name ( Banned Kitiltva - src/app/+accounts/accounts.component.html21 - src/app/+admin/overview/users/user-list/user-list.component.html105 - + + + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Instance muted Példány némítva @@ -6988,7 +6874,7 @@ channel or account with the same name () to confirm A megerősítéshez írja be a videócsatorna nevét () - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL ÚJ CSATORNA @@ -7394,12 +7280,12 @@ channel or account with the same name (Go to the previous step - src/app/+signup/+register/register.component.ts43 + src/app/+signup/+register/register.component.ts42 Go to the next step Go to the next step - src/app/+signup/+register/register.component.ts44 + src/app/+signup/+register/register.component.ts43 Who are we? Kik vagyunk mi? @@ -7419,7 +7305,7 @@ channel or account with the same name ( Terms of - src/app/shared/shared-instance/instance-about-accordion.component.ts81 + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability Rendszergazdák és fenntarthatóság @@ -7635,52 +7521,52 @@ channel or account with the same name (Érzékeny tartalom - src/app/shared/shared-video-miniature/video-filters.model.ts125 + src/app/shared/shared-video-miniature/video-filters.model.ts131 Scope Hatókör - src/app/shared/shared-video-miniature/video-filters.model.ts132 + src/app/shared/shared-video-miniature/video-filters.model.ts138 Federated Föderált - src/app/shared/shared-video-miniature/video-filters.model.ts134 + src/app/shared/shared-video-miniature/video-filters.model.ts140 Languages Nyelv - src/app/shared/shared-video-miniature/video-filters.model.ts142 + src/app/shared/shared-video-miniature/video-filters.model.ts148 Categories Kategóriák - src/app/shared/shared-video-miniature/video-filters.model.ts151 + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videos Minden videó - src/app/shared/shared-video-miniature/video-filters.model.ts160 + src/app/shared/shared-video-miniature/video-filters.model.ts166 Blurred Elhomáyosítva - src/app/shared/shared-video-miniature/video-filters.model.ts240 + src/app/shared/shared-video-miniature/video-filters.model.ts246 hidden rejtett - src/app/shared/shared-video-miniature/video-filters.model.ts246 + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurred elhomályosított - src/app/shared/shared-video-miniature/video-filters.model.ts247 + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayed megjelenített - src/app/shared/shared-video-miniature/video-filters.model.ts249 + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protectedPassword protected src/app/shared/shared-video-miniature/video-miniature.component.html @@ -8039,10 +7925,10 @@ channel or account with the same name ( Reject Visszautasítás - src/app/+admin/follows/followers-list/followers-list.component.html51 - src/app/+admin/follows/followers-list/followers-list.component.ts40 - src/app/+admin/follows/followers-list/followers-list.component.ts86 - + + + + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 Delete Törlés @@ -8074,7 +7960,7 @@ channel or account with the same name (src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts63src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts133src/app/shared/shared-abuse-list/abuse-list-table.component.ts376src/app/shared/shared-abuse-list/abuse-list-table.component.ts411src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}} Accepted {count, plural, =1 { follow request} other { follow requests}} @@ -8113,10 +7999,10 @@ channel or account with the same name ( Follow Követés - src/app/+admin/follows/following-list/follow-modal.component.html3 - src/app/+admin/follows/following-list/follow-modal.component.html37 - src/app/+admin/follows/following-list/following-list.component.html25 - + + + + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line 1 kiszolgáló ("http://" nélkül), fiók név vagy csatorna név soronként @@ -8180,17 +8066,17 @@ channel or account with the same name (Valóban el szeretné távolítani ezt a videoredundanciát? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy Redundancia eltávolítása - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! Videoredundanciák eltávolítva! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Account unmuted by your instance. A(z) fiók némítását visszavonta az Ön példánya. @@ -8259,90 +8145,90 @@ channel or account with the same name ( Internal actions Belső műveletek - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report Jelentés törlése - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account Műveletek a megjelölt fiókhoz - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mark as accepted Megjelölés elfogadottként - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected Megjelölés visszautasítottként - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note Belső jegyzet hozzáadása - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video A videó műveletei - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video Videó letiltása - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. Videó letiltva. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video Videó feloldása - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. Video feloldva. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Do you really want to delete this abuse report? Valóban törölni szeretné ezt a visszaélési jelentést? - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. Visszaélési jelentés törölve. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment Törölt megjegyzés - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter Üzenetek a bejelentővel - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators Üzenetek moderátorokkal - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note Belső jegyzet frissítése - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual Videó letiltásának manuálisra állítása @@ -8483,13 +8369,13 @@ channel or account with the same name ( plugin bővítmény - src/app/+admin/plugins/shared/plugin-api.service.ts30 - + + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme téma - src/app/+admin/plugins/shared/plugin-api.service.ts33 - + + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP address IP cím @@ -8606,19 +8492,19 @@ channel or account with the same name ( Info Információ - src/app/+admin/overview/videos/video-list.component.html41 - src/app/core/notification/notifier.service.ts12 - + + + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 Files Files - src/app/+admin/overview/videos/video-list.component.html42 - + + src/app/+admin/overview/videos/video-list.component.html41 Published Published - src/app/+admin/overview/videos/video-list.component.html43 - + + src/app/+admin/overview/videos/video-list.component.html42 Warning Figyelmeztetés @@ -8644,34 +8530,28 @@ channel or account with the same name (Audit naplók src/app/+admin/system/logs/logs.component.ts145 - - Showing to of runner jobsShowing to of runner jobs - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - UUIDUUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 Priority Priority - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 Progress Progress - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 RunnerRunner - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload:Payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload:Private payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found.No runner jobs found. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobsCompleted jobs src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts @@ -8726,28 +8606,16 @@ channel or account with the same name (src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html 4 - - Showing to of remote runnersShowing to of remote runners - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - IPIP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contactLast contact - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found.No remote runners found. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. felhasználó létrehozva. @@ -8756,9 +8624,9 @@ channel or account with the same name ( Create user Felhasználó létrehozása - src/app/+admin/overview/users/user-edit/user-create.component.ts97 - src/app/+admin/overview/users/user-list/user-list.component.html25 - + + + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videos Letiltott videó @@ -8901,14 +8769,7 @@ channel or account with the same name (3 - - Showing to of registrations - Showing to of registrations - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - - + Password changed for user . felhasználó jelszava megváltoztatva. @@ -8970,9 +8831,9 @@ channel or account with the same name ( Live Live - src/app/+admin/overview/videos/video-admin.service.ts53 - src/app/+admin/overview/videos/video-list.component.html88 - + + + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video files Video files @@ -9366,18 +9227,18 @@ channel or account with the same name ( Too many languages are enabled. Please enable them all or stay below 20 enabled languages. Túl sok nyelv engedélyezett. Engedélyezze az összeset, vagy maradjon 20 engedélyezett nyelv alatt. - src/app/shared/shared-user-settings/user-video-settings.component.ts76 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. Videobeállítások frissítve. - src/app/shared/shared-user-settings/user-video-settings.component.ts121 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. A megjelenítési és a videobeállítások frissítve. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Video channel created. A(z) videócsatorna létrehozva. @@ -9412,12 +9273,12 @@ channel or account with the same name ( deleted. A(z) videócsatorna törölve. - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day A nap megtekintései - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followers Saját követők @@ -9501,8 +9362,8 @@ channel or account with the same name ( Playlist created. A(z) lejátszási lista létrehozva. - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 - + + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 Create Létrehozás @@ -9514,7 +9375,7 @@ channel or account with the same name (src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist Lejátszólista frissítése @@ -9592,9 +9453,15 @@ channel or account with the same name (Valóban törölni szeretné a(z) videót? - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + Video deleted. @@ -9747,12 +9614,12 @@ channel or account with the same name (Szerkesztő megnagyobbítása - src/app/shared/shared-forms/markdown-textarea.component.ts51 + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editor Kilépés a megnagyobbított szerkesztésből - src/app/shared/shared-forms/markdown-textarea.component.ts52 + src/app/shared/shared-forms/markdown-textarea.component.ts50 An email with verification link will be sent to . Egy ellenőrző hivatkozást tartalmazó e-mail lesz küldve erre a címre: . @@ -9776,7 +9643,7 @@ channel or account with the same name (Feliratkozás a fiókra - src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts888 + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTS LEJÁTSZÁSI LISTÁK @@ -10119,14 +9986,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts174 + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videos Élő videók - src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts168 + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) Rövid (< 4 perc) @@ -11546,13 +11413,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Példány nyelvei - src/app/+videos/+video-edit/shared/video-edit.component.ts222 + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages Összes nyelv - src/app/+videos/+video-edit/shared/video-edit.component.ts223src/app/shared/shared-forms/select/select-languages.component.ts25 + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Hidden Rejtett @@ -11568,7 +11435,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Megjelenített - src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts242 + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 Disabled Disabled @@ -11749,19 +11616,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Account muted by the instance. A(z) fiókot némította a példány. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434 - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server Kiszolgáló némítása - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. A(z) kiszolgálót némította a példány. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter Üzenet hozzáadása a bejelentővel történő kommunikációhoz @@ -12008,30 +11875,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Too many attempts, please try again after minutes. Túl sok próbálkozás. Próbálja meg újra perc múlva. - src/app/core/rest/rest-extractor.service.ts126 - + + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. Túl sok próbálkozás. Próbálja meg újra később. - src/app/core/rest/rest-extractor.service.ts129 - + + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. Kiszolgálóhiba. Próbálja újra később. - src/app/core/rest/rest-extractor.service.ts133 - + + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later. Server is unavailable. Please retry later. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server error Unknown server error - src/app/core/rest/rest-extractor.service.ts140 + + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + Subscribed to all current channels of . You will be notified of all their new videos. @@ -12131,29 +12001,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Delete video Videó törlése - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment Műveletek a hozzászóláshoz - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment Hozzászólás törlése - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? Biztos, hogy törli ezt a hozzászólást? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. Hozzászólás törölve. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Encoder Kódoló @@ -12200,25 +12070,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Do you really want to delete this video? Valóban törölni szeretné ezt a videót? - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. A videó törölve. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter Műveletek a jelentővel kapcsolatban - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter Jelentő némítása - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 Download Letöltés @@ -12353,46 +12223,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+admin/system/runners/runner-list/runner-list.component.ts 58 - - Showing to of registration tokensShowing to of registration tokens - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - TokenToken - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runnersAssociated runners - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate tokenGenerate token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copiedRegistration token copied - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration tokenCopy registration token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners.No registration token found for remote runners. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this tokenRemove this token src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.ts34 @@ -12444,9 +12293,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute account Fiók némítása - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actions Videó műveletek megnyitása @@ -12480,8 +12329,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute server account Kiszolgálófiók némítésa - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Report Jelentés @@ -12600,7 +12449,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html77src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Add to watch later Hozzáadás a később megnézendőkhöz @@ -12633,25 +12482,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Only I can see this video Csak én láthatom ezt a videót - src/app/shared/shared-main/video/video.service.ts460 + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link Csak személyes hivatkozással osztható meg - src/app/shared/shared-main/video/video.service.ts461 + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video Bárki láthatja ezt a videót - src/app/shared/shared-main/video/video.service.ts462 + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video Csak a példány felhasználói nézhetik meg ezt a videót - src/app/shared/shared-main/video/video.service.ts463 + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this videoOnly users with the appropriate password can see this video - src/app/shared/shared-main/video/video.service.ts464 + src/app/shared/shared-main/video/video.service.ts465 Video to import updated. Az importálandó videó frissítve. @@ -12699,36 +12548,24 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular You have unsaved changes! If you leave, your changes will be lost. Mentetlen változtatásai vannak. Ha elhagyja ezt az oldalt, akkor a változtatásai el fognak veszni. - src/app/+videos/+video-edit/video-update.component.ts140 + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. Videó frissítve. - src/app/+videos/+video-edit/video-update.component.ts227 + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators.Your video will also be automatically blocked since video publication requires manual validation by moderators. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version.Uploading a new version of your video will completely erase the current version. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 <br /><br />Do you still want to replace your video file?<br /><br />Do you still want to replace your video file? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warningReplace file warning - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: ) (extensions: ) @@ -12803,40 +12640,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? Ez a videó nem érhető el ezen a példányon. Szeretné, hogy átirányítsuk a forráspéldányhoz: <a href=""></a>? - src/app/+videos/+video-watch/video-watch.component.ts370 + src/app/+videos/+video-watch/video-watch.component.ts371 Redirection Átirányítás - src/app/+videos/+video-watch/video-watch.component.ts371 + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this videoYou need a password to watch this video - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protectedThis video is password protected - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct passwordIncorrect password, please enter a correct password - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? Ez a videó felnőtt vagy korhatáros tartalmat tartalmaz. Biztosan meg szeretné nézni? - src/app/+videos/+video-watch/video-watch.component.ts446 + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content Felnőtt vagy korhatáros tartalom - src/app/+videos/+video-watch/video-watch.component.ts447 + src/app/+videos/+video-watch/video-watch.component.ts448 Cancel @@ -12863,73 +12691,73 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html42src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreen Enter/exit fullscreen - src/app/+videos/+video-watch/video-watch.component.ts851 + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the video Play/Pause the video - src/app/+videos/+video-watch/video-watch.component.ts852 + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the video Mute/unmute the video - src/app/+videos/+video-watch/video-watch.component.ts853 + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90% Skip to a percentage of the video: 0 is 0% and 9 is 90% - src/app/+videos/+video-watch/video-watch.component.ts868 + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volume Increase the volume - src/app/+videos/+video-watch/video-watch.component.ts855 + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volume Decrease the volume - src/app/+videos/+video-watch/video-watch.component.ts856 + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forward Seek the video forward - src/app/+videos/+video-watch/video-watch.component.ts870 + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backward Seek the video backward - src/app/+videos/+video-watch/video-watch.component.ts871 + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rate Increase playback rate - src/app/+videos/+video-watch/video-watch.component.ts873 + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rate Decrease playback rate - src/app/+videos/+video-watch/video-watch.component.ts874 + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frame Navigate in the video to the previous frame - src/app/+videos/+video-watch/video-watch.component.ts876 + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frame Navigate in the video to the next frame - src/app/+videos/+video-watch/video-watch.component.ts877 + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater mode Toggle theater mode - src/app/+videos/+video-watch/video-watch.component.ts861 + src/app/+videos/+video-watch/video-watch.component.ts867 Like the video A videó kedvelése @@ -13009,14 +12837,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 103 - - Showing to of videos - Showing to of videos - - src/app/+admin/overview/videos/video-list.component.html - 11 - - + Only videos uploaded on this instance are displayed Csak az erra a példányra feltöltött videók vannak megjelenítve diff --git a/client/src/locale/angular.is.xlf b/client/src/locale/angular.is.xlf index 932a4fb40..c70dbb527 100644 --- a/client/src/locale/angular.is.xlf +++ b/client/src/locale/angular.is.xlf @@ -392,16 +392,16 @@ Description Lýsing - src/app/+about/about-instance/about-instance.component.html113 - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html24 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+videos/+video-edit/shared/video-edit.component.html44 - + + + + + + + + + + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 MODERATION UMSJÓN @@ -525,7 +525,7 @@ - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html42src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Submit Senda inn @@ -797,23 +797,11 @@ Instance Netþjónstilvik - - src/app/+about/about.component.html - 3 - - - src/app/+search/search-filters.component.html - 217 - - - src/app/shared/shared-moderation/server-blocklist.component.html - 32 - - - src/app/shared/shared-moderation/server-blocklist.component.html - 32 - - + + + + + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 PeerTube PeerTube @@ -984,15 +972,9 @@ Banned Bannað/ur - - src/app/+accounts/accounts.component.html - 21 - - - src/app/+admin/overview/users/user-list/user-list.component.html - 105 - - + + + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Copy account handle Afrita auðkenni aðgangs @@ -1088,10 +1070,10 @@ Following Fylgist með - src/app/+admin/admin.component.ts84 - src/app/+admin/follows/following-list/following-list.component.html41 - src/app/+admin/follows/follows.routes.ts26 - + + + + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 Followers Fylgjendur @@ -1372,27 +1354,27 @@ color: red; - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18 - src/app/+admin/overview/videos/video-list.component.html77 - src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4 - src/app/+stats/video/video-stats.component.html2 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31 - src/app/+videos/+video-watch/video-watch.component.html76 - src/app/menu/menu.component.html112 - src/app/shared/shared-instance/instance-about-accordion.component.html115 - src/app/shared/shared-main/angular/login-link.component.html1 - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html20 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html30 - src/app/shared/shared-moderation/user-ban-modal.component.html3 - src/app/shared/shared-user-settings/user-interface-settings.component.html9 - src/app/shared/shared-video-miniature/video-download.component.html27 - src/app/shared/shared-video-miniature/video-download.component.html47 - src/app/shared/shared-video-miniature/video-download.component.html66 - src/app/shared/shared-video-miniature/video-download.component.html77 - src/app/shared/shared-video-miniature/video-download.component.html89 - src/app/shared/shared-video-miniature/videos-selection.component.html1 - + + + + + + + + + + + + + + + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Landing page Upphafssíða @@ -1599,12 +1581,14 @@ color: red; ⚠️ We don't recommend to enable this feature if you don't trust your users ⚠Við mælum ekki með því að þú virkjir þennan eiginleika ef þú treystir ekki notendunum þínum src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + - - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - Leyfa samstillingu rása við rásir á öðrum kerfum eins og YouTube eða Vimeo (þetta krefst þess að leyfa innflutning með HTTP-slóð) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 - + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ Þú þarft að leyfa innflutning með HTTP-slóð til að geta virkjað þennan eiginleika. @@ -1992,11 +1976,11 @@ color: red; Name Heiti - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12 - src/app/+admin/system/runners/runner-list/runner-list.component.html23 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - + + + + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description Stutt lýsing @@ -2857,174 +2841,134 @@ color: red; 3 - - Showing to of followers - Birti til af fylgjendum - - src/app/+admin/follows/followers-list/followers-list.component.html - 11 - - + Batch actions Magnaðgerðir - src/app/+admin/follows/followers-list/followers-list.component.html18 - src/app/+admin/follows/following-list/following-list.component.html18 - src/app/+admin/moderation/registration-list/registration-list.component.html18 - src/app/+admin/overview/comments/video-comment-list.component.html22 - src/app/+admin/overview/users/user-list/user-list.component.html18 - src/app/+admin/overview/videos/video-list.component.html18 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 Select all rows Velja allar raðir - src/app/+admin/follows/followers-list/followers-list.component.html33 - src/app/+admin/follows/following-list/following-list.component.html38 - src/app/+admin/moderation/registration-list/registration-list.component.html33 - src/app/+admin/overview/comments/video-comment-list.component.html39 - src/app/+admin/overview/users/user-list/user-list.component.html39 - src/app/+admin/overview/videos/video-list.component.html36 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Actions Aðgerðir - src/app/+admin/follows/followers-list/followers-list.component.html35 - src/app/+admin/moderation/registration-list/registration-list.component.html60 - src/app/+admin/moderation/video-block-list/video-block-list.component.html43 - src/app/+admin/overview/comments/video-comment-list.component.html64 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70 - src/app/+admin/system/runners/runner-list/runner-list.component.html36 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44 - src/app/+my-library/my-ownership/my-ownership.component.html12 - src/app/shared/shared-abuse-list/abuse-list-table.component.html39 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 Follower Fylgjandi - - src/app/+admin/follows/followers-list/followers-list.component.html - 36 - - + + src/app/+admin/follows/followers-list/followers-list.component.html35 State Staða - src/app/+admin/follows/followers-list/followers-list.component.html37 - src/app/+admin/follows/following-list/following-list.component.html42 - src/app/+admin/moderation/registration-list/registration-list.component.html41 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36 - src/app/shared/shared-abuse-list/abuse-list-table.component.html24 - + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Score Einkunn - - src/app/+admin/follows/followers-list/followers-list.component.html - 38,39 - - + + src/app/+admin/follows/followers-list/followers-list.component.html37 Created Búið til - src/app/+admin/follows/followers-list/followers-list.component.html39 - src/app/+admin/follows/following-list/following-list.component.html43 - src/app/+admin/system/jobs/jobs.component.html50 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html27 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 - src/app/+my-library/my-video-imports/my-video-imports.component.html31 - src/app/shared/shared-abuse-list/abuse-list-table.component.html23 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Select this row Velja þessa röð - src/app/+admin/follows/followers-list/followers-list.component.html46 - src/app/+admin/follows/following-list/following-list.component.html51 - src/app/+admin/moderation/registration-list/registration-list.component.html50 - src/app/+admin/overview/comments/video-comment-list.component.html54 - src/app/+admin/overview/users/user-list/user-list.component.html79 - src/app/+admin/overview/videos/video-list.component.html51 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 Accept Samþykkja - src/app/+admin/follows/followers-list/followers-list.component.html50 - src/app/+admin/follows/followers-list/followers-list.component.ts45 - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25 - src/app/+my-library/my-ownership/my-ownership.component.html27 - + + + + + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Reject Hafna - src/app/+admin/follows/followers-list/followers-list.component.html51 - src/app/+admin/follows/followers-list/followers-list.component.ts40 - src/app/+admin/follows/followers-list/followers-list.component.ts86 - + + + + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 Open actor page in a new tab Opna leikarasíðu í nýjum flipa - - src/app/+admin/follows/followers-list/followers-list.component.html - 56 - - + + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted Samþykkt - - src/app/+admin/follows/followers-list/followers-list.component.html - 63 - - - src/app/+admin/follows/following-list/following-list.component.html - 65 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending Í bið - - src/app/+admin/follows/followers-list/followers-list.component.html - 64 - - - src/app/+admin/follows/following-list/following-list.component.html - 66 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 Rejected Hafnað - - src/app/+admin/follows/followers-list/followers-list.component.html - 65 - - - src/app/+admin/follows/following-list/following-list.component.html - 67 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 No follower found matching current filters. Engir fylgjendur fundust sem samsvara fyrirliggjandi síum. - - src/app/+admin/follows/followers-list/followers-list.component.html - 77 - - + + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. Netþjónninn þinn er ekki með neina fylgjendur. - - src/app/+admin/follows/followers-list/followers-list.component.html - 78 - - + + src/app/+admin/follows/followers-list/followers-list.component.html77 Delete Eyða @@ -3056,7 +3000,7 @@ color: red; - src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts63src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts133src/app/shared/shared-abuse-list/abuse-list-table.component.ts376src/app/shared/shared-abuse-list/abuse-list-table.component.ts411src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}} Samþykkti {count, plural, =1 {beiðni frá um að fylgjast með} other { beiðnir um að fylgjast með}} @@ -3090,19 +3034,10 @@ color: red; Follow Fylgjast með - - src/app/+admin/follows/following-list/follow-modal.component.html - 3 - - - src/app/+admin/follows/following-list/follow-modal.component.html - 37 - - - src/app/+admin/follows/following-list/following-list.component.html - 25 - - + + + + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line 1 hýsing (án "http://"), auðkenni notandaaðgangs eða rás á hverri línu @@ -3132,82 +3067,39 @@ color: red; 3 - - Showing to of hosts - Birti til af hýsingum - - src/app/+admin/follows/following-list/following-list.component.html - 11 - - + Action Aðgerð - - src/app/+admin/follows/following-list/following-list.component.html - 40 - - - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html - 28 - - - src/app/shared/shared-moderation/account-blocklist.component.html - 23 - - - src/app/shared/shared-moderation/account-blocklist.component.html - 23 - - - src/app/shared/shared-moderation/server-blocklist.component.html - 31 - - - src/app/shared/shared-moderation/server-blocklist.component.html - 31 - - + + + + + + + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Redundancy allowed Umframgeymsla leyfð - - src/app/+admin/follows/following-list/following-list.component.html - 44,46 - - + + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab Opna tilvik í nýjum flipa - - src/app/+admin/follows/following-list/following-list.component.html - 58 - - - src/app/shared/shared-moderation/server-blocklist.component.html - 43 - - - src/app/shared/shared-moderation/server-blocklist.component.html - 43 - - + + + + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. Engar hýsingar fundust sem samsvara fyrirliggjandi síum. - - src/app/+admin/follows/following-list/following-list.component.html - 84 - - + + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. Netþjónninn þinn fylgist ekki með neinum. - - src/app/+admin/follows/following-list/following-list.component.html - 85 - - + + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}} Viltu í alvörunni hætta að fylgjast með {count, plural, =1 {?} other { færslum?}} @@ -3281,15 +3173,9 @@ color: red; Video Myndskeið - - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html - 30,31 - - - src/app/+admin/moderation/video-block-list/video-block-list.component.html - 26,27 - - + + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size Heildarstærð @@ -3346,28 +3232,28 @@ color: red; Used () Notaði () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available () Tiltækt () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Do you really want to remove this video redundancy? Ertu viss um að þú viljir fjarlægja umframgeymslu þessa myndskeiðs? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy Fjarlægja umframgeymslu - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! Umframgeymsla myndskeiðs fjarlægð! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Blocked videos Útilokuð myndskeið @@ -3510,98 +3396,51 @@ color: red; 3 - - Showing to of registrations - Birti til af nýskráningum - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - - - - Showing to of blocked videos - Birti til af útilokuðum myndskeiðum - - src/app/+admin/moderation/video-block-list/video-block-list.component.html - 11 - - + + Sensitive Viðkvæmt - - src/app/+admin/moderation/video-block-list/video-block-list.component.html - 27 - - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated Ekki í skýjasambandi - - src/app/+admin/moderation/video-block-list/video-block-list.component.html - 28 - - - src/app/+admin/moderation/video-block-list/video-block-list.component.html - 60 - - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date Dagsetning - - src/app/+admin/moderation/video-block-list/video-block-list.component.html - 29,31 - - - src/app/+admin/overview/comments/video-comment-list.component.html - 46,48 - - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 The video was blocked due to automatic blocking of new videos Myndskeiðið var útilokað vegna sjálfvirkrar útilokunar á nýjum myndskeiðum - - src/app/+admin/moderation/video-block-list/video-block-list.component.html - 50 - - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFW Óviðeigandi efni - - src/app/+admin/moderation/video-block-list/video-block-list.component.html - 56 - - - src/app/+admin/overview/videos/video-list.component.html - 75 - - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Block reason: Ástæða fyrir útilokun: - - src/app/+admin/moderation/video-block-list/video-block-list.component.html - 75 - - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. Engin útilokuð myndskeið fundust sem samsvara fyrirliggjandi síum. - - src/app/+admin/moderation/video-block-list/video-block-list.component.html - 92 - - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. Engin útilokuð myndskeið fundust. - - src/app/+admin/moderation/video-block-list/video-block-list.component.html - 93 - - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Advanced filters Ítarlegar síur @@ -3611,7 +3450,7 @@ color: red; - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts39src/app/shared/shared-instance/instance-follow.service.ts142 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 Automatic blocks Sjálfvirkar útilokanir @@ -3631,15 +3470,9 @@ color: red; Internal actions Innri aðgerðir - - src/app/+admin/moderation/video-block-list/video-block-list.component.ts - 59 - - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 243 - - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Switch video block to manual Skipta útilokun myndskeiðs yfir í handvirkt @@ -3659,15 +3492,9 @@ color: red; Actions for the video Aðgerðir fyrir myndskeiðið - - src/app/+admin/moderation/video-block-list/video-block-list.component.ts - 82 - - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 334 - - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Unblock Aflétta útilokun @@ -3679,27 +3506,15 @@ color: red; Do you really want to delete this video? Viltu í alvörunni eyða þessu myndskeiði? - - src/app/+admin/moderation/video-block-list/video-block-list.component.ts - 94 - - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 375 - - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. Myndskeiði eytt. - - src/app/+admin/moderation/video-block-list/video-block-list.component.ts - 102 - - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 383 - - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Do you really want to unblock this video? It will be available again in the videos list. Viltu í alvörunni afturkalla útilokun á þessu myndskeiði? Það mun aftur birtast í listum yfir myndskeið. @@ -3736,121 +3551,69 @@ color: red; 8 - - Showing to of comments - Birti til af athugasemdum - - src/app/+admin/overview/comments/video-comment-list.component.html - 15 - - + Refresh Endurnýja - src/app/+admin/overview/comments/video-comment-list.component.html31 - src/app/+admin/overview/videos/video-list.component.html27 - src/app/+admin/system/jobs/jobs.component.html30 - src/app/+admin/system/logs/logs.component.html33 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 Account Notandaaðgangur - src/app/+admin/moderation/registration-list/registration-list.component.html37 - src/app/+admin/overview/comments/video-comment-list.component.html43 - src/app/shared/shared-moderation/account-blocklist.component.html24 - src/app/shared/shared-moderation/account-blocklist.component.html24 - + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 Video Myndskeið - - src/app/+admin/overview/comments/video-comment-list.component.html - 44 - - - src/app/+admin/overview/videos/video-list.component.html - 40 - - - src/app/+my-library/my-ownership/my-ownership.component.html - 14 - - - src/app/+my-library/my-video-imports/my-video-imports.component.html - 29 - - - src/app/shared/shared-video-miniature/video-download.component.html - 8 - - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 Comment Athugasemd - src/app/+admin/overview/comments/video-comment-list.component.html45 - src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 - + + + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 See full comment Sjá alla athugasemdina - - src/app/+admin/overview/comments/video-comment-list.component.html - 58 - - + + src/app/+admin/overview/comments/video-comment-list.component.html57 Open account in a new tab Opna aðgang í nýjum flipa - - src/app/+admin/overview/comments/video-comment-list.component.html - 69 - - - src/app/+admin/overview/users/user-list/user-list.component.html - 94 - - - src/app/+my-library/my-ownership/my-ownership.component.html - 32 - - - src/app/shared/shared-abuse-list/abuse-list-table.component.html - 44 - - - src/app/shared/shared-moderation/account-blocklist.component.html - 35 - - - src/app/shared/shared-moderation/account-blocklist.component.html - 35 - - + + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Commented video Myndskeið með athugasemdum - - src/app/+admin/overview/comments/video-comment-list.component.html - 81 - - + + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters. Engar athugasemdir fundust sem samsvara fyrirliggjandi síum. - - src/app/+admin/overview/comments/video-comment-list.component.html - 106 - - + + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found. Engar athugasemdir fundust. - - src/app/+admin/overview/comments/video-comment-list.component.html - 107 - - + + src/app/+admin/overview/comments/video-comment-list.component.html106 Local comments Staðværar athugasemdir @@ -3915,15 +3678,9 @@ color: red; Create user Búa til notandaaðgang - - src/app/+admin/overview/users/user-edit/user-create.component.ts - 97 - - - src/app/+admin/overview/users/user-list/user-list.component.html - 25 - - + + + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Create Búa til @@ -3935,7 +3692,7 @@ color: red; - src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Edit Breyta @@ -4081,15 +3838,15 @@ color: red; Email Tölvupóstur - src/app/+admin/moderation/registration-list/registration-list.component.html38 - src/app/+admin/overview/users/user-edit/user-edit.component.html105 - src/app/+admin/overview/users/user-edit/user-edit.component.html105 - src/app/+admin/overview/users/user-list/user-list.component.ts132 - src/app/+login/login.component.html136 - src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6 - src/app/+signup/+register/steps/register-step-user.component.html46 - src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 mail@example.com notandi@vefur.is @@ -4264,69 +4021,50 @@ color: red; 134 - - Showing to of users - Birti til af notendum - - src/app/+admin/overview/users/user-list/user-list.component.html - 11 - - + Table parameters Viðföng töflu - - src/app/+admin/overview/users/user-list/user-list.component.html - 47 - - + + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns Velja dálka - - src/app/+admin/overview/users/user-list/user-list.component.html - 53 - - + + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users Áherslulita bannaða notendur - - src/app/+admin/overview/users/user-list/user-list.component.html - 59 - - + + src/app/+admin/overview/users/user-list/user-list.component.html57 Muted Þaggað - src/app/+admin/overview/users/user-list/user-list.component.html104 - src/app/shared/shared-moderation/account-block-badges.component.html1 - src/app/shared/shared-share-modal/video-share.component.html223 - + + + + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 The user was banned Notandinn var bannaður - - src/app/+admin/overview/users/user-list/user-list.component.html - 109 - - + + src/app/+admin/overview/users/user-list/user-list.component.html107 Total video quota Heildar-myndskeiðakvóti - src/app/+admin/overview/users/user-list/user-list.component.html118 - src/app/shared/shared-main/users/user-quota.component.html3 - + + + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Total daily video quota Alls daglegur myndskeiðakvóti - src/app/+admin/overview/users/user-list/user-list.component.html128 - + + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: Ástæða fyrir banni: - src/app/+admin/overview/users/user-list/user-list.component.html150 - + + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned users Bannaðir notendur @@ -4463,15 +4201,9 @@ color: red; Live Beint - - src/app/+admin/overview/videos/video-admin.service.ts - 53 - - - src/app/+admin/overview/videos/video-list.component.html - 88 - - + + + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video files Myndskeiðaskrár @@ -4560,84 +4292,50 @@ color: red; 103 - - Showing to of videos - Birti til af myndskeiðum - - src/app/+admin/overview/videos/video-list.component.html - 11 - - + Info Upplýsingar - - src/app/+admin/overview/videos/video-list.component.html - 41 - - - src/app/core/notification/notifier.service.ts - 12 - - + + + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 Files Skrár - - src/app/+admin/overview/videos/video-list.component.html - 42 - - + + src/app/+admin/overview/videos/video-list.component.html41 Published Útgefið - - src/app/+admin/overview/videos/video-list.component.html - 43,45 - - + + src/app/+admin/overview/videos/video-list.component.html42 Account muted Aðgangur þaggaður - - src/app/+admin/overview/videos/video-list.component.html - 79 - - + + src/app/+admin/overview/videos/video-list.component.html78 Server muted Netþjónn þaggaður - - src/app/+admin/overview/videos/video-list.component.html - 80 - - + + src/app/+admin/overview/videos/video-list.component.html79 Blocked Útilokað - src/app/+admin/overview/videos/video-list.component.html82 - src/app/shared/shared-video-miniature/video-miniature.component.html64 - + + + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storage Geymsla hlutar - - src/app/+admin/overview/videos/video-list.component.html - 89 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this file Eyða þessari skrá - - src/app/+admin/overview/videos/video-list.component.html - 114 - - - src/app/+admin/overview/videos/video-list.component.html - 130 - - + + + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Block Útiloka @@ -4994,19 +4692,13 @@ color: red; plugin viðbót - - src/app/+admin/plugins/shared/plugin-api.service.ts - 30 - - + + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme þema - - src/app/+admin/plugins/shared/plugin-api.service.ts - 33 - - + + src/app/+admin/plugins/shared/plugin-api.service.ts34 Plugin homepage (new window) Vefsíða viðbótar (nýr gluggi) @@ -5183,88 +4875,54 @@ color: red; Selector for the list displaying jobs, filtering by their state - - Showing to of jobs - Birti til af verkum - - src/app/+admin/system/jobs/jobs.component.html - 39 - - + ID Auðkenni - - src/app/+admin/system/jobs/jobs.component.html - 45 - - + + src/app/+admin/system/jobs/jobs.component.html43 Type Tegund - src/app/+admin/system/jobs/jobs.component.html46 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 - + + + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 Priority (1 = highest priority) Forgangur (1 = mesti forgangur) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + + src/app/+admin/system/jobs/jobs.component.html45 State Staða - - src/app/+admin/system/jobs/jobs.component.html - 48 - - - src/app/+my-library/my-video-imports/my-video-imports.component.html - 30 - - + + + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 Progress Framvinda - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found. Engin verk fundust. - - src/app/+admin/system/jobs/jobs.component.html - 105 - - + + src/app/+admin/system/jobs/jobs.component.html103 No jobs found. Engin verk fundust. - - src/app/+admin/system/jobs/jobs.component.html - 106 - - + + src/app/+admin/system/jobs/jobs.component.html104 No jobs found. Engin verk fundust. - - src/app/+admin/system/jobs/jobs.component.html - 110 - - + + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are . Engin verk fundust sem eru . - - src/app/+admin/system/jobs/jobs.component.html - 111 - - + + src/app/+admin/system/jobs/jobs.component.html109 now núna @@ -5371,49 +5029,42 @@ color: red; 145 - - Showing to of runner jobs - Birti til af verkum keyrsluferla - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - - + UUID UUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 Priority Forgangur - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 Progress Framvinda - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 Runner Keyrsluferli (runner) - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload: Álag: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload: Eigið álag: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found. Engin verk keyrsluferla fundust. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobsCompleted jobs src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts @@ -5477,35 +5128,22 @@ color: red; 4 - - Showing to of remote runners - Birti til af fjartengdum keyrsluferlum - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - - + IP IP-vistfang - src/app/+admin/system/runners/runner-list/runner-list.component.html25 - + + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contact Síðasta samband - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found. Engin fjartengd keyrsluferli fundust. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 Not found Fannst ekki @@ -6011,31 +5649,19 @@ The link will expire within 1 hour. Renew token Endurnýja teikn - - src/app/+my-account/my-account-applications/my-account-applications.component.html - 36 - - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 41 - - + + + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? Endurnýjun á teikninu mun banna öll áður stillt biðlaraforrit frá því að sækja streymið þangað til þau nota nýja teiknið. Halda áfram? - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 40 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly. Teikn endurnýjað. Uppfærðu uppsetningu forritsins þíns til samræmis. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 Notifications Tilkynningar @@ -6691,23 +6317,11 @@ The link will expire within 1 hour. Channel page Síða rásar - - src/app/+my-library/+my-video-channels/my-video-channels.component.html - 34 - - - src/app/+my-library/my-follows/my-subscriptions.component.html - 20 - - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 65 - - - src/app/+videos/+video-watch/video-watch.component.html - 66 - - + + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} {VAR_PLURAL, plural, =0 {Ekkert áhorf} =1 {1 áhorf} other { áhorf}} @@ -6716,31 +6330,22 @@ The link will expire within 1 hour. 49 - - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - Viltu í alvörunni eyða ? Þetta mun eyða myndskeiðum sem hafa verið send inn á þessa rás og þú munt ekki geta útbúið aðra rás eða aðgang með sama heitinu ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - - + Please type the name of the video channel () to confirm Skrifaðu inn heiti myndskeiðarásarinnar () til að staðfesta - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 Video channel deleted. Myndskeiðarásinni var eytt. - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day Áhorf dagsins - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followers Fylgjendurnir mínir @@ -7174,86 +6779,52 @@ channel or account with the same name (9 - - Showing to of synchronizations - Birti til af samstillingum - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - - + Add synchronization Bæta við samstillingu - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 External Channel Utanaðkomandi rás - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 Channel Rás - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 Last synchronization at Síðasta samstilling - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List imports Listi yfir innflutning - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channel Samstilla rásina að fullu - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 62 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channel Þetta nær í öll myndskeið sem vantar á staðværu rásinni - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 63 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for . Tókst að fjarlægja samstillingu fyrir . - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 102 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for . Tókst að biðja um fulla samstillingu fyrir . - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 115 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATION NÝ SAMSTILLING @@ -7330,38 +6901,22 @@ channel or account with the same name (11 - - Showing to of imports - Birti til af innflutningum - - src/app/+my-library/my-video-imports/my-video-imports.component.html - 21 - - + Target Beinist að - - src/app/+my-library/my-video-imports/my-video-imports.component.html - 28 - - + + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted Þessu myndskeiði var eytt - - src/app/+my-library/my-video-imports/my-video-imports.component.html - 59 - - + + src/app/+my-library/my-video-imports/my-video-imports.component.html58 Playlist created. Spilunarlistinn útbúinn. - - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts - 77 - - + + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 My Playlists Spilunarlistarnir mínir @@ -7414,71 +6969,50 @@ channel or account with the same name ( Channel Rás - src/app/+admin/moderation/registration-list/registration-list.component.html39 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+videos/+video-edit/shared/video-edit.component.html65 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26 - src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reason Ástæða skráningar - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation response Svar frá umsjónaraðila - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 Requested on Beðið um - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason: Ástæða skráningar: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response: Svar frá umsjónaraðila: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters. Engar nýskráningar fundust sem samsvara fyrirliggjandi síum. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found. Engar nýskráningar fundust. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this request Samþykkja þessa beiðni @@ -7574,17 +7108,14 @@ channel or account with the same name ( Do you really want to delete ? Viltu örugglega eyða ? + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts - 127 - - - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts - 34 - - - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts - 231 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 @@ -7776,63 +7307,21 @@ channel or account with the same name ( Reset Endurstilla - - src/app/+search/search-filters.component.html - 8,10 - - - src/app/+search/search-filters.component.html - 22,24 - - - src/app/+search/search-filters.component.html - 41,43 - - - src/app/+search/search-filters.component.html - 60,62 - - - src/app/+search/search-filters.component.html - 74,76 - - - src/app/+search/search-filters.component.html - 109,111 - - - src/app/+search/search-filters.component.html - 122,124 - - - src/app/+search/search-filters.component.html - 135,137 - - - src/app/+search/search-filters.component.html - 148,150 - - - src/app/+search/search-filters.component.html - 163,165 - - - src/app/+search/search-filters.component.html - 171,173 - - - src/app/+search/search-filters.component.html - 188,190 - - - src/app/+search/search-filters.component.html - 229,231 - - - src/app/shared/shared-forms/reactive-file.component.html - 16,18 - - + + + + + + + + + + + + + + + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Display only Einungis birta @@ -7847,14 +7336,14 @@ channel or account with the same name (src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts168 + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 VOD videos VOD-myndskeið - src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts174 + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Display sensitive content Birta viðkvæmt myndefni @@ -8259,19 +7748,19 @@ channel or account with the same name ( Go to the previous step Fara á fyrra skref - src/app/+signup/+register/register.component.ts43 - + + src/app/+signup/+register/register.component.ts42 Go to the next step Fara á næsta skref - src/app/+signup/+register/register.component.ts44 - + + src/app/+signup/+register/register.component.ts43 Signup Nýskráðu þig Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 - + + src/app/+signup/+register/register.component.ts85 Why creating an account? Af hverju að búa til notandaaðgang? @@ -8917,9 +8406,9 @@ channel or account with the same name ( Subscribe to the account Gerast áskrifandi að aðgangnum - src/app/+video-channels/video-channels.component.ts85 - src/app/+videos/+video-watch/video-watch.component.ts888 - + + + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTS SPILUNARLISTAR @@ -9845,86 +9334,86 @@ channel or account with the same name (Upprunaleg útgáfudagsetning - src/app/+videos/+video-edit/shared/video-edit.component.html368 + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) Þetta er dagsetningin þegar efnið var fyrst birt opinberlega (t.d. útgáfudagsetning kvikmyndar) - src/app/+videos/+video-edit/shared/video-edit.component.html371 + src/app/+videos/+video-edit/shared/video-edit.component.html376 Enable video comments Virkja athugasemdir við myndskeið - src/app/+videos/+video-edit/shared/video-edit.component.html389 + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download Virkja innsendingar - src/app/+videos/+video-edit/shared/video-edit.component.html394 + src/app/+videos/+video-edit/shared/video-edit.component.html398 Plugin settings Stillingar á forritsviðbót - src/app/+videos/+video-edit/shared/video-edit.component.html402 + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latency Lítill biðtími - src/app/+videos/+video-edit/shared/video-edit.component.ts92 + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2P Minnka biðtíma í ~15s með því að gera P2P óvirkt - src/app/+videos/+video-edit/shared/video-edit.component.ts93 + src/app/+videos/+video-edit/shared/video-edit.component.ts94 Default Sjálfgefið - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts97 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30s Meðalbiðtími 30s - src/app/+videos/+video-edit/shared/video-edit.component.ts98 + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latency Mikill biðtími - src/app/+videos/+video-edit/shared/video-edit.component.ts102 + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratio Meðalbiðtími 60s með því að auka P2P-hlutfall - src/app/+videos/+video-edit/shared/video-edit.component.ts103 + src/app/+videos/+video-edit/shared/video-edit.component.ts104 Other Annað - src/app/+videos/+video-edit/shared/video-edit.component.ts219src/app/shared/shared-forms/select/select-languages.component.ts50 + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Instance languages Tungumál netþjónsins - src/app/+videos/+video-edit/shared/video-edit.component.ts222 + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages Öll tungumál - src/app/+videos/+video-edit/shared/video-edit.component.ts223src/app/shared/shared-forms/select/select-languages.component.ts25 + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Scheduled Áætlað - src/app/+videos/+video-edit/shared/video-edit.component.ts240 + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date Fala myndskeið þar til á tiltekinni dagsetningu - src/app/+videos/+video-edit/shared/video-edit.component.ts241 + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal live Venjulegt beint streymi @@ -10180,7 +9669,7 @@ channel or account with the same name (myndskeið - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts341src/app/shared/shared-video-miniature/video-download.component.ts62 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: ) Myndskeiðakvótinn þinn kláraðist með þessu myndskeiði (stærð myndskeiðs: , notað: , kvóti: ) @@ -10291,47 +9780,35 @@ channel or account with the same name (src/app/+videos/+video-edit/video-update.component.html 29 - - Your video is currenctly being updated. If you leave, your changes will be lost.Your video is currenctly being updated. If you leave, your changes will be lost. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 You have unsaved changes! If you leave, your changes will be lost. Þú ert með óvistaðar breytingar! Ef þú ferð núna, taparðu öllum breytingum. - src/app/+videos/+video-edit/video-update.component.ts140 + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. Myndskeið uppfært. - src/app/+videos/+video-edit/video-update.component.ts227 + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators.Your video will also be automatically blocked since video publication requires manual validation by moderators. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version.Uploading a new version of your video will completely erase the current version. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 <br /><br />Do you still want to replace your video file?<br /><br />Do you still want to replace your video file? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warningReplace file warning - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 SUPPORT AÐSTOÐ @@ -10619,55 +10096,33 @@ channel or account with the same name (58 - - Showing to of registration tokens - Birti til af skráningarteiknum - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - - + Token Teikn - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runners Samtengd keyrsluferli - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate token Útbúa teikn - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copiedRegistration token copied - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration tokenCopy registration token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners. Engin skráningarteikn fundust fyrir fjartengd keyrsluferli. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this token Fjarlægja þetta teikn @@ -10791,9 +10246,9 @@ channel or account with the same name ( Do you really want to delete this comment? Viltu í alvörunni eyða þessari athugasemd? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 - + + + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 The deletion will be sent to remote instances so they can reflect the change. Eyðingin verður send á fjartengda netþjóna svo þeir geti endurspeglað breytiguna. @@ -10984,8 +10439,8 @@ channel or account with the same name ( Show more Sýna meira - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 - + + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less Sýna minna @@ -11099,112 +10554,103 @@ channel or account with the same name ( This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? Þetta myndskeið er ekki tiltækt á þessum netþjóni. Viltu að þér sé endurbeint á upprunalegan netþjón: <a href=""></a>? - src/app/+videos/+video-watch/video-watch.component.ts370 - + + src/app/+videos/+video-watch/video-watch.component.ts371 Redirection Endurbeining - src/app/+videos/+video-watch/video-watch.component.ts371 - + + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this video Þú þarft lykilorð til að skoða þetta myndskeið - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protected Þetta myndskeið er varið með lykilorði - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct password Rangt lykilorð, settu inn rétt lykilorð - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? Þetta myndskeið inniheldur fullorðinsefni eða viðkvæmt efni. Ertu viss að þú viljir horfa á það? - src/app/+videos/+video-watch/video-watch.component.ts446 - + + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content Fullorðins eða viðkvæmt efni - src/app/+videos/+video-watch/video-watch.component.ts447 - + + src/app/+videos/+video-watch/video-watch.component.ts448 Enter/exit fullscreen Fara í/Hætta í skjáfylli - src/app/+videos/+video-watch/video-watch.component.ts851 - + + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the video Spila/Setja myndskeið í bið - src/app/+videos/+video-watch/video-watch.component.ts852 - + + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the video Þagga/Kveikja á hljóði - src/app/+videos/+video-watch/video-watch.component.ts853 - + + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90% Hoppa yfir á prósentu myndskeiðsins: 0 er 0% og 9 er 90% - src/app/+videos/+video-watch/video-watch.component.ts868 - + + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volume Auka hljóðstyrk - src/app/+videos/+video-watch/video-watch.component.ts855 - + + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volume Minnka hljóðstyrk - src/app/+videos/+video-watch/video-watch.component.ts856 - + + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forward Leita áfram í myndskeiðinu - src/app/+videos/+video-watch/video-watch.component.ts870 - + + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backward Leita afturábak í myndskeiðinu - src/app/+videos/+video-watch/video-watch.component.ts871 - + + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rate Auka afspilunarhraða - src/app/+videos/+video-watch/video-watch.component.ts873 - + + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rate Minnka afspilunarhraða - src/app/+videos/+video-watch/video-watch.component.ts874 - + + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frame Fara á fyrri ramma í myndskeiðinu - src/app/+videos/+video-watch/video-watch.component.ts876 - + + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frame Fara á næsta ramma í myndskeiðinu - src/app/+videos/+video-watch/video-watch.component.ts877 - + + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater mode Víxla bíóham af/á - src/app/+videos/+video-watch/video-watch.component.ts861 - + + src/app/+videos/+video-watch/video-watch.component.ts867 Discover Uppgötva @@ -11472,35 +10918,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Media is too large for the server. Please contact you administrator if you want to increase the limit size. Margmiðlunarskráin er of stór fyrir netþjónninn. Hafðu samband við kerfisstjórann þinn ef þú vilt hækka stærðarmörkin. - src/app/core/rest/rest-extractor.service.ts118 - + + src/app/core/rest/rest-extractor.service.ts122 Too many attempts, please try again after minutes. Of margar tilraunir, reyndu aftur eftir mínútur. - src/app/core/rest/rest-extractor.service.ts126 - + + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. Of margar tilraunir, reyndu aftur síðar. - src/app/core/rest/rest-extractor.service.ts129 - + + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. Villa á netþjóni. Reyndu aftur síðar. - src/app/core/rest/rest-extractor.service.ts133 - + + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later. Þjónninn er ekki tiltækur. Prófaðu aftur síðar. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server error Óþekkt villa á þjóni - src/app/core/rest/rest-extractor.service.ts140 + + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + All unsaved data will be lost, are you sure you want to leave this page? @@ -13088,15 +12537,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Reporter Tilkynnt af - - src/app/shared/shared-abuse-list/abuse-details.component.html - 7 - - - src/app/shared/shared-abuse-list/abuse-list-table.component.html - 21 - - + + + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 @@ -13225,65 +12668,46 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 161 - - Showing to of reports - Birti til af kærum - - src/app/shared/shared-abuse-list/abuse-list-table.component.html - 6 - - + Video/Comment/Account Myndskeið/Athugasemd/Aðgangur - - src/app/shared/shared-abuse-list/abuse-list-table.component.html - 22 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 Messages Skilaboð - - src/app/shared/shared-abuse-list/abuse-list-table.component.html - 25 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note Innri minnispunktur - - src/app/shared/shared-abuse-list/abuse-list-table.component.html - 26 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Deleted account Eyddur aðgangur - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 This video has been reported multiple times. Þetta myndskeið hefur verið kært mörgum sinnum. - - src/app/shared/shared-abuse-list/abuse-list-table.component.html - 66 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked Þetta myndskeið var útilokað - - src/app/shared/shared-abuse-list/abuse-list-table.component.html - 73 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 Video was deleted Myndskeiði var eytt + + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) src/app/shared/shared-abuse-list/abuse-list-table.component.html - 79 + 82 @@ -13297,280 +12721,175 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Account deleted Aðgangi eytt - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 No abuses found matching current filters. Engar misnotkunartilkynningar fundust sem samsvara fyrirliggjandi síum. - - src/app/shared/shared-abuse-list/abuse-list-table.component.html - 152 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. Engar misnotkunartilkynningar fundust. - - src/app/shared/shared-abuse-list/abuse-list-table.component.html - 153 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reports Óleystar kærur - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 43 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reports Samþykktar kærur - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 47 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reports Hafnaðar kærur - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 51 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videos Kærur með útilokuðum myndskeiðum - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 55 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videos Kærur með eyddum myndskeiðum - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 59 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Do you really want to delete this abuse report? Viltu í alvörunni eyða þessari misnotkunarkæru? - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 133 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. Misnotkunartilkynningu var eytt. - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 139 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment Eydd athugasemd - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 214 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter Skilaboð varðandi kæranda - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 248 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators Skilaboð varðandi umsjónarfólk - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 249 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note Uppfæra innri minnispunkt - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 254 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Mark as accepted Merkja sem samþykkt - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 259 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected Merkja sem hafnað - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 264 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note Bæta við innri minnispunkti - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 269 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Delete report Eyða kæru - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 274 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account Aðgerðir vegna flaggaða aðgangsins - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 286 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mute account Þagga niður í notandaaðgangi - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 292 - - - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts - 417 - - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Mute server account Þagga niður í aðgangi netþjóns - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 298 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Actions for the reporter Aðgerðir fyrir kærandann - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 310 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter Þagga tilkynnanda - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 316 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 Mute server Þagga niður í netþjóni - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 322 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Block video Loka á myndskeið - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 339 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. Myndskeið útilokað. - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 345 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video Aflétta útilokun myndskeiðs - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 355 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. Hætt að útiloka myndskeið. - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 361 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Delete video Eyða myndskeiði - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 371 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment Aðgerðir fyrir athugasemdina - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 400 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment Eyða athugasemd - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 406 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Comment deleted. Athugasemd var eytt. - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 418 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Account muted by the instance. Netþjónninn þaggaði niður í aðgangnum . - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 434 - - - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts - 191 - - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Server muted by the instance. Netþjónninn er þaggaður af tilvikinu. - - src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 446 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Messages with the reporter Skilaboð við kæranda @@ -13808,12 +13127,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Maximize editor Hámarka ritil - src/app/shared/shared-forms/markdown-textarea.component.ts51 + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editor Hætta í hámörkuðum ritli - src/app/shared/shared-forms/markdown-textarea.component.ts52 + src/app/shared/shared-forms/markdown-textarea.component.ts50 Recommended Mælt með @@ -13946,8 +13265,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Terms of Notkunarskilmálar - src/app/shared/shared-instance/instance-about-accordion.component.ts81 - + + src/app/shared/shared-instance/instance-about-accordion.component.ts80 PeerTube version útgáfa PeerTube @@ -14068,7 +13387,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Birt - src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts242 + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 Disabled Óvirkt @@ -14497,55 +13816,46 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular {views, plural, =0 {No view} =1 {1 view} other { views}} {views, plural, =0 {Ekkert áhorf} =1 {1 áhorf} other { áhorf}} - src/app/shared/shared-main/video/video.model.ts291 + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded.PeerTube considers this video is already being transcoded. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcodingForce transcoding - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} {viewers, plural, =0 {Engir áhorfendur} =1 {1 áhorfandi} other { áhorfendur}} - src/app/shared/shared-main/video/video.model.ts288 + src/app/shared/shared-main/video/video.model.ts289 Only I can see this video Aðeins ég get séð þetta myndskeið - src/app/shared/shared-main/video/video.service.ts460 + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link Aðeins deilanlegt með einkatengli - src/app/shared/shared-main/video/video.service.ts461 + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video Allir geta séð þetta myndskeið - src/app/shared/shared-main/video/video.service.ts462 + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video Aðeins notendur á þessum netþjóni geta séð þetta myndskeið - src/app/shared/shared-main/video/video.service.ts463 + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this video Einungis notendur með viðeigandi lykilorð á takteinum geta skoðað þetta myndskeið - src/app/shared/shared-main/video/video.service.ts464 + src/app/shared/shared-main/video/video.service.ts465 Violent or repulsive Ofsafengið eða ógeðslegt @@ -14674,82 +13984,35 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 4 - - Showing to of muted accounts - Birti til af þögguðum aðgöngum - - src/app/shared/shared-moderation/account-blocklist.component.html - 11 - - - src/app/shared/shared-moderation/account-blocklist.component.html - 11 - - + Muted at Þaggað - - src/app/shared/shared-moderation/account-blocklist.component.html - 25 - - - src/app/shared/shared-moderation/account-blocklist.component.html - 25 - - - src/app/shared/shared-moderation/server-blocklist.component.html - 33 - - - src/app/shared/shared-moderation/server-blocklist.component.html - 33 - - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute Ekki þagga - - src/app/shared/shared-moderation/account-blocklist.component.html - 32 - - - src/app/shared/shared-moderation/account-blocklist.component.html - 32 - - - src/app/shared/shared-moderation/server-blocklist.component.html - 40 - - - src/app/shared/shared-moderation/server-blocklist.component.html - 40 - - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No account found matching current filters. Engir notandaaðgangar fundust sem samsvara fyrirliggjandi síum. - - src/app/shared/shared-moderation/account-blocklist.component.html - 54 - - - src/app/shared/shared-moderation/account-blocklist.component.html - 54 - - + + + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. Enginn notandaaðgangur fannst. - - src/app/shared/shared-moderation/account-blocklist.component.html - 55 - - - src/app/shared/shared-moderation/account-blocklist.component.html - 55 - - + + + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 Account unmuted. Hætt að þagga niður í aðgangnum . @@ -14902,66 +14165,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 94 - - Showing to of muted instances - Birti til af þögguðum netþjónum - - src/app/shared/shared-moderation/server-blocklist.component.html - 12 - - - src/app/shared/shared-moderation/server-blocklist.component.html - 12 - - + Mute domain Þagga lén - - src/app/shared/shared-moderation/server-blocklist.component.html - 19 - - - src/app/shared/shared-moderation/server-blocklist.component.html - 19 - - + + + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 No server found matching current filters. Engir netþjónar fundust sem samsvara fyrirliggjandi síum. - - src/app/shared/shared-moderation/server-blocklist.component.html - 56 - - - src/app/shared/shared-moderation/server-blocklist.component.html - 56 - - + + + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. Enginn netþjónn fannst. - - src/app/shared/shared-moderation/server-blocklist.component.html - 57 - - - src/app/shared/shared-moderation/server-blocklist.component.html - 57 - - + + + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 Mute domains Þagga lénin - - src/app/shared/shared-moderation/server-blocklist.component.html - 64 - - - src/app/shared/shared-moderation/server-blocklist.component.html - 64 - - + + + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Instance unmuted. Hætt að þagga niður í netþjóninum . @@ -15708,24 +14936,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Too many languages are enabled. Please enable them all or stay below 20 enabled languages. Of mörg tungumál eru virkjuð. Virkjaðu öll tungumál eða haltu þeim fyrir neðan 20. - - src/app/shared/shared-user-settings/user-video-settings.component.ts - 76 - - + + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. Myndstillingar uppfærðar. - - src/app/shared/shared-user-settings/user-video-settings.component.ts - 121 - - + + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. Skjá-/Myndstillingar uppfærðar. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Remote subscribeRemote interact Gerast áskrifandi fjartengtFjartengd gagnvirkni @@ -16429,57 +15651,57 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Sensitive content Viðkvæmt efni - src/app/shared/shared-video-miniature/video-filters.model.ts125 + src/app/shared/shared-video-miniature/video-filters.model.ts131 Scope Umfang - src/app/shared/shared-video-miniature/video-filters.model.ts132 + src/app/shared/shared-video-miniature/video-filters.model.ts138 Federated Sambandstengt (federated) - src/app/shared/shared-video-miniature/video-filters.model.ts134 + src/app/shared/shared-video-miniature/video-filters.model.ts140 Local Staðvært - src/app/shared/shared-video-miniature/video-filters.model.ts135 + src/app/shared/shared-video-miniature/video-filters.model.ts141 Languages Tungumál - src/app/shared/shared-video-miniature/video-filters.model.ts142 + src/app/shared/shared-video-miniature/video-filters.model.ts148 Categories Flokkar - src/app/shared/shared-video-miniature/video-filters.model.ts151 + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videos Öll myndskeið - src/app/shared/shared-video-miniature/video-filters.model.ts160 + src/app/shared/shared-video-miniature/video-filters.model.ts166 Blurred Móskað - src/app/shared/shared-video-miniature/video-filters.model.ts240 + src/app/shared/shared-video-miniature/video-filters.model.ts246 hidden falið - src/app/shared/shared-video-miniature/video-filters.model.ts246 + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurred móskað - src/app/shared/shared-video-miniature/video-filters.model.ts247 + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayed birt sem - src/app/shared/shared-video-miniature/video-filters.model.ts249 + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protected Varið með lykilorði diff --git a/client/src/locale/angular.it-IT.xlf b/client/src/locale/angular.it-IT.xlf index ed2f55f0d..e153cc547 100644 --- a/client/src/locale/angular.it-IT.xlf +++ b/client/src/locale/angular.it-IT.xlf @@ -317,30 +317,21 @@ {views, plural, =0 {No view} =1 {1 view} other { views}} {spettatori, plural, =0 {Nessuno spettatore} =1 {1 spettatore} other { spettatori}} - src/app/shared/shared-main/video/video.model.ts291 + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded.PeerTube considers this video is already being transcoded. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcodingForce transcoding - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} {spettatori, plural, =0 {Nessuno spettatore} =1 {1 spettatore} other { spettatori}} - src/app/shared/shared-main/video/video.model.ts288 + src/app/shared/shared-main/video/video.model.ts289 @@ -356,13 +347,13 @@ Account muted Account mutato - src/app/+admin/overview/videos/video-list.component.html79 - + + src/app/+admin/overview/videos/video-list.component.html78 Server muted Server mutato - src/app/+admin/overview/videos/video-list.component.html80 - + + src/app/+admin/overview/videos/video-list.component.html79 Save to Salva in @@ -473,7 +464,7 @@ video - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts341src/app/shared/shared-video-miniature/video-download.component.ts62 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: ) La quota video è stata superata con questo video (dimensione video: , utilizzato: , quota: ) @@ -581,21 +572,18 @@ Bloccato - src/app/+admin/overview/videos/video-list.component.html82src/app/shared/shared-video-miniature/video-miniature.component.html64 + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storage Memorizzazione degli oggetti - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this file Cancella questo file - src/app/+admin/overview/videos/video-list.component.html114 - src/app/+admin/overview/videos/video-list.component.html130 - + + + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}. @@ -957,7 +945,7 @@ Local Locali - src/app/shared/shared-video-miniature/video-filters.model.ts135 + src/app/shared/shared-video-miniature/video-filters.model.ts141 users utenti @@ -993,10 +981,10 @@ Following Segui - src/app/+admin/admin.component.ts84 - src/app/+admin/follows/following-list/following-list.component.html41 - src/app/+admin/follows/follows.routes.ts26 - + + + + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 Followers Seguaci @@ -1247,7 +1235,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 Email address Indirizzo email @@ -1299,7 +1287,7 @@ The link will expire within 1 hour. Iscriviti Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 + src/app/+signup/+register/register.component.ts85 Why creating an account? Vuoi creare un account? @@ -1984,8 +1972,8 @@ The link will expire within 1 hour. Media is too large for the server. Please contact you administrator if you want to increase the limit size. Il video è troppo grande per il server. Contatta il tuo amministratore se desideri aumentare la dimensione del limite. - src/app/core/rest/rest-extractor.service.ts118 - + + src/app/core/rest/rest-extractor.service.ts122 GLOBAL SEARCH RICERCA GLOBALE @@ -2190,21 +2178,21 @@ The link will expire within 1 hour. Reset Ripristina - src/app/+search/search-filters.component.html8 - src/app/+search/search-filters.component.html22 - src/app/+search/search-filters.component.html41 - src/app/+search/search-filters.component.html60 - src/app/+search/search-filters.component.html74 - src/app/+search/search-filters.component.html109 - src/app/+search/search-filters.component.html122 - src/app/+search/search-filters.component.html135 - src/app/+search/search-filters.component.html148 - src/app/+search/search-filters.component.html163 - src/app/+search/search-filters.component.html171 - src/app/+search/search-filters.component.html188 - src/app/+search/search-filters.component.html229 - src/app/shared/shared-forms/reactive-file.component.html16 - + + + + + + + + + + + + + + + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter Filtra @@ -2365,7 +2353,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts39src/app/shared/shared-instance/instance-follow.service.ts142 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found Nessun elemento trovato @@ -2374,16 +2362,16 @@ The link will expire within 1 hour. Description Descrizione - src/app/+about/about-instance/about-instance.component.html113 - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html24 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+videos/+video-edit/shared/video-edit.component.html44 - + + + + + + + + + + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 Choose the appropriate licence for your work. Scegliete la licenza appropriata per il vostro lavoro. @@ -2392,71 +2380,50 @@ The link will expire within 1 hour. Channel Canale - src/app/+admin/moderation/registration-list/registration-list.component.html39 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+videos/+video-edit/shared/video-edit.component.html65 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26 - src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reason Registration reason - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation response Moderation response - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 Requested on Requested on - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason: Registration reason: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response: Moderation response: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters. No registrations found matching current filters. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found. No registrations found. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this request Accept this request @@ -2696,65 +2663,65 @@ The link will expire within 1 hour. Original publication date Data di pubblicazione - src/app/+videos/+video-edit/shared/video-edit.component.html368 + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) Questa è la data in cui il contenuto è stato originariamente pubblicato (ad esempio la data di uscita di un film) - src/app/+videos/+video-edit/shared/video-edit.component.html371 + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settings Impostazioni plugin - src/app/+videos/+video-edit/shared/video-edit.component.html402 + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latency Piccola latenza - src/app/+videos/+video-edit/shared/video-edit.component.ts92 + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2P Ridurre la latenza a ~15s disabilitando il P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts93 + src/app/+videos/+video-edit/shared/video-edit.component.ts94 Default Predefinito - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts97 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30s Latenza media di 30 secondi - src/app/+videos/+video-edit/shared/video-edit.component.ts98 + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latency Alta latenza - src/app/+videos/+video-edit/shared/video-edit.component.ts102 + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratio Latenza media di 60s all'aumentare del rapporto P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts103 + src/app/+videos/+video-edit/shared/video-edit.component.ts104 Other Altro - src/app/+videos/+video-edit/shared/video-edit.component.ts219src/app/shared/shared-forms/select/select-languages.component.ts50 + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments Abilita commenti per i video - src/app/+videos/+video-edit/shared/video-edit.component.html389 + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download Abilita download - src/app/+videos/+video-edit/shared/video-edit.component.html394 + src/app/+videos/+video-edit/shared/video-edit.component.html398 Advanced settings Impostazioni avanzate @@ -2805,12 +2772,12 @@ The link will expire within 1 hour. Scheduled Programmato - src/app/+videos/+video-edit/shared/video-edit.component.ts240 + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date Nascondi il video fino ad una data specifica - src/app/+videos/+video-edit/shared/video-edit.component.ts241 + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal live Normale dal vivo @@ -2856,9 +2823,9 @@ The link will expire within 1 hour. Total video quota Quota totale video - src/app/+admin/overview/users/user-list/user-list.component.html118 - src/app/shared/shared-main/users/user-quota.component.html3 - + + + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Congratulations! Your video is now available in your private library. @@ -2922,11 +2889,11 @@ The link will expire within 1 hour. src/app/+videos/+video-edit/video-update.component.html 29 - - Your video is currenctly being updated. If you leave, your changes will be lost.Your video is currenctly being updated. If you leave, your changes will be lost. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 @@ -3188,7 +3155,7 @@ The link will expire within 1 hour. - src/app/+admin/overview/users/user-list/user-list.component.html104src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Loop Ciclo @@ -3310,8 +3277,8 @@ The link will expire within 1 hour. Show more Mostra di più - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 - + + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less Mostra di meno @@ -3354,14 +3321,14 @@ The link will expire within 1 hour. The video was blocked due to automatic blocking of new videos Il video è stato bloccato a causa del blocco automatico dei nuovi video - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFW NSFW - src/app/+admin/moderation/video-block-list/video-block-list.component.html56 - src/app/+admin/overview/videos/video-list.component.html75 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Get more information Ottieni più informazioni @@ -3616,16 +3583,13 @@ The link will expire within 1 hour. Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? Il rinnovo del token imperdirà ai client già configurati di recuperare il flusso / feed finché non potranno usare il nuovo token. Continuare? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly. Token rinnovato. Pensa a adattare la configurazione del tuo client. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEED SOTTOSCRIZIONE FLUSSO / FEED @@ -3654,9 +3618,9 @@ The link will expire within 1 hour. Renew token Rinnova il token - src/app/+my-account/my-account-applications/my-account-applications.component.html36 - src/app/+my-account/my-account-applications/my-account-applications.component.ts41 - + + + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Filter... Filtra... @@ -3677,69 +3641,63 @@ The link will expire within 1 hour. Video/Comment/Account Video/Commento/Account - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 ID ID - src/app/+admin/system/jobs/jobs.component.html45 - + + src/app/+admin/system/jobs/jobs.component.html43 State Stato - src/app/+admin/system/jobs/jobs.component.html48 - src/app/+my-library/my-video-imports/my-video-imports.component.html30 - + + + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 Created Creato - src/app/+admin/follows/followers-list/followers-list.component.html39 - src/app/+admin/follows/following-list/following-list.component.html43 - src/app/+admin/system/jobs/jobs.component.html50 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html27 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 - src/app/+my-library/my-video-imports/my-video-imports.component.html31 - src/app/shared/shared-abuse-list/abuse-list-table.component.html23 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab Apri la pagina dell'attore in una nuova scheda - src/app/+admin/follows/followers-list/followers-list.component.html56 - + + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted Accettato - src/app/+admin/follows/followers-list/followers-list.component.html63 - src/app/+admin/follows/following-list/following-list.component.html65 - + + + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending In attesa - src/app/+admin/follows/followers-list/followers-list.component.html64 - src/app/+admin/follows/following-list/following-list.component.html66 - + + + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 Rejected Respinto - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept Accetta - src/app/+admin/follows/followers-list/followers-list.component.html50 - src/app/+admin/follows/followers-list/followers-list.component.ts45 - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25 - src/app/+my-library/my-ownership/my-ownership.component.html27 - + + + + + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse Rifiuta @@ -3748,61 +3706,53 @@ The link will expire within 1 hour. No follower found matching current filters. Nessun follower trovato corrispondente ai filtri attuali. - src/app/+admin/follows/followers-list/followers-list.component.html77 - + + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. La tua istanza non ha follower. - src/app/+admin/follows/followers-list/followers-list.component.html78 - - - Showing to of followers - Visualizzando a di seguaci - src/app/+admin/follows/followers-list/followers-list.component.html11 - + + src/app/+admin/follows/followers-list/followers-list.component.html77 + Redundancy allowed Ridondanza consentita - src/app/+admin/follows/following-list/following-list.component.html44 - + + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab Apri l'istanza in una nuova scheda - src/app/+admin/follows/following-list/following-list.component.html58 - src/app/shared/shared-moderation/server-blocklist.component.html43 - src/app/shared/shared-moderation/server-blocklist.component.html43 - + + + + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. Nessun host trovato corrispondente ai filtri correnti. - src/app/+admin/follows/following-list/following-list.component.html84 - + + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. La tua istanza non sta seguendo nessuno. - src/app/+admin/follows/following-list/following-list.component.html85 - + + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}} Vuoi davvero non seguire {conteggio, plural, =1 {?} other { voci?}} src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - Mostra a of hosts - src/app/+admin/follows/following-list/following-list.component.html11 - + Action Azione - src/app/+admin/follows/following-list/following-list.component.html40 - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/server-blocklist.component.html31 - src/app/shared/shared-moderation/server-blocklist.component.html31 - + + + + + + + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies Ridondanze video @@ -3821,18 +3771,18 @@ The link will expire within 1 hour. Table parameters Parametri della tabella - src/app/+admin/overview/users/user-list/user-list.component.html47 - + + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns Seleziona colonne - src/app/+admin/overview/users/user-list/user-list.component.html53 - + + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users Evidenzia gli utenti bannati - src/app/+admin/overview/users/user-list/user-list.component.html59 - + + src/app/+admin/overview/users/user-list/user-list.component.html57 Username Nome utente @@ -3947,54 +3897,50 @@ The link will expire within 1 hour. Batch actions Gruppo di azioni - src/app/+admin/follows/followers-list/followers-list.component.html18 - src/app/+admin/follows/following-list/following-list.component.html18 - src/app/+admin/moderation/registration-list/registration-list.component.html18 - src/app/+admin/overview/comments/video-comment-list.component.html22 - src/app/+admin/overview/users/user-list/user-list.component.html18 - src/app/+admin/overview/videos/video-list.component.html18 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 The user was banned L'utente è stato bannato - src/app/+admin/overview/users/user-list/user-list.component.html109 - + + src/app/+admin/overview/users/user-list/user-list.component.html107 Open account in a new tab Apri account in una nuova scheda - src/app/+admin/overview/comments/video-comment-list.component.html69 - src/app/+admin/overview/users/user-list/user-list.component.html94 - src/app/+my-library/my-ownership/my-ownership.component.html32 - src/app/shared/shared-abuse-list/abuse-list-table.component.html44 - src/app/shared/shared-moderation/account-blocklist.component.html35 - src/app/shared/shared-moderation/account-blocklist.component.html35 - + + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account Account cancellato - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota Quota video giornaliera totale - src/app/+admin/overview/users/user-list/user-list.component.html128 - + + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: Motivo espulsione: - src/app/+admin/overview/users/user-list/user-list.component.html150 - + + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned users Utenti bannati src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - Mostra a di utenti - src/app/+admin/overview/users/user-list/user-list.component.html11 - + Moderation Moderazione @@ -4035,9 +3981,9 @@ The link will expire within 1 hour. Video Video - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30 - src/app/+admin/moderation/video-block-list/video-block-list.component.html26 - + + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size Dimensione totale @@ -4072,78 +4018,78 @@ The link will expire within 1 hour. Used () Usato () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available () Disponibile () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Sensitive Sensibile - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated Non federato - src/app/+admin/moderation/video-block-list/video-block-list.component.html28 - src/app/+admin/moderation/video-block-list/video-block-list.component.html60 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date Data - src/app/+admin/moderation/video-block-list/video-block-list.component.html29 - src/app/+admin/overview/comments/video-comment-list.component.html46 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this row Seleziona questa riga - src/app/+admin/follows/followers-list/followers-list.component.html46 - src/app/+admin/follows/following-list/following-list.component.html51 - src/app/+admin/moderation/registration-list/registration-list.component.html50 - src/app/+admin/overview/comments/video-comment-list.component.html54 - src/app/+admin/overview/users/user-list/user-list.component.html79 - src/app/+admin/overview/videos/video-list.component.html51 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full comment Vedi commento completo - src/app/+admin/overview/comments/video-comment-list.component.html58 - + + src/app/+admin/overview/comments/video-comment-list.component.html57 Actions Azioni - src/app/+admin/follows/followers-list/followers-list.component.html35 - src/app/+admin/moderation/registration-list/registration-list.component.html60 - src/app/+admin/moderation/video-block-list/video-block-list.component.html43 - src/app/+admin/overview/comments/video-comment-list.component.html64 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70 - src/app/+admin/system/runners/runner-list/runner-list.component.html36 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44 - src/app/+my-library/my-ownership/my-ownership.component.html12 - src/app/shared/shared-abuse-list/abuse-list-table.component.html39 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 Follower Seguaci - src/app/+admin/follows/followers-list/followers-list.component.html36 - + + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented video Video commentati - src/app/+admin/overview/comments/video-comment-list.component.html81 - + + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters. Nessun commento trovato corrispondente ai filtri attuali. - src/app/+admin/overview/comments/video-comment-list.component.html106 - + + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found. Nessun commento trovato. - src/app/+admin/overview/comments/video-comment-list.component.html107 - + + src/app/+admin/overview/comments/video-comment-list.component.html106 Local comments Commenti locali @@ -4162,53 +4108,53 @@ The link will expire within 1 hour. No abuses found matching current filters. Nessun abuso trovato corrispondente ai filtri attuali. - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. Nessun abuso riscontrato. - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reports Segnalazioni irrisolte - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reports Segnalazioni accettate - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reports Segnalazioni rifiutate - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videos Rapporti con video bloccati - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videos Rapporti con video eliminati - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: Motivo blocco: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. Nessun video bloccato trovato corrispondente ai filtri attuali. - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. Nessun video bloccato trovato. - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocks Blocchi automatici @@ -4219,11 +4165,7 @@ The link will expire within 1 hour. Blocchi manuali src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - Mostra a di video bloccati - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 - + Reports Segnalazioni @@ -4252,9 +4194,9 @@ The link will expire within 1 hour. Reporter Chi ha segnalato - src/app/shared/shared-abuse-list/abuse-details.component.html7 - src/app/shared/shared-abuse-list/abuse-list-table.component.html21 - + + + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 @@ -4270,28 +4212,28 @@ The link will expire within 1 hour. Video Video - src/app/+admin/overview/comments/video-comment-list.component.html44 - src/app/+admin/overview/videos/video-list.component.html40 - src/app/+my-library/my-ownership/my-ownership.component.html14 - src/app/+my-library/my-video-imports/my-video-imports.component.html29 - src/app/shared/shared-video-miniature/video-download.component.html8 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 Comment Commenta - src/app/+admin/overview/comments/video-comment-list.component.html45src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 This video has been reported multiple times. Questo video è stato segnalato più volte. - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked Il video è stato bloccato - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on by on @@ -4300,13 +4242,19 @@ The link will expire within 1 hour. Video was deleted il video è stato cancellato - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + Account deleted Account eliminato - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 Open video in a new tab Apri il video in una nuova scheda @@ -4315,33 +4263,29 @@ The link will expire within 1 hour. State Stato - src/app/+admin/follows/followers-list/followers-list.component.html37 - src/app/+admin/follows/following-list/following-list.component.html42 - src/app/+admin/moderation/registration-list/registration-list.component.html41 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36 - src/app/shared/shared-abuse-list/abuse-list-table.component.html24 - + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages Messsaggi - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note Nota interna - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score Punteggio - src/app/+admin/follows/followers-list/followers-list.component.html38 - - - Showing to of reports - Mostra a di reports - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 - + + src/app/+admin/follows/followers-list/followers-list.component.html37 + Reportee Riporta @@ -4361,51 +4305,46 @@ The link will expire within 1 hour. Mute domain Silenzia dominio - src/app/shared/shared-moderation/server-blocklist.component.html19 - src/app/shared/shared-moderation/server-blocklist.component.html19 - + + + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance Istanza - src/app/+about/about.component.html3 - src/app/+search/search-filters.component.html217 - src/app/shared/shared-moderation/server-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html32 - + + + + + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at Silenziato a - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/server-blocklist.component.html33 - src/app/shared/shared-moderation/server-blocklist.component.html33 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute Non silenziare più - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html40 - src/app/shared/shared-moderation/server-blocklist.component.html40 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. Nessun server trovato corrispondente ai filtri correnti. - src/app/shared/shared-moderation/server-blocklist.component.html56 - src/app/shared/shared-moderation/server-blocklist.component.html56 - + + + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. Nessun server trovato. - src/app/shared/shared-moderation/server-blocklist.component.html57 - src/app/shared/shared-moderation/server-blocklist.component.html57 - - - Showing to of muted instances - Mostrando a di istanze silenziate - src/app/shared/shared-moderation/server-blocklist.component.html12 - src/app/shared/shared-moderation/server-blocklist.component.html12 - + + + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. Sembra che tu non sia su un server HTTPS. Il tuo server web deve avere TLS attivato per poter seguire i server. @@ -4419,29 +4358,29 @@ The link will expire within 1 hour. Mute domains Silenzia domini - src/app/shared/shared-moderation/server-blocklist.component.html64 - src/app/shared/shared-moderation/server-blocklist.component.html64 - + + + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account Account - src/app/+admin/moderation/registration-list/registration-list.component.html37 - src/app/+admin/overview/comments/video-comment-list.component.html43 - src/app/shared/shared-moderation/account-blocklist.component.html24 - src/app/shared/shared-moderation/account-blocklist.component.html24 - + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. Nessun account trovato corrispondente ai filtri attuali. - src/app/shared/shared-moderation/account-blocklist.component.html54 - src/app/shared/shared-moderation/account-blocklist.component.html54 - + + + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. Nessuna account trovato. - src/app/shared/shared-moderation/account-blocklist.component.html55 - src/app/shared/shared-moderation/account-blocklist.component.html55 - + + + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed plugins Lista plugins installati @@ -4457,12 +4396,7 @@ The link will expire within 1 hour. Mostra plugin src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - Mostrando a di account silenziati - src/app/shared/shared-moderation/account-blocklist.component.html11 - src/app/shared/shared-moderation/account-blocklist.component.html11 - + Plugins/Themes Plugins/Temi @@ -4682,22 +4616,18 @@ The link will expire within 1 hour. Questa visualizzazione mostra anche i commenti degli account silenziati. src/app/+admin/overview/comments/video-comment-list.component.html8 - - Showing to of comments - Mostrando a di commenti - src/app/+admin/overview/comments/video-comment-list.component.html15 - + Select all rows Seleziona tutte le righe - src/app/+admin/follows/followers-list/followers-list.component.html33 - src/app/+admin/follows/following-list/following-list.component.html38 - src/app/+admin/moderation/registration-list/registration-list.component.html33 - src/app/+admin/overview/comments/video-comment-list.component.html39 - src/app/+admin/overview/users/user-list/user-list.component.html39 - src/app/+admin/overview/videos/video-list.component.html36 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type Tipo di lavoro @@ -4717,62 +4647,52 @@ The link will expire within 1 hour. Selector for the list displaying jobs, filtering by their state - - Showing to of jobs - Mostrando a di lavori - src/app/+admin/system/jobs/jobs.component.html39 - + Type Tipo - src/app/+admin/system/jobs/jobs.component.html46 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 - + + + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 Priority (1 = highest priority) Priorità (1 = priorità più alta) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + + src/app/+admin/system/jobs/jobs.component.html45 Progress Progresso - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found. Nessun lavoro trovato. - src/app/+admin/system/jobs/jobs.component.html105 - + + src/app/+admin/system/jobs/jobs.component.html103 No jobs found. Nessun lavoro trovato. - src/app/+admin/system/jobs/jobs.component.html106 - + + src/app/+admin/system/jobs/jobs.component.html104 No jobs found. Nessun lavoro trovato. - src/app/+admin/system/jobs/jobs.component.html110 - + + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are . Nessun lavoro trovato che . - src/app/+admin/system/jobs/jobs.component.html111 - + + src/app/+admin/system/jobs/jobs.component.html109 Refresh Aggiorna - src/app/+admin/overview/comments/video-comment-list.component.html31 - src/app/+admin/overview/videos/video-list.component.html27 - src/app/+admin/system/jobs/jobs.component.html30 - src/app/+admin/system/logs/logs.component.html33 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 now ora @@ -4812,11 +4732,11 @@ The link will expire within 1 hour. Name Nome - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12 - src/app/+admin/system/runners/runner-list/runner-list.component.html23 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - + + + + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description Breve descrizione @@ -5236,12 +5156,14 @@ The link will expire within 1 hour. ⚠️ We don't recommend to enable this feature if you don't trust your users ⚠️ Si sconsiglia di attivare questa funzione se non ci si fida dei propri utenti. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + - - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - Consentire la sincronizzazione dei canali con quelli di altre piattaforme come YouTube (richiede di consentire l'importazione con URL HTTP). - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 - + ⛔ You need to allow import with HTTP URL to be able to activate this feature. Per poter attivare questa funzione, è necessario consentire l'importazione con URL HTTP. @@ -6277,74 +6199,52 @@ color: red; 9 - - Showing to of synchronizations - Showing to of synchronizations - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - - + Add synchronization Add synchronization - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 External Channel External Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 Channel Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 Last synchronization at Last synchronization at - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List imports List imports - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channel Fully synchronize the channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channel This fetches any missing videos on the local channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for . Synchronization removed successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for . Full synchronization requested successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATION NEW SYNCHRONIZATION @@ -6483,18 +6383,14 @@ color: red; Target Obiettivo - src/app/+my-library/my-video-imports/my-video-imports.component.html28 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted Il video è stato cancellato - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - - Showing to of imports - Mostrando a di importazioni - src/app/+my-library/my-video-imports/my-video-imports.component.html21 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. Una volta eliminato il tuo account, non puoi tornare indietro. Ti verrà chiesto di confermare questa azione. @@ -6503,25 +6399,15 @@ color: red; Channel page Pagina del Canale - src/app/+my-library/+my-video-channels/my-video-channels.component.html34 - src/app/+my-library/my-follows/my-subscriptions.component.html20 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65 - src/app/+videos/+video-watch/video-watch.component.html66 - + + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()!Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - Created by @@ -6966,9 +6852,9 @@ channel or account with the same name ( Banned Espulso - src/app/+accounts/accounts.component.html21 - src/app/+admin/overview/users/user-list/user-list.component.html105 - + + + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Instance muted Istanza silenziata @@ -7060,8 +6946,8 @@ channel or account with the same name ( Please type the name of the video channel () to confirm Please type the name of the video channel () to confirm - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL NUOVO CANALE @@ -7467,12 +7353,12 @@ channel or account with the same name (Go to the previous step - src/app/+signup/+register/register.component.ts43 + src/app/+signup/+register/register.component.ts42 Go to the next step Go to the next step - src/app/+signup/+register/register.component.ts44 + src/app/+signup/+register/register.component.ts43 Who are we? Chi siamo? @@ -7492,7 +7378,7 @@ channel or account with the same name ( Terms of - src/app/shared/shared-instance/instance-about-accordion.component.ts81 + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability Amministratori & Sostenibilità @@ -7708,52 +7594,52 @@ channel or account with the same name (Contenuti sensibili - src/app/shared/shared-video-miniature/video-filters.model.ts125 + src/app/shared/shared-video-miniature/video-filters.model.ts131 Scope Scope - src/app/shared/shared-video-miniature/video-filters.model.ts132 + src/app/shared/shared-video-miniature/video-filters.model.ts138 Federated Federated - src/app/shared/shared-video-miniature/video-filters.model.ts134 + src/app/shared/shared-video-miniature/video-filters.model.ts140 Languages Languages - src/app/shared/shared-video-miniature/video-filters.model.ts142 + src/app/shared/shared-video-miniature/video-filters.model.ts148 Categories Categories - src/app/shared/shared-video-miniature/video-filters.model.ts151 + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videos All videos - src/app/shared/shared-video-miniature/video-filters.model.ts160 + src/app/shared/shared-video-miniature/video-filters.model.ts166 Blurred Blurred - src/app/shared/shared-video-miniature/video-filters.model.ts240 + src/app/shared/shared-video-miniature/video-filters.model.ts246 hidden hidden - src/app/shared/shared-video-miniature/video-filters.model.ts246 + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurred blurred - src/app/shared/shared-video-miniature/video-filters.model.ts247 + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayed displayed - src/app/shared/shared-video-miniature/video-filters.model.ts249 + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protectedPassword protected src/app/shared/shared-video-miniature/video-miniature.component.html @@ -8113,10 +7999,10 @@ channel or account with the same name ( Reject Rifiuta - src/app/+admin/follows/followers-list/followers-list.component.html51 - src/app/+admin/follows/followers-list/followers-list.component.ts40 - src/app/+admin/follows/followers-list/followers-list.component.ts86 - + + + + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 Delete Cancella @@ -8148,7 +8034,7 @@ channel or account with the same name (src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts63src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts133src/app/shared/shared-abuse-list/abuse-list-table.component.ts376src/app/shared/shared-abuse-list/abuse-list-table.component.ts411src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}} Accepted {count, plural, =1 { follow request} other { follow requests}} @@ -8187,10 +8073,10 @@ channel or account with the same name ( Follow Follow - src/app/+admin/follows/following-list/follow-modal.component.html3 - src/app/+admin/follows/following-list/follow-modal.component.html37 - src/app/+admin/follows/following-list/following-list.component.html25 - + + + + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line 1 host (without "http://"), account handle or channel handle per line @@ -8254,17 +8140,17 @@ channel or account with the same name (Vuoi davvero rimuovere questa ridondanza video? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy Rimuovere ridondanza - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! Ridondanze video rimosse! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Account unmuted by your instance. L'account è sbloccato per l'istanza. @@ -8333,90 +8219,90 @@ channel or account with the same name ( Internal actions Azioni interne - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report Cancella segnalazione - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account Azioni per l'account selezionato - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mark as accepted Segna come accettato - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected Segna come rifiutato - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note Aggiungi nota interna - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video Azioni per il video - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video Blocca video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. Video bloccato. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video Sblocca video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. Video sbloccato. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Do you really want to delete this abuse report? Vuoi veramente eliminare questa segnalazione di abuso? - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. Segnalazione di abuso/molestia eliminata. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment Commento eliminato - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter Messaggi con il segnalante - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators Messaggi con i moderatori - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note Aggiorna nota interna - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual Passa blocco video a manuale @@ -8548,13 +8434,13 @@ channel or account with the same name ( plugin plugin - src/app/+admin/plugins/shared/plugin-api.service.ts30 - + + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme tema - src/app/+admin/plugins/shared/plugin-api.service.ts33 - + + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP address IP address @@ -8674,19 +8560,19 @@ channel or account with the same name ( Info Informazioni - src/app/+admin/overview/videos/video-list.component.html41 - src/app/core/notification/notifier.service.ts12 - + + + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 Files Files - src/app/+admin/overview/videos/video-list.component.html42 - + + src/app/+admin/overview/videos/video-list.component.html41 Published Published - src/app/+admin/overview/videos/video-list.component.html43 - + + src/app/+admin/overview/videos/video-list.component.html42 Warning Avvertimento @@ -8713,49 +8599,42 @@ channel or account with the same name (Registri di controllo src/app/+admin/system/logs/logs.component.ts145 - - Showing to of runner jobs - Showing to of runner jobs - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - - + UUID UUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 Priority Priority - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 Progress Progress - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 Runner Runner - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload: Payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload: Private payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found. No runner jobs found. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobsCompleted jobs src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts @@ -8820,35 +8699,22 @@ channel or account with the same name (4 - - Showing to of remote runners - Showing to of remote runners - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - - + IP IP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 - + + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contact Last contact - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found. No remote runners found. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. L'utente è stato creato. @@ -8857,9 +8723,9 @@ channel or account with the same name ( Create user Crea utente - src/app/+admin/overview/users/user-edit/user-create.component.ts97 - src/app/+admin/overview/users/user-list/user-list.component.html25 - + + + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videos Video bloccati @@ -9002,14 +8868,7 @@ channel or account with the same name (3 - - Showing to of registrations - Showing to of registrations - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - - + Password changed for user . Password cambiata per l'utente . @@ -9071,9 +8930,9 @@ channel or account with the same name ( Live Live - src/app/+admin/overview/videos/video-admin.service.ts53 - src/app/+admin/overview/videos/video-list.component.html88 - + + + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video files Video files @@ -9471,18 +9330,18 @@ channel or account with the same name ( Too many languages are enabled. Please enable them all or stay below 20 enabled languages. Sono abilitate troppe lingue. Si prega di abilitarle tutte o rimanere al di sotto delle 20 lingue abilitate. - src/app/shared/shared-user-settings/user-video-settings.component.ts76 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. Impostazioni video aggiornate. - src/app/shared/shared-user-settings/user-video-settings.component.ts121 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. Impostazioni Schermo/Video aggiornate. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Video channel created. Il canale video è stato creato. @@ -9516,13 +9375,13 @@ channel or account with the same name ( Video channel deleted. Il canale video è stato cancellato. - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day Visualizzazioni per giorno - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followers My followers @@ -9606,8 +9465,8 @@ channel or account with the same name ( Playlist created. Playlist creata. - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 - + + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 Create Crea @@ -9619,7 +9478,7 @@ channel or account with the same name (src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist Aggiorna playlist @@ -9699,9 +9558,15 @@ channel or account with the same name (? - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + Video deleted. @@ -9855,12 +9720,12 @@ channel or account with the same name (Ingrandisci l'editor - src/app/shared/shared-forms/markdown-textarea.component.ts51 + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editor Uscire dall'editor ingrandito - src/app/shared/shared-forms/markdown-textarea.component.ts52 + src/app/shared/shared-forms/markdown-textarea.component.ts50 An email with verification link will be sent to . Un messaggio con un link di verifica verrà spedito a . @@ -9884,7 +9749,7 @@ channel or account with the same name (src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts888 + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTS PLAYLISTS @@ -10227,14 +10092,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts174 + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videos Live videos - src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts168 + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) Breve (< 4 min) @@ -11658,13 +11523,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Lingue istanza - src/app/+videos/+video-edit/shared/video-edit.component.ts222 + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages Tutte le lingue - src/app/+videos/+video-edit/shared/video-edit.component.ts223src/app/shared/shared-forms/select/select-languages.component.ts25 + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Hidden Nascosto @@ -11680,7 +11545,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Visualizzato - src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts242 + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 Disabled Disabled @@ -11857,19 +11722,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Account muted by the instance. Account silenziato dall'istanza. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434 - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server Silenzia server - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. Server silenziato dall'istanza. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter Aggiungi un messaggio per comunicare con il reporter @@ -12116,30 +11981,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Too many attempts, please try again after minutes. Troppi tentativi, si potrà provare di nuovo dopo minuti. - src/app/core/rest/rest-extractor.service.ts126 - + + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. Troppi tentativi, riprovare più tardi. - src/app/core/rest/rest-extractor.service.ts129 - + + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. Errore del server. Riprovare più tardi. - src/app/core/rest/rest-extractor.service.ts133 - + + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later. Server is unavailable. Please retry later. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server error Unknown server error - src/app/core/rest/rest-extractor.service.ts140 + + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + Subscribed to all current channels of . You will be notified of all their new videos. @@ -12232,29 +12100,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Delete video Cancella video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment Azioni per il commento - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment Cancella commento - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? Vuoi veramente eliminare questo commento? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. Commento cancellato. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Encoder Codificatore @@ -12301,25 +12169,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Do you really want to delete this video? Eliminare questo video ? - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. Video eliminato. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter Azioni per il reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter Silenzia reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 Download Download @@ -12462,55 +12330,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 58 - - Showing to of registration tokens - Showing to of registration tokens - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - - + Token Token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runners Associated runners - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate token Generate token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copiedRegistration token copied - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration tokenCopy registration token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners. No registration token found for remote runners. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this token Remove this token @@ -12578,9 +12424,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute account Silenzia account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actions Open video actions @@ -12614,8 +12460,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute server account Silenzia account server - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Report Segnala @@ -12714,27 +12560,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18 - src/app/+admin/overview/videos/video-list.component.html77 - src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4 - src/app/+stats/video/video-stats.component.html2 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31 - src/app/+videos/+video-watch/video-watch.component.html76 - src/app/menu/menu.component.html112 - src/app/shared/shared-instance/instance-about-accordion.component.html115 - src/app/shared/shared-main/angular/login-link.component.html1 - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html20 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html30 - src/app/shared/shared-moderation/user-ban-modal.component.html3 - src/app/shared/shared-user-settings/user-interface-settings.component.html9 - src/app/shared/shared-video-miniature/video-download.component.html27 - src/app/shared/shared-video-miniature/video-download.component.html47 - src/app/shared/shared-video-miniature/video-download.component.html66 - src/app/shared/shared-video-miniature/video-download.component.html77 - src/app/shared/shared-video-miniature/video-download.component.html89 - src/app/shared/shared-video-miniature/videos-selection.component.html1 - + + + + + + + + + + + + + + + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Add to watch later Aggiungi a "Guarda in seguito" @@ -12767,25 +12613,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Only I can see this video Solo io posso vedere questo video - src/app/shared/shared-main/video/video.service.ts460 + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link Solo condivisibile tramite link privato - src/app/shared/shared-main/video/video.service.ts461 + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video Tutti possono vedere questo video - src/app/shared/shared-main/video/video.service.ts462 + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video Solo gli utenti di questa istanza possono vedere questo video - src/app/shared/shared-main/video/video.service.ts463 + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this videoOnly users with the appropriate password can see this video - src/app/shared/shared-main/video/video.service.ts464 + src/app/shared/shared-main/video/video.service.ts465 Video to import updated. Video da importare aggiornato. @@ -12831,36 +12677,24 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular You have unsaved changes! If you leave, your changes will be lost. Ci sono delle modifiche non salvate. Se si esce, verranno perse. - src/app/+videos/+video-edit/video-update.component.ts140 + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. Video aggiornato. - src/app/+videos/+video-edit/video-update.component.ts227 + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators.Your video will also be automatically blocked since video publication requires manual validation by moderators. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version.Uploading a new version of your video will completely erase the current version. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 <br /><br />Do you still want to replace your video file?<br /><br />Do you still want to replace your video file? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warningReplace file warning - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: ) (extensions: ) @@ -12935,40 +12769,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? Questo video non è disponibile su questa istanza. Vuoi essere reindirizzato sull'istanza di origine: <a href=""></a>? - src/app/+videos/+video-watch/video-watch.component.ts370 + src/app/+videos/+video-watch/video-watch.component.ts371 Redirection Redirezione - src/app/+videos/+video-watch/video-watch.component.ts371 + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this videoYou need a password to watch this video - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protectedThis video is password protected - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct passwordIncorrect password, please enter a correct password - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? Questo video contiene del contenuto sensibile. Sei sicuro di volerlo guardare? - src/app/+videos/+video-watch/video-watch.component.ts446 + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content Contenuto per adulti o esplicito - src/app/+videos/+video-watch/video-watch.component.ts447 + src/app/+videos/+video-watch/video-watch.component.ts448 Cancel @@ -12997,73 +12822,73 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html42src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreen Enter/exit fullscreen - src/app/+videos/+video-watch/video-watch.component.ts851 + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the video Play/Pause the video - src/app/+videos/+video-watch/video-watch.component.ts852 + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the video Mute/unmute the video - src/app/+videos/+video-watch/video-watch.component.ts853 + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90% Skip to a percentage of the video: 0 is 0% and 9 is 90% - src/app/+videos/+video-watch/video-watch.component.ts868 + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volume Increase the volume - src/app/+videos/+video-watch/video-watch.component.ts855 + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volume Decrease the volume - src/app/+videos/+video-watch/video-watch.component.ts856 + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forward Seek the video forward - src/app/+videos/+video-watch/video-watch.component.ts870 + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backward Seek the video backward - src/app/+videos/+video-watch/video-watch.component.ts871 + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rate Increase playback rate - src/app/+videos/+video-watch/video-watch.component.ts873 + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rate Decrease playback rate - src/app/+videos/+video-watch/video-watch.component.ts874 + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frame Navigate in the video to the previous frame - src/app/+videos/+video-watch/video-watch.component.ts876 + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frame Navigate in the video to the next frame - src/app/+videos/+video-watch/video-watch.component.ts877 + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater mode Toggle theater mode - src/app/+videos/+video-watch/video-watch.component.ts861 + src/app/+videos/+video-watch/video-watch.component.ts867 Like the video Mi piace @@ -13143,14 +12968,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 103 - - Showing to of videos - Showing to of videos - - src/app/+admin/overview/videos/video-list.component.html - 11 - - + Only videos uploaded on this instance are displayed Only videos uploaded on this instance are displayed diff --git a/client/src/locale/angular.ja-JP.xlf b/client/src/locale/angular.ja-JP.xlf index b5a52784f..852c6f0d3 100644 --- a/client/src/locale/angular.ja-JP.xlf +++ b/client/src/locale/angular.ja-JP.xlf @@ -317,30 +317,21 @@ {views, plural, =0 {No view} =1 {1 view} other { views}} {views, plural, =0 {0回再生} =1 {1回再生} other {回再生}} - src/app/shared/shared-main/video/video.model.ts291 + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded.PeerTube considers this video is already being transcoded. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcodingForce transcoding - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} {viewers, plural, =0 {0 視聴者} =1 {1 視聴者} other { 視聴者}} - src/app/shared/shared-main/video/video.model.ts288 + src/app/shared/shared-main/video/video.model.ts289 Change your avatar アバターを変更する @@ -354,13 +345,13 @@ Account muted アカウントをミュートしました - src/app/+admin/overview/videos/video-list.component.html79 - + + src/app/+admin/overview/videos/video-list.component.html78 Server muted サーバーをミュートしました - src/app/+admin/overview/videos/video-list.component.html80 - + + src/app/+admin/overview/videos/video-list.component.html79 Save to 次に保存 @@ -471,7 +462,7 @@ 動画 - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts341src/app/shared/shared-video-miniature/video-download.component.ts62 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: ) あなたの動画のアップロード容量制限が次の動画により超過しました (動画サイズ: 、使用済み: , アップロード容量制限: ) @@ -578,23 +569,20 @@ Blocked ブロック済み - src/app/+admin/overview/videos/video-list.component.html82 - src/app/shared/shared-video-miniature/video-miniature.component.html64 - + + + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storage オブジェクトストレージ - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this file このファイルを削除 - src/app/+admin/overview/videos/video-list.component.html114 - src/app/+admin/overview/videos/video-list.component.html130 - + + + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}. {count, plural, =1 {1本の動画} other {本の動画}}を削除しました。 @@ -950,7 +938,7 @@ Local ローカル動画 - src/app/shared/shared-video-miniature/video-filters.model.ts135 + src/app/shared/shared-video-miniature/video-filters.model.ts141 users ユーザー数 @@ -986,10 +974,10 @@ Following フォロー - src/app/+admin/admin.component.ts84 - src/app/+admin/follows/following-list/following-list.component.html41 - src/app/+admin/follows/follows.routes.ts26 - + + + + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 Followers フォロワー @@ -1233,15 +1221,15 @@ The link will expire within 1 hour. Email メール - src/app/+admin/moderation/registration-list/registration-list.component.html38 - src/app/+admin/overview/users/user-edit/user-edit.component.html105 - src/app/+admin/overview/users/user-edit/user-edit.component.html105 - src/app/+admin/overview/users/user-list/user-list.component.ts132 - src/app/+login/login.component.html136 - src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6 - src/app/+signup/+register/steps/register-step-user.component.html46 - src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 Email address メールアドレス @@ -1292,8 +1280,8 @@ The link will expire within 1 hour. Signup アカウントの新規登録 Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 - + + src/app/+signup/+register/register.component.ts85 Why creating an account? なぜアカウントを作るのですか? @@ -1974,8 +1962,8 @@ The link will expire within 1 hour. Media is too large for the server. Please contact you administrator if you want to increase the limit size. メディアのサイズがサーバーに対して大きすぎます。サーバーのサイズ上限を上げたい場合は、インスタンス管理者に連絡を取って下さい。 - src/app/core/rest/rest-extractor.service.ts118 - + + src/app/core/rest/rest-extractor.service.ts122 GLOBAL SEARCH グローバル検索 @@ -2180,21 +2168,21 @@ The link will expire within 1 hour. Reset リセット - src/app/+search/search-filters.component.html8 - src/app/+search/search-filters.component.html22 - src/app/+search/search-filters.component.html41 - src/app/+search/search-filters.component.html60 - src/app/+search/search-filters.component.html74 - src/app/+search/search-filters.component.html109 - src/app/+search/search-filters.component.html122 - src/app/+search/search-filters.component.html135 - src/app/+search/search-filters.component.html148 - src/app/+search/search-filters.component.html163 - src/app/+search/search-filters.component.html171 - src/app/+search/search-filters.component.html188 - src/app/+search/search-filters.component.html229 - src/app/shared/shared-forms/reactive-file.component.html16 - + + + + + + + + + + + + + + + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter フィルタ @@ -2353,7 +2341,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts39src/app/shared/shared-instance/instance-follow.service.ts142 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found アイテムは見つかりませんでした @@ -2362,16 +2350,16 @@ The link will expire within 1 hour. Description 説明 - src/app/+about/about-instance/about-instance.component.html113 - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html24 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+videos/+video-edit/shared/video-edit.component.html44 - + + + + + + + + + + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 Choose the appropriate licence for your work. あなたのコンテンツに対して、適切なライセンスを選択してください。 @@ -2380,71 +2368,50 @@ The link will expire within 1 hour. Channel チャンネル - src/app/+admin/moderation/registration-list/registration-list.component.html39 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+videos/+video-edit/shared/video-edit.component.html65 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26 - src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reason 登録理由 - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation response モデレーターの対応 - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 Requested on にリクエスト - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason: 登録理由: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response: モデレーターの対応: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters. 現在のフィルターに一致する登録は見つかりませんでした。 - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found. 登録は見つかりませんでした。 - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this request このリクエストを承認 @@ -2680,65 +2647,65 @@ The link will expire within 1 hour. Original publication date 元動画の公開日 - src/app/+videos/+video-edit/shared/video-edit.component.html368 + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) オリジナルコンテンツが公開された年など示します(例: 映画のリリース年) - src/app/+videos/+video-edit/shared/video-edit.component.html371 + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settings プラグイン設定 - src/app/+videos/+video-edit/shared/video-edit.component.html402 + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latency 低遅延 - src/app/+videos/+video-edit/shared/video-edit.component.ts92 + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2P P2P機能を無効にし、遅延を15秒以内まで減らします - src/app/+videos/+video-edit/shared/video-edit.component.ts93 + src/app/+videos/+video-edit/shared/video-edit.component.ts94 Default デフォルト - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts97 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30s 平均遅延は30秒です - src/app/+videos/+video-edit/shared/video-edit.component.ts98 + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latency 高遅延 - src/app/+videos/+video-edit/shared/video-edit.component.ts102 + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratio 平均遅延は60秒ですが、P2P機能をより利用するようになります - src/app/+videos/+video-edit/shared/video-edit.component.ts103 + src/app/+videos/+video-edit/shared/video-edit.component.ts104 Other その他 - src/app/+videos/+video-edit/shared/video-edit.component.ts219src/app/shared/shared-forms/select/select-languages.component.ts50 + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments 動画へのコメントを有効にする - src/app/+videos/+video-edit/shared/video-edit.component.html389 + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download ダウンロードを有効にする - src/app/+videos/+video-edit/shared/video-edit.component.html394 + src/app/+videos/+video-edit/shared/video-edit.component.html398 Advanced settings その他の設定 @@ -2789,12 +2756,12 @@ The link will expire within 1 hour. Scheduled 予約済み - src/app/+videos/+video-edit/shared/video-edit.component.ts240 + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date 特定の日付まで動画を非表示にする - src/app/+videos/+video-edit/shared/video-edit.component.ts241 + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal live 通常のライブ配信 @@ -2840,9 +2807,9 @@ The link will expire within 1 hour. Total video quota 合計の動画アップロード容量制限 - src/app/+admin/overview/users/user-list/user-list.component.html118 - src/app/shared/shared-main/users/user-quota.component.html3 - + + + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Congratulations! Your video is now available in your private library. おめでとうございます!あなたの動画は非公開ライブラリ内で利用可能となりました。 @@ -2904,11 +2871,11 @@ The link will expire within 1 hour. src/app/+videos/+video-edit/video-update.component.html 29 - - Your video is currenctly being updated. If you leave, your changes will be lost.Your video is currenctly being updated. If you leave, your changes will be lost. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 @@ -3167,10 +3134,10 @@ The link will expire within 1 hour. Muted ミュート - src/app/+admin/overview/users/user-list/user-list.component.html104 - src/app/shared/shared-moderation/account-block-badges.component.html1 - src/app/shared/shared-share-modal/video-share.component.html223 - + + + + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Loop 繰り返し再生 @@ -3292,8 +3259,8 @@ The link will expire within 1 hour. Show more さらに表示 - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 - + + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less 表示を減らす @@ -3336,14 +3303,14 @@ The link will expire within 1 hour. The video was blocked due to automatic blocking of new videos 新規動画の自動ブロック機能により、この動画はブロックされました - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFW NSFW - src/app/+admin/moderation/video-block-list/video-block-list.component.html56 - src/app/+admin/overview/videos/video-list.component.html75 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Get more information 詳しくはこちら @@ -3568,16 +3535,13 @@ The link will expire within 1 hour. Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? トークンを新しく生成することによって、現在のトークンによって設定されたRSSリーダーが新しいトークンによって設定されるまでは、フィードの読み込みはできなくなります。本当にトークンを新しく生成しますか? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly. トークンが新しく生成されました。クライアントの設定を間違いのないように更新して下さい。 - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEED RSSフィード @@ -3606,9 +3570,9 @@ The link will expire within 1 hour. Renew token トークンを新しく生成 - src/app/+my-account/my-account-applications/my-account-applications.component.html36 - src/app/+my-account/my-account-applications/my-account-applications.component.ts41 - + + + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Filter... フィルター… @@ -3629,69 +3593,63 @@ The link will expire within 1 hour. Video/Comment/Account 動画/コメント/アカウント - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 ID ID - src/app/+admin/system/jobs/jobs.component.html45 - + + src/app/+admin/system/jobs/jobs.component.html43 State 状態 - src/app/+admin/system/jobs/jobs.component.html48 - src/app/+my-library/my-video-imports/my-video-imports.component.html30 - + + + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 Created に作成 - src/app/+admin/follows/followers-list/followers-list.component.html39 - src/app/+admin/follows/following-list/following-list.component.html43 - src/app/+admin/system/jobs/jobs.component.html50 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html27 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 - src/app/+my-library/my-video-imports/my-video-imports.component.html31 - src/app/shared/shared-abuse-list/abuse-list-table.component.html23 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab ユーザーページを新しいタブで開く - src/app/+admin/follows/followers-list/followers-list.component.html56 - + + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted 承認済 - src/app/+admin/follows/followers-list/followers-list.component.html63 - src/app/+admin/follows/following-list/following-list.component.html65 - + + + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending 保留中 - src/app/+admin/follows/followers-list/followers-list.component.html64 - src/app/+admin/follows/following-list/following-list.component.html66 - + + + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 Rejected 拒否 - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept 承認 - src/app/+admin/follows/followers-list/followers-list.component.html50 - src/app/+admin/follows/followers-list/followers-list.component.ts45 - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25 - src/app/+my-library/my-ownership/my-ownership.component.html27 - + + + + + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse 拒否 @@ -3700,60 +3658,52 @@ The link will expire within 1 hour. No follower found matching current filters. 現在のフィルターでは、一致したフォロワーはいませんでした。 - src/app/+admin/follows/followers-list/followers-list.component.html77 - + + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. あなたのインスタンスにはフォロワーがいません。 - src/app/+admin/follows/followers-list/followers-list.component.html78 - - - Showing to of followers - -のフォロワーを表示中 合計フォロワー - src/app/+admin/follows/followers-list/followers-list.component.html11 - + + src/app/+admin/follows/followers-list/followers-list.component.html77 + Redundancy allowed 冗長化が有効 - src/app/+admin/follows/following-list/following-list.component.html44 - + + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab 新しいタブでインスタンスを開く - src/app/+admin/follows/following-list/following-list.component.html58 - src/app/shared/shared-moderation/server-blocklist.component.html43 - src/app/shared/shared-moderation/server-blocklist.component.html43 - + + + + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. 現在のフィルターに当てはまるホストはありませんでした。 - src/app/+admin/follows/following-list/following-list.component.html84 - + + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. あなたのインスタンスはまだ誰もフォローしていません。 - src/app/+admin/follows/following-list/following-list.component.html85 - + + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}} 本当に{count, plural, =1 {のフォローを解除しますか?} other {件のフォローを解除しますか?}} src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - -のホストを表示中 合計ホスト - src/app/+admin/follows/following-list/following-list.component.html11 - + Action アクション - src/app/+admin/follows/following-list/following-list.component.html40 - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/server-blocklist.component.html31 - src/app/shared/shared-moderation/server-blocklist.component.html31 - + + + + + + + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies 動画の冗長化 @@ -3772,18 +3722,18 @@ The link will expire within 1 hour. Table parameters テーブル パラメーター - src/app/+admin/overview/users/user-list/user-list.component.html47 - + + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns カラムを選択 - src/app/+admin/overview/users/user-list/user-list.component.html53 - + + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users 凍結ユーザーを目立たせる - src/app/+admin/overview/users/user-list/user-list.component.html59 - + + src/app/+admin/overview/users/user-list/user-list.component.html57 Username ユーザー名 @@ -3898,54 +3848,50 @@ The link will expire within 1 hour. Batch actions バッチ処理 - src/app/+admin/follows/followers-list/followers-list.component.html18 - src/app/+admin/follows/following-list/following-list.component.html18 - src/app/+admin/moderation/registration-list/registration-list.component.html18 - src/app/+admin/overview/comments/video-comment-list.component.html22 - src/app/+admin/overview/users/user-list/user-list.component.html18 - src/app/+admin/overview/videos/video-list.component.html18 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 The user was banned ユーザーが凍結されました - src/app/+admin/overview/users/user-list/user-list.component.html109 - + + src/app/+admin/overview/users/user-list/user-list.component.html107 Open account in a new tab 新しいタブでアカウントを開く - src/app/+admin/overview/comments/video-comment-list.component.html69 - src/app/+admin/overview/users/user-list/user-list.component.html94 - src/app/+my-library/my-ownership/my-ownership.component.html32 - src/app/shared/shared-abuse-list/abuse-list-table.component.html44 - src/app/shared/shared-moderation/account-blocklist.component.html35 - src/app/shared/shared-moderation/account-blocklist.component.html35 - + + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account 削除されたアカウント - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota 一日あたりの動画容量の制限(合計) - src/app/+admin/overview/users/user-list/user-list.component.html128 - + + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: 凍結理由: - src/app/+admin/overview/users/user-list/user-list.component.html150 - + + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned users 凍結されたユーザー src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - -のユーザーを表示中 合計ユーザー - src/app/+admin/overview/users/user-list/user-list.component.html11 - + Moderation モデレーション @@ -3986,9 +3932,9 @@ The link will expire within 1 hour. Video 動画 - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30 - src/app/+admin/moderation/video-block-list/video-block-list.component.html26 - + + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size 合計サイズ @@ -4022,79 +3968,79 @@ The link will expire within 1 hour. Used () 利用中 () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available () 利用可能 () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Sensitive センシティブ - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated 連合なし - src/app/+admin/moderation/video-block-list/video-block-list.component.html28 - src/app/+admin/moderation/video-block-list/video-block-list.component.html60 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date 日付 - src/app/+admin/moderation/video-block-list/video-block-list.component.html29 - src/app/+admin/overview/comments/video-comment-list.component.html46 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this row この行を選択 - src/app/+admin/follows/followers-list/followers-list.component.html46 - src/app/+admin/follows/following-list/following-list.component.html51 - src/app/+admin/moderation/registration-list/registration-list.component.html50 - src/app/+admin/overview/comments/video-comment-list.component.html54 - src/app/+admin/overview/users/user-list/user-list.component.html79 - src/app/+admin/overview/videos/video-list.component.html51 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full comment 全てのコメントを見る - src/app/+admin/overview/comments/video-comment-list.component.html58 - + + src/app/+admin/overview/comments/video-comment-list.component.html57 Actions アクション - src/app/+admin/follows/followers-list/followers-list.component.html35 - src/app/+admin/moderation/registration-list/registration-list.component.html60 - src/app/+admin/moderation/video-block-list/video-block-list.component.html43 - src/app/+admin/overview/comments/video-comment-list.component.html64 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70 - src/app/+admin/system/runners/runner-list/runner-list.component.html36 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44 - src/app/+my-library/my-ownership/my-ownership.component.html12 - src/app/shared/shared-abuse-list/abuse-list-table.component.html39 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 Follower フォロワー - src/app/+admin/follows/followers-list/followers-list.component.html36 - + + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented video コメントされた動画 - src/app/+admin/overview/comments/video-comment-list.component.html81 - + + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters. 現在のフィルターでは、一致したコメントはありませんでした。 - src/app/+admin/overview/comments/video-comment-list.component.html106 - + + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found. コメントは見つかりませんでした。 - src/app/+admin/overview/comments/video-comment-list.component.html107 - + + src/app/+admin/overview/comments/video-comment-list.component.html106 Local comments ローカルのコメント @@ -4113,53 +4059,53 @@ The link will expire within 1 hour. No abuses found matching current filters. 現在のフィルター設定に一致する、不正利用通報はありませんでした。 - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. 不正利用通報はありません。 - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reports 未解決の通報 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reports 受理した通報 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reports 拒否した通報 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videos ブロックした動画に関する通報 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videos 削除動画に関する通報 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: ブロック理由: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. 現在のフィルターでは、一致したブロックされた動画はありませんでした。 - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. ブロックされた動画はありません。 - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocks 自動ブロック @@ -4170,11 +4116,7 @@ The link will expire within 1 hour. 手動ブロック src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - -のブロックされた動画を表示中 合計のブロックされた動画 - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 - + Reports 通報 @@ -4203,9 +4145,9 @@ The link will expire within 1 hour. Reporter 通報者 - src/app/shared/shared-abuse-list/abuse-details.component.html7 - src/app/shared/shared-abuse-list/abuse-list-table.component.html21 - + + + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 @@ -4221,28 +4163,28 @@ The link will expire within 1 hour. Video 動画 - src/app/+admin/overview/comments/video-comment-list.component.html44 - src/app/+admin/overview/videos/video-list.component.html40 - src/app/+my-library/my-ownership/my-ownership.component.html14 - src/app/+my-library/my-video-imports/my-video-imports.component.html29 - src/app/shared/shared-video-miniature/video-download.component.html8 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 Comment コメント - src/app/+admin/overview/comments/video-comment-list.component.html45 - src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 - + + + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 This video has been reported multiple times. この動画は複数回通報を受けています。 - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked この動画はブロックされました - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on 上のによって @@ -4251,13 +4193,19 @@ The link will expire within 1 hour. Video was deleted 動画が削除されました - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + Account deleted アカウントが削除されました - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 Open video in a new tab 新しいタブで動画を開く @@ -4266,33 +4214,29 @@ The link will expire within 1 hour. State 状態 - src/app/+admin/follows/followers-list/followers-list.component.html37 - src/app/+admin/follows/following-list/following-list.component.html42 - src/app/+admin/moderation/registration-list/registration-list.component.html41 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36 - src/app/shared/shared-abuse-list/abuse-list-table.component.html24 - + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages メッセージ - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note 管理用ノート - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score スコア - src/app/+admin/follows/followers-list/followers-list.component.html38 - - - Showing to of reports - -件の通報を表示中 合計件の通報 - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 - + + src/app/+admin/follows/followers-list/followers-list.component.html37 + Reportee 通報されたユーザー @@ -4312,51 +4256,46 @@ The link will expire within 1 hour. Mute domain ドメインをミュートする - src/app/shared/shared-moderation/server-blocklist.component.html19 - src/app/shared/shared-moderation/server-blocklist.component.html19 - + + + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance インスタンス - src/app/+about/about.component.html3 - src/app/+search/search-filters.component.html217 - src/app/shared/shared-moderation/server-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html32 - + + + + + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at ミュートした日時 - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/server-blocklist.component.html33 - src/app/shared/shared-moderation/server-blocklist.component.html33 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute ミュートを解除 - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html40 - src/app/shared/shared-moderation/server-blocklist.component.html40 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. 現在のフィルターに一致するサーバーは見つかりませんでした。 - src/app/shared/shared-moderation/server-blocklist.component.html56 - src/app/shared/shared-moderation/server-blocklist.component.html56 - + + + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. サーバーは見つかりませんでした。 - src/app/shared/shared-moderation/server-blocklist.component.html57 - src/app/shared/shared-moderation/server-blocklist.component.html57 - - - Showing to of muted instances - -件のミュートしたインスタンスを表示中 合計件のミュートしたインスタンス - src/app/shared/shared-moderation/server-blocklist.component.html12 - src/app/shared/shared-moderation/server-blocklist.component.html12 - + + + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. あなたのWebサーバーはHTTPSに対応していないようです。インスタンスをフォローするためには、WebサーバーがTLSを有効にしている必要があります。 @@ -4370,29 +4309,29 @@ The link will expire within 1 hour. Mute domains ドメインをミュートする - src/app/shared/shared-moderation/server-blocklist.component.html64 - src/app/shared/shared-moderation/server-blocklist.component.html64 - + + + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account アカウント - src/app/+admin/moderation/registration-list/registration-list.component.html37 - src/app/+admin/overview/comments/video-comment-list.component.html43 - src/app/shared/shared-moderation/account-blocklist.component.html24 - src/app/shared/shared-moderation/account-blocklist.component.html24 - + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. 現在のフィルターに一致するアカウントはありません。 - src/app/shared/shared-moderation/account-blocklist.component.html54 - src/app/shared/shared-moderation/account-blocklist.component.html54 - + + + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. アカウントは見つかりませんでした。 - src/app/shared/shared-moderation/account-blocklist.component.html55 - src/app/shared/shared-moderation/account-blocklist.component.html55 - + + + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed plugins インストールされているプラグインリスト @@ -4408,12 +4347,7 @@ The link will expire within 1 hour. プラグインを表示 src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - -件のミュートしたアカウントを表示中 合計件のミュートしたアカウント - src/app/shared/shared-moderation/account-blocklist.component.html11 - src/app/shared/shared-moderation/account-blocklist.component.html11 - + Plugins/Themes プラグイン/テーマ @@ -4632,22 +4566,18 @@ The link will expire within 1 hour. コメント数にはミュートしたアカウントからのコメントも反映されます。 src/app/+admin/overview/comments/video-comment-list.component.html8 - - Showing to of comments - -のコメントを表示 合計コメント - src/app/+admin/overview/comments/video-comment-list.component.html15 - + Select all rows 全ての行を選択 - src/app/+admin/follows/followers-list/followers-list.component.html33 - src/app/+admin/follows/following-list/following-list.component.html38 - src/app/+admin/moderation/registration-list/registration-list.component.html33 - src/app/+admin/overview/comments/video-comment-list.component.html39 - src/app/+admin/overview/users/user-list/user-list.component.html39 - src/app/+admin/overview/videos/video-list.component.html36 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type ジョブタイプ @@ -4667,62 +4597,52 @@ The link will expire within 1 hour. Selector for the list displaying jobs, filtering by their state - - Showing to of jobs - -件のジョブを表示中 合計件のジョブ - src/app/+admin/system/jobs/jobs.component.html39 - + Type 種類 - src/app/+admin/system/jobs/jobs.component.html46 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 - + + + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 Priority (1 = highest priority) 優先度(1 = 最も優先度が高い) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + + src/app/+admin/system/jobs/jobs.component.html45 Progress 進行状況 - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found. ジョブは見つかりませんでした。 - src/app/+admin/system/jobs/jobs.component.html105 - + + src/app/+admin/system/jobs/jobs.component.html103 No jobs found. のジョブは見つかりませんでした。 - src/app/+admin/system/jobs/jobs.component.html106 - + + src/app/+admin/system/jobs/jobs.component.html104 No jobs found. のジョブは見つかりませんでした。 - src/app/+admin/system/jobs/jobs.component.html110 - + + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are . ジョブは見つかりませんでした。 - src/app/+admin/system/jobs/jobs.component.html111 - + + src/app/+admin/system/jobs/jobs.component.html109 Refresh 更新 - src/app/+admin/overview/comments/video-comment-list.component.html31 - src/app/+admin/overview/videos/video-list.component.html27 - src/app/+admin/system/jobs/jobs.component.html30 - src/app/+admin/system/logs/logs.component.html33 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 now 現在 @@ -4762,11 +4682,11 @@ The link will expire within 1 hour. Name 名前 - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12 - src/app/+admin/system/runners/runner-list/runner-list.component.html23 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - + + + + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description 簡単な説明 @@ -5186,12 +5106,14 @@ The link will expire within 1 hour. ⚠️ We don't recommend to enable this feature if you don't trust your users ⚠️ インスタンスのユーザーを信頼できない場合、この機能を有効にすることは推奨されません src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + - - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - YouTubeのなどの他の動画サイトのチャンネルとのチャンネル同期を許可する (HTTPから始まるURLでのインポートを許可する必要があります) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 - + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ この機能を有効にするには、HTTP URLでのインポートを許可する必要があります。 @@ -6228,74 +6150,52 @@ color: red; 9 - - Showing to of synchronizations - -件の同期を表示中 合計件の同期 - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - - + Add synchronization チャンネル同期を追加 - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 External Channel 外部のチャンネル - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 Channel チャンネル - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 Last synchronization at 最終チャンネル同期日 - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List imports インポートリスト - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channel チャンネルを完全同期 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channel これにより、ローカルチャンネルに存在しない動画がフェッチされます - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for . のチャンネル同期の削除に成功しました。 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for . の完全チャンネル同期リクエストに成功しました。 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATION 新しいチャンネル同期 @@ -6432,18 +6332,14 @@ color: red; Target ターゲット - src/app/+my-library/my-video-imports/my-video-imports.component.html28 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted この動画は削除されました - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - - Showing to of imports - -のインポート動画を表示 合計のインポート動画 - src/app/+my-library/my-video-imports/my-video-imports.component.html21 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. 一度アカウントを削除すると、アカウントのデータは二度と戻ってきません。ボタンをクリック後、確認を求められます。 @@ -6452,26 +6348,17 @@ color: red; Channel page チャンネルページ - src/app/+my-library/+my-video-channels/my-video-channels.component.html34 - src/app/+my-library/my-follows/my-subscriptions.component.html20 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65 - src/app/+videos/+video-watch/video-watch.component.html66 - + + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} {VAR_PLURAL, plural, =0 {0回再生} =1 {1回再生} other {回再生}} src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - 本当にのチャンネルを削除してもよろしいですか? このチャンネルにアップロードされた、件の動画は削除され、同じチャンネル名()で別のチャンネルまたはアカウントを作成することはできません! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - - + Created by 公開 @@ -6915,9 +6802,9 @@ channel or account with the same name ( Banned 凍結されました - src/app/+accounts/accounts.component.html21 - src/app/+admin/overview/users/user-list/user-list.component.html105 - + + + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Instance muted インスタンスをミュートしました @@ -7008,8 +6895,8 @@ channel or account with the same name ( Please type the name of the video channel () to confirm 確認のために、チャンネルの名前()を入力して下さい - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL 新しいチャンネル @@ -7414,13 +7301,13 @@ channel or account with the same name ( Go to the previous step 前のステップに戻る - src/app/+signup/+register/register.component.ts43 - + + src/app/+signup/+register/register.component.ts42 Go to the next step 次のステップに進む - src/app/+signup/+register/register.component.ts44 - + + src/app/+signup/+register/register.component.ts43 Who are we? 運営者は誰でしょうか? @@ -7439,8 +7326,8 @@ channel or account with the same name ( Terms of の利用規約 - src/app/shared/shared-instance/instance-about-accordion.component.ts81 - + + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability 管理者とインスタンスの持続可能性 @@ -7654,52 +7541,52 @@ channel or account with the same name (センシティブなコンテンツ - src/app/shared/shared-video-miniature/video-filters.model.ts125 + src/app/shared/shared-video-miniature/video-filters.model.ts131 Scope 対象 - src/app/shared/shared-video-miniature/video-filters.model.ts132 + src/app/shared/shared-video-miniature/video-filters.model.ts138 Federated 連合動画 - src/app/shared/shared-video-miniature/video-filters.model.ts134 + src/app/shared/shared-video-miniature/video-filters.model.ts140 Languages 言語 - src/app/shared/shared-video-miniature/video-filters.model.ts142 + src/app/shared/shared-video-miniature/video-filters.model.ts148 Categories カテゴリー - src/app/shared/shared-video-miniature/video-filters.model.ts151 + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videos 全ての動画 - src/app/shared/shared-video-miniature/video-filters.model.ts160 + src/app/shared/shared-video-miniature/video-filters.model.ts166 Blurred ぼかす - src/app/shared/shared-video-miniature/video-filters.model.ts240 + src/app/shared/shared-video-miniature/video-filters.model.ts246 hidden 非表示 - src/app/shared/shared-video-miniature/video-filters.model.ts246 + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurred ぼかす - src/app/shared/shared-video-miniature/video-filters.model.ts247 + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayed 表示 - src/app/shared/shared-video-miniature/video-filters.model.ts249 + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protected パスワードは保護されています @@ -8059,10 +7946,10 @@ channel or account with the same name ( Reject 拒否 - src/app/+admin/follows/followers-list/followers-list.component.html51 - src/app/+admin/follows/followers-list/followers-list.component.ts40 - src/app/+admin/follows/followers-list/followers-list.component.ts86 - + + + + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 Delete 削除 @@ -8094,7 +7981,7 @@ channel or account with the same name (src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts63src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts133src/app/shared/shared-abuse-list/abuse-list-table.component.ts376src/app/shared/shared-abuse-list/abuse-list-table.component.ts411src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}} 承認しました {count, plural, =1 {のフォローリクエスト} other {件のフォローリクエスト}} @@ -8128,10 +8015,10 @@ channel or account with the same name ( Follow フォロー - src/app/+admin/follows/following-list/follow-modal.component.html3 - src/app/+admin/follows/following-list/follow-modal.component.html37 - src/app/+admin/follows/following-list/following-list.component.html25 - + + + + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line 1ホスト("http://"は不要)、アカウントハンドルまたはチャンネルハンドルを一行ずつ @@ -8190,18 +8077,18 @@ channel or account with the same name ( Do you really want to remove this video redundancy? 本当にこの動画の冗長化を取り消しますか? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy 冗長化を取り消す - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! 動画の冗長化は取り消されました! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Account unmuted by your instance. あなたのインスタンスでアカウントのミュートが解除されました。 @@ -8270,90 +8157,90 @@ channel or account with the same name ( Internal actions 運営側でのアクション - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report 通報を削除 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account フラグが付いたアカウントへのアクション - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mark as accepted 受理済としてマーク - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected 却下としてマーク - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note 運営用ノートを追加 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video 動画へのアクション - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video 動画をブロックする - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. 動画がブロックされました。 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video 動画のブロックを解除する - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. 動画のブロックが解除されました。 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Do you really want to delete this abuse report? この不正利用通報を本当に削除しますか? - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. 不正利用通報は削除されました。 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment コメントが削除されました - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter 通報者とのメッセージ - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators モデレーターとのメッセージ - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note 運営用ノートを更新 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual 動画のブロックを手動ブロックに切り替える @@ -8485,13 +8372,13 @@ channel or account with the same name ( plugin プラグイン - src/app/+admin/plugins/shared/plugin-api.service.ts30 - + + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme テーマ - src/app/+admin/plugins/shared/plugin-api.service.ts33 - + + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP address 公開IPアドレス @@ -8611,19 +8498,19 @@ channel or account with the same name ( Info 情報 - src/app/+admin/overview/videos/video-list.component.html41 - src/app/core/notification/notifier.service.ts12 - + + + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 Files ファイル - src/app/+admin/overview/videos/video-list.component.html42 - + + src/app/+admin/overview/videos/video-list.component.html41 Published 公開 - src/app/+admin/overview/videos/video-list.component.html43 - + + src/app/+admin/overview/videos/video-list.component.html42 Warning 警告 @@ -8650,49 +8537,42 @@ channel or account with the same name (監査ログ src/app/+admin/system/logs/logs.component.ts145 - - Showing to of runner jobs - -のランナーのジョブを表示中 合計ランナーのジョブ - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - - + UUID UUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 Priority 優先順位 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 Progress 処理 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 Runner ランナー - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload: ペイロード: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload: プライベートペイロード: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found. ランナーのジョブは見つかりませんでした。 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobsCompleted jobs src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts @@ -8756,35 +8636,22 @@ channel or account with the same name (4 - - Showing to of remote runners - -のリモートのランナーを表示中 合計リモートのランナー - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - - + IP IP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 - + + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contact 最終連絡先 - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found. リモートのランナーは見つかりませんでした。 - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. ユーザーを作成しました。 @@ -8793,9 +8660,9 @@ channel or account with the same name ( Create user ユーザーを作成 - src/app/+admin/overview/users/user-edit/user-create.component.ts97 - src/app/+admin/overview/users/user-list/user-list.component.html25 - + + + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videos ブロックした動画 @@ -8938,14 +8805,7 @@ channel or account with the same name (3 - - Showing to of registrations - 件中、件の登録を表示中 - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - - + Password changed for user . ユーザーのパスワードを変更しました。 @@ -9007,9 +8867,9 @@ channel or account with the same name ( Live ライブ配信 - src/app/+admin/overview/videos/video-admin.service.ts53 - src/app/+admin/overview/videos/video-list.component.html88 - + + + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video files 動画ファイル @@ -9405,18 +9265,18 @@ channel or account with the same name ( Too many languages are enabled. Please enable them all or stay below 20 enabled languages. 非常に多くの言語が選択されています。全ての言語を選択するか、または20言語以下にしてください。 - src/app/shared/shared-user-settings/user-video-settings.component.ts76 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. 動画の設定を更新しました。 - src/app/shared/shared-user-settings/user-video-settings.component.ts121 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. 設定を更新しました。 - src/app/shared/shared-user-settings/user-video-settings.component.ts132 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Video channel created. チャンネルを作成しました。 @@ -9450,13 +9310,13 @@ channel or account with the same name ( Video channel deleted. 動画チャンネルを削除しました。 - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day 一日あたりの再生回数 - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followers フォロワー @@ -9540,8 +9400,8 @@ channel or account with the same name ( Playlist created. プレイリストを作成しました。 - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 - + + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 Create 作成 @@ -9553,7 +9413,7 @@ channel or account with the same name (src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist プレイリストを編集 @@ -9629,9 +9489,15 @@ channel or account with the same name ( Do you really want to delete ? 本当にを削除しますか? - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + Video deleted. @@ -9784,12 +9650,12 @@ channel or account with the same name (エディターを最大化 - src/app/shared/shared-forms/markdown-textarea.component.ts51 + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editor 最大化したエディターを終了 - src/app/shared/shared-forms/markdown-textarea.component.ts52 + src/app/shared/shared-forms/markdown-textarea.component.ts50 An email with verification link will be sent to . 認証リンクを記載したメールがに送信されます。 @@ -9811,9 +9677,9 @@ channel or account with the same name ( Subscribe to the account アカウントを購読 - src/app/+video-channels/video-channels.component.ts85 - src/app/+videos/+video-watch/video-watch.component.ts888 - + + + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTS プレイリスト @@ -10156,14 +10022,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts174 + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videos ライブ配信 - src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts168 + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) 短い (< 4分) @@ -11584,13 +11450,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages インスタンスの言語 - src/app/+videos/+video-edit/shared/video-edit.component.ts222 + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages 全ての言語 - src/app/+videos/+video-edit/shared/video-edit.component.ts223src/app/shared/shared-forms/select/select-languages.component.ts25 + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Hidden 表示しない @@ -11606,7 +11472,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 表示する - src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts242 + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 Disabled 無効 @@ -11777,19 +11643,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Account muted by the instance. アカウントをあなたのインスタンスでミュートしました。 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434 - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server サーバーをミュートする - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. サーバーをあなたのインスタンスでミュートしました。 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter 通報者と連絡を取り合うためにメッセージを追加 @@ -12036,30 +11902,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Too many attempts, please try again after minutes. 試行回数が多すぎます。 分後にもう一度お試しください。 - src/app/core/rest/rest-extractor.service.ts126 - + + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. 試行回数が多すぎます。しばらく経ってから、もう一度お試しください。 - src/app/core/rest/rest-extractor.service.ts129 - + + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. サーバーエラーです。 しばらく経ってから、もう一度お試しください。 - src/app/core/rest/rest-extractor.service.ts133 - + + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later. サーバーを利用できません。後ほど、再度お試し下さい。 - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server error 不明なサーバーエラー - src/app/core/rest/rest-extractor.service.ts140 + + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + Subscribed to all current channels of . You will be notified of all their new videos. @@ -12150,29 +12019,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Delete video 動画の削除 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment コメントへのアクション - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment コメントの削除 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? 本当にこのコメントを削除しますか? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 - + + + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. コメントが削除されました。 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Encoder エンコーダー @@ -12219,25 +12088,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Do you really want to delete this video? 本当にこの動画を削除しますか? - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. 動画が削除されました。 - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter 通報者へのアクション - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter 通報者をミュートする - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 Download ダウンロード @@ -12382,55 +12251,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 58 - - Showing to of registration tokens - -の登録トークンを表示中 合計登録トークン - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - - + Token トークン - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runners 関連ランナー - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate token トークンを生成 - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copiedRegistration token copied - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration tokenCopy registration token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners. リモートのランナーの登録トークンは見つかりませんでした。 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this token このトークンを削除する @@ -12498,9 +12345,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute account アカウントをミュート - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actions 動画へのアクションを開く @@ -12534,8 +12381,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute server account サーバーのアカウントをミュートする - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Report 通報する @@ -12634,27 +12481,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18 - src/app/+admin/overview/videos/video-list.component.html77 - src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4 - src/app/+stats/video/video-stats.component.html2 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31 - src/app/+videos/+video-watch/video-watch.component.html76 - src/app/menu/menu.component.html112 - src/app/shared/shared-instance/instance-about-accordion.component.html115 - src/app/shared/shared-main/angular/login-link.component.html1 - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html20 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html30 - src/app/shared/shared-moderation/user-ban-modal.component.html3 - src/app/shared/shared-user-settings/user-interface-settings.component.html9 - src/app/shared/shared-video-miniature/video-download.component.html27 - src/app/shared/shared-video-miniature/video-download.component.html47 - src/app/shared/shared-video-miniature/video-download.component.html66 - src/app/shared/shared-video-miniature/video-download.component.html77 - src/app/shared/shared-video-miniature/video-download.component.html89 - src/app/shared/shared-video-miniature/videos-selection.component.html1 - + + + + + + + + + + + + + + + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Add to watch later 「後で見る」に追加する @@ -12687,27 +12534,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Only I can see this video 自分だけがこの動画を視聴できます - src/app/shared/shared-main/video/video.service.ts460 + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link 未収載リンクを経由してのみ、この動画を視聴できます - src/app/shared/shared-main/video/video.service.ts461 + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video 誰でもこの動画を視聴できます - src/app/shared/shared-main/video/video.service.ts462 + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video このインスタンスのユーザーのみこの動画を視聴できます - src/app/shared/shared-main/video/video.service.ts463 + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this video 適切なパスワードを所持しているユーザーだけが、この動画を視聴することができます - src/app/shared/shared-main/video/video.service.ts464 + src/app/shared/shared-main/video/video.service.ts465 Video to import updated. 動画のインポートを更新しました。 @@ -12753,36 +12600,24 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular You have unsaved changes! If you leave, your changes will be lost. 未保存の変更があります!ページを移動すると、変更した内容は失われます。 - src/app/+videos/+video-edit/video-update.component.ts140 + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. 動画を更新しました。 - src/app/+videos/+video-edit/video-update.component.ts227 + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators.Your video will also be automatically blocked since video publication requires manual validation by moderators. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version.Uploading a new version of your video will completely erase the current version. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 <br /><br />Do you still want to replace your video file?<br /><br />Do you still want to replace your video file? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warningReplace file warning - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: ) (拡張子: ) @@ -12883,47 +12718,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? この動画はインスタンスにはありません。元の動画のあるインスタンス <a href=""></a>にリダイレクトしますか? - src/app/+videos/+video-watch/video-watch.component.ts370 - + + src/app/+videos/+video-watch/video-watch.component.ts371 Redirection リダイレクト - src/app/+videos/+video-watch/video-watch.component.ts371 - + + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this video この動画を再生するにはパスワードが必要です - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protected この動画はパスワード保護されています - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct password 間違ったパスワードです。正しいパスワードを入力してください - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? この動画には成人向けまたは過激なコンテンツが含まれています。本当に再生しますか? - src/app/+videos/+video-watch/video-watch.component.ts446 - + + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content 成人向けまたは過激なコンテンツ - src/app/+videos/+video-watch/video-watch.component.ts447 - + + src/app/+videos/+video-watch/video-watch.component.ts448 Cancel キャンセル @@ -12950,72 +12776,72 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html42src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreen 全画面モードを切り替える - src/app/+videos/+video-watch/video-watch.component.ts851 - + + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the video 動画の再生・停止 - src/app/+videos/+video-watch/video-watch.component.ts852 - + + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the video 動画のミュート・ミュート解除 - src/app/+videos/+video-watch/video-watch.component.ts853 - + + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90% パーセンテージを指定してスキップします。0 は 0%、9 は 90% のことを指します - src/app/+videos/+video-watch/video-watch.component.ts868 - + + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volume 音量を上げる - src/app/+videos/+video-watch/video-watch.component.ts855 - + + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volume 音量を下げる - src/app/+videos/+video-watch/video-watch.component.ts856 - + + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forward 動画を早送りする - src/app/+videos/+video-watch/video-watch.component.ts870 - + + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backward 動画を巻き戻す - src/app/+videos/+video-watch/video-watch.component.ts871 - + + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rate 再生速度を速くする - src/app/+videos/+video-watch/video-watch.component.ts873 - + + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rate 再生速度を遅くする - src/app/+videos/+video-watch/video-watch.component.ts874 - + + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frame 動画の前のフレームへ移動する - src/app/+videos/+video-watch/video-watch.component.ts876 - + + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frame 動画の次のフレームへ移動する - src/app/+videos/+video-watch/video-watch.component.ts877 - + + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater mode シアターモードにする - src/app/+videos/+video-watch/video-watch.component.ts861 - + + src/app/+videos/+video-watch/video-watch.component.ts867 Like the video 動画を高評価 @@ -13095,14 +12921,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 103 - - Showing to of videos - -の動画を表示 合計動画 - - src/app/+admin/overview/videos/video-list.component.html - 11 - - + Only videos uploaded on this instance are displayed このインスタンスで公開された動画のみ、表示されます diff --git a/client/src/locale/angular.jbo.xlf b/client/src/locale/angular.jbo.xlf index dd7852cd2..330a599d5 100644 --- a/client/src/locale/angular.jbo.xlf +++ b/client/src/locale/angular.jbo.xlf @@ -390,28 +390,19 @@ src/app/shared/shared-main/users/user-notifications.component.html230 {views, plural, =0 {No view} =1 {1 view} other { views}}{views, plural, =0 {No view} =1 {1 view} other { views}} - src/app/shared/shared-main/video/video.model.ts291 + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded.PeerTube considers this video is already being transcoded. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcodingForce transcoding - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}}{viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} - src/app/shared/shared-main/video/video.model.ts288 + src/app/shared/shared-main/video/video.model.ts289 Change your avatar @@ -424,10 +415,10 @@ Account mutedAccount muted - src/app/+admin/overview/videos/video-list.component.html79 + src/app/+admin/overview/videos/video-list.component.html78 Server mutedServer muted - src/app/+admin/overview/videos/video-list.component.html80 + src/app/+admin/overview/videos/video-list.component.html79 Save to Save to @@ -541,7 +532,7 @@ src/app/shared/shared-video-miniature/video-download.component.html130 videovideo - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts341src/app/shared/shared-video-miniature/video-download.component.ts62 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: )Your video quota is exceeded with this video (video size: , used: , quota: ) src/app/+videos/+video-edit/shared/video-upload.service.ts34 @@ -641,17 +632,14 @@ Blocked Blocked - src/app/+admin/overview/videos/video-list.component.html82src/app/shared/shared-video-miniature/video-miniature.component.html64 + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storageObject storage - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this fileDelete this file - src/app/+admin/overview/videos/video-list.component.html114src/app/+admin/overview/videos/video-list.component.html130 + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}.Deleted {count, plural, =1 {1 video} other { videos}}. src/app/+admin/overview/videos/video-list.component.ts235 @@ -985,7 +973,7 @@ lo diklo - src/app/shared/shared-video-miniature/video-filters.model.ts135 + src/app/shared/shared-video-miniature/video-filters.model.ts141 users users @@ -1018,7 +1006,7 @@ - src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/follows.routes.ts26 + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 FollowersFollowers @@ -1240,7 +1228,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 Email address lo ve samymri @@ -1288,7 +1276,7 @@ The link will expire within 1 hour. SignupSignup Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 + src/app/+signup/+register/register.component.ts85 Why creating an account?Why creating an account? src/app/+signup/+register/steps/register-step-about.component.html @@ -1880,7 +1868,7 @@ The link will expire within 1 hour. src/app/+error-page/error-page.component.html54 Media is too large for the server. Please contact you administrator if you want to increase the limit size.Media is too large for the server. Please contact you administrator if you want to increase the limit size. - src/app/core/rest/rest-extractor.service.ts118 + src/app/core/rest/rest-extractor.service.ts122 GLOBAL SEARCH @@ -2087,7 +2075,7 @@ The link will expire within 1 hour. Reset - src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/shared/shared-forms/reactive-file.component.html16 + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter cuxselgre @@ -2219,7 +2207,7 @@ The link will expire within 1 hour. src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.ts83 Advanced filtersAdvanced filters - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts39src/app/shared/shared-instance/instance-follow.service.ts142 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found No items found @@ -2236,7 +2224,7 @@ The link will expire within 1 hour. - src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html24src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 Choose the appropriate licence for your work. Choose the appropriate licence for your work. @@ -2251,49 +2239,28 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html39src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reasonRegistration reason - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation responseModeration response - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 Requested on Requested on - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason:Registration reason: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response:Moderation response: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters.No registrations found matching current filters. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found.No registrations found. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this requestAccept this request src/app/+admin/moderation/registration-list/registration-list.component.ts @@ -2494,7 +2461,7 @@ The link will expire within 1 hour. Original publication date detri lo nu pa re'u co'a gubni - src/app/+videos/+video-edit/shared/video-edit.component.html368 + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) @@ -2503,41 +2470,41 @@ The link will expire within 1 hour. This is the date when the content was originally published (e.g. the release date for a film) - src/app/+videos/+video-edit/shared/video-edit.component.html371 + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settingsPlugin settings - src/app/+videos/+video-edit/shared/video-edit.component.html402 + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latencySmall latency - src/app/+videos/+video-edit/shared/video-edit.component.ts92 + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2PReduce latency to ~15s disabling P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts93 + src/app/+videos/+video-edit/shared/video-edit.component.ts94 DefaultDefault - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts97 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30sAverage latency of 30s - src/app/+videos/+video-edit/shared/video-edit.component.ts98 + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latencyHigh latency - src/app/+videos/+video-edit/shared/video-edit.component.ts102 + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratioAverage latency of 60s increasing P2P ratio - src/app/+videos/+video-edit/shared/video-edit.component.ts103 + src/app/+videos/+video-edit/shared/video-edit.component.ts104 OtherOther - src/app/+videos/+video-edit/shared/video-edit.component.ts219src/app/shared/shared-forms/select/select-languages.component.ts50 + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments lo nu pinka le vidvi cu cumki - src/app/+videos/+video-edit/shared/video-edit.component.html389 + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download Enable download - src/app/+videos/+video-edit/shared/video-edit.component.html394 + src/app/+videos/+video-edit/shared/video-edit.component.html398 Advanced settings lo certu se cuxna @@ -2587,12 +2554,12 @@ The link will expire within 1 hour. Scheduled Scheduled - src/app/+videos/+video-edit/shared/video-edit.component.ts240 + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date Hide the video until a specific date - src/app/+videos/+video-edit/shared/video-edit.component.ts241 + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal liveNormal live src/app/+videos/+video-edit/video-add-components/video-go-live.component.html @@ -2639,7 +2606,7 @@ The link will expire within 1 hour. - src/app/+admin/overview/users/user-list/user-list.component.html118src/app/shared/shared-main/users/user-quota.component.html3 + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Congratulations! Your video is now available in your private library. @@ -2696,11 +2663,11 @@ The link will expire within 1 hour. src/app/+videos/+video-edit/video-update.component.html 29 - - Your video is currenctly being updated. If you leave, your changes will be lost.Your video is currenctly being updated. If you leave, your changes will be lost. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 @@ -2949,7 +2916,7 @@ The link will expire within 1 hour. Muted - src/app/+admin/overview/users/user-list/user-list.component.html104src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Loop Loop @@ -3072,7 +3039,7 @@ The link will expire within 1 hour. Show more viska lo zmadu - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less viska lo mleca @@ -3121,10 +3088,10 @@ The link will expire within 1 hour. The video was blocked due to automatic blocking of new videos The video was blocked due to automatic blocking of new videos - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFWNSFW - src/app/+admin/moderation/video-block-list/video-block-list.component.html56src/app/+admin/overview/videos/video-list.component.html75 + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Get more information Get more information @@ -3345,13 +3312,10 @@ The link will expire within 1 hour. src/app/shared/shared-moderation/report-modals/report.component.html35src/app/shared/shared-moderation/report-modals/report.component.html35 Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed?Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly.Token renewed. Update your client configuration accordingly. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEEDSUBSCRIPTION FEED src/app/+my-account/my-account-applications/my-account-applications.component.html9 @@ -3369,7 +3333,7 @@ The link will expire within 1 hour. src/app/+my-account/my-account-applications/my-account-applications.component.html27 Renew tokenRenew token - src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts41 + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Filter... @@ -3399,19 +3363,19 @@ The link will expire within 1 hour. Video/Comment/Account Video/Comment/Account - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 ID ID - src/app/+admin/system/jobs/jobs.component.html45 + src/app/+admin/system/jobs/jobs.component.html43 State State - src/app/+admin/system/jobs/jobs.component.html48src/app/+my-library/my-video-imports/my-video-imports.component.html30 + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 @@ -3428,41 +3392,35 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html39src/app/+admin/follows/following-list/following-list.component.html43src/app/+admin/system/jobs/jobs.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html27src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37src/app/+my-library/my-video-imports/my-video-imports.component.html31src/app/shared/shared-abuse-list/abuse-list-table.component.html23 + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab Open actor page in a new tab - src/app/+admin/follows/followers-list/followers-list.component.html56 + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted Accepted - src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending Pending - src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 RejectedRejected - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept Accept - src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse Refuse @@ -3473,21 +3431,13 @@ The link will expire within 1 hour. No follower found matching current filters. No follower found matching current filters. - src/app/+admin/follows/followers-list/followers-list.component.html77 + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. Your instance doesn't have any follower. - src/app/+admin/follows/followers-list/followers-list.component.html78 - - Showing to of followers - Showing - to - of - followers - - - src/app/+admin/follows/followers-list/followers-list.component.html11 + src/app/+admin/follows/followers-list/followers-list.component.html77 + @@ -3497,36 +3447,28 @@ The link will expire within 1 hour. - src/app/+admin/follows/following-list/following-list.component.html44 + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab Open instance in a new tab - src/app/+admin/follows/following-list/following-list.component.html58src/app/shared/shared-moderation/server-blocklist.component.html43src/app/shared/shared-moderation/server-blocklist.component.html43 + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. No host found matching current filters. - src/app/+admin/follows/following-list/following-list.component.html84 + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. Your instance is not following anyone. - src/app/+admin/follows/following-list/following-list.component.html85 + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}}Do you really want to unfollow {count, plural, =1 {?} other { entries?}} src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - Showing - to - of - hosts - - - src/app/+admin/follows/following-list/following-list.component.html11 + ActionAction @@ -3535,7 +3477,7 @@ The link will expire within 1 hour. - src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies Videos redundancies @@ -3556,17 +3498,17 @@ The link will expire within 1 hour. Table parameters Table parameters - src/app/+admin/overview/users/user-list/user-list.component.html47 + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns Select columns - src/app/+admin/overview/users/user-list/user-list.component.html53 + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users Highlight banned users - src/app/+admin/overview/users/user-list/user-list.component.html59 + src/app/+admin/overview/users/user-list/user-list.component.html57 Username lo plicme @@ -3667,14 +3609,14 @@ The link will expire within 1 hour. Batch actions Batch actions - src/app/+admin/follows/followers-list/followers-list.component.html18src/app/+admin/follows/following-list/following-list.component.html18src/app/+admin/moderation/registration-list/registration-list.component.html18src/app/+admin/overview/comments/video-comment-list.component.html22src/app/+admin/overview/users/user-list/user-list.component.html18src/app/+admin/overview/videos/video-list.component.html18src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 The user was banned The user was banned - src/app/+admin/overview/users/user-list/user-list.component.html109 + src/app/+admin/overview/users/user-list/user-list.component.html107 Open account in a new tab Open account in a new tab @@ -3683,7 +3625,7 @@ The link will expire within 1 hour. - src/app/+admin/overview/comments/video-comment-list.component.html69src/app/+admin/overview/users/user-list/user-list.component.html94src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html44src/app/shared/shared-moderation/account-blocklist.component.html35src/app/shared/shared-moderation/account-blocklist.component.html35 + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account @@ -3692,31 +3634,23 @@ The link will expire within 1 hour. Deleted account - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota Total daily video quota - src/app/+admin/overview/users/user-list/user-list.component.html128 + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: Ban reason: - src/app/+admin/overview/users/user-list/user-list.component.html150 + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned usersBanned users src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - Showing - to - of - users - - - src/app/+admin/overview/users/user-list/user-list.component.html11 + Moderation Moderation @@ -3753,7 +3687,7 @@ The link will expire within 1 hour. - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html26 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size Total size @@ -3790,20 +3724,20 @@ The link will expire within 1 hour. src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html94 Used ()Used () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available ()Available () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Sensitive kajde fi lo ganvi - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated Unfederated - src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/moderation/video-block-list/video-block-list.component.html60 + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date detri @@ -3811,33 +3745,33 @@ The link will expire within 1 hour. - src/app/+admin/moderation/video-block-list/video-block-list.component.html29src/app/+admin/overview/comments/video-comment-list.component.html46 + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this rowSelect this row - src/app/+admin/follows/followers-list/followers-list.component.html46src/app/+admin/follows/following-list/following-list.component.html51src/app/+admin/moderation/registration-list/registration-list.component.html50src/app/+admin/overview/comments/video-comment-list.component.html54src/app/+admin/overview/users/user-list/user-list.component.html79src/app/+admin/overview/videos/video-list.component.html51src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full commentSee full comment - src/app/+admin/overview/comments/video-comment-list.component.html58 + src/app/+admin/overview/comments/video-comment-list.component.html57 Actions Actions - src/app/+admin/follows/followers-list/followers-list.component.html35src/app/+admin/moderation/registration-list/registration-list.component.html60src/app/+admin/moderation/video-block-list/video-block-list.component.html43src/app/+admin/overview/comments/video-comment-list.component.html64src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70src/app/+admin/system/runners/runner-list/runner-list.component.html36src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html39 + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 FollowerFollower - src/app/+admin/follows/followers-list/followers-list.component.html36 + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented videoCommented video - src/app/+admin/overview/comments/video-comment-list.component.html81 + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters.No comments found matching current filters. - src/app/+admin/overview/comments/video-comment-list.component.html106 + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found.No comments found. - src/app/+admin/overview/comments/video-comment-list.component.html107 + src/app/+admin/overview/comments/video-comment-list.component.html106 Local commentsLocal comments src/app/+admin/overview/comments/video-comment-list.component.ts51 @@ -3851,57 +3785,49 @@ The link will expire within 1 hour. No abuses found matching current filters. No abuses found matching current filters. - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. No abuses found. - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reportsUnsolved reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reportsAccepted reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reportsRefused reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videosReports with blocked videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videosReports with deleted videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: Block reason: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. No blocked video found matching current filters. - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. No blocked video found. - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocksAutomatic blocks src/app/+admin/moderation/video-block-list/video-block-list.component.ts34 Manual blocksManual blocks src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - Showing - to - of - blocked videos - - - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 + Reports Reports @@ -3938,7 +3864,7 @@ The link will expire within 1 hour. Reporter - src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html21 + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 src/app/shared/shared-abuse-list/abuse-details.component.html @@ -3956,20 +3882,20 @@ The link will expire within 1 hour. Video - src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+admin/overview/videos/video-list.component.html40src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html29src/app/shared/shared-video-miniature/video-download.component.html8 + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 CommentComment - src/app/+admin/overview/comments/video-comment-list.component.html45src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 This video has been reported multiple times. This video has been reported multiple times. - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked The video was blocked - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on by @@ -3983,7 +3909,13 @@ The link will expire within 1 hour. Video was deleted Video was deleted - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + + Account deleted @@ -3992,7 +3924,7 @@ The link will expire within 1 hour. Account deleted - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 Open video in a new tab Open video in a new tab @@ -4007,17 +3939,17 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html37src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/moderation/registration-list/registration-list.component.html41src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/shared/shared-abuse-list/abuse-list-table.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages Messages - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note Internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score Score @@ -4025,16 +3957,8 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html38 - - Showing to of reports - Showing - to - of - reports - - - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 + src/app/+admin/follows/followers-list/followers-list.component.html37 + Reportee Reportee @@ -4058,7 +3982,7 @@ The link will expire within 1 hour. Mute domain - src/app/shared/shared-moderation/server-blocklist.component.html19src/app/shared/shared-moderation/server-blocklist.component.html19 + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance samtcise'u @@ -4066,7 +3990,7 @@ The link will expire within 1 hour. - src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at Muted at @@ -4077,7 +4001,7 @@ The link will expire within 1 hour. - src/app/shared/shared-moderation/account-blocklist.component.html25src/app/shared/shared-moderation/account-blocklist.component.html25src/app/shared/shared-moderation/server-blocklist.component.html33src/app/shared/shared-moderation/server-blocklist.component.html33 + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute Unmute @@ -4085,29 +4009,20 @@ The link will expire within 1 hour. - src/app/shared/shared-moderation/account-blocklist.component.html32src/app/shared/shared-moderation/account-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html40src/app/shared/shared-moderation/server-blocklist.component.html40 + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. No server found matching current filters. - src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. No server found. - src/app/shared/shared-moderation/server-blocklist.component.html57src/app/shared/shared-moderation/server-blocklist.component.html57 - - Showing to of muted instances - Showing - to - of - muted instances - - - - src/app/shared/shared-moderation/server-blocklist.component.html12src/app/shared/shared-moderation/server-blocklist.component.html12 + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. @@ -4125,25 +4040,25 @@ The link will expire within 1 hour. Mute domains - src/app/shared/shared-moderation/server-blocklist.component.html64src/app/shared/shared-moderation/server-blocklist.component.html64 + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account lo pilno - src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/comments/video-comment-list.component.html43src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24 + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. No account found matching current filters. - src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. No account found. - src/app/shared/shared-moderation/account-blocklist.component.html55src/app/shared/shared-moderation/account-blocklist.component.html55 + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed pluginsList installed plugins src/app/+admin/plugins/plugins.routes.ts26 @@ -4153,16 +4068,7 @@ The link will expire within 1 hour. Show pluginShow plugin src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - Showing - to - of - muted accounts - - - - src/app/shared/shared-moderation/account-blocklist.component.html11src/app/shared/shared-moderation/account-blocklist.component.html11 + Plugins/Themes Plugins/Themes @@ -4352,14 +4258,11 @@ The link will expire within 1 hour. src/app/+admin/overview/comments/video-comment-list.component.html3 This view also shows comments from muted accounts.This view also shows comments from muted accounts. - src/app/+admin/overview/comments/video-comment-list.component.html8 - Showing to of commentsShowing to of comments - - src/app/+admin/overview/comments/video-comment-list.component.html15 + src/app/+admin/overview/comments/video-comment-list.component.html8 Select all rowsSelect all rows - src/app/+admin/follows/followers-list/followers-list.component.html33src/app/+admin/follows/following-list/following-list.component.html38src/app/+admin/moderation/registration-list/registration-list.component.html33src/app/+admin/overview/comments/video-comment-list.component.html39src/app/+admin/overview/users/user-list/user-list.component.html39src/app/+admin/overview/videos/video-list.component.html36src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type Job type @@ -4376,44 +4279,35 @@ The link will expire within 1 hour. 21 Selector for the list displaying jobs, filtering by their state - - Showing to of jobsShowing to of jobs - - src/app/+admin/system/jobs/jobs.component.html39 + Type Type - src/app/+admin/system/jobs/jobs.component.html46src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 Priority (1 = highest priority)Priority (1 = highest priority) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + + src/app/+admin/system/jobs/jobs.component.html45 ProgressProgress - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found.No jobs found. - src/app/+admin/system/jobs/jobs.component.html105 + src/app/+admin/system/jobs/jobs.component.html103 No jobs found.No jobs found. - src/app/+admin/system/jobs/jobs.component.html106 + src/app/+admin/system/jobs/jobs.component.html104 No jobs found.No jobs found. - src/app/+admin/system/jobs/jobs.component.html110 + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are .No jobs found that are . - src/app/+admin/system/jobs/jobs.component.html111 + src/app/+admin/system/jobs/jobs.component.html109 Refresh Refresh - src/app/+admin/overview/comments/video-comment-list.component.html31src/app/+admin/overview/videos/video-list.component.html27src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 nownow src/app/+admin/system/logs/logs.component.html15 @@ -4452,7 +4346,7 @@ The link will expire within 1 hour. - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description cmalu ke skicu vlapoi @@ -4845,10 +4739,13 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 ⚠️ We don't recommend to enable this feature if you don't trust your users⚠️ We don't recommend to enable this feature if you don't trust your users - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL)Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ You need to allow import with HTTP URL to be able to activate this feature. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html319 @@ -5699,55 +5596,34 @@ color: red; src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html 9 - - Showing to of synchronizationsShowing to of synchronizations - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - Add synchronizationAdd synchronization - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 External Channel External Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 Channel Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 Last synchronization at Last synchronization at - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List importsList imports - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channelFully synchronize the channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channelThis fetches any missing videos on the local channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for .Synchronization removed successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for .Full synchronization requested successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATIONNEW SYNCHRONIZATION src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.html @@ -5862,22 +5738,14 @@ color: red; Target Target - src/app/+my-library/my-video-imports/my-video-imports.component.html28 + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted This video was deleted - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - Showing to of imports - Showing - to - of - imports - - - src/app/+my-library/my-video-imports/my-video-imports.component.html21 + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. Once you delete your account, there is no going back. You will be asked to confirm this action. @@ -5891,20 +5759,10 @@ color: red; - src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65src/app/+videos/+video-watch/video-watch.component.html66 + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}}{VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} - src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()!Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - - + src/app/+my-library/+my-video-channels/my-video-channels.component.html49 Created by Created by @@ -6271,7 +6129,7 @@ channel or account with the same name (Banned - src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html105 + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Instance muted Instance muted @@ -6340,7 +6198,7 @@ channel or account with the same name (src/app/+accounts/account-video-channels/account-video-channels.component.html29src/app/+accounts/accounts.component.html39src/app/+my-library/+my-video-channels/my-video-channels.component.html47src/app/+video-channels/video-channels.component.html78src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 Please type the name of the video channel () to confirmPlease type the name of the video channel () to confirm - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL @@ -6811,11 +6669,11 @@ channel or account with the same name (Go to the previous step - src/app/+signup/+register/register.component.ts43 + src/app/+signup/+register/register.component.ts42 Go to the next stepGo to the next step - src/app/+signup/+register/register.component.ts44 + src/app/+signup/+register/register.component.ts43 Who are we? @@ -6834,7 +6692,7 @@ channel or account with the same name (src/app/shared/shared-instance/instance-about-accordion.component.html48 Terms of Terms of - src/app/shared/shared-instance/instance-about-accordion.component.ts81 + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability Administrators & Sustainability @@ -7014,34 +6872,34 @@ channel or account with the same name (src/app/shared/shared-video-miniature/video-filters-header.component.ts90 Sensitive contentSensitive content - src/app/shared/shared-video-miniature/video-filters.model.ts125 + src/app/shared/shared-video-miniature/video-filters.model.ts131 ScopeScope - src/app/shared/shared-video-miniature/video-filters.model.ts132 + src/app/shared/shared-video-miniature/video-filters.model.ts138 FederatedFederated - src/app/shared/shared-video-miniature/video-filters.model.ts134 + src/app/shared/shared-video-miniature/video-filters.model.ts140 LanguagesLanguages - src/app/shared/shared-video-miniature/video-filters.model.ts142 + src/app/shared/shared-video-miniature/video-filters.model.ts148 CategoriesCategories - src/app/shared/shared-video-miniature/video-filters.model.ts151 + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videosAll videos - src/app/shared/shared-video-miniature/video-filters.model.ts160 + src/app/shared/shared-video-miniature/video-filters.model.ts166 BlurredBlurred - src/app/shared/shared-video-miniature/video-filters.model.ts240 + src/app/shared/shared-video-miniature/video-filters.model.ts246 hiddenhidden - src/app/shared/shared-video-miniature/video-filters.model.ts246 + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurredblurred - src/app/shared/shared-video-miniature/video-filters.model.ts247 + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayeddisplayed - src/app/shared/shared-video-miniature/video-filters.model.ts249 + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protectedPassword protected src/app/shared/shared-video-miniature/video-miniature.component.html @@ -7349,12 +7207,12 @@ channel or account with the same name (Reject - src/app/+admin/follows/followers-list/followers-list.component.html51src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 DeleteDelete - src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts63src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts133src/app/shared/shared-abuse-list/abuse-list-table.component.ts376src/app/shared/shared-abuse-list/abuse-list-table.component.ts411src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}}Accepted {count, plural, =1 { follow request} other { follow requests}} src/app/+admin/follows/followers-list/followers-list.component.ts67 @@ -7378,7 +7236,7 @@ channel or account with the same name (src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html25 + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line1 host (without "http://"), account handle or channel handle per line src/app/+admin/follows/following-list/follow-modal.component.html @@ -7441,17 +7299,17 @@ channel or account with the same name (Do you really want to remove this video redundancy? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy Remove redundancy - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! Video redundancies removed! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Account unmuted by your instance. Account @@ -7519,89 +7377,89 @@ channel or account with the same name (Internal actions - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report Delete report - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account Actions for the flagged account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mark as accepted Mark as accepted - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected Mark as rejected - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note Add internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video Actions for the video - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video Block video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. Video blocked. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video Unblock video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. Video unblocked. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Do you really want to delete this abuse report? .i .au ju'o pei vimcu le malpli notci - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. .i mo'u vimcu le malpli notci - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment Deleted comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter Messages with reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators Messages with moderators - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note Update internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual Switch video block to manual @@ -7744,12 +7602,12 @@ channel or account with the same name (plugin - src/app/+admin/plugins/shared/plugin-api.service.ts30 + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme theme - src/app/+admin/plugins/shared/plugin-api.service.ts33 + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP addressIP address src/app/+admin/system/debug/debug.component.html @@ -7839,13 +7697,13 @@ channel or account with the same name (Info - src/app/+admin/overview/videos/video-list.component.html41src/app/core/notification/notifier.service.ts12 + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 FilesFiles - src/app/+admin/overview/videos/video-list.component.html42 + src/app/+admin/overview/videos/video-list.component.html41 Published Published - src/app/+admin/overview/videos/video-list.component.html43 + src/app/+admin/overview/videos/video-list.component.html42 Warning Warning @@ -7871,34 +7729,28 @@ channel or account with the same name (Audit logs - src/app/+admin/system/logs/logs.component.ts145 - Showing to of runner jobsShowing to of runner jobs - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - - + src/app/+admin/system/logs/logs.component.ts145 UUIDUUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 Priority Priority - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 Progress Progress - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 RunnerRunner - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload:Payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload:Private payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found.No runner jobs found. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobsCompleted jobs src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts @@ -7953,28 +7805,16 @@ channel or account with the same name (src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html 4 - - Showing to of remote runnersShowing to of remote runners - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - IPIP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contactLast contact - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found.No remote runners found. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. User @@ -7984,7 +7824,7 @@ channel or account with the same name (src/app/+admin/overview/users/user-edit/user-create.component.ts78 Create userCreate user - src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html25 + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videosBlocked videos src/app/+admin/moderation/moderation.routes.ts67 @@ -8086,12 +7926,6 @@ channel or account with the same name (src/app/+admin/moderation/registration-list/registration-list.component.html 3 - - Showing to of registrationsShowing to of registrations - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - Password changed for user . @@ -8147,7 +7981,7 @@ channel or account with the same name (src/app/+admin/overview/videos/video-admin.service.ts49 LiveLive - src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html88 + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video filesVideo files src/app/+admin/overview/videos/video-admin.service.ts59 @@ -8484,18 +8318,18 @@ channel or account with the same name (Too many languages are enabled. Please enable them all or stay below 20 enabled languages. - src/app/shared/shared-user-settings/user-video-settings.component.ts76 + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. Video settings updated. - src/app/shared/shared-user-settings/user-video-settings.component.ts121 + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. Display/Video settings updated. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Video channel created. .i mo'u zbasu la'o ly. @@ -8531,12 +8365,12 @@ channel or account with the same name ( .ly. noi vidvi te tivni - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day Views for the day - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followersMy followers @@ -8599,10 +8433,10 @@ channel or account with the same name ( created. - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 CreateCreate - src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist Update playlist @@ -8666,7 +8500,13 @@ channel or account with the same name (? - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + + Video deleted. Video @@ -8786,10 +8626,10 @@ channel or account with the same name (src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts44src/app/shared/shared-forms/preview-upload.component.ts38 Maximize editorMaximize editor - src/app/shared/shared-forms/markdown-textarea.component.ts51 + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editorExit maximized editor - src/app/shared/shared-forms/markdown-textarea.component.ts52 + src/app/shared/shared-forms/markdown-textarea.component.ts50 @@ -8818,7 +8658,7 @@ channel or account with the same name (src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts888 + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTSPLAYLISTS src/app/+video-channels/video-channels.component.ts91 @@ -9083,10 +8923,10 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+search/search-filters.component.ts52 VOD videosVOD videos - src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts174 + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videosLive videos - src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts168 + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) Short (< 4 min) @@ -10341,13 +10181,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instance languages - src/app/+videos/+video-edit/shared/video-edit.component.ts222 + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages All languages - src/app/+videos/+video-edit/shared/video-edit.component.ts223src/app/shared/shared-forms/select/select-languages.component.ts25 + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Hidden Hidden @@ -10362,7 +10202,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Displayed Displayed - src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts242 + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 DisabledDisabled src/app/shared/shared-instance/instance-features-table.component.ts60 @@ -10539,19 +10379,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server Mute server - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. Server muted by the instance. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter Add a message to communicate with the reporter @@ -10792,26 +10632,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular minutes. - src/app/core/rest/rest-extractor.service.ts126 + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. Too many attempts, please try again later. - src/app/core/rest/rest-extractor.service.ts129 + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. Server error. Please retry later. - src/app/core/rest/rest-extractor.service.ts133 + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later.Server is unavailable. Please retry later. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server errorUnknown server error - src/app/core/rest/rest-extractor.service.ts140 + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + + Subscribed to all current channels of . You will be notified of all their new videos. Subscribed to all current channels of @@ -10919,27 +10762,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Delete video Delete video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment Actions for the comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment Delete comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? Do you really want to delete this comment? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. Comment deleted. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Encoder Encoder @@ -10989,23 +10832,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. Video deleted. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter Actions for the reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter Mute reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 DownloadDownload @@ -11104,46 +10947,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+admin/system/runners/runner-list/runner-list.component.ts 58 - - Showing to of registration tokensShowing to of registration tokens - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - TokenToken - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runnersAssociated runners - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate tokenGenerate token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copiedRegistration token copied - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration tokenCopy registration token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners.No registration token found for remote runners. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this tokenRemove this token src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.ts34 @@ -11191,7 +11013,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actionsOpen video actions src/app/shared/shared-video-miniature/video-actions-dropdown.component.html @@ -11218,7 +11040,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute server account Mute server account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Report Report @@ -11309,7 +11131,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html77src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Add to watch later Add to watch later @@ -11336,25 +11158,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Only I can see this video Only I can see this video - src/app/shared/shared-main/video/video.service.ts460 + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link Only shareable via a private link - src/app/shared/shared-main/video/video.service.ts461 + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video Anyone can see this video - src/app/shared/shared-main/video/video.service.ts462 + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video Only users of this instance can see this video - src/app/shared/shared-main/video/video.service.ts463 + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this videoOnly users with the appropriate password can see this video - src/app/shared/shared-main/video/video.service.ts464 + src/app/shared/shared-main/video/video.service.ts465 Video to import updated. Video to import updated. @@ -11403,36 +11225,24 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular You have unsaved changes! If you leave, your changes will be lost. You have unsaved changes! If you leave, your changes will be lost. - src/app/+videos/+video-edit/video-update.component.ts140 + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. Video updated. - src/app/+videos/+video-edit/video-update.component.ts227 + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators.Your video will also be automatically blocked since video publication requires manual validation by moderators. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version.Uploading a new version of your video will completely erase the current version. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 <br /><br />Do you still want to replace your video file?<br /><br />Do you still want to replace your video file? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warningReplace file warning - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: )(extensions: ) @@ -11512,83 +11322,74 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>?This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? - src/app/+videos/+video-watch/video-watch.component.ts370 + src/app/+videos/+video-watch/video-watch.component.ts371 RedirectionRedirection - src/app/+videos/+video-watch/video-watch.component.ts371 + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this videoYou need a password to watch this video - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protectedThis video is password protected - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct passwordIncorrect password, please enter a correct password - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? This video contains mature or explicit content. Are you sure you want to watch it? - src/app/+videos/+video-watch/video-watch.component.ts446 + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content Mature or explicit content - src/app/+videos/+video-watch/video-watch.component.ts447 + src/app/+videos/+video-watch/video-watch.component.ts448 CancelCancel - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html42src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreenEnter/exit fullscreen - src/app/+videos/+video-watch/video-watch.component.ts851 + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the videoPlay/Pause the video - src/app/+videos/+video-watch/video-watch.component.ts852 + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the videoMute/unmute the video - src/app/+videos/+video-watch/video-watch.component.ts853 + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90%Skip to a percentage of the video: 0 is 0% and 9 is 90% - src/app/+videos/+video-watch/video-watch.component.ts868 + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volumeIncrease the volume - src/app/+videos/+video-watch/video-watch.component.ts855 + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volumeDecrease the volume - src/app/+videos/+video-watch/video-watch.component.ts856 + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forwardSeek the video forward - src/app/+videos/+video-watch/video-watch.component.ts870 + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backwardSeek the video backward - src/app/+videos/+video-watch/video-watch.component.ts871 + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rateIncrease playback rate - src/app/+videos/+video-watch/video-watch.component.ts873 + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rateDecrease playback rate - src/app/+videos/+video-watch/video-watch.component.ts874 + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frameNavigate in the video to the previous frame - src/app/+videos/+video-watch/video-watch.component.ts876 + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frameNavigate in the video to the next frame - src/app/+videos/+video-watch/video-watch.component.ts877 + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater modeToggle theater mode - src/app/+videos/+video-watch/video-watch.component.ts861 + src/app/+videos/+video-watch/video-watch.component.ts867 @@ -11657,12 +11458,6 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+admin/overview/videos/video-admin.service.ts 103 - - Showing to of videosShowing to of videos - - src/app/+admin/overview/videos/video-list.component.html - 11 - Only videos uploaded on this instance are displayedOnly videos uploaded on this instance are displayed diff --git a/client/src/locale/angular.kab.xlf b/client/src/locale/angular.kab.xlf index c321e5fd8..26b033b2d 100644 --- a/client/src/locale/angular.kab.xlf +++ b/client/src/locale/angular.kab.xlf @@ -311,28 +311,19 @@ src/app/shared/shared-main/users/user-notifications.component.html230 {views, plural, =0 {No view} =1 {1 view} other { views}}{views, plural, =0 {No view} =1 {1 view} other { views}} - src/app/shared/shared-main/video/video.model.ts291 + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded.PeerTube considers this video is already being transcoded. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcodingForce transcoding - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}}{viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} - src/app/shared/shared-main/video/video.model.ts288 + src/app/shared/shared-main/video/video.model.ts289 Change your avatar Bedel avaṭar-ik.im @@ -347,12 +338,12 @@ Account muted Account muted - src/app/+admin/overview/videos/video-list.component.html79 + src/app/+admin/overview/videos/video-list.component.html78 Server muted Server muted - src/app/+admin/overview/videos/video-list.component.html80 + src/app/+admin/overview/videos/video-list.component.html79 Save to Sekles ɣer @@ -465,7 +456,7 @@ tavidyut - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts341src/app/shared/shared-video-miniature/video-download.component.ts62 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: ) Your video quota is exceeded with this video (video size: , used: , quota: ) @@ -561,17 +552,14 @@ Yewḥel - src/app/+admin/overview/videos/video-list.component.html82src/app/shared/shared-video-miniature/video-miniature.component.html64 + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storageObject storage - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this fileDelete this file - src/app/+admin/overview/videos/video-list.component.html114src/app/+admin/overview/videos/video-list.component.html130 + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}.Deleted {count, plural, =1 {1 video} other { videos}}. @@ -951,7 +939,7 @@ Adigan - src/app/shared/shared-video-miniature/video-filters.model.ts135 + src/app/shared/shared-video-miniature/video-filters.model.ts141 users iseqdacen @@ -985,7 +973,7 @@ - src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/follows.routes.ts26 + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 Followers Followers @@ -1310,7 +1298,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 Email address Tansa email @@ -1364,7 +1352,7 @@ The link will expire within 1 hour. Jerred Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 + src/app/+signup/+register/register.component.ts85 Why creating an account?Why creating an account? src/app/+signup/+register/steps/register-step-about.component.html @@ -2014,7 +2002,7 @@ The link will expire within 1 hour. Media is too large for the server. Please contact you administrator if you want to increase the limit size. midyat ɣezzif aṭas i uqeddac-a. Ma ulac aɣilif nermes anedbal-ik·im ma yella tebɣiḍ ad ternuḍ deg teɣzi n talast. - src/app/core/rest/rest-extractor.service.ts118 + src/app/core/rest/rest-extractor.service.ts122 In this instance's network Deg uzeṭṭa n tummant-a @@ -2225,7 +2213,7 @@ The link will expire within 1 hour. - src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/shared/shared-forms/reactive-file.component.html16 + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter Sizdeg @@ -2381,7 +2369,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts39src/app/shared/shared-instance/instance-follow.service.ts142 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found Ulac iferdisen yettwafen @@ -2398,7 +2386,7 @@ The link will expire within 1 hour. - src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html24src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 Choose the appropriate licence for your work. @@ -2416,49 +2404,28 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html39src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reasonRegistration reason - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation responseModeration response - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 Requested on Requested on - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason:Registration reason: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response:Moderation response: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters.No registrations found matching current filters. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found.No registrations found. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this requestAccept this request src/app/+admin/moderation/registration-list/registration-list.component.ts @@ -2645,51 +2612,51 @@ The link will expire within 1 hour. Original publication date Azemz aneẓli n tsuffeɣt - src/app/+videos/+video-edit/shared/video-edit.component.html368 + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) Wagi d azemz ideg i d-yeffeɣ ugbur tikkelt akk tamezwarut (am. azemz n tuffɣa n usaru) - src/app/+videos/+video-edit/shared/video-edit.component.html371 + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settings Iɣewwaren n uzegrir - src/app/+videos/+video-edit/shared/video-edit.component.html402 + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latencySmall latency - src/app/+videos/+video-edit/shared/video-edit.component.ts92 + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2PReduce latency to ~15s disabling P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts93 + src/app/+videos/+video-edit/shared/video-edit.component.ts94 DefaultDefault - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts97 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30sAverage latency of 30s - src/app/+videos/+video-edit/shared/video-edit.component.ts98 + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latencyHigh latency - src/app/+videos/+video-edit/shared/video-edit.component.ts102 + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratioAverage latency of 60s increasing P2P ratio - src/app/+videos/+video-edit/shared/video-edit.component.ts103 + src/app/+videos/+video-edit/shared/video-edit.component.ts104 Other Other - src/app/+videos/+video-edit/shared/video-edit.component.ts219src/app/shared/shared-forms/select/select-languages.component.ts50 + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments Rmed iwenniten n tvidyut - src/app/+videos/+video-edit/shared/video-edit.component.html389 + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download Rmed asader - src/app/+videos/+video-edit/shared/video-edit.component.html394 + src/app/+videos/+video-edit/shared/video-edit.component.html398 URL URL @@ -2728,12 +2695,12 @@ The link will expire within 1 hour. Scheduled Yettuɣawes - src/app/+videos/+video-edit/shared/video-edit.component.ts240 + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date Ffer tavidyut alamma azemz usdid - src/app/+videos/+video-edit/shared/video-edit.component.ts241 + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal live Normal live @@ -2781,7 +2748,7 @@ The link will expire within 1 hour. Afmiḍi asemday n tvidyut - src/app/+admin/overview/users/user-list/user-list.component.html118src/app/shared/shared-main/users/user-quota.component.html3 + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Congratulations! Your video is now available in your private library. Gedha! Tavidyut-ik·im tella tura deg temkarḍit-ik·im tabaḍnit. @@ -2843,11 +2810,11 @@ The link will expire within 1 hour. src/app/+videos/+video-edit/video-update.component.html 29 - - Your video is currenctly being updated. If you leave, your changes will be lost.Your video is currenctly being updated. If you leave, your changes will be lost. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 @@ -3068,7 +3035,7 @@ The link will expire within 1 hour. Asusam - src/app/+admin/overview/users/user-list/user-list.component.html104src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Loop Taneddict @@ -3189,7 +3156,7 @@ The link will expire within 1 hour. Show more Sken-d ugar - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less Sken-d drus @@ -3233,14 +3200,14 @@ The link will expire within 1 hour. The video was blocked due to automatic blocking of new videos Tabidyut tettusewḥel ssebba n usewḥel awurman n tvidyutin timaynutin - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFW NSFW - src/app/+admin/moderation/video-block-list/video-block-list.component.html56src/app/+admin/overview/videos/video-list.component.html75 + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Get more information Awi ugar n talɣut @@ -3510,30 +3477,30 @@ The link will expire within 1 hour. Video/Comment/Account Tavidyut/Awennit/Amiḍan - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 State Addad n - src/app/+admin/follows/followers-list/followers-list.component.html37src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/moderation/registration-list/registration-list.component.html41src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/shared/shared-abuse-list/abuse-list-table.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages Messages - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note Tazmilt tagensant - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score Agmuḍ n - src/app/+admin/follows/followers-list/followers-list.component.html38 + src/app/+admin/follows/followers-list/followers-list.component.html37 Created Yettwarna @@ -3542,41 +3509,35 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html39src/app/+admin/follows/following-list/following-list.component.html43src/app/+admin/system/jobs/jobs.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html27src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37src/app/+my-library/my-video-imports/my-video-imports.component.html31src/app/shared/shared-abuse-list/abuse-list-table.component.html23 + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab Ldi asebter n umeggi deg yiccer amaynut - src/app/+admin/follows/followers-list/followers-list.component.html56 + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted Yettwaqbel - src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending Yegguni - src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 RejectedRejected - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept Qbel - src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse Agi @@ -3587,17 +3548,13 @@ The link will expire within 1 hour. No follower found matching current filters. Ulac aneḍfar yettwafen yemṣada d yimsizedgen imirinanen. - src/app/+admin/follows/followers-list/followers-list.component.html77 + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. Tummant-ik·im ur tesɛi ula d yiwen n uneḍfar. - src/app/+admin/follows/followers-list/followers-list.component.html78 - - Showing to of followers - Askan n i n yineḍfaren - src/app/+admin/follows/followers-list/followers-list.component.html11 - + src/app/+admin/follows/followers-list/followers-list.component.html77 + 1 host (without "http://") per line 1 yinebgi (s war "http://") i yal @@ -3612,16 +3569,13 @@ The link will expire within 1 hour. Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? Allus n ujuṭu ad issefsex tisirag i yimsaɣen yettusewlen yakan seg tririt n asuddim alamma sqedcen ajuṭu amaynut. Ad tkemmleḍ? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly. Ajuṭu yettubeddel-d. Leqqem tawila n yimsaɣen-ik·im almend n wayen. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEED ASUDDEM N UMULTEƔ @@ -3652,37 +3606,33 @@ The link will expire within 1 hour. Ɛwed ajuṭun amynut - src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts41 + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Redundancy allowed Tuɣalin tettusireg - src/app/+admin/follows/following-list/following-list.component.html44 + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab Ldi tummant deg yiccer amaynut - src/app/+admin/follows/following-list/following-list.component.html58src/app/shared/shared-moderation/server-blocklist.component.html43src/app/shared/shared-moderation/server-blocklist.component.html43 + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. Ulac inebgi yettwafen yemṣada d yimsizedgen imiranen. - src/app/+admin/follows/following-list/following-list.component.html84 + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. Tummant-ik·im ulac win i teṭṭafar. - src/app/+admin/follows/following-list/following-list.component.html85 + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}}Do you really want to unfollow {count, plural, =1 {?} other { entries?}} src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - Sken i n yinebgawen - src/app/+admin/follows/following-list/following-list.component.html11 - + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. Akka i d-yettban mačči ɣef uqeddac HTTPS i telliḍ. Aqeddac-ik·im web yesra ad yettwarmed TLS i uḍfar n yiqeddacen. @@ -3700,7 +3650,7 @@ The link will expire within 1 hour. - src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies Tividyutin i d-yettuɣalen @@ -3726,7 +3676,7 @@ The link will expire within 1 hour. Tavidyut - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html26 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size Teɣzi tasemdayt @@ -3766,12 +3716,12 @@ The link will expire within 1 hour. Used () Used () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available () Available () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 {VAR_PLURAL, plural, =1 {Video} other {Videos} } {VAR_PLURAL, plural, =1 {n tvidyutt} other {n tvidyutin} } @@ -3930,30 +3880,30 @@ The link will expire within 1 hour. Table parameters Table parameters - src/app/+admin/overview/users/user-list/user-list.component.html47 - + + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns Fren tigejda - src/app/+admin/overview/users/user-list/user-list.component.html53 - + + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users Sebrureq iseqdacen yettwagedlen - src/app/+admin/overview/users/user-list/user-list.component.html59 - + + src/app/+admin/overview/users/user-list/user-list.component.html57 Batch actions Tigawin s uεemmuṛ - src/app/+admin/follows/followers-list/followers-list.component.html18src/app/+admin/follows/following-list/following-list.component.html18src/app/+admin/moderation/registration-list/registration-list.component.html18src/app/+admin/overview/comments/video-comment-list.component.html22src/app/+admin/overview/users/user-list/user-list.component.html18src/app/+admin/overview/videos/video-list.component.html18src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 The user was banned Aseqdac yettwagdel - src/app/+admin/overview/users/user-list/user-list.component.html109 + src/app/+admin/overview/users/user-list/user-list.component.html107 Open account in a new tab Ldi amiḍan deg yiccer amaynut @@ -3963,34 +3913,30 @@ The link will expire within 1 hour. - src/app/+admin/overview/comments/video-comment-list.component.html69src/app/+admin/overview/users/user-list/user-list.component.html94src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html44src/app/shared/shared-moderation/account-blocklist.component.html35src/app/shared/shared-moderation/account-blocklist.component.html35 + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account Amiḍan yettwakksen - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota Asemday n ufmiḍi n tvidyut n wass - src/app/+admin/overview/users/user-list/user-list.component.html128 + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: Ssebba n ugdal: - src/app/+admin/overview/users/user-list/user-list.component.html150 + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned users Banned users src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - Askan n i n yiseqdacen - src/app/+admin/overview/users/user-list/user-list.component.html11 - + Moderation Moderation @@ -4040,32 +3986,32 @@ The link will expire within 1 hour. Sensitive Amḥulfu - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated Ur d-yettεawad ara - src/app/+admin/moderation/video-block-list/video-block-list.component.html28 - src/app/+admin/moderation/video-block-list/video-block-list.component.html60 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date Azemz n - src/app/+admin/moderation/video-block-list/video-block-list.component.html29src/app/+admin/overview/comments/video-comment-list.component.html46 + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this row Fren izirig-a - src/app/+admin/follows/followers-list/followers-list.component.html46src/app/+admin/follows/following-list/following-list.component.html51src/app/+admin/moderation/registration-list/registration-list.component.html50src/app/+admin/overview/comments/video-comment-list.component.html54src/app/+admin/overview/users/user-list/user-list.component.html79src/app/+admin/overview/videos/video-list.component.html51src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full comment See full comment - src/app/+admin/overview/comments/video-comment-list.component.html58 + src/app/+admin/overview/comments/video-comment-list.component.html57 Actions Tigawin @@ -4074,27 +4020,27 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html35src/app/+admin/moderation/registration-list/registration-list.component.html60src/app/+admin/moderation/video-block-list/video-block-list.component.html43src/app/+admin/overview/comments/video-comment-list.component.html64src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70src/app/+admin/system/runners/runner-list/runner-list.component.html36src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html39 + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 Follower Follower - src/app/+admin/follows/followers-list/followers-list.component.html36 + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented video Iwennet tavidyut - src/app/+admin/overview/comments/video-comment-list.component.html81 + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters. Ulac iwenniten yettwafen mṣadan d yimsizedegen imiranen. - src/app/+admin/overview/comments/video-comment-list.component.html106 + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found. Ur d-nufi ula d yiwen n uwennit. - src/app/+admin/overview/comments/video-comment-list.component.html107 + src/app/+admin/overview/comments/video-comment-list.component.html106 Local comments Local comments @@ -4111,53 +4057,53 @@ The link will expire within 1 hour. No abuses found matching current filters. Ulac yir aseqdec yettwafen yemṣada d yimsizedgen imiranen. - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. Ulac yir aseqdec yettwafen. - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reports Unsolved reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reports Accepted reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reports Refused reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videos Reports with blocked videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videos Reports with deleted videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: Ssebba n usewḥel: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. Ulac tavidyut yettusweḥlen yettwafen ara yemṣadan d yimsizedgen imiranen. - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. Ulac tavidyut yettusweḥlen i yettwafen. - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocks Automatic blocks @@ -4168,11 +4114,7 @@ The link will expire within 1 hour. Manual blocks src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - Askan i n tvidyutin yettusweḥlen - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 - + Reports Ineqqisen @@ -4199,9 +4141,9 @@ The link will expire within 1 hour. Reporter Amassaɣay - src/app/shared/shared-abuse-list/abuse-details.component.html7 - src/app/shared/shared-abuse-list/abuse-list-table.component.html21 - + + + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 src/app/shared/shared-abuse-list/abuse-details.component.html @@ -4220,23 +4162,23 @@ The link will expire within 1 hour. - src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+admin/overview/videos/video-list.component.html40src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html29src/app/shared/shared-video-miniature/video-download.component.html8 + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 Comment Awennit - src/app/+admin/overview/comments/video-comment-list.component.html45src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 This video has been reported multiple times. Tavidyut-a tettwaktar acḥal n tikkal. - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked Tavidyut tettusewḥel - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on s ɣef @@ -4245,18 +4187,20 @@ The link will expire within 1 hour. Video was deleted Tavidyut tettwakkes - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + Account deleted Amiḍan yettwakkes - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 - - Showing to of reports - Askan n i n yineqqisen - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 - + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 + Reportee Reportee @@ -4319,7 +4263,7 @@ The link will expire within 1 hour. Sgegem taɣult - src/app/shared/shared-moderation/server-blocklist.component.html19src/app/shared/shared-moderation/server-blocklist.component.html19 + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance Tummant @@ -4327,7 +4271,7 @@ The link will expire within 1 hour. - src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at Yettwasgugem ɣef @@ -4335,7 +4279,7 @@ The link will expire within 1 hour. - src/app/shared/shared-moderation/account-blocklist.component.html25src/app/shared/shared-moderation/account-blocklist.component.html25src/app/shared/shared-moderation/server-blocklist.component.html33src/app/shared/shared-moderation/server-blocklist.component.html33 + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute Tukksa n usgugem @@ -4343,50 +4287,45 @@ The link will expire within 1 hour. - src/app/shared/shared-moderation/account-blocklist.component.html32src/app/shared/shared-moderation/account-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html40src/app/shared/shared-moderation/server-blocklist.component.html40 + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. Ulac aqeddac yemṣadan d yimsizedgen imiranen. - src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. Ulac aqeddac yettwafen. - src/app/shared/shared-moderation/server-blocklist.component.html57src/app/shared/shared-moderation/server-blocklist.component.html57 - - Showing to of muted instances - Askan n i n tummanin yettwasgugmen - - - src/app/shared/shared-moderation/server-blocklist.component.html12src/app/shared/shared-moderation/server-blocklist.component.html12 + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + Mute domains Sgugem taɣulin - src/app/shared/shared-moderation/server-blocklist.component.html64src/app/shared/shared-moderation/server-blocklist.component.html64 + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account Amiḍan - src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/comments/video-comment-list.component.html43src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24 + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. Ulac amidan yettwafen yemṣada d yimsizedgen imiranen. - src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. Ulac amiḍan yettwafen. - src/app/shared/shared-moderation/account-blocklist.component.html55src/app/shared/shared-moderation/account-blocklist.component.html55 + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed plugins Bder izegrar yettwasbedden @@ -4402,12 +4341,7 @@ The link will expire within 1 hour. Sken azegrir src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - Askan n i n yimiḍanen yettwasgugmen - - - src/app/shared/shared-moderation/account-blocklist.component.html11src/app/shared/shared-moderation/account-blocklist.component.html11 + Plugins/Themes Izegrar/Isental @@ -4593,18 +4527,14 @@ The link will expire within 1 hour. Taskant-a teskan daɣen iwenniten seg yimiḍanen inmeggagen. src/app/+admin/overview/comments/video-comment-list.component.html8 - - Showing to of comments - Askan n deg n yiwenniten - - src/app/+admin/overview/comments/video-comment-list.component.html15 + Select all rows Fren meṛṛa izirigen - src/app/+admin/follows/followers-list/followers-list.component.html33src/app/+admin/follows/following-list/following-list.component.html38src/app/+admin/moderation/registration-list/registration-list.component.html33src/app/+admin/overview/comments/video-comment-list.component.html39src/app/+admin/overview/users/user-list/user-list.component.html39src/app/+admin/overview/videos/video-list.component.html36src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type Anaw n umahil @@ -4624,70 +4554,60 @@ The link will expire within 1 hour. Selector for the list displaying jobs, filtering by their state - - Showing to of jobs - Askan n deg n yimuhal - src/app/+admin/system/jobs/jobs.component.html39 - + ID Asulay - src/app/+admin/system/jobs/jobs.component.html45 - + + src/app/+admin/system/jobs/jobs.component.html43 Type Anaw - src/app/+admin/system/jobs/jobs.component.html46src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 Priority (1 = highest priority) Tazwart (1 = highest priority) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + + src/app/+admin/system/jobs/jobs.component.html45 Progress Iteddu - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found. Ulac imahilen yettwafen. - src/app/+admin/system/jobs/jobs.component.html105 - + + src/app/+admin/system/jobs/jobs.component.html103 No jobs found. Ulac imuhal yettwafen. - src/app/+admin/system/jobs/jobs.component.html106 - + + src/app/+admin/system/jobs/jobs.component.html104 No jobs found. Ulac imuhal yettwafen. - src/app/+admin/system/jobs/jobs.component.html110 - + + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are . Ulac imuhal yettwafen i . - src/app/+admin/system/jobs/jobs.component.html111 - + + src/app/+admin/system/jobs/jobs.component.html109 State Aɣrem - src/app/+admin/system/jobs/jobs.component.html48src/app/+my-library/my-video-imports/my-video-imports.component.html30 + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 Refresh Sismeḍ - src/app/+admin/overview/comments/video-comment-list.component.html31src/app/+admin/overview/videos/video-list.component.html27src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 now tura @@ -4730,7 +4650,7 @@ The link will expire within 1 hour. - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description Aglam wezzilen @@ -5058,10 +4978,13 @@ The link will expire within 1 hour. ⚠️ We don't recommend to enable this feature if you don't trust your users ⚠️ We don't recommend to enable this feature if you don't trust your users - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL)Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ You need to allow import with HTTP URL to be able to activate this feature. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html319 @@ -5826,55 +5749,34 @@ color: red; src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html 9 - - Showing to of synchronizationsShowing to of synchronizations - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - Add synchronizationAdd synchronization - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 External Channel External Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 Channel Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 Last synchronization at Last synchronization at - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List importsList imports - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channelFully synchronize the channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channelThis fetches any missing videos on the local channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for .Synchronization removed successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for .Full synchronization requested successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATIONNEW SYNCHRONIZATION src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.html @@ -5953,17 +5855,13 @@ color: red; Target Asaḍas - src/app/+my-library/my-video-imports/my-video-imports.component.html28 + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted Tavidyut-a tettwakkes - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - Showing to of imports - Askan i n waktaren - - src/app/+my-library/my-video-imports/my-video-imports.component.html21 + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. Akken ara tekkseḍ amiḍan-ik·im, ulac tuɣalin ɣer deffir. Ad yettwasuter deg-k·m ad tesnetmeḍ tigawt-a. @@ -5975,20 +5873,10 @@ color: red; - src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65src/app/+videos/+video-watch/video-watch.component.html66 + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}}{VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} - src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()!Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - - + src/app/+my-library/+my-video-channels/my-video-channels.component.html49 subscribers n yimultaɣ @@ -6182,7 +6070,7 @@ channel or account with the same name () to confirm Please type the name of the video channel () to confirm - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL NEW CHANNEL @@ -6420,7 +6308,7 @@ channel or account with the same name (Yettwagdel - src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html105 + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Instance muted Tettwasgugem tummant @@ -6888,11 +6776,11 @@ channel or account with the same name (Go to the previous step - src/app/+signup/+register/register.component.ts43 + src/app/+signup/+register/register.component.ts42 Go to the next stepGo to the next step - src/app/+signup/+register/register.component.ts44 + src/app/+signup/+register/register.component.ts43 Who are we? @@ -6911,7 +6799,7 @@ channel or account with the same name (src/app/shared/shared-instance/instance-about-accordion.component.html48 Terms of Terms of - src/app/shared/shared-instance/instance-about-accordion.component.ts81 + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability Inedbalen & Lebda @@ -7106,52 +6994,52 @@ channel or account with the same name (Sensitive content - src/app/shared/shared-video-miniature/video-filters.model.ts125 + src/app/shared/shared-video-miniature/video-filters.model.ts131 Scope Scope - src/app/shared/shared-video-miniature/video-filters.model.ts132 + src/app/shared/shared-video-miniature/video-filters.model.ts138 Federated Federated - src/app/shared/shared-video-miniature/video-filters.model.ts134 + src/app/shared/shared-video-miniature/video-filters.model.ts140 Languages Languages - src/app/shared/shared-video-miniature/video-filters.model.ts142 + src/app/shared/shared-video-miniature/video-filters.model.ts148 Categories Categories - src/app/shared/shared-video-miniature/video-filters.model.ts151 + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videos All videos - src/app/shared/shared-video-miniature/video-filters.model.ts160 + src/app/shared/shared-video-miniature/video-filters.model.ts166 Blurred Blurred - src/app/shared/shared-video-miniature/video-filters.model.ts240 + src/app/shared/shared-video-miniature/video-filters.model.ts246 hidden hidden - src/app/shared/shared-video-miniature/video-filters.model.ts246 + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurred blurred - src/app/shared/shared-video-miniature/video-filters.model.ts247 + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayed displayed - src/app/shared/shared-video-miniature/video-filters.model.ts249 + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protectedPassword protected src/app/shared/shared-video-miniature/video-miniature.component.html @@ -7528,7 +7416,7 @@ channel or account with the same name (src/app/+admin/follows/followers-list/followers-list.component.html51src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 @@ -7559,7 +7447,7 @@ channel or account with the same name (src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts63src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts133src/app/shared/shared-abuse-list/abuse-list-table.component.ts376src/app/shared/shared-abuse-list/abuse-list-table.component.ts411src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}}Accepted {count, plural, =1 { follow request} other { follow requests}} src/app/+admin/follows/followers-list/followers-list.component.ts67 @@ -7585,7 +7473,7 @@ channel or account with the same name (src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html25 + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line 1 host (without "http://"), account handle or channel handle per line @@ -7639,17 +7527,17 @@ channel or account with the same name (Tebɣiḍ s tidet ad tekkseḍ allus n tvidyut-a? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy Tukksa n wallus - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! Allus n tvidyut yettwakkes! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Account unmuted by your instance. Amiḍan yettwakkes-as usgugem s tummant-inek·inem. @@ -7720,122 +7608,122 @@ channel or account with the same name (Tigawin tigensayin - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report Delete report - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account Actions for the flagged account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mark as accepted Creḍ yettwaqbal - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected Creḍ yettwagi - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note Rnu tazmilt tagensant - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video Actions for the video - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video Block video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. Tavidyut tettusewḥel. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video Kkes asekkar i tvidyut - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. Tavidyut yettwakkes-as usekkeṛ. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Delete video Delete video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment Tigawin i uwennit - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment Kkes awennit - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? Tebɣiḍ s tidet ad tekkseḍ awennit-a? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. Awennit yettwakkes. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Do you really want to delete this video? D tidet tebɣiḍ ad tekkseḍ tavidyut-a? - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. Tavidyut tettwakkes. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter Tigawin i umassaɣay - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter Sgugem amassaɣay - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 Account muted by the instance. Amiḍan yettwasgugem s tummant-ik·im. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server Sgugem aqeddac - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. Aqeddac yettwasgugem s tummant-a. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter Rnu izen i wakken ad temmeslayeḍ akked umassaɣay @@ -7850,32 +7738,32 @@ channel or account with the same name (Tebɣiḍ s tidet ad tekkseḍ aneqqis-a n yisr aseqdec? - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. Yir aseqdec yettwakkes. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment Yettwakkes uwennit - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter Iznan s umassaɣay - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators Iznan s yimḍebbren - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note Leqqem tazmilt tagensant - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual Err asewḥel n tvidyut ad iteddu s ufus @@ -8008,13 +7896,13 @@ channel or account with the same name ( plugin plugin - src/app/+admin/plugins/shared/plugin-api.service.ts30 - + + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme theme - src/app/+admin/plugins/shared/plugin-api.service.ts33 - + + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP address Tansa n IP @@ -8133,17 +8021,17 @@ channel or account with the same name (src/app/+admin/overview/videos/video-list.component.html41src/app/core/notification/notifier.service.ts12 + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 Files Files - src/app/+admin/overview/videos/video-list.component.html42 + src/app/+admin/overview/videos/video-list.component.html41 Published Published - src/app/+admin/overview/videos/video-list.component.html43 + src/app/+admin/overview/videos/video-list.component.html42 Warning Asmigel @@ -8167,34 +8055,28 @@ channel or account with the same name (Audit logs src/app/+admin/system/logs/logs.component.ts145 - - Showing to of runner jobsShowing to of runner jobs - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - UUIDUUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 Priority Priority - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 Progress Progress - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 RunnerRunner - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload:Payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload:Private payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found.No runner jobs found. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobsCompleted jobs src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts @@ -8249,28 +8131,16 @@ channel or account with the same name (src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html 4 - - Showing to of remote runnersShowing to of remote runners - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - IPIP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contactLast contact - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found.No remote runners found. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. Aseqdac yettwarna. @@ -8279,9 +8149,9 @@ channel or account with the same name ( Create user Rnu aseqdac - src/app/+admin/overview/users/user-edit/user-create.component.ts97 - src/app/+admin/overview/users/user-list/user-list.component.html25 - + + + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videos Tividyutin yettusweḥlen @@ -8387,12 +8257,6 @@ channel or account with the same name (src/app/+admin/moderation/registration-list/registration-list.component.html 3 - - Showing to of registrationsShowing to of registrations - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - Password changed for user . @@ -8454,7 +8318,7 @@ channel or account with the same name (Live - src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html88 + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video files Video files @@ -8841,18 +8705,18 @@ channel or account with the same name ( Too many languages are enabled. Please enable them all or stay below 20 enabled languages. Aṭas n tutlayin i yettwaremden. Ttxil-k·m rmed-itent akk neɣ qqim ddaw deg 20 n tutlayin yettwaremden. - src/app/shared/shared-user-settings/user-video-settings.component.ts76 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. Iɣewwaren n tvidyut ttwaremden. - src/app/shared/shared-user-settings/user-video-settings.component.ts121 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. Iɣewwaren n tvidyut/n uskan ttwaleqqmen. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Video channel created. Abadu n tvidyut yettwarna. @@ -8887,12 +8751,12 @@ channel or account with the same name ( deleted. Abadu n tvidyut yettwakkes. - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day Timeẓriyin deg ass - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followers My followers @@ -8976,8 +8840,8 @@ channel or account with the same name ( Playlist created. Tabdart n tɣuri tettwarna. - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 - + + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 Create Snulfu-d @@ -8988,7 +8852,7 @@ channel or account with the same name (src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist Update playlist @@ -9057,7 +8921,13 @@ channel or account with the same name (src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + + Video deleted. Tavidyut tettwakkes. @@ -9215,12 +9085,12 @@ channel or account with the same name (Semɣer amaẓrag - src/app/shared/shared-forms/markdown-textarea.component.ts51 + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editor Ffeɣ seg umaẓrag yettusmeɣ - src/app/shared/shared-forms/markdown-textarea.component.ts52 + src/app/shared/shared-forms/markdown-textarea.component.ts50 @@ -9245,7 +9115,7 @@ channel or account with the same name (Multeɣ ɣer umiḍan - src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts888 + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTS TIBDARIN N TΓURI @@ -9537,14 +9407,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts174 + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videos Live videos - src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts168 + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) Tewzel (< 4 tsd) @@ -10918,13 +10788,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Tutlayin n tummant - src/app/+videos/+video-edit/shared/video-edit.component.ts222 + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages Akk tutlayin - src/app/+videos/+video-edit/shared/video-edit.component.ts223src/app/shared/shared-forms/select/select-languages.component.ts25 + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Hidden Yeffer @@ -10940,7 +10810,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Yettwaskan - src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts242 + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 DisabledDisabled src/app/shared/shared-instance/instance-features-table.component.ts60 @@ -11321,26 +11191,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Too many attempts, please try again after minutes. Aṭas n tikkal i tεerḍeḍ, ttxil-k·m εreḍ tikkelt-nniḍen seld tesdatin. - src/app/core/rest/rest-extractor.service.ts126 + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. Aṭas n yineεruḍen, ttxil-k·m εreḍ tikkelt-nniḍen. - src/app/core/rest/rest-extractor.service.ts129 + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. Tuccḍa deg uqeddac. Ttxil-k·m εreḍ tikkelt-nniḍen. - src/app/core/rest/rest-extractor.service.ts133 + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later.Server is unavailable. Please retry later. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server errorUnknown server error - src/app/core/rest/rest-extractor.service.ts140 + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + + Subscribed to all current channels of . You will be notified of all their new videos. Multeɣ ɣer meṛṛa ibuda imiranen n . Ad d-teṭṭfeḍ ilɣa ɣef meṛṛa tividyutin timaynutin. @@ -11734,46 +11607,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+admin/system/runners/runner-list/runner-list.component.ts 58 - - Showing to of registration tokensShowing to of registration tokens - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - TokenToken - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runnersAssociated runners - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate tokenGenerate token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copiedRegistration token copied - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration tokenCopy registration token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners.No registration token found for remote runners. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this tokenRemove this token src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.ts34 @@ -11827,7 +11679,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Sgugem amiḍan - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actions Ldi tigawin n tvidyut @@ -11860,7 +11712,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute server account Sgugem amiḍan n uqeddac - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Published Yeffeɣ-d @@ -11923,7 +11775,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html77src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Add to watch later Rnu ad tt-twaliḍ ticki @@ -11952,25 +11804,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Only I can see this video Ala nekk i izemren ad iwali tavidyut-a - src/app/shared/shared-main/video/video.service.ts460 + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link Beṭṭu-ines ad yili kan s useɣwen uslig - src/app/shared/shared-main/video/video.service.ts461 + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video Medden akk zemren ad walin tavidyut-a - src/app/shared/shared-main/video/video.service.ts462 + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video Ala iseqdacen n tummant-a i izemren ad walin tavidyut-a - src/app/shared/shared-main/video/video.service.ts463 + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this videoOnly users with the appropriate password can see this video - src/app/shared/shared-main/video/video.service.ts464 + src/app/shared/shared-main/video/video.service.ts465 @@ -12016,36 +11868,24 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular You have unsaved changes! If you leave, your changes will be lost. You have unsaved changes! If you leave, your changes will be lost. - src/app/+videos/+video-edit/video-update.component.ts140 + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. Tavidyut tettwaleqqem. - src/app/+videos/+video-edit/video-update.component.ts227 + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators.Your video will also be automatically blocked since video publication requires manual validation by moderators. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version.Uploading a new version of your video will completely erase the current version. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 <br /><br />Do you still want to replace your video file?<br /><br />Do you still want to replace your video file? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warningReplace file warning - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: )(extensions: ) @@ -12119,40 +11959,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? Tavidyut-a ulac-itt deg tummant. Tebɣiḍ ad tettuwellheḍ ɣer tummant taneẓlit: <a href=""></a>? - src/app/+videos/+video-watch/video-watch.component.ts370 + src/app/+videos/+video-watch/video-watch.component.ts371 Redirection Allus n uwelleh - src/app/+videos/+video-watch/video-watch.component.ts371 + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this videoYou need a password to watch this video - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protectedThis video is password protected - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct passwordIncorrect password, please enter a correct password - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? Tavidyut-a deg-s agbur ai yimeqqranen neɣ agbur amḥulfu. D tidet tebɣiḍ ad t-twaliḍ? - src/app/+videos/+video-watch/video-watch.component.ts446 + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content Agbur i yimeqqranen neq agbur amḥulfu - src/app/+videos/+video-watch/video-watch.component.ts447 + src/app/+videos/+video-watch/video-watch.component.ts448 Cancel @@ -12177,73 +12008,73 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html42src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreen Enter/exit fullscreen - src/app/+videos/+video-watch/video-watch.component.ts851 + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the video Play/Pause the video - src/app/+videos/+video-watch/video-watch.component.ts852 + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the video Mute/unmute the video - src/app/+videos/+video-watch/video-watch.component.ts853 + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90% Skip to a percentage of the video: 0 is 0% and 9 is 90% - src/app/+videos/+video-watch/video-watch.component.ts868 + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volume Increase the volume - src/app/+videos/+video-watch/video-watch.component.ts855 + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volume Decrease the volume - src/app/+videos/+video-watch/video-watch.component.ts856 + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forward Seek the video forward - src/app/+videos/+video-watch/video-watch.component.ts870 + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backward Seek the video backward - src/app/+videos/+video-watch/video-watch.component.ts871 + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rate Increase playback rate - src/app/+videos/+video-watch/video-watch.component.ts873 + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rate Decrease playback rate - src/app/+videos/+video-watch/video-watch.component.ts874 + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frame Navigate in the video to the previous frame - src/app/+videos/+video-watch/video-watch.component.ts876 + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frame Navigate in the video to the next frame - src/app/+videos/+video-watch/video-watch.component.ts877 + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater mode Toggle theater mode - src/app/+videos/+video-watch/video-watch.component.ts861 + src/app/+videos/+video-watch/video-watch.component.ts867 Like the video Teεǧeb-iyi tavidyut @@ -12321,14 +12152,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 103 - - Showing to of videos - Showing to of videos - - src/app/+admin/overview/videos/video-list.component.html - 11 - - + Only videos uploaded on this instance are displayed Only videos uploaded on this instance are displayed diff --git a/client/src/locale/angular.ko-KR.xlf b/client/src/locale/angular.ko-KR.xlf index e5fdd1607..675257158 100644 --- a/client/src/locale/angular.ko-KR.xlf +++ b/client/src/locale/angular.ko-KR.xlf @@ -186,9 +186,9 @@ published a new video: 님이 새 동영상을 게시했습니다: - + - + src/app/shared/shared-main/users/user-notifications.component.html16 @@ -199,12 +199,12 @@ Your video has been unblocked - 당신의 비디오 가 블럭 해제 되었습니다 + 당신의 비디오 가 블럭 해제 되었습니다 src/app/shared/shared-main/users/user-notifications.component.html33 Your video has been blocked - 당신의 비디오 가 블럭 되었습니다 + 당신의 비디오 가 블럭 되었습니다 src/app/shared/shared-main/users/user-notifications.component.html41 @@ -239,7 +239,7 @@ The recently added video has been automatically blocked - 최근에 추가된 비디오 has been automatically blocked + 최근에 추가된 비디오 has been automatically blocked src/app/shared/shared-main/users/user-notifications.component.html88 @@ -279,8 +279,8 @@ src/app/shared/shared-main/users/user-notifications.component.html151 - mentioned you on video - 님이 영상 에서 회원님을 언급했습니다. + mentioned you on video + 님이 영상 에서 회원님을 언급했습니다. src/app/shared/shared-main/users/user-notifications.component.html165 @@ -294,23 +294,23 @@ src/app/shared/shared-main/users/user-notifications.component.html190 - A new version of the plugin/theme is available: - 플러그인/테마 의 새로운 버전을 사용할 수 있습니다: + A new version of the plugin/theme is available: + 플러그인/테마 의 새로운 버전을 사용할 수 있습니다: src/app/shared/shared-main/users/user-notifications.component.html199 - A new version of PeerTube is available: - 새로운 버전의 PeerTube 를 사용할 수 있습니다: + A new version of PeerTube is available: + 새로운 버전의 PeerTube 를 사용할 수 있습니다: src/app/shared/shared-main/users/user-notifications.component.html207 - Your video edition has finished - Your video edition has finished + Your video edition has finished + Your video edition has finished src/app/shared/shared-main/users/user-notifications.component.html214 - User wants to register on your instance - 사용자 님께서 가입하고 싶어합니다. + User wants to register on your instance + 사용자 님께서 가입하고 싶어합니다. src/app/shared/shared-main/users/user-notifications.component.html222 @@ -321,37 +321,28 @@ {views, plural, =0 {No view} =1 {1 view} other { views}} {views, plural, =0 {No view} =1 {1 view} other { 번 조회됨}} - src/app/shared/shared-main/video/video.model.ts291 - + + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded. 5-3큐브에서 인코딩 중입니다. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcoding Force transcoding - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} - src/app/shared/shared-main/video/video.model.ts288 - + + src/app/shared/shared-main/video/video.model.ts289 Change your avatar 아바타 변경 @@ -365,13 +356,13 @@ Account muted 계정 침묵됨 - src/app/+admin/overview/videos/video-list.component.html79 - + + src/app/+admin/overview/videos/video-list.component.html78 Server muted 서버 침묵됨 - src/app/+admin/overview/videos/video-list.component.html80 - + + src/app/+admin/overview/videos/video-list.component.html79 Save to 저장 @@ -431,8 +422,9 @@ src/app/shared/shared-video-playlist/video-add-to-playlist.component.html72 - Short text to tell people how they can support the channel (membership platform...).<br /><br /> When a video is uploaded in this channel, the video support field will be automatically filled by this text. - 사람들이 이 채널을 지원할 수 있는 방법을 기술한 짧은 글입니다 (멤버십 플랫폼 등).<br /><br /> 이 채널에 영상이 올라왔을 때, 영상의 지원 부분이 이 내용으로 자동으로 채워집니다. + Short text to tell people how they can support the channel (membership platform...).<br /><br /> + When a video is uploaded in this channel, the video support field will be automatically filled by this text. + 사람들이 이 채널을 지원할 수 있는 방법을 기술한 짧은 글입니다 (멤버십 플랫폼 등).<br /><br /> 이 채널에 영상이 올라왔을 때, 영상의 지원 부분이 이 내용으로 자동으로 채워집니다. src/app/+manage/video-channel-edit/video-channel-edit.component.html64 src/app/+manage/video-channel-edit/video-channel-edit.component.html64 @@ -479,10 +471,10 @@ video 영상 - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295 - src/app/+videos/+video-edit/video-update.component.ts341 - src/app/shared/shared-video-miniature/video-download.component.ts62 - + + + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: ) 이 영상으로 회원님의 영상 제한 용량이 초과하게 됩니다. (영상 크기: , 사용한 공간: , 제한 용량: ) @@ -590,23 +582,20 @@ Blocked 차단함 - src/app/+admin/overview/videos/video-list.component.html82 - src/app/shared/shared-video-miniature/video-miniature.component.html64 - + + + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storage Object storage - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this file Delete this file - src/app/+admin/overview/videos/video-list.component.html114 - src/app/+admin/overview/videos/video-list.component.html130 - + + + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}. Deleted {count, plural, =1 {1 video} other { videos}}. @@ -749,8 +738,8 @@ src/app/shared/shared-forms/markdown-textarea.component.html20 - <a href="https://en.wikipedia.org/wiki/Markdown#Example" target="_blank" rel="noopener noreferrer">Markdown</a> compatible that supports: - <a href="https://en.wikipedia.org/wiki/Markdown#Example" target="_blank" rel="noopener noreferrer">Markdown</a> compatible that supports: + <a href="https://en.wikipedia.org/wiki/Markdown#Example" target="_blank" rel="noopener noreferrer">Markdown</a> compatible that supports: + <a href="https://en.wikipedia.org/wiki/Markdown#Example" target="_blank" rel="noopener noreferrer">Markdown</a> compatible that supports: src/app/shared/shared-main/misc/help.component.ts75 @@ -840,10 +829,10 @@ Remote subscribeRemote interact - Remote subscribe - - Remote interact - + Remote subscribe + + Remote interact + src/app/shared/shared-user-subscription/remote-subscribe.component.html11 @@ -863,8 +852,8 @@ src/app/shared/shared-instance/instance-features-table.component.html6 - Default NSFW/sensitive videos policycan be redefined by the users - Default NSFW/sensitive videos policycan be redefined by the users + Default NSFW/sensitive videos policycan be redefined by the users + Default NSFW/sensitive videos policycan be redefined by the users src/app/shared/shared-instance/instance-features-table.component.html 13,14 @@ -931,9 +920,9 @@ Unlimited ( per day) 무제한 - (하루에 + (하루에 ) - + src/app/shared/shared-instance/instance-features-table.component.html59 @@ -977,8 +966,8 @@ Local 로컬 - src/app/shared/shared-video-miniature/video-filters.model.ts135 - + + src/app/shared/shared-video-miniature/video-filters.model.ts141 users 사용자 @@ -1014,10 +1003,10 @@ Following 팔로잉 - src/app/+admin/admin.component.ts84 - src/app/+admin/follows/following-list/following-list.component.html41 - src/app/+admin/follows/follows.routes.ts26 - + + + + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 Followers 팔로워 @@ -1221,16 +1210,16 @@ src/app/+login/login.component.html11 - This instance allows registration. However, be careful to check the TermsTerms before creating an account. You may also search for another instance to match your exact needs at: https://joinpeertube.org/instances. - This instance allows registration. However, be careful to check the TermsTerms before creating an account. You may also search for another instance to match your exact needs at: https://joinpeertube.org/instances. + This instance allows registration. However, be careful to check the TermsTerms before creating an account. You may also search for another instance to match your exact needs at: https://joinpeertube.org/instances. + This instance allows registration. However, be careful to check the TermsTerms before creating an account. You may also search for another instance to match your exact needs at: https://joinpeertube.org/instances. src/app/+login/login.component.html 15,18 - Currently this instance doesn't allow for user registration, you may check the Terms 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: https://joinpeertube.org/instances. - Currently this instance doesn't allow for user registration, you may check the Terms 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: https://joinpeertube.org/instances. + Currently this instance doesn't allow for user registration, you may check the Terms 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: https://joinpeertube.org/instances. + Currently this instance doesn't allow for user registration, you may check the Terms 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: https://joinpeertube.org/instances. src/app/+login/login.component.html 20,23 @@ -1257,7 +1246,8 @@ src/app/+login/login.component.html131 - An email with the reset password instructions will be sent to . The link will expire within 1 hour. + An email with the reset password instructions will be sent to . +The link will expire within 1 hour. An email with the reset password instructions will be sent to . The link will expire within 1 hour. src/app/+login/login.component.ts151 @@ -1265,15 +1255,15 @@ The link will expire within 1 hour. Email 이메일 - src/app/+admin/moderation/registration-list/registration-list.component.html38 - src/app/+admin/overview/users/user-edit/user-edit.component.html105 - src/app/+admin/overview/users/user-edit/user-edit.component.html105 - src/app/+admin/overview/users/user-list/user-list.component.ts132 - src/app/+login/login.component.html136 - src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6 - src/app/+signup/+register/steps/register-step-user.component.html46 - src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 Email address 이메일 주소 @@ -1297,8 +1287,8 @@ The link will expire within 1 hour. src/app/+search/search.component.html8 - for - for + for + for src/app/+search/search.component.html 10 @@ -1324,8 +1314,8 @@ The link will expire within 1 hour. Signup 회원가입 Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 - + + src/app/+signup/+register/register.component.ts85 Why creating an account? Why creating an account? @@ -1335,40 +1325,40 @@ The link will expire within 1 hour. - As you probably noticed: creating an account is not necessary to watch video on . However, creating an account on will allow you to: - As you probably noticed: creating an account is not necessary to watch video on . However, creating an account on will allow you to: + As you probably noticed: creating an account is not necessary to watch video on . However, creating an account on will allow you to: + As you probably noticed: creating an account is not necessary to watch video on . However, creating an account on will allow you to: src/app/+signup/+register/steps/register-step-about.component.html 4,8 - Comment videos - Comment videos + Comment videos + Comment videos src/app/+signup/+register/steps/register-step-about.component.html 11 - Subscribe to channels to be notified of new videos - Subscribe to channels to be notified of new videos + Subscribe to channels to be notified of new videos + Subscribe to channels to be notified of new videos src/app/+signup/+register/steps/register-step-about.component.html 12 - Have access to your watch history - Have access to your watch history + Have access to your watch history + Have access to your watch history src/app/+signup/+register/steps/register-step-about.component.html 13 - Create your channel to publish videos - Create your channel to publish videos + Create your channel to publish videos + Create your channel to publish videos src/app/+signup/+register/steps/register-step-about.component.html 14 @@ -1393,29 +1383,29 @@ The link will expire within 1 hour. src/app/+signup/+register/steps/register-step-about.component.html25 - has been created using PeerTube, a video creation platform developed by Framasoft. Framasoft is a french non-profit organization that offers alternatives to Big Tech's digital tools - has been created using PeerTube, a video creation platform developed by Framasoft. Framasoft is a french non-profit organization that offers alternatives to Big Tech's digital tools + has been created using PeerTube, a video creation platform developed by Framasoft. Framasoft is a french non-profit organization that offers alternatives to Big Tech's digital tools + has been created using PeerTube, a video creation platform developed by Framasoft. Framasoft is a french non-profit organization that offers alternatives to Big Tech's digital tools src/app/+signup/+register/steps/register-step-about.component.html38 - You want to publish videos on ? Then you need to create your first channel. - You want to publish videos on ? Then you need to create your first channel. + You want to publish videos on ? Then you need to create your first channel. + You want to publish videos on ? Then you need to create your first channel. src/app/+signup/+register/steps/register-step-channel.component.html 2,4 - You might want to create a channel by theme: for example, you can create a channel named "SweetMelodies" to publish your piano concerts and another one "Ecology" in which you publish your videos talking about ecology. - You might want to create a channel by theme: for example, you can create a channel named "SweetMelodies" to publish your piano concerts and another one "Ecology" in which you publish your videos talking about ecology. + You might want to create a channel by theme: for example, you can create a channel named "SweetMelodies" to publish your piano concerts and another one "Ecology" in which you publish your videos talking about ecology. + You might want to create a channel by theme: for example, you can create a channel named "SweetMelodies" to publish your piano concerts and another one "Ecology" in which you publish your videos talking about ecology. src/app/+signup/+register/steps/register-step-channel.component.html 6,9 - administrators allow you to publish up to of videos on their website. - administrators allow you to publish up to of videos on their website. + administrators allow you to publish up to of videos on their website. + administrators allow you to publish up to of videos on their website. src/app/+signup/+register/steps/register-step-channel.component.html 11,13 @@ -1426,9 +1416,9 @@ The link will expire within 1 hour. Filters - + - + src/app/+search/search.component.html18 @@ -1483,16 +1473,16 @@ The link will expire within 1 hour. Official PeerTube website (news, support, contribute...): https://joinpeertube.org Official PeerTube website (news, support, contribute...): - https://joinpeertube.org - + https://joinpeertube.org + src/app/modal/admin-welcome-modal.component.html42 Put your instance on the public PeerTube index: https://instances.joinpeertube.org/instances Put your instance on the public PeerTube index: - https://instances.joinpeertube.org/instances - + https://instances.joinpeertube.org/instances + src/app/modal/admin-welcome-modal.component.html45 @@ -1502,8 +1492,8 @@ The link will expire within 1 hour. src/app/modal/admin-welcome-modal.component.html55 - Choosing your instance name, setting up a description, specifying who you are, why you created your instance and how long you plan to maintain it is very important for visitors to understand on what type of instance they are. - Choosing your instance name, setting up a description, specifying who you are, why you created your instance and how long you plan to maintain it is very important for visitors to understand on what type of instance they are. + Choosing your instance name, setting up a description, specifying who you are, why you created your instance and how long you plan to maintain it is very important for visitors to understand on what type of instance they are. + Choosing your instance name, setting up a description, specifying who you are, why you created your instance and how long you plan to maintain it is very important for visitors to understand on what type of instance they are. src/app/modal/admin-welcome-modal.component.html 57,61 @@ -1608,11 +1598,11 @@ The link will expire within 1 hour. Please consider configuring these fields to help people to choose the appropriate instance. Without them, your instance may not be referenced on the JoinPeerTube website. Please consider configuring these fields to help people to choose - the appropriate instance - . + the appropriate instance + . Without them, your instance may not be referenced on the - JoinPeerTube website - . + JoinPeerTube website + . src/app/modal/instance-config-warning-modal.component.html24 @@ -1814,8 +1804,8 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html291 - ⚠️ If enabled, we recommend to use a HTTP proxy to prevent private URL access from your PeerTube server - ⚠️ If enabled, we recommend to use a HTTP proxy to prevent private URL access from your PeerTube server + ⚠️ If enabled, we recommend to use a HTTP proxy to prevent private URL access from your PeerTube server + ⚠️ If enabled, we recommend to use a HTTP proxy to prevent private URL access from your PeerTube server src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 @@ -1845,18 +1835,18 @@ The link will expire within 1 hour. - I already have an account, I log in - I already have an account, I log in + I already have an account, I log in + I already have an account, I log in src/app/+signup/+register/register.component.html30 - Termsof - Termsof + Termsof + Termsof src/app/+signup/+register/register.component.html41 - Setupyour account - Setupyour account + Setupyour account + Setupyour account src/app/+signup/+register/register.component.html66 @@ -1865,8 +1855,8 @@ The link will expire within 1 hour. src/app/+signup/+register/register.component.html81 - Createyour first channel - Createyour first channel + Createyour first channel + Createyour first channel src/app/+signup/+register/register.component.html83 @@ -1918,18 +1908,18 @@ The link will expire within 1 hour. src/app/modal/account-setup-warning-modal.component.html10 - Help moderators and other users to know who you are by: - Help moderators and other users to know who you are by: + Help moderators and other users to know who you are by: + Help moderators and other users to know who you are by: src/app/modal/account-setup-warning-modal.component.html12 - Uploading an avatar - Uploading an avatar + Uploading an avatar + Uploading an avatar src/app/modal/account-setup-warning-modal.component.html15 - Writing a description - Writing a description + Writing a description + Writing a description src/app/modal/account-setup-warning-modal.component.html16 @@ -2033,8 +2023,8 @@ The link will expire within 1 hour. Media is too large for the server. Please contact you administrator if you want to increase the limit size. Media is too large for the server. Please contact you administrator if you want to increase the limit size. - src/app/core/rest/rest-extractor.service.ts118 - + + src/app/core/rest/rest-extractor.service.ts122 GLOBAL SEARCH GLOBAL SEARCH @@ -2243,21 +2233,21 @@ The link will expire within 1 hour. Reset - src/app/+search/search-filters.component.html8 - src/app/+search/search-filters.component.html22 - src/app/+search/search-filters.component.html41 - src/app/+search/search-filters.component.html60 - src/app/+search/search-filters.component.html74 - src/app/+search/search-filters.component.html109 - src/app/+search/search-filters.component.html122 - src/app/+search/search-filters.component.html135 - src/app/+search/search-filters.component.html148 - src/app/+search/search-filters.component.html163 - src/app/+search/search-filters.component.html171 - src/app/+search/search-filters.component.html188 - src/app/+search/search-filters.component.html229 - src/app/shared/shared-forms/reactive-file.component.html16 - + + + + + + + + + + + + + + + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter 필터 @@ -2320,12 +2310,12 @@ The link will expire within 1 hour. Tags could be used to suggest relevant recommendations. There is a maximum of 5 tags. Press Enter to add a new tag. Tags could be used to suggest relevant recommendations. - + There is a maximum of 5 tags. - + Press - Enter - to add a new tag. + Enter + to add a new tag. src/app/+videos/+video-edit/shared/video-edit.component.html29 @@ -2339,8 +2329,8 @@ The link will expire within 1 hour. - A timestamp (00:05 for example) is automatically converted into a link to a part of the video. - A timestamp (00:05 for example) is automatically converted into a link to a part of the video. + A timestamp (00:05 for example) is automatically converted into a link to a part of the video. + A timestamp (00:05 for example) is automatically converted into a link to a part of the video. src/app/+videos/+video-edit/shared/video-edit.component.html 52 @@ -2383,8 +2373,8 @@ The link will expire within 1 hour. src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts44 - Markdown compatible that also supports custom PeerTube HTML tags - Markdown compatible that also supports custom PeerTube HTML tags + Markdown compatible that also supports custom PeerTube HTML tags + Markdown compatible that also supports custom PeerTube HTML tags src/app/shared/shared-custom-markup/custom-markup-help.component.html 2 @@ -2421,14 +2411,14 @@ The link will expire within 1 hour. Advanced filters Advanced filters - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30 - src/app/+admin/overview/comments/video-comment-list.component.ts47 - src/app/+admin/overview/users/user-list/user-list.component.ts43 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26 - src/app/+my-library/my-videos/my-videos.component.ts119 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts39 - src/app/shared/shared-instance/instance-follow.service.ts142 - + + + + + + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found No items found @@ -2437,89 +2427,68 @@ The link will expire within 1 hour. Description 설명 - src/app/+about/about-instance/about-instance.component.html113 - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html24 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+videos/+video-edit/shared/video-edit.component.html44 - + + + + + + + + + + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 - Choose the appropriate licence for your work. - Choose the appropriate licence for your work. + Choose the appropriate licence for your work. + Choose the appropriate licence for your work. src/app/+videos/+video-edit/shared/video-edit.component.html86 Channel 채널 - src/app/+admin/moderation/registration-list/registration-list.component.html39 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+videos/+video-edit/shared/video-edit.component.html65 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26 - src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reason Registration reason - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation response Moderation response - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 - Requested on - Requested on - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + Requested on + Requested on + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason: Registration reason: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response: Moderation response: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters. No registrations found matching current filters. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found. No registrations found. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this request Accept this request @@ -2630,7 +2599,7 @@ The link will expire within 1 hour. src/app/+videos/+video-edit/shared/video-edit.component.html189 - Already uploaded on ✔ + Already uploaded on Already uploaded on src/app/+videos/+video-edit/shared/video-edit.component.html193 @@ -2762,68 +2731,68 @@ The link will expire within 1 hour. Original publication date Original publication date - src/app/+videos/+video-edit/shared/video-edit.component.html368 - + + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) This is the date when the content was originally published (e.g. the release date for a film) - src/app/+videos/+video-edit/shared/video-edit.component.html371 - + + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settings Plugin settings - src/app/+videos/+video-edit/shared/video-edit.component.html402 - + + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latency Small latency - src/app/+videos/+video-edit/shared/video-edit.component.ts92 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2P Reduce latency to ~15s disabling P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts93 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts94 Default Default - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55 - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50 - src/app/+videos/+video-edit/shared/video-edit.component.ts97 - + + + + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30s Average latency of 30s - src/app/+videos/+video-edit/shared/video-edit.component.ts98 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latency High latency - src/app/+videos/+video-edit/shared/video-edit.component.ts102 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratio Average latency of 60s increasing P2P ratio - src/app/+videos/+video-edit/shared/video-edit.component.ts103 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts104 Other Other - src/app/+videos/+video-edit/shared/video-edit.component.ts219 - src/app/shared/shared-forms/select/select-languages.component.ts50 - + + + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments Enable video comments - src/app/+videos/+video-edit/shared/video-edit.component.html389 - + + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download Enable download - src/app/+videos/+video-edit/shared/video-edit.component.html394 - + + src/app/+videos/+video-edit/shared/video-edit.component.html398 Advanced settings Advanced settings @@ -2847,8 +2816,8 @@ The link will expire within 1 hour. src/app/+videos/+video-edit/video-add-components/video-import-url.component.html10 - You can also synchronize a remote channel in your library - You can also synchronize a remote channel in your library + You can also synchronize a remote channel in your library + You can also synchronize a remote channel in your library src/app/+videos/+video-edit/video-add-components/video-import-url.component.html20 @@ -2878,13 +2847,13 @@ The link will expire within 1 hour. Scheduled Scheduled - src/app/+videos/+video-edit/shared/video-edit.component.ts240 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date Hide the video until a specific date - src/app/+videos/+video-edit/shared/video-edit.component.ts241 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal live Normal live @@ -2911,7 +2880,7 @@ The link will expire within 1 hour. Image that will be merged with your audio file. - + The chosen image will be definitive and cannot be modified. @@ -2936,9 +2905,9 @@ The link will expire within 1 hour. Total video quota Total video quota - src/app/+admin/overview/users/user-list/user-list.component.html118 - src/app/shared/shared-main/users/user-quota.component.html3 - + + + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Congratulations! Your video is now available in your private library. @@ -3006,15 +2975,14 @@ The link will expire within 1 hour. src/app/+videos/+video-edit/video-update.component.html 29 - - - Your video is currenctly being updated. If you leave, your changes will be lost. - Your video is currenctly being updated. If you leave, your changes will be lost. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 + Read instance rules for help Read instance rules for help @@ -3098,13 +3066,13 @@ The link will expire within 1 hour. We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. Instead, create a dedicated account to upload your videos. We recommend you to not use the - root - user to publish your videos, since it's the super-admin account of your instance. + root + user to publish your videos, since it's the super-admin account of your instance. - + Instead, - create a dedicated account - to upload your videos. + create a dedicated account + to upload your videos. src/app/+videos/+video-edit/video-add.component.html33 @@ -3274,8 +3242,8 @@ The link will expire within 1 hour. src/app/shared/shared-main/angular/login-link.component.ts11 - > Login - > Login + > Login + > Login src/app/+login/login.component.html @@ -3295,10 +3263,10 @@ The link will expire within 1 hour. Muted Muted - src/app/+admin/overview/users/user-list/user-list.component.html104 - src/app/shared/shared-moderation/account-block-badges.component.html1 - src/app/shared/shared-share-modal/video-share.component.html223 - + + + + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Loop Loop @@ -3423,8 +3391,8 @@ The link will expire within 1 hour. Show more Show more - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 - + + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less Show less @@ -3471,14 +3439,14 @@ The link will expire within 1 hour. The video was blocked due to automatic blocking of new videos The video was blocked due to automatic blocking of new videos - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFW NSFW - src/app/+admin/moderation/video-block-list/video-block-list.component.html56 - src/app/+admin/overview/videos/video-list.component.html75 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Get more information Get more information @@ -3743,9 +3711,9 @@ The link will expire within 1 hour. Your report will be sent to moderators of - and will be forwarded to the comment origin ( + and will be forwarded to the comment origin ( ) too - . + . src/app/shared/shared-moderation/report-modals/report.component.html35 @@ -3754,16 +3722,13 @@ The link will expire within 1 hour. Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly. Token renewed. Update your client configuration accordingly. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEED SUBSCRIPTION FEED @@ -3792,9 +3757,9 @@ The link will expire within 1 hour. Renew token Renew token - src/app/+my-account/my-account-applications/my-account-applications.component.html36 - src/app/+my-account/my-account-applications/my-account-applications.component.ts41 - + + + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Filter... Filter... @@ -3815,72 +3780,66 @@ The link will expire within 1 hour. Video/Comment/Account Video/Comment/Account - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 ID ID - src/app/+admin/system/jobs/jobs.component.html45 - + + src/app/+admin/system/jobs/jobs.component.html43 State State - src/app/+admin/system/jobs/jobs.component.html48 - src/app/+my-library/my-video-imports/my-video-imports.component.html30 - + + + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 Created Created - - + + - src/app/+admin/follows/followers-list/followers-list.component.html39 - src/app/+admin/follows/following-list/following-list.component.html43 - src/app/+admin/system/jobs/jobs.component.html50 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html27 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 - src/app/+my-library/my-video-imports/my-video-imports.component.html31 - src/app/shared/shared-abuse-list/abuse-list-table.component.html23 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab Open actor page in a new tab - src/app/+admin/follows/followers-list/followers-list.component.html56 - + + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted Accepted - src/app/+admin/follows/followers-list/followers-list.component.html63 - src/app/+admin/follows/following-list/following-list.component.html65 - + + + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending Pending - src/app/+admin/follows/followers-list/followers-list.component.html64 - src/app/+admin/follows/following-list/following-list.component.html66 - + + + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 Rejected Rejected - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept Accept - src/app/+admin/follows/followers-list/followers-list.component.html50 - src/app/+admin/follows/followers-list/followers-list.component.ts45 - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25 - src/app/+my-library/my-ownership/my-ownership.component.html27 - + + + + + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse Refuse @@ -3889,71 +3848,55 @@ The link will expire within 1 hour. No follower found matching current filters. No follower found matching current filters. - src/app/+admin/follows/followers-list/followers-list.component.html77 - + + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. Your instance doesn't have any follower. - src/app/+admin/follows/followers-list/followers-list.component.html78 - - - Showing to of followers - Showing - to - of - followers - - src/app/+admin/follows/followers-list/followers-list.component.html11 - + + src/app/+admin/follows/followers-list/followers-list.component.html77 + Redundancy allowed Redundancy allowed - - + + - src/app/+admin/follows/following-list/following-list.component.html44 - + + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab Open instance in a new tab - src/app/+admin/follows/following-list/following-list.component.html58 - src/app/shared/shared-moderation/server-blocklist.component.html43 - src/app/shared/shared-moderation/server-blocklist.component.html43 - + + + + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. No host found matching current filters. - src/app/+admin/follows/following-list/following-list.component.html84 - + + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. Your instance is not following anyone. - src/app/+admin/follows/following-list/following-list.component.html85 - + + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}} Do you really want to unfollow {count, plural, =1 {?} other { entries?}} src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - Showing - to - of - hosts - - src/app/+admin/follows/following-list/following-list.component.html11 - + Action Action - src/app/+admin/follows/following-list/following-list.component.html40 - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/server-blocklist.component.html31 - src/app/shared/shared-moderation/server-blocklist.component.html31 - + + + + + + + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies Videos redundancies @@ -3972,18 +3915,18 @@ The link will expire within 1 hour. Table parameters Table parameters - src/app/+admin/overview/users/user-list/user-list.component.html47 - + + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns Select columns - src/app/+admin/overview/users/user-list/user-list.component.html53 - + + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users Highlight banned users - src/app/+admin/overview/users/user-list/user-list.component.html59 - + + src/app/+admin/overview/users/user-list/user-list.component.html57 Username Username @@ -4100,60 +4043,52 @@ The link will expire within 1 hour. Batch actions Batch actions - src/app/+admin/follows/followers-list/followers-list.component.html18 - src/app/+admin/follows/following-list/following-list.component.html18 - src/app/+admin/moderation/registration-list/registration-list.component.html18 - src/app/+admin/overview/comments/video-comment-list.component.html22 - src/app/+admin/overview/users/user-list/user-list.component.html18 - src/app/+admin/overview/videos/video-list.component.html18 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 The user was banned The user was banned - src/app/+admin/overview/users/user-list/user-list.component.html109 - + + src/app/+admin/overview/users/user-list/user-list.component.html107 Open account in a new tab Open account in a new tab - src/app/+admin/overview/comments/video-comment-list.component.html69 - src/app/+admin/overview/users/user-list/user-list.component.html94 - src/app/+my-library/my-ownership/my-ownership.component.html32 - src/app/shared/shared-abuse-list/abuse-list-table.component.html44 - src/app/shared/shared-moderation/account-blocklist.component.html35 - src/app/shared/shared-moderation/account-blocklist.component.html35 - + + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account Deleted account - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota Total daily video quota - src/app/+admin/overview/users/user-list/user-list.component.html128 - + + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: Ban reason: - src/app/+admin/overview/users/user-list/user-list.component.html150 - + + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned users Banned users src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - Showing - to - of - users - - src/app/+admin/overview/users/user-list/user-list.component.html11 - + Moderation Moderation @@ -4194,12 +4129,12 @@ The link will expire within 1 hour. Video Video - - + + - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30 - src/app/+admin/moderation/video-block-list/video-block-list.component.html26 - + + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size Total size @@ -4235,82 +4170,82 @@ The link will expire within 1 hour. Used () Used () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available () Available () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Sensitive Sensitive - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated Unfederated - src/app/+admin/moderation/video-block-list/video-block-list.component.html28 - src/app/+admin/moderation/video-block-list/video-block-list.component.html60 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date Date - - + + - src/app/+admin/moderation/video-block-list/video-block-list.component.html29 - src/app/+admin/overview/comments/video-comment-list.component.html46 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this row Select this row - src/app/+admin/follows/followers-list/followers-list.component.html46 - src/app/+admin/follows/following-list/following-list.component.html51 - src/app/+admin/moderation/registration-list/registration-list.component.html50 - src/app/+admin/overview/comments/video-comment-list.component.html54 - src/app/+admin/overview/users/user-list/user-list.component.html79 - src/app/+admin/overview/videos/video-list.component.html51 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full comment See full comment - src/app/+admin/overview/comments/video-comment-list.component.html58 - + + src/app/+admin/overview/comments/video-comment-list.component.html57 Actions Actions - src/app/+admin/follows/followers-list/followers-list.component.html35 - src/app/+admin/moderation/registration-list/registration-list.component.html60 - src/app/+admin/moderation/video-block-list/video-block-list.component.html43 - src/app/+admin/overview/comments/video-comment-list.component.html64 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70 - src/app/+admin/system/runners/runner-list/runner-list.component.html36 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44 - src/app/+my-library/my-ownership/my-ownership.component.html12 - src/app/shared/shared-abuse-list/abuse-list-table.component.html39 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 Follower Follower - src/app/+admin/follows/followers-list/followers-list.component.html36 - + + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented video Commented video - src/app/+admin/overview/comments/video-comment-list.component.html81 - + + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters. No comments found matching current filters. - src/app/+admin/overview/comments/video-comment-list.component.html106 - + + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found. No comments found. - src/app/+admin/overview/comments/video-comment-list.component.html107 - + + src/app/+admin/overview/comments/video-comment-list.component.html106 Local comments Local comments @@ -4329,53 +4264,53 @@ The link will expire within 1 hour. No abuses found matching current filters. No abuses found matching current filters. - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. No abuses found. - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reports Unsolved reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reports Accepted reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reports Refused reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videos Reports with blocked videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videos Reports with deleted videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: Block reason: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. No blocked video found matching current filters. - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. No blocked video found. - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocks Automatic blocks @@ -4386,15 +4321,7 @@ The link will expire within 1 hour. Manual blocks src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - Showing - to - of - blocked videos - - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 - + Reports Reports @@ -4423,12 +4350,12 @@ The link will expire within 1 hour. Reporter Reporter - src/app/shared/shared-abuse-list/abuse-details.component.html7 - src/app/shared/shared-abuse-list/abuse-list-table.component.html21 - + + + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 - - + + src/app/shared/shared-abuse-list/abuse-details.component.html 21,23 @@ -4441,28 +4368,28 @@ The link will expire within 1 hour. Video Video - src/app/+admin/overview/comments/video-comment-list.component.html44 - src/app/+admin/overview/videos/video-list.component.html40 - src/app/+my-library/my-ownership/my-ownership.component.html14 - src/app/+my-library/my-video-imports/my-video-imports.component.html29 - src/app/shared/shared-video-miniature/video-download.component.html8 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 Comment Comment - src/app/+admin/overview/comments/video-comment-list.component.html45 - src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 - + + + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 This video has been reported multiple times. This video has been reported multiple times. - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked The video was blocked - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on by @@ -4474,15 +4401,21 @@ The link will expire within 1 hour. Video was deleted Video was deleted - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + Account deleted Account deleted - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 Open video in a new tab Open video in a new tab @@ -4491,43 +4424,35 @@ The link will expire within 1 hour. State State - - + + - src/app/+admin/follows/followers-list/followers-list.component.html37 - src/app/+admin/follows/following-list/following-list.component.html42 - src/app/+admin/moderation/registration-list/registration-list.component.html41 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36 - src/app/shared/shared-abuse-list/abuse-list-table.component.html24 - + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages Messages - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note Internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score Score - - + + - src/app/+admin/follows/followers-list/followers-list.component.html38 - - - Showing to of reports - Showing - to - of - reports - - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 - + + src/app/+admin/follows/followers-list/followers-list.component.html37 + Reportee Reportee @@ -4549,58 +4474,49 @@ The link will expire within 1 hour. Mute domain Mute domain - src/app/shared/shared-moderation/server-blocklist.component.html19 - src/app/shared/shared-moderation/server-blocklist.component.html19 - + + + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance Instance - src/app/+about/about.component.html3 - src/app/+search/search-filters.component.html217 - src/app/shared/shared-moderation/server-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html32 - + + + + + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at Muted at - - + + - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/server-blocklist.component.html33 - src/app/shared/shared-moderation/server-blocklist.component.html33 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute Unmute - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html40 - src/app/shared/shared-moderation/server-blocklist.component.html40 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. No server found matching current filters. - src/app/shared/shared-moderation/server-blocklist.component.html56 - src/app/shared/shared-moderation/server-blocklist.component.html56 - + + + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. No server found. - src/app/shared/shared-moderation/server-blocklist.component.html57 - src/app/shared/shared-moderation/server-blocklist.component.html57 - - - Showing to of muted instances - Showing - to - of - muted instances - - src/app/shared/shared-moderation/server-blocklist.component.html12 - src/app/shared/shared-moderation/server-blocklist.component.html12 - + + + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. @@ -4616,29 +4532,29 @@ The link will expire within 1 hour. Mute domains Mute domains - src/app/shared/shared-moderation/server-blocklist.component.html64 - src/app/shared/shared-moderation/server-blocklist.component.html64 - + + + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account Account - src/app/+admin/moderation/registration-list/registration-list.component.html37 - src/app/+admin/overview/comments/video-comment-list.component.html43 - src/app/shared/shared-moderation/account-blocklist.component.html24 - src/app/shared/shared-moderation/account-blocklist.component.html24 - + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. No account found matching current filters. - src/app/shared/shared-moderation/account-blocklist.component.html54 - src/app/shared/shared-moderation/account-blocklist.component.html54 - + + + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. No account found. - src/app/shared/shared-moderation/account-blocklist.component.html55 - src/app/shared/shared-moderation/account-blocklist.component.html55 - + + + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed plugins List installed plugins @@ -4654,16 +4570,7 @@ The link will expire within 1 hour. Show plugin src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - Showing - to - of - muted accounts - - src/app/shared/shared-moderation/account-blocklist.component.html11 - src/app/shared/shared-moderation/account-blocklist.component.html11 - + Plugins/Themes Plugins/Themes @@ -4890,22 +4797,18 @@ The link will expire within 1 hour. This view also shows comments from muted accounts. src/app/+admin/overview/comments/video-comment-list.component.html8 - - Showing to of comments - Showing to of comments - src/app/+admin/overview/comments/video-comment-list.component.html15 - + Select all rows Select all rows - src/app/+admin/follows/followers-list/followers-list.component.html33 - src/app/+admin/follows/following-list/following-list.component.html38 - src/app/+admin/moderation/registration-list/registration-list.component.html33 - src/app/+admin/overview/comments/video-comment-list.component.html39 - src/app/+admin/overview/users/user-list/user-list.component.html39 - src/app/+admin/overview/videos/video-list.component.html36 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type Job type @@ -4925,62 +4828,52 @@ The link will expire within 1 hour. Selector for the list displaying jobs, filtering by their state - - Showing to of jobs - Showing to of jobs - src/app/+admin/system/jobs/jobs.component.html39 - + Type Type - src/app/+admin/system/jobs/jobs.component.html46 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 - + + + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 - Priority (1 = highest priority) - Priority (1 = highest priority) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + Priority (1 = highest priority) + Priority (1 = highest priority) + + src/app/+admin/system/jobs/jobs.component.html45 Progress Progress - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found. No jobs found. - src/app/+admin/system/jobs/jobs.component.html105 - + + src/app/+admin/system/jobs/jobs.component.html103 - No jobs found. - No jobs found. - src/app/+admin/system/jobs/jobs.component.html106 - + No jobs found. + No jobs found. + + src/app/+admin/system/jobs/jobs.component.html104 No jobs found. No jobs found. - src/app/+admin/system/jobs/jobs.component.html110 - + + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are . No jobs found that are . - src/app/+admin/system/jobs/jobs.component.html111 - + + src/app/+admin/system/jobs/jobs.component.html109 Refresh Refresh - src/app/+admin/overview/comments/video-comment-list.component.html31 - src/app/+admin/overview/videos/video-list.component.html27 - src/app/+admin/system/jobs/jobs.component.html30 - src/app/+admin/system/logs/logs.component.html33 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 now now @@ -5008,9 +4901,9 @@ The link will expire within 1 hour. - By -> + By -> By - -> + -> src/app/+admin/system/logs/logs.component.html47 @@ -5022,11 +4915,11 @@ The link will expire within 1 hour. Name Name - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12 - src/app/+admin/system/runners/runner-list/runner-list.component.html23 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - + + + + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description Short description @@ -5046,8 +4939,8 @@ The link will expire within 1 hour. The sharing system 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. The - sharing system - 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. + sharing system + 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. src/app/shared/shared-user-settings/user-video-settings.component.html45 @@ -5087,8 +4980,8 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html79 - Manage users to build a moderation team. - Manage users to build a moderation team. + Manage users to build a moderation team. + Manage users to build a moderation team. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html 80,82 @@ -5100,8 +4993,8 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html89 - Enabling it will allow other administrators to know that you are mainly federating sensitive content. Moreover, the NSFW checkbox on video upload will be automatically checked by default. - Enabling it will allow other administrators to know that you are mainly federating sensitive content. Moreover, the NSFW checkbox on video upload will be automatically checked by default. + Enabling it will allow other administrators to know that you are mainly federating sensitive content. Moreover, the NSFW checkbox on video upload will be automatically checked by default. + Enabling it will allow other administrators to know that you are mainly federating sensitive content. Moreover, the NSFW checkbox on video upload will be automatically checked by default. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html93 @@ -5219,8 +5112,8 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html4 - Use plugins & themes for more involved changes, or add slight customizations. - Use plugins & themes for more involved changes, or add slight customizations. + Use plugins & themes for more involved changes, or add slight customizations. + Use plugins & themes for more involved changes, or add slight customizations. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html 5,7 @@ -5312,8 +5205,8 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html150 - Manage users to set their quota individually. - Manage users to set their quota individually. + Manage users to set their quota individually. + Manage users to set their quota individually. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html151 @@ -5449,12 +5342,14 @@ The link will expire within 1 hour. ⚠️ We don't recommend to enable this feature if you don't trust your users ⚠️ We don't recommend to enable this feature if you don't trust your users src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + - - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 - + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ You need to allow import with HTTP URL to be able to activate this feature. @@ -5524,8 +5419,8 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html426 - You should only use moderated search indexes in production, or host your own. - You should only use moderated search indexes in production, or host your own. + You should only use moderated search indexes in production, or host your own. + You should only use moderated search indexes in production, or host your own. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html428 @@ -5559,8 +5454,8 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html476 - Manage relations with other instances. - Manage relations with other instances. + Manage relations with other instances. + Manage relations with other instances. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html477 @@ -5601,8 +5496,8 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html523 - See the documentation for more information about the expected URL - See the documentation for more information about the expected URL + See the documentation for more information about the expected URL + See the documentation for more information about the expected URL src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html528 @@ -5646,8 +5541,8 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html609 - If your instance is explicitly allowed by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not, we use an image link card that will redirect to your PeerTube instance. Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/w/blabla) on https://cards-dev.twitter.com/validator to see if you instance is allowed. - If your instance is explicitly allowed by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not, we use an image link card that will redirect to your PeerTube instance. Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/w/blabla) on https://cards-dev.twitter.com/validator to see if you instance is allowed. + If your instance is explicitly allowed by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not, we use an image link card that will redirect to your PeerTube instance. Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/w/blabla) on https://cards-dev.twitter.com/validator to see if you instance is allowed. + If your instance is explicitly allowed by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not, we use an image link card that will redirect to your PeerTube instance. Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/w/blabla) on https://cards-dev.twitter.com/validator to see if you instance is allowed. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html613 @@ -5769,8 +5664,8 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html108 - Use remote runners to process live transcoding. Remote runners has to register on your instance first. - Use remote runners to process live transcoding. Remote runners has to register on your instance first. + Use remote runners to process live transcoding. Remote runners has to register on your instance first. + Use remote runners to process live transcoding. Remote runners has to register on your instance first. src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html154 @@ -5806,8 +5701,8 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html35 - Use remote runners to process VOD transcoding. Remote runners has to register on your instance first. - Use remote runners to process VOD transcoding. Remote runners has to register on your instance first. + Use remote runners to process VOD transcoding. Remote runners has to register on your instance first. + Use remote runners to process VOD transcoding. Remote runners has to register on your instance first. src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html150 @@ -5860,8 +5755,8 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html89 - Requires ffmpeg >= 4.1Generate HLS playlists and fragmented MP4 files resulting in a better playback than with Web Videos:Resolution change is smootherFaster playback especially with long videosMore stable playback (less bugs/infinite loading)If you also enabled Web Videos support, it will multiply videos storage by 2 - Requires ffmpeg >= 4.1Generate HLS playlists and fragmented MP4 files resulting in a better playback than with Web Videos:Resolution change is smootherFaster playback especially with long videosMore stable playback (less bugs/infinite loading)If you also enabled Web Videos support, it will multiply videos storage by 2 + Requires ffmpeg >= 4.1Generate HLS playlists and fragmented MP4 files resulting in a better playback than with Web Videos:Resolution change is smootherFaster playback especially with long videosMore stable playback (less bugs/infinite loading)If you also enabled Web Videos support, it will multiply videos storage by 2 + Requires ffmpeg >= 4.1Generate HLS playlists and fragmented MP4 files resulting in a better playback than with Web Videos:Resolution change is smootherFaster playback especially with long videosMore stable playback (less bugs/infinite loading)If you also enabled Web Videos support, it will multiply videos storage by 2 src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 94,103 @@ -5954,8 +5849,8 @@ The link will expire within 1 hour. - Use remote runners to process studio transcoding tasks. Remote runners has to register on your instance first. - Use remote runners to process studio transcoding tasks. Remote runners has to register on your instance first. + Use remote runners to process studio transcoding tasks. Remote runners has to register on your instance first. + Use remote runners to process studio transcoding tasks. Remote runners has to register on your instance first. src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 240,243 @@ -6045,19 +5940,25 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html87 - Write JavaScript code directly.Example: console.log('my instance is amazing'); - Write JavaScript code directly.Example: console.log('my instance is amazing'); + Write JavaScript code directly.Example: console.log('my instance is amazing'); + Write JavaScript code directly.Example: console.log('my instance is amazing'); src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html90 - Write CSS code directly. Example:#custom-css color: red; Prepend with #custom-css to override styles. Example:#custom-css .logged-in-email color: red; - Write CSS code directly. Example:#custom-css + Write CSS code directly. Example:#custom-css +color: red; + + Prepend with #custom-css to override styles. Example:#custom-css .logged-in-email +color: red; + + + Write CSS code directly. Example:#custom-css color: red; - Prepend with #custom-css to override styles. Example:#custom-css .logged-in-email + Prepend with #custom-css to override styles. Example:#custom-css .logged-in-email color: red; - + src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html109 @@ -6074,8 +5975,8 @@ color: red; - There are errors in the form: - There are errors in the form: + There are errors in the form: + There are errors in the form: src/app/+admin/config/edit-custom-config/edit-custom-config.component.html71 @@ -6232,8 +6133,8 @@ color: red; src/app/shared/shared-video-miniature/video-download.component.ts265 - Update your settings - Update your settings + Update your settings + Update your settings src/app/shared/shared-video-miniature/video-filters-header.component.html 2,7 @@ -6256,38 +6157,38 @@ color: red; - Sort by "Recently Added" - Sort by "Recently Added" + Sort by "Recently Added" + Sort by "Recently Added" src/app/shared/shared-video-miniature/video-filters-header.component.html47 - Sort by "Original Publication Date" - Sort by "Original Publication Date" + Sort by "Original Publication Date" + Sort by "Original Publication Date" src/app/shared/shared-video-miniature/video-filters-header.component.html48 - Sort by "Name" - Sort by "Name" + Sort by "Name" + Sort by "Name" src/app/shared/shared-video-miniature/video-filters-header.component.html50 - Sort by "Recent Views" - Sort by "Recent Views" + Sort by "Recent Views" + Sort by "Recent Views" src/app/shared/shared-video-miniature/video-filters-header.component.html51 - Sort by "Hot" - Sort by "Hot" + Sort by "Hot" + Sort by "Hot" src/app/shared/shared-video-miniature/video-filters-header.component.html52 - Sort by "Likes" - Sort by "Likes" + Sort by "Likes" + Sort by "Likes" src/app/shared/shared-video-miniature/video-filters-header.component.html53 - Sort by "Global Views" - Sort by "Global Views" + Sort by "Global Views" + Sort by "Global Views" src/app/shared/shared-video-miniature/video-filters-header.component.html54 @@ -6372,8 +6273,8 @@ color: red; src/app/shared/shared-user-settings/user-video-settings.component.html4 - With Hide or Blur thumbnails, a confirmation will be requested to watch the video. - With Hide or Blur thumbnails, a confirmation will be requested to watch the video. + With Hide or Blur thumbnails, a confirmation will be requested to watch the video. + With Hide or Blur thumbnails, a confirmation will be requested to watch the video. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html106 src/app/shared/shared-user-settings/user-video-settings.component.html7 @@ -6470,8 +6371,8 @@ color: red; Created - - + + src/app/+my-library/my-ownership/my-ownership.component.html15 @@ -6499,74 +6400,52 @@ color: red; 9 - - Showing to of synchronizations - Showing to of synchronizations - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - - + Add synchronization Add synchronization - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 - External Channel - External Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + External Channel + External Channel + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 - Channel - Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + Channel + Channel + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 - Last synchronization at - Last synchronization at - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + Last synchronization at + Last synchronization at + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List imports List imports - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channel Fully synchronize the channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channel This fetches any missing videos on the local channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for . Synchronization removed successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for . Full synchronization requested successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATION NEW SYNCHRONIZATION @@ -6705,22 +6584,14 @@ color: red; Target Target - src/app/+my-library/my-video-imports/my-video-imports.component.html28 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted This video was deleted - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - - Showing to of imports - Showing - to - of - imports - - src/app/+my-library/my-video-imports/my-video-imports.component.html21 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. Once you delete your account, there is no going back. You will be asked to confirm this action. @@ -6729,26 +6600,17 @@ color: red; Channel page Channel page - src/app/+my-library/+my-video-channels/my-video-channels.component.html34 - src/app/+my-library/my-follows/my-subscriptions.component.html20 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65 - src/app/+videos/+video-watch/video-watch.component.html66 - + + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - - Do you really want to delete ? It will delete videos uploaded in this channel, and you will not be able to create another channel or account with the same name ()! - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - - + Created by Created by @@ -6832,8 +6694,8 @@ channel or account with the same name ( - Some of your channels are not fully set up. Make them welcoming and explicit about what you publish by adding a banner, an avatar and a description. - Some of your channels are not fully set up. Make them welcoming and explicit about what you publish by adding a banner, an avatar and a description. + Some of your channels are not fully set up. Make them welcoming and explicit about what you publish by adding a banner, an avatar and a description. + Some of your channels are not fully set up. Make them welcoming and explicit about what you publish by adding a banner, an avatar and a description. src/app/shared/shared-main/misc/channels-setup-message.component.html 5 @@ -6922,8 +6784,8 @@ channel or account with the same name (documentation for more information. See the - documentation - for more information. + documentation + for more information. src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.html31 @@ -6932,8 +6794,8 @@ channel or account with the same name (documentation. If you need help to use PeerTube, you can have a look at the - documentation - . + documentation + . src/app/+signup/shared/signup-success-after-email.component.html17 @@ -7170,8 +7032,8 @@ channel or account with the same name ( - Welcomeon - Welcomeon + Welcomeon + Welcomeon src/app/+signup/shared/signup-success-before-email.component.html7 @@ -7188,16 +7050,16 @@ channel or account with the same name (src/app/+signup/shared/signup-success-before-email.component.html14 - Check your emails to validate your account and complete your registration request. - Check your emails to validate your account and complete your registration request. + Check your emails to validate your account and complete your registration request. + Check your emails to validate your account and complete your registration request. src/app/+signup/shared/signup-success-before-email.component.html 18,19 - Check your emails to validate your account and complete your registration. - Check your emails to validate your account and complete your registration. + Check your emails to validate your account and complete your registration. + Check your emails to validate your account and complete your registration. src/app/+signup/shared/signup-success-before-email.component.html 22,23 @@ -7206,9 +7068,9 @@ channel or account with the same name ( Banned Banned - src/app/+accounts/accounts.component.html21 - src/app/+admin/overview/users/user-list/user-list.component.html105 - + + + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Instance muted Instance muted @@ -7303,8 +7165,8 @@ channel or account with the same name ( Please type the name of the video channel () to confirm Please type the name of the video channel () to confirm - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL NEW CHANNEL @@ -7333,8 +7195,8 @@ channel or account with the same name (src/app/+accounts/account-video-channels/account-video-channels.component.html42 - SHOW THIS CHANNEL > - SHOW THIS CHANNEL > + SHOW THIS CHANNEL > + SHOW THIS CHANNEL > src/app/+accounts/account-video-channels/account-video-channels.component.html50 @@ -7512,8 +7374,8 @@ channel or account with the same name (joinpeertube.org. For more information, please visit - joinpeertube.org - . + joinpeertube.org + . src/app/+about/about-peertube/about-peertube.component.html18 @@ -7629,8 +7491,8 @@ channel or account with the same name (src/app/+about/about-peertube/about-peertube.component.html107 - 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 this document for more information - 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 this document for more information + 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 this document for more information + 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 this document for more information src/app/+about/about-peertube/about-peertube.component.html111 @@ -7749,8 +7611,8 @@ channel or account with the same name (src/app/+about/about-instance/about-instance.component.ts91 - Contact the administrator(s) - Contact the administrator(s) + Contact the administrator(s) + Contact the administrator(s) src/app/+about/about-instance/contact-admin-modal.component.html 3 @@ -7774,13 +7636,13 @@ channel or account with the same name ( Go to the previous step Go to the previous step - src/app/+signup/+register/register.component.ts43 - + + src/app/+signup/+register/register.component.ts42 Go to the next step Go to the next step - src/app/+signup/+register/register.component.ts44 - + + src/app/+signup/+register/register.component.ts43 Who are we? Who are we? @@ -7799,8 +7661,8 @@ channel or account with the same name ( Terms of Terms of - src/app/shared/shared-instance/instance-about-accordion.component.ts81 - + + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability Administrators & Sustainability @@ -7873,8 +7735,8 @@ channel or account with the same name ( - I am at least years old and agree to the Terms and to the Code of Conduct of - I am at least years old and agree to the Terms and to the Code of Conduct of + I am at least years old and agree to the Terms and to the Code of Conduct of + I am at least years old and agree to the Terms and to the Code of Conduct of src/app/+signup/+register/steps/register-step-terms.component.html 17,22 @@ -8014,53 +7876,53 @@ channel or account with the same name ( Sensitive content Sensitive content - src/app/shared/shared-video-miniature/video-filters.model.ts125 - + + src/app/shared/shared-video-miniature/video-filters.model.ts131 Scope Scope - src/app/shared/shared-video-miniature/video-filters.model.ts132 - + + src/app/shared/shared-video-miniature/video-filters.model.ts138 Federated Federated - src/app/shared/shared-video-miniature/video-filters.model.ts134 - + + src/app/shared/shared-video-miniature/video-filters.model.ts140 Languages Languages - src/app/shared/shared-video-miniature/video-filters.model.ts142 - + + src/app/shared/shared-video-miniature/video-filters.model.ts148 Categories Categories - src/app/shared/shared-video-miniature/video-filters.model.ts151 - + + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videos All videos - src/app/shared/shared-video-miniature/video-filters.model.ts160 - + + src/app/shared/shared-video-miniature/video-filters.model.ts166 Blurred Blurred - src/app/shared/shared-video-miniature/video-filters.model.ts240 - + + src/app/shared/shared-video-miniature/video-filters.model.ts246 hidden hidden - src/app/shared/shared-video-miniature/video-filters.model.ts246 - + + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurred blurred - src/app/shared/shared-video-miniature/video-filters.model.ts247 - + + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayed displayed - src/app/shared/shared-video-miniature/video-filters.model.ts249 - + + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protected Password protected @@ -8101,8 +7963,8 @@ channel or account with the same name (src/app/+admin/config/edit-custom-config/edit-configuration.service.ts18 - A <code>.mp4</code> that keeps the original audio track, with no video - A <code>.mp4</code> that keeps the original audio track, with no video + A <code>.mp4</code> that keeps the original audio track, with no video + A <code>.mp4</code> that keeps the original audio track, with no video src/app/+admin/config/edit-custom-config/edit-configuration.service.ts19 @@ -8200,8 +8062,8 @@ channel or account with the same name (src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html8 - However, you may want to read our guidelines before tweaking the following values. - However, you may want to read our guidelines before tweaking the following values. + However, you may want to read our guidelines before tweaking the following values. + However, you may want to read our guidelines before tweaking the following values. src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 12,14 @@ -8422,43 +8284,43 @@ channel or account with the same name ( Reject Reject - src/app/+admin/follows/followers-list/followers-list.component.html51 - src/app/+admin/follows/followers-list/followers-list.component.ts40 - src/app/+admin/follows/followers-list/followers-list.component.ts86 - + + + + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 Delete Delete - src/app/+admin/follows/followers-list/followers-list.component.ts50 - src/app/+admin/follows/followers-list/followers-list.component.ts118 - src/app/+admin/follows/following-list/following-list.component.ts42 - src/app/+admin/moderation/registration-list/registration-list.component.ts65 - src/app/+admin/moderation/registration-list/registration-list.component.ts129 - src/app/+admin/moderation/video-block-list/video-block-list.component.ts91 - src/app/+admin/moderation/video-block-list/video-block-list.component.ts95 - src/app/+admin/overview/comments/video-comment-list.component.ts104 - src/app/+admin/overview/comments/video-comment-list.component.ts175 - src/app/+admin/overview/users/user-list/user-list.component.ts100 - src/app/+admin/overview/users/user-list/user-list.component.ts248 - src/app/+admin/overview/videos/video-list.component.ts76 - src/app/+admin/overview/videos/video-list.component.ts227 - src/app/+admin/overview/videos/video-list.component.ts282 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83 - src/app/+my-library/+my-video-channels/my-video-channels.component.ts63 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57 - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35 - src/app/+my-library/my-videos/my-videos.component.html51 - src/app/+my-library/my-videos/my-videos.component.ts191 - src/app/+videos/+video-edit/shared/video-edit.component.html196 - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts376 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts411 - src/app/shared/shared-main/buttons/delete-button.component.ts21 - src/app/shared/shared-main/buttons/delete-button.component.ts26 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}} Accepted {count, plural, =1 { follow request} other { follow requests}} @@ -8492,10 +8354,10 @@ channel or account with the same name ( Follow Follow - src/app/+admin/follows/following-list/follow-modal.component.html3 - src/app/+admin/follows/following-list/follow-modal.component.html37 - src/app/+admin/follows/following-list/following-list.component.html25 - + + + + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line 1 host (without "http://"), account handle or channel handle per line @@ -8559,18 +8421,18 @@ channel or account with the same name ( Do you really want to remove this video redundancy? Do you really want to remove this video redundancy? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy Remove redundancy - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! Video redundancies removed! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Account unmuted by your instance. Account @@ -8645,90 +8507,90 @@ channel or account with the same name ( Internal actions Internal actions - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report Delete report - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account Actions for the flagged account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mark as accepted Mark as accepted - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected Mark as rejected - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note Add internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video Actions for the video - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video Block video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. Video blocked. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video Unblock video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. Video unblocked. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Do you really want to delete this abuse report? Do you really want to delete this abuse report? - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. Abuse deleted. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment Deleted comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter Messages with reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators Messages with moderators - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note Update internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual Switch video block to manual @@ -8876,13 +8738,13 @@ channel or account with the same name ( plugin plugin - src/app/+admin/plugins/shared/plugin-api.service.ts30 - + + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme theme - src/app/+admin/plugins/shared/plugin-api.service.ts33 - + + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP address IP address @@ -8892,8 +8754,8 @@ channel or account with the same name ( - PeerTube thinks your web browser public IP is . - PeerTube thinks your web browser public IP is . + PeerTube thinks your web browser public IP is . + PeerTube thinks your web browser public IP is . src/app/+admin/system/debug/debug.component.html 4 @@ -8940,16 +8802,16 @@ channel or account with the same name ( - Check the trust_proxy configuration key - Check the trust_proxy configuration key + Check the trust_proxy configuration key + Check the trust_proxy configuration key src/app/+admin/system/debug/debug.component.html 15 - If you run PeerTube using Docker, check you run the reverse-proxy with network_mode: "host" (see issue 1643) - If you run PeerTube using Docker, check you run the reverse-proxy with network_mode: "host" (see issue 1643) + If you run PeerTube using Docker, check you run the reverse-proxy with network_mode: "host" (see issue 1643) + If you run PeerTube using Docker, check you run the reverse-proxy with network_mode: "host" (see issue 1643) src/app/+admin/system/debug/debug.component.html 16,17 @@ -9002,19 +8864,19 @@ channel or account with the same name ( Info Info - src/app/+admin/overview/videos/video-list.component.html41 - src/app/core/notification/notifier.service.ts12 - + + + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 Files Files - src/app/+admin/overview/videos/video-list.component.html42 - + + src/app/+admin/overview/videos/video-list.component.html41 - Published - Published - src/app/+admin/overview/videos/video-list.component.html43 - + Published + Published + + src/app/+admin/overview/videos/video-list.component.html42 Warning Warning @@ -9041,49 +8903,42 @@ channel or account with the same name (Audit logs src/app/+admin/system/logs/logs.component.ts145 - - Showing to of runner jobs - Showing to of runner jobs - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - - + UUID UUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 - Priority - Priority - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 - + Priority + Priority + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 - Progress - Progress - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 - + Progress + Progress + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 Runner Runner - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload: Payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload: Private payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found. No runner jobs found. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobs Completed jobs @@ -9159,35 +9014,22 @@ channel or account with the same name (4 - - Showing to of remote runners - Showing to of remote runners - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - - + IP IP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 - + + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contact Last contact - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found. No remote runners found. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. User @@ -9198,9 +9040,9 @@ channel or account with the same name ( Create user Create user - src/app/+admin/overview/users/user-edit/user-create.component.ts97 - src/app/+admin/overview/users/user-list/user-list.component.html25 - + + + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videos Blocked videos @@ -9220,8 +9062,8 @@ channel or account with the same name (src/app/+admin/moderation/moderation.routes.ts114 - Accept registrationReject registration - Accept registrationReject registration + Accept registrationReject registration + Accept registrationReject registration src/app/+admin/moderation/registration-list/process-registration-modal.component.html 4,5 @@ -9236,40 +9078,40 @@ channel or account with the same name ( - Accepting  registration will create the account and channel. - Accepting  registration will create the account and channel. + Accepting  registration will create the account and channel. + Accepting  registration will create the account and channel. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 21,22 - An email will be sent to explaining its account has been created with the moderation response you'll write below. - An email will be sent to explaining its account has been created with the moderation response you'll write below. + An email will be sent to explaining its account has been created with the moderation response you'll write below. + An email will be sent to explaining its account has been created with the moderation response you'll write below. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 24,26 - Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its account has been created. - Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its account has been created. + Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its account has been created. + Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its account has been created. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 28,30 - An email will be sent to explaining its registration request has been rejected with the moderation response you'll write below. - An email will be sent to explaining its registration request has been rejected with the moderation response you'll write below. + An email will be sent to explaining its registration request has been rejected with the moderation response you'll write below. + An email will be sent to explaining its registration request has been rejected with the moderation response you'll write below. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 34,36 - Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its registration request has been rejected. - Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its registration request has been rejected. + Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its registration request has been rejected. + Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its registration request has been rejected. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 38,40 @@ -9343,14 +9185,7 @@ channel or account with the same name (3 - - Showing to of registrations - Showing to of registrations - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - - + Password changed for user . Password changed for user @@ -9418,9 +9253,9 @@ channel or account with the same name ( Live Live - src/app/+admin/overview/videos/video-admin.service.ts53 - src/app/+admin/overview/videos/video-list.component.html88 - + + + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video files Video files @@ -9536,8 +9371,8 @@ channel or account with the same name (src/app/shared/shared-moderation/user-moderation-dropdown.component.ts99 - <p>You can't create users or channels with a username that already used by a deleted user/channel.</p> - <p>You can't create users or channels with a username that already used by a deleted user/channel.</p> + <p>You can't create users or channels with a username that already used by a deleted user/channel.</p> + <p>You can't create users or channels with a username that already used by a deleted user/channel.</p> src/app/+admin/overview/users/user-list/user-list.component.ts244 @@ -9583,8 +9418,8 @@ channel or account with the same name (src/app/+my-library/my-history/my-history.component.html14 - Clear all history - Clear all history + Clear all history + Clear all history src/app/+my-library/my-history/my-history.component.html18 @@ -9820,18 +9655,18 @@ channel or account with the same name ( Too many languages are enabled. Please enable them all or stay below 20 enabled languages. Too many languages are enabled. Please enable them all or stay below 20 enabled languages. - src/app/shared/shared-user-settings/user-video-settings.component.ts76 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. Video settings updated. - src/app/shared/shared-user-settings/user-video-settings.component.ts121 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. Display/Video settings updated. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Video channel created. Video channel @@ -9871,13 +9706,13 @@ channel or account with the same name (Video channel deleted. - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day Views for the day - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followers My followers @@ -9963,20 +9798,20 @@ channel or account with the same name (Playlist created. - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 - + + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 Create Create - src/app/+admin/overview/users/user-edit/user-edit.component.html8 - src/app/+admin/overview/users/user-edit/user-edit.component.html8 - src/app/+manage/video-channel-edit/video-channel-create.component.ts107 - src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45 - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8 - src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 - + + + + + + + + + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist Update playlist @@ -10058,9 +9893,15 @@ channel or account with the same name (Do you really want to delete ? - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + Video deleted. @@ -10137,8 +9978,8 @@ channel or account with the same name (src/app/+my-account/my-account-routing.module.ts128 - is awaiting email verification - is awaiting email verification + is awaiting email verification + is awaiting email verification src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html @@ -10154,8 +9995,8 @@ channel or account with the same name ( - Your current email is . It is never shown to the public. - Your current email is . It is never shown to the public. + Your current email is . It is never shown to the public. + Your current email is . It is never shown to the public. src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 13,16 @@ -10215,13 +10056,13 @@ channel or account with the same name ( Maximize editor Maximize editor - src/app/shared/shared-forms/markdown-textarea.component.ts51 - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editor Exit maximized editor - src/app/shared/shared-forms/markdown-textarea.component.ts52 - + + src/app/shared/shared-forms/markdown-textarea.component.ts50 An email with verification link will be sent to . An email with verification link will be sent to @@ -10245,9 +10086,9 @@ channel or account with the same name ( Subscribe to the account Subscribe to the account - src/app/+video-channels/video-channels.component.ts85 - src/app/+videos/+video-watch/video-watch.component.ts888 - + + + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTS PLAYLISTS @@ -10347,13 +10188,13 @@ channel or account with the same name (src/app/+video-studio/edit/video-studio-edit.component.ts75 - The current video will be overwritten by this edited video and <strong>you won't be able to recover it</strong>.<br /><br /> - The current video will be overwritten by this edited video and <strong>you won't be able to recover it</strong>.<br /><br /> + The current video will be overwritten by this edited video and <strong>you won't be able to recover it</strong>.<br /><br /> + The current video will be overwritten by this edited video and <strong>you won't be able to recover it</strong>.<br /><br /> src/app/+video-studio/edit/video-studio-edit.component.ts79 - As a reminder, the following tasks will be executed: <ol></ol> - As a reminder, the following tasks will be executed: <ol></ol> + As a reminder, the following tasks will be executed: <ol></ol> + As a reminder, the following tasks will be executed: <ol></ol> src/app/+video-studio/edit/video-studio-edit.component.ts80 @@ -10417,7 +10258,8 @@ channel or account with the same name (src/app/core/auth/auth.service.ts75 - Cannot retrieve OAuth Client credentials: . Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section. + Cannot retrieve OAuth Client credentials: . +Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section. Cannot retrieve OAuth Client credentials: . Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section. src/app/core/auth/auth.service.ts102 @@ -10587,17 +10429,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular VOD videos VOD videos - src/app/+search/search-filters.component.html34 - src/app/shared/shared-video-miniature/video-filters-header.component.html112 - src/app/shared/shared-video-miniature/video-filters.model.ts174 - + + + + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videos Live videos - src/app/+search/search-filters.component.html29 - src/app/shared/shared-video-miniature/video-filters-header.component.html107 - src/app/shared/shared-video-miniature/video-filters.model.ts168 - + + + + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) Short (< 4 min) @@ -10609,8 +10451,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+search/search-filters.component.ts63 - Long (> 10 min) - Long (> 10 min) + Long (> 10 min) + Long (> 10 min) src/app/+search/search-filters.component.ts67 @@ -10701,8 +10543,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - The video quota only takes into account original video size. Since transcoding is enabled, videos size can be at most ~ . - The video quota only takes into account original video size. Since transcoding is enabled, videos size can be at most ~ . + The video quota only takes into account original video size. Since transcoding is enabled, videos size can be at most ~ . + The video quota only takes into account original video size. Since transcoding is enabled, videos size can be at most ~ . src/app/+admin/shared/user-real-quota-info.component.html @@ -11374,8 +11216,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - See the documentation to learn how to use the PeerTube live streaming feature. - See the documentation to learn how to use the PeerTube live streaming feature. + See the documentation to learn how to use the PeerTube live streaming feature. + See the documentation to learn how to use the PeerTube live streaming feature. src/app/shared/shared-video-live/live-documentation-link.component.html1 @@ -12023,14 +11865,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instance languages - src/app/+videos/+video-edit/shared/video-edit.component.ts222 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages All languages - src/app/+videos/+video-edit/shared/video-edit.component.ts223 - src/app/shared/shared-forms/select/select-languages.component.ts25 - + + + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Hidden Hidden @@ -12044,9 +11886,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Displayed Displayed - src/app/shared/shared-instance/instance-features-table.component.ts54 - src/app/shared/shared-video-miniature/video-filters.model.ts242 - + + + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 Disabled Disabled @@ -12189,8 +12031,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/shared/shared-moderation/user-moderation-dropdown.component.ts89 - If you remove this user, you won't be able to create another user or channel with <strong></strong> username! - If you remove this user, you won't be able to create another user or channel with <strong></strong> username! + If you remove this user, you won't be able to create another user or channel with <strong></strong> username! + If you remove this user, you won't be able to create another user or channel with <strong></strong> username! src/app/shared/shared-moderation/user-moderation-dropdown.component.ts 104 @@ -12237,21 +12079,21 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Account muted by the instance. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434 - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server Mute server - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. Server muted by the instance. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter Add a message to communicate with the reporter @@ -12506,30 +12348,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Too many attempts, please try again after minutes. - src/app/core/rest/rest-extractor.service.ts126 - + + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. Too many attempts, please try again later. - src/app/core/rest/rest-extractor.service.ts129 - + + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. Server error. Please retry later. - src/app/core/rest/rest-extractor.service.ts133 - + + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later. Server is unavailable. Please retry later. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server error Unknown server error - src/app/core/rest/rest-extractor.service.ts140 + + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + Subscribed to all current channels of . You will be notified of all their new videos. @@ -12635,29 +12480,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Delete video Delete video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment Actions for the comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment Delete comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? Do you really want to delete this comment? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 - + + + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. Comment deleted. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Encoder Encoder @@ -12705,25 +12550,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Do you really want to delete this video? Do you really want to delete this video? - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. Video deleted. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter Actions for the reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter Mute reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 Download Download @@ -12871,59 +12716,37 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 58 - - Showing to of registration tokens - Showing to of registration tokens - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - - + Token Token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runners Associated runners - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate token Generate token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copied Registration token copied - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration token Copy registration token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners. No registration token found for remote runners. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this token Remove this token @@ -12991,9 +12814,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute account Mute account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actions Open video actions @@ -13027,8 +12850,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute server account Mute server account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Report Report @@ -13129,27 +12952,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18 - src/app/+admin/overview/videos/video-list.component.html77 - src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4 - src/app/+stats/video/video-stats.component.html2 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31 - src/app/+videos/+video-watch/video-watch.component.html76 - src/app/menu/menu.component.html112 - src/app/shared/shared-instance/instance-about-accordion.component.html115 - src/app/shared/shared-main/angular/login-link.component.html1 - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html20 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html30 - src/app/shared/shared-moderation/user-ban-modal.component.html3 - src/app/shared/shared-user-settings/user-interface-settings.component.html9 - src/app/shared/shared-video-miniature/video-download.component.html27 - src/app/shared/shared-video-miniature/video-download.component.html47 - src/app/shared/shared-video-miniature/video-download.component.html66 - src/app/shared/shared-video-miniature/video-download.component.html77 - src/app/shared/shared-video-miniature/video-download.component.html89 - src/app/shared/shared-video-miniature/videos-selection.component.html1 - + + + + + + + + + + + + + + + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Add to watch later Add to watch later @@ -13181,28 +13004,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Only I can see this video Only I can see this video - src/app/shared/shared-main/video/video.service.ts460 - + + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link Only shareable via a private link - src/app/shared/shared-main/video/video.service.ts461 - + + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video Anyone can see this video - src/app/shared/shared-main/video/video.service.ts462 - + + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video Only users of this instance can see this video - src/app/shared/shared-main/video/video.service.ts463 - + + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this video Only users with the appropriate password can see this video - src/app/shared/shared-main/video/video.service.ts464 - + + src/app/shared/shared-main/video/video.service.ts465 Video to import updated. Video to import updated. @@ -13249,45 +13072,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular You have unsaved changes! If you leave, your changes will be lost. You have unsaved changes! If you leave, your changes will be lost. - src/app/+videos/+video-edit/video-update.component.ts140 - + + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. Video updated. - src/app/+videos/+video-edit/video-update.component.ts227 - + + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators. Your video will also be automatically blocked since video publication requires manual validation by moderators. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version. Uploading a new version of your video will completely erase the current version. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 - <br /><br />Do you still want to replace your video file? - <br /><br />Do you still want to replace your video file? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + <br /><br />Do you still want to replace your video file? + <br /><br />Do you still want to replace your video file? + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warning Replace file warning - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: ) (extensions: ) @@ -13358,141 +13169,132 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? - This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? - src/app/+videos/+video-watch/video-watch.component.ts370 - + This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? + This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? + + src/app/+videos/+video-watch/video-watch.component.ts371 Redirection Redirection - src/app/+videos/+video-watch/video-watch.component.ts371 - + + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this video You need a password to watch this video - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protected This video is password protected - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct password Incorrect password, please enter a correct password - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? This video contains mature or explicit content. Are you sure you want to watch it? - src/app/+videos/+video-watch/video-watch.component.ts446 - + + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content Mature or explicit content - src/app/+videos/+video-watch/video-watch.component.ts447 - + + src/app/+videos/+video-watch/video-watch.component.ts448 Cancel Cancel - src/app/+about/about-instance/contact-admin-modal.component.html48 - src/app/+admin/follows/following-list/follow-modal.component.html33 - src/app/+admin/moderation/registration-list/process-registration-modal.component.html67 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102 - src/app/+login/login.component.html146 - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20 - src/app/+my-library/my-video-imports/my-video-imports.component.html42 - src/app/+my-library/my-videos/modals/video-change-ownership.component.html22 - src/app/+videos/+video-edit/shared/upload-progress.component.html14 - src/app/+videos/+video-edit/shared/upload-progress.component.html26 - src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37 - src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25 - src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73 - src/app/modal/confirm.component.html25 - src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26 - src/app/shared/shared-moderation/batch-domains-modal.component.html31 - src/app/shared/shared-moderation/report-modals/report.component.html53 - src/app/shared/shared-moderation/report-modals/report.component.html53 - src/app/shared/shared-moderation/report-modals/video-report.component.html84 - src/app/shared/shared-moderation/user-ban-modal.component.html34 - src/app/shared/shared-moderation/video-block.component.html46 - src/app/shared/shared-video-miniature/video-download.component.html140 - + + + + + + + + + + + + + + + + + + + + + + + + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreen Enter/exit fullscreen - src/app/+videos/+video-watch/video-watch.component.ts851 - + + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the video Play/Pause the video - src/app/+videos/+video-watch/video-watch.component.ts852 - + + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the video Mute/unmute the video - src/app/+videos/+video-watch/video-watch.component.ts853 - + + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90% Skip to a percentage of the video: 0 is 0% and 9 is 90% - src/app/+videos/+video-watch/video-watch.component.ts868 - + + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volume Increase the volume - src/app/+videos/+video-watch/video-watch.component.ts855 - + + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volume Decrease the volume - src/app/+videos/+video-watch/video-watch.component.ts856 - + + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forward Seek the video forward - src/app/+videos/+video-watch/video-watch.component.ts870 - + + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backward Seek the video backward - src/app/+videos/+video-watch/video-watch.component.ts871 - + + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rate Increase playback rate - src/app/+videos/+video-watch/video-watch.component.ts873 - + + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rate Decrease playback rate - src/app/+videos/+video-watch/video-watch.component.ts874 - + + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frame Navigate in the video to the previous frame - src/app/+videos/+video-watch/video-watch.component.ts876 - + + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frame Navigate in the video to the next frame - src/app/+videos/+video-watch/video-watch.component.ts877 - + + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater mode Toggle theater mode - src/app/+videos/+video-watch/video-watch.component.ts861 - + + src/app/+videos/+video-watch/video-watch.component.ts867 Like the video Like the video @@ -13572,14 +13374,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 103 - - Showing to of videos - Showing to of videos - - src/app/+admin/overview/videos/video-list.component.html - 11 - - + Only videos uploaded on this instance are displayed Only videos uploaded on this instance are displayed diff --git a/client/src/locale/angular.lt-LT.xlf b/client/src/locale/angular.lt-LT.xlf index 49729b727..e174462e1 100644 --- a/client/src/locale/angular.lt-LT.xlf +++ b/client/src/locale/angular.lt-LT.xlf @@ -376,28 +376,19 @@ src/app/shared/shared-main/users/user-notifications.component.html230 {views, plural, =0 {No view} =1 {1 view} other { views}}{views, plural, =0 {No view} =1 {1 view} other { views}} - src/app/shared/shared-main/video/video.model.ts291 + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded.PeerTube considers this video is already being transcoded. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcodingForce transcoding - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}}{viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} - src/app/shared/shared-main/video/video.model.ts288 + src/app/shared/shared-main/video/video.model.ts289 Change your avatar @@ -410,10 +401,10 @@ Account mutedAccount muted - src/app/+admin/overview/videos/video-list.component.html79 + src/app/+admin/overview/videos/video-list.component.html78 Server mutedServer muted - src/app/+admin/overview/videos/video-list.component.html80 + src/app/+admin/overview/videos/video-list.component.html79 Save to Save to @@ -527,7 +518,7 @@ src/app/shared/shared-video-miniature/video-download.component.html130 videovideo - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts341src/app/shared/shared-video-miniature/video-download.component.ts62 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: )Your video quota is exceeded with this video (video size: , used: , quota: ) src/app/+videos/+video-edit/shared/video-upload.service.ts34 @@ -625,17 +616,14 @@ Blocked Blocked - src/app/+admin/overview/videos/video-list.component.html82src/app/shared/shared-video-miniature/video-miniature.component.html64 + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storageObject storage - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this fileDelete this file - src/app/+admin/overview/videos/video-list.component.html114src/app/+admin/overview/videos/video-list.component.html130 + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}.Deleted {count, plural, =1 {1 video} other { videos}}. src/app/+admin/overview/videos/video-list.component.ts235 @@ -967,7 +955,7 @@ Local - src/app/shared/shared-video-miniature/video-filters.model.ts135 + src/app/shared/shared-video-miniature/video-filters.model.ts141 users users @@ -1000,7 +988,7 @@ - src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/follows.routes.ts26 + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 FollowersFollowers @@ -1218,7 +1206,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 Email address Email address @@ -1266,7 +1254,7 @@ The link will expire within 1 hour. SignupSignup Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 + src/app/+signup/+register/register.component.ts85 Why creating an account?Why creating an account? src/app/+signup/+register/steps/register-step-about.component.html @@ -1854,7 +1842,7 @@ The link will expire within 1 hour. src/app/+error-page/error-page.component.html54 Media is too large for the server. Please contact you administrator if you want to increase the limit size.Media is too large for the server. Please contact you administrator if you want to increase the limit size. - src/app/core/rest/rest-extractor.service.ts118 + src/app/core/rest/rest-extractor.service.ts122 GLOBAL SEARCH @@ -2059,7 +2047,7 @@ The link will expire within 1 hour. Reset - src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/shared/shared-forms/reactive-file.component.html16 + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter Filter @@ -2189,7 +2177,7 @@ The link will expire within 1 hour. src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.ts83 Advanced filtersAdvanced filters - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts39src/app/shared/shared-instance/instance-follow.service.ts142 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found No items found @@ -2206,7 +2194,7 @@ The link will expire within 1 hour. - src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html24src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 Choose the appropriate licence for your work. Choose the appropriate licence for your work. @@ -2221,49 +2209,28 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html39src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reasonRegistration reason - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation responseModeration response - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 Requested on Requested on - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason:Registration reason: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response:Moderation response: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters.No registrations found matching current filters. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found.No registrations found. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this requestAccept this request src/app/+admin/moderation/registration-list/registration-list.component.ts @@ -2462,7 +2429,7 @@ The link will expire within 1 hour. Original publication date Original publication date - src/app/+videos/+video-edit/shared/video-edit.component.html368 + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) @@ -2471,41 +2438,41 @@ The link will expire within 1 hour. This is the date when the content was originally published (e.g. the release date for a film) - src/app/+videos/+video-edit/shared/video-edit.component.html371 + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settingsPlugin settings - src/app/+videos/+video-edit/shared/video-edit.component.html402 + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latencySmall latency - src/app/+videos/+video-edit/shared/video-edit.component.ts92 + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2PReduce latency to ~15s disabling P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts93 + src/app/+videos/+video-edit/shared/video-edit.component.ts94 DefaultDefault - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts97 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30sAverage latency of 30s - src/app/+videos/+video-edit/shared/video-edit.component.ts98 + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latencyHigh latency - src/app/+videos/+video-edit/shared/video-edit.component.ts102 + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratioAverage latency of 60s increasing P2P ratio - src/app/+videos/+video-edit/shared/video-edit.component.ts103 + src/app/+videos/+video-edit/shared/video-edit.component.ts104 OtherOther - src/app/+videos/+video-edit/shared/video-edit.component.ts219src/app/shared/shared-forms/select/select-languages.component.ts50 + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments Enable video comments - src/app/+videos/+video-edit/shared/video-edit.component.html389 + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download Enable download - src/app/+videos/+video-edit/shared/video-edit.component.html394 + src/app/+videos/+video-edit/shared/video-edit.component.html398 Advanced settings Advanced settings @@ -2555,12 +2522,12 @@ The link will expire within 1 hour. Scheduled Scheduled - src/app/+videos/+video-edit/shared/video-edit.component.ts240 + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date Hide the video until a specific date - src/app/+videos/+video-edit/shared/video-edit.component.ts241 + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal liveNormal live src/app/+videos/+video-edit/video-add-components/video-go-live.component.html @@ -2607,7 +2574,7 @@ The link will expire within 1 hour. - src/app/+admin/overview/users/user-list/user-list.component.html118src/app/shared/shared-main/users/user-quota.component.html3 + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Congratulations! Your video is now available in your private library. @@ -2662,11 +2629,11 @@ The link will expire within 1 hour. src/app/+videos/+video-edit/video-update.component.html 29 - - Your video is currenctly being updated. If you leave, your changes will be lost.Your video is currenctly being updated. If you leave, your changes will be lost. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 @@ -2907,7 +2874,7 @@ The link will expire within 1 hour. Muted - src/app/+admin/overview/users/user-list/user-list.component.html104src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Loop Loop @@ -3030,7 +2997,7 @@ The link will expire within 1 hour. Show more Show more - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less Show less @@ -3077,10 +3044,10 @@ The link will expire within 1 hour. The video was blocked due to automatic blocking of new videos The video was blocked due to automatic blocking of new videos - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFWNSFW - src/app/+admin/moderation/video-block-list/video-block-list.component.html56src/app/+admin/overview/videos/video-list.component.html75 + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Get more information Get more information @@ -3295,13 +3262,10 @@ The link will expire within 1 hour. src/app/shared/shared-moderation/report-modals/report.component.html35src/app/shared/shared-moderation/report-modals/report.component.html35 Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed?Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly.Token renewed. Update your client configuration accordingly. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEEDSUBSCRIPTION FEED src/app/+my-account/my-account-applications/my-account-applications.component.html9 @@ -3319,7 +3283,7 @@ The link will expire within 1 hour. src/app/+my-account/my-account-applications/my-account-applications.component.html27 Renew tokenRenew token - src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts41 + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Filter... @@ -3349,19 +3313,19 @@ The link will expire within 1 hour. Video/Comment/Account Video/Comment/Account - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 ID ID - src/app/+admin/system/jobs/jobs.component.html45 + src/app/+admin/system/jobs/jobs.component.html43 State State - src/app/+admin/system/jobs/jobs.component.html48src/app/+my-library/my-video-imports/my-video-imports.component.html30 + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 @@ -3378,41 +3342,35 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html39src/app/+admin/follows/following-list/following-list.component.html43src/app/+admin/system/jobs/jobs.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html27src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37src/app/+my-library/my-video-imports/my-video-imports.component.html31src/app/shared/shared-abuse-list/abuse-list-table.component.html23 + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab Open actor page in a new tab - src/app/+admin/follows/followers-list/followers-list.component.html56 + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted Accepted - src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending Pending - src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 RejectedRejected - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept Accept - src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse Refuse @@ -3423,21 +3381,13 @@ The link will expire within 1 hour. No follower found matching current filters. No follower found matching current filters. - src/app/+admin/follows/followers-list/followers-list.component.html77 + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. Your instance doesn't have any follower. - src/app/+admin/follows/followers-list/followers-list.component.html78 - - Showing to of followers - Showing - to - of - followers - - - src/app/+admin/follows/followers-list/followers-list.component.html11 + src/app/+admin/follows/followers-list/followers-list.component.html77 + @@ -3447,36 +3397,28 @@ The link will expire within 1 hour. - src/app/+admin/follows/following-list/following-list.component.html44 + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab Open instance in a new tab - src/app/+admin/follows/following-list/following-list.component.html58src/app/shared/shared-moderation/server-blocklist.component.html43src/app/shared/shared-moderation/server-blocklist.component.html43 + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. No host found matching current filters. - src/app/+admin/follows/following-list/following-list.component.html84 + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. Your instance is not following anyone. - src/app/+admin/follows/following-list/following-list.component.html85 + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}}Do you really want to unfollow {count, plural, =1 {?} other { entries?}} src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - Showing - to - of - hosts - - - src/app/+admin/follows/following-list/following-list.component.html11 + ActionAction @@ -3485,7 +3427,7 @@ The link will expire within 1 hour. - src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies Videos redundancies @@ -3506,17 +3448,17 @@ The link will expire within 1 hour. Table parameters Table parameters - src/app/+admin/overview/users/user-list/user-list.component.html47 + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns Select columns - src/app/+admin/overview/users/user-list/user-list.component.html53 + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users Highlight banned users - src/app/+admin/overview/users/user-list/user-list.component.html59 + src/app/+admin/overview/users/user-list/user-list.component.html57 Username Username @@ -3617,14 +3559,14 @@ The link will expire within 1 hour. Batch actions Batch actions - src/app/+admin/follows/followers-list/followers-list.component.html18src/app/+admin/follows/following-list/following-list.component.html18src/app/+admin/moderation/registration-list/registration-list.component.html18src/app/+admin/overview/comments/video-comment-list.component.html22src/app/+admin/overview/users/user-list/user-list.component.html18src/app/+admin/overview/videos/video-list.component.html18src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 The user was banned The user was banned - src/app/+admin/overview/users/user-list/user-list.component.html109 + src/app/+admin/overview/users/user-list/user-list.component.html107 Open account in a new tab Open account in a new tab @@ -3633,7 +3575,7 @@ The link will expire within 1 hour. - src/app/+admin/overview/comments/video-comment-list.component.html69src/app/+admin/overview/users/user-list/user-list.component.html94src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html44src/app/shared/shared-moderation/account-blocklist.component.html35src/app/shared/shared-moderation/account-blocklist.component.html35 + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account @@ -3642,31 +3584,23 @@ The link will expire within 1 hour. Deleted account - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota Total daily video quota - src/app/+admin/overview/users/user-list/user-list.component.html128 + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: Ban reason: - src/app/+admin/overview/users/user-list/user-list.component.html150 + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned usersBanned users src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - Showing - to - of - users - - - src/app/+admin/overview/users/user-list/user-list.component.html11 + Moderation Moderation @@ -3703,7 +3637,7 @@ The link will expire within 1 hour. - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html26 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size Total size @@ -3738,20 +3672,20 @@ The link will expire within 1 hour. src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html94 Used ()Used () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available ()Available () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Sensitive Sensitive - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated Unfederated - src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/moderation/video-block-list/video-block-list.component.html60 + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date Date @@ -3759,33 +3693,33 @@ The link will expire within 1 hour. - src/app/+admin/moderation/video-block-list/video-block-list.component.html29src/app/+admin/overview/comments/video-comment-list.component.html46 + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this rowSelect this row - src/app/+admin/follows/followers-list/followers-list.component.html46src/app/+admin/follows/following-list/following-list.component.html51src/app/+admin/moderation/registration-list/registration-list.component.html50src/app/+admin/overview/comments/video-comment-list.component.html54src/app/+admin/overview/users/user-list/user-list.component.html79src/app/+admin/overview/videos/video-list.component.html51src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full commentSee full comment - src/app/+admin/overview/comments/video-comment-list.component.html58 + src/app/+admin/overview/comments/video-comment-list.component.html57 Actions Actions - src/app/+admin/follows/followers-list/followers-list.component.html35src/app/+admin/moderation/registration-list/registration-list.component.html60src/app/+admin/moderation/video-block-list/video-block-list.component.html43src/app/+admin/overview/comments/video-comment-list.component.html64src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70src/app/+admin/system/runners/runner-list/runner-list.component.html36src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html39 + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 FollowerFollower - src/app/+admin/follows/followers-list/followers-list.component.html36 + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented videoCommented video - src/app/+admin/overview/comments/video-comment-list.component.html81 + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters.No comments found matching current filters. - src/app/+admin/overview/comments/video-comment-list.component.html106 + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found.No comments found. - src/app/+admin/overview/comments/video-comment-list.component.html107 + src/app/+admin/overview/comments/video-comment-list.component.html106 Local commentsLocal comments src/app/+admin/overview/comments/video-comment-list.component.ts51 @@ -3799,57 +3733,49 @@ The link will expire within 1 hour. No abuses found matching current filters. No abuses found matching current filters. - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. No abuses found. - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reportsUnsolved reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reportsAccepted reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reportsRefused reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videosReports with blocked videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videosReports with deleted videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: Block reason: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. No blocked video found matching current filters. - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. No blocked video found. - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocksAutomatic blocks src/app/+admin/moderation/video-block-list/video-block-list.component.ts34 Manual blocksManual blocks src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - Showing - to - of - blocked videos - - - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 + Reports Reports @@ -3884,7 +3810,7 @@ The link will expire within 1 hour. Reporter - src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html21 + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 src/app/shared/shared-abuse-list/abuse-details.component.html @@ -3902,20 +3828,20 @@ The link will expire within 1 hour. Video - src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+admin/overview/videos/video-list.component.html40src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html29src/app/shared/shared-video-miniature/video-download.component.html8 + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 CommentComment - src/app/+admin/overview/comments/video-comment-list.component.html45src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 This video has been reported multiple times. This video has been reported multiple times. - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked The video was blocked - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on by @@ -3929,7 +3855,13 @@ The link will expire within 1 hour. Video was deleted Video was deleted - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + + Account deleted @@ -3938,7 +3870,7 @@ The link will expire within 1 hour. Account deleted - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 Open video in a new tab Open video in a new tab @@ -3953,17 +3885,17 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html37src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/moderation/registration-list/registration-list.component.html41src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/shared/shared-abuse-list/abuse-list-table.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages Messages - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note Internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score Score @@ -3971,16 +3903,8 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html38 - - Showing to of reports - Showing - to - of - reports - - - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 + src/app/+admin/follows/followers-list/followers-list.component.html37 + Reportee Reportee @@ -4004,7 +3928,7 @@ The link will expire within 1 hour. Mute domain - src/app/shared/shared-moderation/server-blocklist.component.html19src/app/shared/shared-moderation/server-blocklist.component.html19 + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance Instance @@ -4012,7 +3936,7 @@ The link will expire within 1 hour. - src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at Muted at @@ -4023,7 +3947,7 @@ The link will expire within 1 hour. - src/app/shared/shared-moderation/account-blocklist.component.html25src/app/shared/shared-moderation/account-blocklist.component.html25src/app/shared/shared-moderation/server-blocklist.component.html33src/app/shared/shared-moderation/server-blocklist.component.html33 + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute Unmute @@ -4031,29 +3955,20 @@ The link will expire within 1 hour. - src/app/shared/shared-moderation/account-blocklist.component.html32src/app/shared/shared-moderation/account-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html40src/app/shared/shared-moderation/server-blocklist.component.html40 + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. No server found matching current filters. - src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. No server found. - src/app/shared/shared-moderation/server-blocklist.component.html57src/app/shared/shared-moderation/server-blocklist.component.html57 - - Showing to of muted instances - Showing - to - of - muted instances - - - - src/app/shared/shared-moderation/server-blocklist.component.html12src/app/shared/shared-moderation/server-blocklist.component.html12 + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. @@ -4071,25 +3986,25 @@ The link will expire within 1 hour. Mute domains - src/app/shared/shared-moderation/server-blocklist.component.html64src/app/shared/shared-moderation/server-blocklist.component.html64 + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account Account - src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/comments/video-comment-list.component.html43src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24 + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. No account found matching current filters. - src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. No account found. - src/app/shared/shared-moderation/account-blocklist.component.html55src/app/shared/shared-moderation/account-blocklist.component.html55 + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed pluginsList installed plugins src/app/+admin/plugins/plugins.routes.ts26 @@ -4099,16 +4014,7 @@ The link will expire within 1 hour. Show pluginShow plugin src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - Showing - to - of - muted accounts - - - - src/app/shared/shared-moderation/account-blocklist.component.html11src/app/shared/shared-moderation/account-blocklist.component.html11 + Plugins/Themes Plugins/Themes @@ -4294,14 +4200,11 @@ The link will expire within 1 hour. src/app/+admin/overview/comments/video-comment-list.component.html3 This view also shows comments from muted accounts.This view also shows comments from muted accounts. - src/app/+admin/overview/comments/video-comment-list.component.html8 - Showing to of commentsShowing to of comments - - src/app/+admin/overview/comments/video-comment-list.component.html15 + src/app/+admin/overview/comments/video-comment-list.component.html8 Select all rowsSelect all rows - src/app/+admin/follows/followers-list/followers-list.component.html33src/app/+admin/follows/following-list/following-list.component.html38src/app/+admin/moderation/registration-list/registration-list.component.html33src/app/+admin/overview/comments/video-comment-list.component.html39src/app/+admin/overview/users/user-list/user-list.component.html39src/app/+admin/overview/videos/video-list.component.html36src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type Job type @@ -4318,44 +4221,35 @@ The link will expire within 1 hour. 21 Selector for the list displaying jobs, filtering by their state - - Showing to of jobsShowing to of jobs - - src/app/+admin/system/jobs/jobs.component.html39 + Type Type - src/app/+admin/system/jobs/jobs.component.html46src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 Priority (1 = highest priority)Priority (1 = highest priority) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + + src/app/+admin/system/jobs/jobs.component.html45 ProgressProgress - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found.No jobs found. - src/app/+admin/system/jobs/jobs.component.html105 + src/app/+admin/system/jobs/jobs.component.html103 No jobs found.No jobs found. - src/app/+admin/system/jobs/jobs.component.html106 + src/app/+admin/system/jobs/jobs.component.html104 No jobs found.No jobs found. - src/app/+admin/system/jobs/jobs.component.html110 + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are .No jobs found that are . - src/app/+admin/system/jobs/jobs.component.html111 + src/app/+admin/system/jobs/jobs.component.html109 Refresh Refresh - src/app/+admin/overview/comments/video-comment-list.component.html31src/app/+admin/overview/videos/video-list.component.html27src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 nownow src/app/+admin/system/logs/logs.component.html15 @@ -4394,7 +4288,7 @@ The link will expire within 1 hour. - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description Short description @@ -4787,10 +4681,13 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 ⚠️ We don't recommend to enable this feature if you don't trust your users⚠️ We don't recommend to enable this feature if you don't trust your users - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL)Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ You need to allow import with HTTP URL to be able to activate this feature. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html319 @@ -5641,55 +5538,34 @@ color: red; src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html 9 - - Showing to of synchronizationsShowing to of synchronizations - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - Add synchronizationAdd synchronization - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 External Channel External Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 Channel Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 Last synchronization at Last synchronization at - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List importsList imports - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channelFully synchronize the channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channelThis fetches any missing videos on the local channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for .Synchronization removed successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for .Full synchronization requested successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATIONNEW SYNCHRONIZATION src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.html @@ -5804,22 +5680,14 @@ color: red; Target Target - src/app/+my-library/my-video-imports/my-video-imports.component.html28 + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted This video was deleted - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - Showing to of imports - Showing - to - of - imports - - - src/app/+my-library/my-video-imports/my-video-imports.component.html21 + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. Once you delete your account, there is no going back. You will be asked to confirm this action. @@ -5833,20 +5701,10 @@ color: red; - src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65src/app/+videos/+video-watch/video-watch.component.html66 + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}}{VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} - src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()!Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - - + src/app/+my-library/+my-video-channels/my-video-channels.component.html49 Created by Created by @@ -6213,7 +6071,7 @@ channel or account with the same name (Banned - src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html105 + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Instance muted Instance muted @@ -6282,7 +6140,7 @@ channel or account with the same name (src/app/+accounts/account-video-channels/account-video-channels.component.html29src/app/+accounts/accounts.component.html39src/app/+my-library/+my-video-channels/my-video-channels.component.html47src/app/+video-channels/video-channels.component.html78src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 Please type the name of the video channel () to confirmPlease type the name of the video channel () to confirm - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL @@ -6743,11 +6601,11 @@ channel or account with the same name (Go to the previous step - src/app/+signup/+register/register.component.ts43 + src/app/+signup/+register/register.component.ts42 Go to the next stepGo to the next step - src/app/+signup/+register/register.component.ts44 + src/app/+signup/+register/register.component.ts43 Who are we? @@ -6766,7 +6624,7 @@ channel or account with the same name (src/app/shared/shared-instance/instance-about-accordion.component.html48 Terms of Terms of - src/app/shared/shared-instance/instance-about-accordion.component.ts81 + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability Administrators & Sustainability @@ -6946,34 +6804,34 @@ channel or account with the same name (src/app/shared/shared-video-miniature/video-filters-header.component.ts90 Sensitive contentSensitive content - src/app/shared/shared-video-miniature/video-filters.model.ts125 + src/app/shared/shared-video-miniature/video-filters.model.ts131 ScopeScope - src/app/shared/shared-video-miniature/video-filters.model.ts132 + src/app/shared/shared-video-miniature/video-filters.model.ts138 FederatedFederated - src/app/shared/shared-video-miniature/video-filters.model.ts134 + src/app/shared/shared-video-miniature/video-filters.model.ts140 LanguagesLanguages - src/app/shared/shared-video-miniature/video-filters.model.ts142 + src/app/shared/shared-video-miniature/video-filters.model.ts148 CategoriesCategories - src/app/shared/shared-video-miniature/video-filters.model.ts151 + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videosAll videos - src/app/shared/shared-video-miniature/video-filters.model.ts160 + src/app/shared/shared-video-miniature/video-filters.model.ts166 BlurredBlurred - src/app/shared/shared-video-miniature/video-filters.model.ts240 + src/app/shared/shared-video-miniature/video-filters.model.ts246 hiddenhidden - src/app/shared/shared-video-miniature/video-filters.model.ts246 + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurredblurred - src/app/shared/shared-video-miniature/video-filters.model.ts247 + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayeddisplayed - src/app/shared/shared-video-miniature/video-filters.model.ts249 + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protectedPassword protected src/app/shared/shared-video-miniature/video-miniature.component.html @@ -7281,12 +7139,12 @@ channel or account with the same name (Reject - src/app/+admin/follows/followers-list/followers-list.component.html51src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 DeleteDelete - src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts63src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts133src/app/shared/shared-abuse-list/abuse-list-table.component.ts376src/app/shared/shared-abuse-list/abuse-list-table.component.ts411src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}}Accepted {count, plural, =1 { follow request} other { follow requests}} src/app/+admin/follows/followers-list/followers-list.component.ts67 @@ -7310,7 +7168,7 @@ channel or account with the same name (src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html25 + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line1 host (without "http://"), account handle or channel handle per line src/app/+admin/follows/following-list/follow-modal.component.html @@ -7373,17 +7231,17 @@ channel or account with the same name (Do you really want to remove this video redundancy? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy Remove redundancy - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! Video redundancies removed! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Account unmuted by your instance. Account @@ -7451,89 +7309,89 @@ channel or account with the same name (Internal actions - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report Delete report - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account Actions for the flagged account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mark as accepted Mark as accepted - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected Mark as rejected - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note Add internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video Actions for the video - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video Block video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. Video blocked. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video Unblock video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. Video unblocked. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Do you really want to delete this abuse report? Do you really want to delete this abuse report? - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. Abuse deleted. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment Deleted comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter Messages with reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators Messages with moderators - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note Update internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual Switch video block to manual @@ -7676,12 +7534,12 @@ channel or account with the same name (plugin - src/app/+admin/plugins/shared/plugin-api.service.ts30 + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme theme - src/app/+admin/plugins/shared/plugin-api.service.ts33 + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP addressIP address src/app/+admin/system/debug/debug.component.html @@ -7771,13 +7629,13 @@ channel or account with the same name (Info - src/app/+admin/overview/videos/video-list.component.html41src/app/core/notification/notifier.service.ts12 + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 FilesFiles - src/app/+admin/overview/videos/video-list.component.html42 + src/app/+admin/overview/videos/video-list.component.html41 Published Published - src/app/+admin/overview/videos/video-list.component.html43 + src/app/+admin/overview/videos/video-list.component.html42 Warning Warning @@ -7803,34 +7661,28 @@ channel or account with the same name (Audit logs - src/app/+admin/system/logs/logs.component.ts145 - Showing to of runner jobsShowing to of runner jobs - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - - + src/app/+admin/system/logs/logs.component.ts145 UUIDUUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 Priority Priority - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 Progress Progress - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 RunnerRunner - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload:Payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload:Private payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found.No runner jobs found. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobsCompleted jobs src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts @@ -7885,28 +7737,16 @@ channel or account with the same name (src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html 4 - - Showing to of remote runnersShowing to of remote runners - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - IPIP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contactLast contact - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found.No remote runners found. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. User @@ -7916,7 +7756,7 @@ channel or account with the same name (src/app/+admin/overview/users/user-edit/user-create.component.ts78 Create userCreate user - src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html25 + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videosBlocked videos src/app/+admin/moderation/moderation.routes.ts67 @@ -8018,12 +7858,6 @@ channel or account with the same name (src/app/+admin/moderation/registration-list/registration-list.component.html 3 - - Showing to of registrationsShowing to of registrations - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - Password changed for user . @@ -8079,7 +7913,7 @@ channel or account with the same name (src/app/+admin/overview/videos/video-admin.service.ts49 LiveLive - src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html88 + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video filesVideo files src/app/+admin/overview/videos/video-admin.service.ts59 @@ -8416,18 +8250,18 @@ channel or account with the same name (Too many languages are enabled. Please enable them all or stay below 20 enabled languages. - src/app/shared/shared-user-settings/user-video-settings.component.ts76 + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. Video settings updated. - src/app/shared/shared-user-settings/user-video-settings.component.ts121 + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. Display/Video settings updated. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Video channel created. Video channel @@ -8463,12 +8297,12 @@ channel or account with the same name ( deleted. - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day Views for the day - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followersMy followers @@ -8531,10 +8365,10 @@ channel or account with the same name ( created. - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 CreateCreate - src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist Update playlist @@ -8598,7 +8432,13 @@ channel or account with the same name (? - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + + Video deleted. Video @@ -8718,10 +8558,10 @@ channel or account with the same name (src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts44src/app/shared/shared-forms/preview-upload.component.ts38 Maximize editorMaximize editor - src/app/shared/shared-forms/markdown-textarea.component.ts51 + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editorExit maximized editor - src/app/shared/shared-forms/markdown-textarea.component.ts52 + src/app/shared/shared-forms/markdown-textarea.component.ts50 @@ -8750,7 +8590,7 @@ channel or account with the same name (Subscribe to the account - src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts888 + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTSPLAYLISTS src/app/+video-channels/video-channels.component.ts91 @@ -9015,10 +8855,10 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+search/search-filters.component.ts52 VOD videosVOD videos - src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts174 + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videosLive videos - src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts168 + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) Short (< 4 min) @@ -10274,13 +10114,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instance languages - src/app/+videos/+video-edit/shared/video-edit.component.ts222 + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages All languages - src/app/+videos/+video-edit/shared/video-edit.component.ts223src/app/shared/shared-forms/select/select-languages.component.ts25 + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Hidden Hidden @@ -10295,7 +10135,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Displayed Displayed - src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts242 + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 DisabledDisabled src/app/shared/shared-instance/instance-features-table.component.ts60 @@ -10472,19 +10312,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server Mute server - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. Server muted by the instance. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter Add a message to communicate with the reporter @@ -10725,26 +10565,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular minutes. - src/app/core/rest/rest-extractor.service.ts126 + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. Too many attempts, please try again later. - src/app/core/rest/rest-extractor.service.ts129 + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. Server error. Please retry later. - src/app/core/rest/rest-extractor.service.ts133 + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later.Server is unavailable. Please retry later. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server errorUnknown server error - src/app/core/rest/rest-extractor.service.ts140 + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + + Subscribed to all current channels of . You will be notified of all their new videos. Subscribed to all current channels of @@ -10848,27 +10691,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Delete video Delete video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment Actions for the comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment Delete comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? Do you really want to delete this comment? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. Comment deleted. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Encoder Encoder @@ -10918,23 +10761,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. Video deleted. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter Actions for the reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter Mute reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 DownloadDownload @@ -11033,46 +10876,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+admin/system/runners/runner-list/runner-list.component.ts 58 - - Showing to of registration tokensShowing to of registration tokens - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - TokenToken - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runnersAssociated runners - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate tokenGenerate token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copiedRegistration token copied - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration tokenCopy registration token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners.No registration token found for remote runners. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this tokenRemove this token src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.ts34 @@ -11120,7 +10942,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actionsOpen video actions src/app/shared/shared-video-miniature/video-actions-dropdown.component.html @@ -11147,7 +10969,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute server account Mute server account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Report Report @@ -11238,7 +11060,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html77src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Add to watch later Add to watch later @@ -11265,25 +11087,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Only I can see this video Only I can see this video - src/app/shared/shared-main/video/video.service.ts460 + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link Only shareable via a private link - src/app/shared/shared-main/video/video.service.ts461 + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video Anyone can see this video - src/app/shared/shared-main/video/video.service.ts462 + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video Only users of this instance can see this video - src/app/shared/shared-main/video/video.service.ts463 + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this videoOnly users with the appropriate password can see this video - src/app/shared/shared-main/video/video.service.ts464 + src/app/shared/shared-main/video/video.service.ts465 Video to import updated. Video to import updated. @@ -11332,36 +11154,24 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular You have unsaved changes! If you leave, your changes will be lost. You have unsaved changes! If you leave, your changes will be lost. - src/app/+videos/+video-edit/video-update.component.ts140 + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. Video updated. - src/app/+videos/+video-edit/video-update.component.ts227 + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators.Your video will also be automatically blocked since video publication requires manual validation by moderators. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version.Uploading a new version of your video will completely erase the current version. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 <br /><br />Do you still want to replace your video file?<br /><br />Do you still want to replace your video file? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warningReplace file warning - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: )(extensions: ) @@ -11440,83 +11250,74 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>?This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? - src/app/+videos/+video-watch/video-watch.component.ts370 + src/app/+videos/+video-watch/video-watch.component.ts371 RedirectionRedirection - src/app/+videos/+video-watch/video-watch.component.ts371 + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this videoYou need a password to watch this video - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protectedThis video is password protected - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct passwordIncorrect password, please enter a correct password - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? This video contains mature or explicit content. Are you sure you want to watch it? - src/app/+videos/+video-watch/video-watch.component.ts446 + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content Mature or explicit content - src/app/+videos/+video-watch/video-watch.component.ts447 + src/app/+videos/+video-watch/video-watch.component.ts448 CancelCancel - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html42src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreenEnter/exit fullscreen - src/app/+videos/+video-watch/video-watch.component.ts851 + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the videoPlay/Pause the video - src/app/+videos/+video-watch/video-watch.component.ts852 + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the videoMute/unmute the video - src/app/+videos/+video-watch/video-watch.component.ts853 + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90%Skip to a percentage of the video: 0 is 0% and 9 is 90% - src/app/+videos/+video-watch/video-watch.component.ts868 + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volumeIncrease the volume - src/app/+videos/+video-watch/video-watch.component.ts855 + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volumeDecrease the volume - src/app/+videos/+video-watch/video-watch.component.ts856 + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forwardSeek the video forward - src/app/+videos/+video-watch/video-watch.component.ts870 + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backwardSeek the video backward - src/app/+videos/+video-watch/video-watch.component.ts871 + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rateIncrease playback rate - src/app/+videos/+video-watch/video-watch.component.ts873 + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rateDecrease playback rate - src/app/+videos/+video-watch/video-watch.component.ts874 + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frameNavigate in the video to the previous frame - src/app/+videos/+video-watch/video-watch.component.ts876 + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frameNavigate in the video to the next frame - src/app/+videos/+video-watch/video-watch.component.ts877 + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater modeToggle theater mode - src/app/+videos/+video-watch/video-watch.component.ts861 + src/app/+videos/+video-watch/video-watch.component.ts867 @@ -11585,12 +11386,6 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+admin/overview/videos/video-admin.service.ts 103 - - Showing to of videosShowing to of videos - - src/app/+admin/overview/videos/video-list.component.html - 11 - Only videos uploaded on this instance are displayedOnly videos uploaded on this instance are displayed diff --git a/client/src/locale/angular.nb-NO.xlf b/client/src/locale/angular.nb-NO.xlf index d0440791f..c93632256 100644 --- a/client/src/locale/angular.nb-NO.xlf +++ b/client/src/locale/angular.nb-NO.xlf @@ -317,30 +317,21 @@ {views, plural, =0 {No view} =1 {1 view} other { views}} {views, plural, =0 {Ingen visning} =1 {1 view} other { visninger}} - src/app/shared/shared-main/video/video.model.ts291 + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded.PeerTube considers this video is already being transcoded. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcodingForce transcoding - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} {viewers, plural, =0 {Ingen seere} =1 {1 seer} other { seere}} - src/app/shared/shared-main/video/video.model.ts288 + src/app/shared/shared-main/video/video.model.ts289 Change your avatar Endre profilbilde @@ -354,13 +345,13 @@ Account muted Konto stilnet - src/app/+admin/overview/videos/video-list.component.html79 - + + src/app/+admin/overview/videos/video-list.component.html78 Server muted Server stilnet - src/app/+admin/overview/videos/video-list.component.html80 - + + src/app/+admin/overview/videos/video-list.component.html79 Save to Lagre til @@ -471,7 +462,7 @@ video - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts341src/app/shared/shared-video-miniature/video-download.component.ts62 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: ) Din videokvote overskrides med denne videoen (videostørrelse: , brukt: , kvote: ) @@ -576,23 +567,20 @@ Blocked Blokkert - src/app/+admin/overview/videos/video-list.component.html82 - src/app/shared/shared-video-miniature/video-miniature.component.html64 - + + + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storage Objektlager - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this file Slett denne filen - src/app/+admin/overview/videos/video-list.component.html114 - src/app/+admin/overview/videos/video-list.component.html130 - + + + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}. Slettet {count, plural, =1 {1 video} other { videos}}. @@ -946,7 +934,7 @@ Local Lokal - src/app/shared/shared-video-miniature/video-filters.model.ts135 + src/app/shared/shared-video-miniature/video-filters.model.ts141 users brukere @@ -982,10 +970,10 @@ Following Abonnerer - src/app/+admin/admin.component.ts84 - src/app/+admin/follows/following-list/following-list.component.html41 - src/app/+admin/follows/follows.routes.ts26 - + + + + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 Followers Følgere @@ -1229,15 +1217,15 @@ The link will expire within 1 hour. Email Epost - src/app/+admin/moderation/registration-list/registration-list.component.html38 - src/app/+admin/overview/users/user-edit/user-edit.component.html105 - src/app/+admin/overview/users/user-edit/user-edit.component.html105 - src/app/+admin/overview/users/user-list/user-list.component.ts132 - src/app/+login/login.component.html136 - src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6 - src/app/+signup/+register/steps/register-step-user.component.html46 - src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 Email address E-postadresse @@ -1288,8 +1276,8 @@ The link will expire within 1 hour. Signup Registrer deg Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 - + + src/app/+signup/+register/register.component.ts85 Why creating an account? Hvorfor opprette en konto? @@ -1970,8 +1958,8 @@ The link will expire within 1 hour. Media is too large for the server. Please contact you administrator if you want to increase the limit size. Media er for stort for serveren. Ta kontakt med din administrator hvis du vil øke grensestørrelsen. - src/app/core/rest/rest-extractor.service.ts118 - + + src/app/core/rest/rest-extractor.service.ts122 GLOBAL SEARCH GLOBALT SØK @@ -2176,21 +2164,21 @@ The link will expire within 1 hour. Reset Tilbakestill - src/app/+search/search-filters.component.html8 - src/app/+search/search-filters.component.html22 - src/app/+search/search-filters.component.html41 - src/app/+search/search-filters.component.html60 - src/app/+search/search-filters.component.html74 - src/app/+search/search-filters.component.html109 - src/app/+search/search-filters.component.html122 - src/app/+search/search-filters.component.html135 - src/app/+search/search-filters.component.html148 - src/app/+search/search-filters.component.html163 - src/app/+search/search-filters.component.html171 - src/app/+search/search-filters.component.html188 - src/app/+search/search-filters.component.html229 - src/app/shared/shared-forms/reactive-file.component.html16 - + + + + + + + + + + + + + + + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter Filter @@ -2349,7 +2337,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts39src/app/shared/shared-instance/instance-follow.service.ts142 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found ingen gjenstander funnet @@ -2358,16 +2346,16 @@ The link will expire within 1 hour. Description Beskrivelse - src/app/+about/about-instance/about-instance.component.html113 - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html24 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+videos/+video-edit/shared/video-edit.component.html44 - + + + + + + + + + + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 Choose the appropriate licence for your work. Velg riktig lisens for arbeidet ditt. @@ -2376,71 +2364,50 @@ The link will expire within 1 hour. Channel Kanal - src/app/+admin/moderation/registration-list/registration-list.component.html39 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+videos/+video-edit/shared/video-edit.component.html65 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26 - src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reason Årsak til registrering - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation response Moderasjonsrespons - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 Requested on Forespurt den - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason: Registreringsårsak: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response: Moderasjonssvar: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters. Ingen registreringer funnet som samsvarer med gjeldende filtre. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found. Ingen registreringer funnet. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this request Godta denne forespørselen @@ -2676,65 +2643,65 @@ The link will expire within 1 hour. Original publication date Original publiseringsdato - src/app/+videos/+video-edit/shared/video-edit.component.html368 + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) Dette er datoen da innholdet opprinnelig ble publisert (f.eks. utgivelsesdatoen for en film) - src/app/+videos/+video-edit/shared/video-edit.component.html371 + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settings Innstillinger for programtillegg - src/app/+videos/+video-edit/shared/video-edit.component.html402 + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latency Lav forsinkelse - src/app/+videos/+video-edit/shared/video-edit.component.ts92 + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2P Reduser forsinkelsen til ~15s ved å deaktivere P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts93 + src/app/+videos/+video-edit/shared/video-edit.component.ts94 Default Standard - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts97 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30s Gjennomsnittlig forsinkelse på 30s - src/app/+videos/+video-edit/shared/video-edit.component.ts98 + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latency Høy forsinkelse - src/app/+videos/+video-edit/shared/video-edit.component.ts102 + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratio Gjennomsnittlig forsinkelse på 60s som øker P2P-forhold - src/app/+videos/+video-edit/shared/video-edit.component.ts103 + src/app/+videos/+video-edit/shared/video-edit.component.ts104 Other Annet - src/app/+videos/+video-edit/shared/video-edit.component.ts219src/app/shared/shared-forms/select/select-languages.component.ts50 + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments Tillat videokommentarer - src/app/+videos/+video-edit/shared/video-edit.component.html389 + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download Aktiver nedlasting - src/app/+videos/+video-edit/shared/video-edit.component.html394 + src/app/+videos/+video-edit/shared/video-edit.component.html398 Advanced settings Avanserte innstillinger @@ -2785,12 +2752,12 @@ The link will expire within 1 hour. Scheduled Planlagt - src/app/+videos/+video-edit/shared/video-edit.component.ts240 + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date Skjul videoen til en bestemt dato - src/app/+videos/+video-edit/shared/video-edit.component.ts241 + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal live Normal direktesending @@ -2836,9 +2803,9 @@ The link will expire within 1 hour. Total video quota Total videokvote - src/app/+admin/overview/users/user-list/user-list.component.html118 - src/app/shared/shared-main/users/user-quota.component.html3 - + + + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Congratulations! Your video is now available in your private library. Gratulerer! Videoen din er nå tilgjengelig i ditt private bibliotek. @@ -2900,11 +2867,11 @@ The link will expire within 1 hour. src/app/+videos/+video-edit/video-update.component.html 29 - - Your video is currenctly being updated. If you leave, your changes will be lost.Your video is currenctly being updated. If you leave, your changes will be lost. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 @@ -3163,10 +3130,10 @@ The link will expire within 1 hour. Muted Dempet - src/app/+admin/overview/users/user-list/user-list.component.html104 - src/app/shared/shared-moderation/account-block-badges.component.html1 - src/app/shared/shared-share-modal/video-share.component.html223 - + + + + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Loop Loop @@ -3288,8 +3255,8 @@ The link will expire within 1 hour. Show more Vis mer - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 - + + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less Vis mindre @@ -3332,14 +3299,14 @@ The link will expire within 1 hour. The video was blocked due to automatic blocking of new videos Videoen ble blokkert på grunn av automatisk blokkering av nye videoer - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFW NSFW - src/app/+admin/moderation/video-block-list/video-block-list.component.html56 - src/app/+admin/overview/videos/video-list.component.html75 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Get more information Få mer informasjon @@ -3564,16 +3531,13 @@ The link will expire within 1 hour. Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly. Token renewed. Update your client configuration accordingly. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEED ABONNEMENTSFEED @@ -3602,9 +3566,9 @@ The link will expire within 1 hour. Renew token Forny token - src/app/+my-account/my-account-applications/my-account-applications.component.html36 - src/app/+my-account/my-account-applications/my-account-applications.component.ts41 - + + + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Filter... Filter... @@ -3625,69 +3589,63 @@ The link will expire within 1 hour. Video/Comment/Account Video/Kommentar/Konto - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 ID ID - src/app/+admin/system/jobs/jobs.component.html45 - + + src/app/+admin/system/jobs/jobs.component.html43 State Status - src/app/+admin/system/jobs/jobs.component.html48 - src/app/+my-library/my-video-imports/my-video-imports.component.html30 - + + + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 Created Opprettet - src/app/+admin/follows/followers-list/followers-list.component.html39 - src/app/+admin/follows/following-list/following-list.component.html43 - src/app/+admin/system/jobs/jobs.component.html50 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html27 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 - src/app/+my-library/my-video-imports/my-video-imports.component.html31 - src/app/shared/shared-abuse-list/abuse-list-table.component.html23 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab Open actor page in a new tab - src/app/+admin/follows/followers-list/followers-list.component.html56 - + + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted Akseptert - src/app/+admin/follows/followers-list/followers-list.component.html63 - src/app/+admin/follows/following-list/following-list.component.html65 - + + + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending Avventer - src/app/+admin/follows/followers-list/followers-list.component.html64 - src/app/+admin/follows/following-list/following-list.component.html66 - + + + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 Rejected Avvist - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept Aksepter - src/app/+admin/follows/followers-list/followers-list.component.html50 - src/app/+admin/follows/followers-list/followers-list.component.ts45 - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25 - src/app/+my-library/my-ownership/my-ownership.component.html27 - + + + + + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse Avslå @@ -3696,60 +3654,52 @@ The link will expire within 1 hour. No follower found matching current filters. Ingen følger funnet som samsvarer med gjeldende filtre. - src/app/+admin/follows/followers-list/followers-list.component.html77 - + + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. Instansen din har ingen følger. - src/app/+admin/follows/followers-list/followers-list.component.html78 - - - Showing to of followers - viser til av følgere - src/app/+admin/follows/followers-list/followers-list.component.html11 - + + src/app/+admin/follows/followers-list/followers-list.component.html77 + Redundancy allowed Redundans tillatt - src/app/+admin/follows/following-list/following-list.component.html44 - + + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab Åpne instansen i en ny fane - src/app/+admin/follows/following-list/following-list.component.html58 - src/app/shared/shared-moderation/server-blocklist.component.html43 - src/app/shared/shared-moderation/server-blocklist.component.html43 - + + + + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. Ingen vert funnet som samsvarer med gjeldende filtre. - src/app/+admin/follows/following-list/following-list.component.html84 - + + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. Instansen din følger ikke noen. - src/app/+admin/follows/following-list/following-list.component.html85 - + + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}} Vil du virkelig slutte å følge {count, plural, =1 {?} other { entries?}} src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - Viser til av verter - src/app/+admin/follows/following-list/following-list.component.html11 - + Action Handling - src/app/+admin/follows/following-list/following-list.component.html40 - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/server-blocklist.component.html31 - src/app/shared/shared-moderation/server-blocklist.component.html31 - + + + + + + + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies Videos redundancies @@ -3768,18 +3718,18 @@ The link will expire within 1 hour. Table parameters Table parameters - src/app/+admin/overview/users/user-list/user-list.component.html47 - + + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns Select columns - src/app/+admin/overview/users/user-list/user-list.component.html53 - + + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users Fremhev utestengte brukere - src/app/+admin/overview/users/user-list/user-list.component.html59 - + + src/app/+admin/overview/users/user-list/user-list.component.html57 Username Brukernavn @@ -3894,54 +3844,50 @@ The link will expire within 1 hour. Batch actions Massehandlinger - src/app/+admin/follows/followers-list/followers-list.component.html18 - src/app/+admin/follows/following-list/following-list.component.html18 - src/app/+admin/moderation/registration-list/registration-list.component.html18 - src/app/+admin/overview/comments/video-comment-list.component.html22 - src/app/+admin/overview/users/user-list/user-list.component.html18 - src/app/+admin/overview/videos/video-list.component.html18 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 The user was banned Brukeren ble utestengt - src/app/+admin/overview/users/user-list/user-list.component.html109 - + + src/app/+admin/overview/users/user-list/user-list.component.html107 Open account in a new tab Åpne konto i en ny fane - src/app/+admin/overview/comments/video-comment-list.component.html69 - src/app/+admin/overview/users/user-list/user-list.component.html94 - src/app/+my-library/my-ownership/my-ownership.component.html32 - src/app/shared/shared-abuse-list/abuse-list-table.component.html44 - src/app/shared/shared-moderation/account-blocklist.component.html35 - src/app/shared/shared-moderation/account-blocklist.component.html35 - + + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account Slettet konto - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota Total daglig videokvote - src/app/+admin/overview/users/user-list/user-list.component.html128 - + + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: Grunnlag for utestenging: - src/app/+admin/overview/users/user-list/user-list.component.html150 - + + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned users Utestengte brukere src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - Viser til av brukere - src/app/+admin/overview/users/user-list/user-list.component.html11 - + Moderation Moderasjon @@ -3982,9 +3928,9 @@ The link will expire within 1 hour. Video Video - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30 - src/app/+admin/moderation/video-block-list/video-block-list.component.html26 - + + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size Total størrelse @@ -4020,79 +3966,79 @@ The link will expire within 1 hour. Used () Brukt () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available () Tilgjengelig () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Sensitive Sensitivt - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated Uføderert - src/app/+admin/moderation/video-block-list/video-block-list.component.html28 - src/app/+admin/moderation/video-block-list/video-block-list.component.html60 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date Dato - src/app/+admin/moderation/video-block-list/video-block-list.component.html29 - src/app/+admin/overview/comments/video-comment-list.component.html46 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this row Velg denne raden - src/app/+admin/follows/followers-list/followers-list.component.html46 - src/app/+admin/follows/following-list/following-list.component.html51 - src/app/+admin/moderation/registration-list/registration-list.component.html50 - src/app/+admin/overview/comments/video-comment-list.component.html54 - src/app/+admin/overview/users/user-list/user-list.component.html79 - src/app/+admin/overview/videos/video-list.component.html51 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full comment Se hele kommentaren - src/app/+admin/overview/comments/video-comment-list.component.html58 - + + src/app/+admin/overview/comments/video-comment-list.component.html57 Actions Handlinger - src/app/+admin/follows/followers-list/followers-list.component.html35 - src/app/+admin/moderation/registration-list/registration-list.component.html60 - src/app/+admin/moderation/video-block-list/video-block-list.component.html43 - src/app/+admin/overview/comments/video-comment-list.component.html64 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70 - src/app/+admin/system/runners/runner-list/runner-list.component.html36 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44 - src/app/+my-library/my-ownership/my-ownership.component.html12 - src/app/shared/shared-abuse-list/abuse-list-table.component.html39 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 Follower Abonent - src/app/+admin/follows/followers-list/followers-list.component.html36 - + + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented video Kommentert video - src/app/+admin/overview/comments/video-comment-list.component.html81 - + + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters. Ingen kommentarer funnet som samsvarer med gjeldende filtre. - src/app/+admin/overview/comments/video-comment-list.component.html106 - + + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found. Ingen kommentarer funnet. - src/app/+admin/overview/comments/video-comment-list.component.html107 - + + src/app/+admin/overview/comments/video-comment-list.component.html106 Local comments Lokale kommentarer @@ -4111,53 +4057,53 @@ The link will expire within 1 hour. No abuses found matching current filters. Fant ingen misbruk som samsvarer med gjeldende filtre. - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. Ingen misbruk funnet. - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reports Uløste rapporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reports Godkjente rapporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reports Avviste rapporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videos Rapporter med blokkerte videoer - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videos Rapporter med slettede videoer - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: Årsak til blokkering: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. Fant ingen blokkerte videoer som samsvarer med gjeldende filtre. - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. Fant ingen blokkert video. - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocks Automatiske blokkeringer @@ -4168,11 +4114,7 @@ The link will expire within 1 hour. Manuelle blokkeringer src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - Viser til av blokkerte videoer - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 - + Reports Rapporter @@ -4199,9 +4141,9 @@ The link will expire within 1 hour. Reporter Rapportør - src/app/shared/shared-abuse-list/abuse-details.component.html7 - src/app/shared/shared-abuse-list/abuse-list-table.component.html21 - + + + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 @@ -4217,28 +4159,28 @@ The link will expire within 1 hour. Video Video - src/app/+admin/overview/comments/video-comment-list.component.html44 - src/app/+admin/overview/videos/video-list.component.html40 - src/app/+my-library/my-ownership/my-ownership.component.html14 - src/app/+my-library/my-video-imports/my-video-imports.component.html29 - src/app/shared/shared-video-miniature/video-download.component.html8 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 Comment Kommentar - src/app/+admin/overview/comments/video-comment-list.component.html45 - src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 - + + + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 This video has been reported multiple times. Denne videoen har blitt rapportert flere ganger. - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked Videoen ble blokkert - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on av ved @@ -4247,13 +4189,19 @@ The link will expire within 1 hour. Video was deleted Videoen ble slettet - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + Account deleted Konto slettet - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 Open video in a new tab Åpne video i en ny fane @@ -4262,33 +4210,29 @@ The link will expire within 1 hour. State Status - src/app/+admin/follows/followers-list/followers-list.component.html37 - src/app/+admin/follows/following-list/following-list.component.html42 - src/app/+admin/moderation/registration-list/registration-list.component.html41 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36 - src/app/shared/shared-abuse-list/abuse-list-table.component.html24 - + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages Meldinger - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note Internt notat - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score Poengsum - src/app/+admin/follows/followers-list/followers-list.component.html38 - - - Showing to of reports - Viser til av rapporter - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 - + + src/app/+admin/follows/followers-list/followers-list.component.html37 + Reportee Rapportør @@ -4308,51 +4252,46 @@ The link will expire within 1 hour. Mute domain Demp domene - src/app/shared/shared-moderation/server-blocklist.component.html19 - src/app/shared/shared-moderation/server-blocklist.component.html19 - + + + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance Instans - src/app/+about/about.component.html3 - src/app/+search/search-filters.component.html217 - src/app/shared/shared-moderation/server-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html32 - + + + + + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at Dempet ved - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/server-blocklist.component.html33 - src/app/shared/shared-moderation/server-blocklist.component.html33 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute Fjern demping - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html40 - src/app/shared/shared-moderation/server-blocklist.component.html40 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. Ingen server funnet som samsvarer med gjeldende filtre. - src/app/shared/shared-moderation/server-blocklist.component.html56 - src/app/shared/shared-moderation/server-blocklist.component.html56 - + + + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. Ingen server funnet. - src/app/shared/shared-moderation/server-blocklist.component.html57 - src/app/shared/shared-moderation/server-blocklist.component.html57 - - - Showing to of muted instances - Viser til av dempede instanser - src/app/shared/shared-moderation/server-blocklist.component.html12 - src/app/shared/shared-moderation/server-blocklist.component.html12 - + + + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. Det ser ut til at du ikke er på en HTTPS-server. Webserveren din må ha TLS aktivert for å kunne følge servere. @@ -4366,29 +4305,29 @@ The link will expire within 1 hour. Mute domains Demp domener - src/app/shared/shared-moderation/server-blocklist.component.html64 - src/app/shared/shared-moderation/server-blocklist.component.html64 - + + + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account Konto - src/app/+admin/moderation/registration-list/registration-list.component.html37 - src/app/+admin/overview/comments/video-comment-list.component.html43 - src/app/shared/shared-moderation/account-blocklist.component.html24 - src/app/shared/shared-moderation/account-blocklist.component.html24 - + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. Ingen konto funnet som samsvarer med gjeldende filtre. - src/app/shared/shared-moderation/account-blocklist.component.html54 - src/app/shared/shared-moderation/account-blocklist.component.html54 - + + + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. Finner ingen konto. - src/app/shared/shared-moderation/account-blocklist.component.html55 - src/app/shared/shared-moderation/account-blocklist.component.html55 - + + + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed plugins Liste installerte programtillegg @@ -4404,12 +4343,7 @@ The link will expire within 1 hour. Vis programtillegg src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - Viser til av dempede kontoer - src/app/shared/shared-moderation/account-blocklist.component.html11 - src/app/shared/shared-moderation/account-blocklist.component.html11 - + Plugins/Themes Programtillegg/Temaer @@ -4628,22 +4562,18 @@ The link will expire within 1 hour. Denne visningen viser også kommentarer fra dempede kontoer. src/app/+admin/overview/comments/video-comment-list.component.html8 - - Showing to of comments - Viser til av kommentarer - src/app/+admin/overview/comments/video-comment-list.component.html15 - + Select all rows Velg alle rader - src/app/+admin/follows/followers-list/followers-list.component.html33 - src/app/+admin/follows/following-list/following-list.component.html38 - src/app/+admin/moderation/registration-list/registration-list.component.html33 - src/app/+admin/overview/comments/video-comment-list.component.html39 - src/app/+admin/overview/users/user-list/user-list.component.html39 - src/app/+admin/overview/videos/video-list.component.html36 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type Jobtype @@ -4663,62 +4593,52 @@ The link will expire within 1 hour. Selector for the list displaying jobs, filtering by their state - - Showing to of jobs - Viser til av jobber - src/app/+admin/system/jobs/jobs.component.html39 - + Type Type - src/app/+admin/system/jobs/jobs.component.html46 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 - + + + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 Priority (1 = highest priority) Prioritet (1 = høyeste prioritet) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + + src/app/+admin/system/jobs/jobs.component.html45 Progress Framgang - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found. Ingen jobber funnet. - src/app/+admin/system/jobs/jobs.component.html105 - + + src/app/+admin/system/jobs/jobs.component.html103 No jobs found. Ingen jobber funnet. - src/app/+admin/system/jobs/jobs.component.html106 - + + src/app/+admin/system/jobs/jobs.component.html104 No jobs found. Ingen jobber funnet. - src/app/+admin/system/jobs/jobs.component.html110 - + + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are . Ingen jobber funnet som er . - src/app/+admin/system/jobs/jobs.component.html111 - + + src/app/+admin/system/jobs/jobs.component.html109 Refresh Oppdater - src/app/+admin/overview/comments/video-comment-list.component.html31 - src/app/+admin/overview/videos/video-list.component.html27 - src/app/+admin/system/jobs/jobs.component.html30 - src/app/+admin/system/logs/logs.component.html33 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 now @@ -4758,11 +4678,11 @@ The link will expire within 1 hour. Name Navn - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12 - src/app/+admin/system/runners/runner-list/runner-list.component.html23 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - + + + + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description Kort beskrivelse @@ -5182,12 +5102,14 @@ The link will expire within 1 hour. ⚠️ We don't recommend to enable this feature if you don't trust your users ⚠️ Vi anbefaler ikke å aktivere denne funksjonen hvis du ikke stoler på brukerne dine src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + - - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - Tillat kanalsynkronisering med kanalen til andre plattformer som YouTube (krever at du kan importere med HTTP URL) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 - + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ Du må tillate import med HTTP URL for å kunne aktivere denne funksjonen. @@ -6230,74 +6152,52 @@ color: red; 9 - - Showing to of synchronizations - Viser til av synkroniseringer - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - - + Add synchronization Legg til synkronisering - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 External Channel Ekstern kanal - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 Channel Kanal - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 Last synchronization at Siste synkronisering - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List imports Liste over importer - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channel Synkroniser kanalen fullstendig - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channel Dette henter eventuelle manglende videoer på den lokale kanalen - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for . Synkronisering ble fjernet for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for . Forespørsel om full synkronisering vellykket for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATION NY SYNKRONISERING @@ -6434,18 +6334,14 @@ color: red; Target Mål - src/app/+my-library/my-video-imports/my-video-imports.component.html28 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted Denne videoen ble slettet - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - - Showing to of imports - Viser til av importer - src/app/+my-library/my-video-imports/my-video-imports.component.html21 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. Når du har slettet kontoen din, er det ingen vei tilbake. Du vil bli bedt om å bekrefte denne handlingen. @@ -6454,26 +6350,17 @@ color: red; Channel page Kanalside - src/app/+my-library/+my-video-channels/my-video-channels.component.html34 - src/app/+my-library/my-follows/my-subscriptions.component.html20 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65 - src/app/+videos/+video-watch/video-watch.component.html66 - + + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} {VAR_PLURAL, plural, =0 {Ingen visninger} =1 {1 visning} other { visninger}} src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - Vil du virkelig slette ? Dette vil slette videoer som er lastet opp til denne kanalen, og du vil ikke kunne opprette en annen kanal eller konto med samme navn ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - - + Created by Laget av @@ -6917,9 +6804,9 @@ channel or account with the same name ( Banned Utestengt - src/app/+accounts/accounts.component.html21 - src/app/+admin/overview/users/user-list/user-list.component.html105 - + + + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Instance muted Instans dempet @@ -7010,8 +6897,8 @@ channel or account with the same name ( Please type the name of the video channel () to confirm Skriv inn navnet på videokanalen () for å bekrefte - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL NY KANAL @@ -7416,13 +7303,13 @@ channel or account with the same name ( Go to the previous step Gå til forrige trinn - src/app/+signup/+register/register.component.ts43 - + + src/app/+signup/+register/register.component.ts42 Go to the next step Gå til neste trinn - src/app/+signup/+register/register.component.ts44 - + + src/app/+signup/+register/register.component.ts43 Who are we? Hvem er vi? @@ -7441,8 +7328,8 @@ channel or account with the same name ( Terms of Vilkår for - src/app/shared/shared-instance/instance-about-accordion.component.ts81 - + + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability Administratorer & Bærekraft @@ -7656,52 +7543,52 @@ channel or account with the same name (Sensitivt innhold - src/app/shared/shared-video-miniature/video-filters.model.ts125 + src/app/shared/shared-video-miniature/video-filters.model.ts131 Scope Omfang - src/app/shared/shared-video-miniature/video-filters.model.ts132 + src/app/shared/shared-video-miniature/video-filters.model.ts138 Federated Føderert - src/app/shared/shared-video-miniature/video-filters.model.ts134 + src/app/shared/shared-video-miniature/video-filters.model.ts140 Languages Språk - src/app/shared/shared-video-miniature/video-filters.model.ts142 + src/app/shared/shared-video-miniature/video-filters.model.ts148 Categories Kategorier - src/app/shared/shared-video-miniature/video-filters.model.ts151 + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videos Alle videoer - src/app/shared/shared-video-miniature/video-filters.model.ts160 + src/app/shared/shared-video-miniature/video-filters.model.ts166 Blurred Sløret - src/app/shared/shared-video-miniature/video-filters.model.ts240 + src/app/shared/shared-video-miniature/video-filters.model.ts246 hidden skjult - src/app/shared/shared-video-miniature/video-filters.model.ts246 + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurred sløret - src/app/shared/shared-video-miniature/video-filters.model.ts247 + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayed vises - src/app/shared/shared-video-miniature/video-filters.model.ts249 + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protected Passordbeskyttet @@ -8061,10 +7948,10 @@ channel or account with the same name ( Reject Avslå - src/app/+admin/follows/followers-list/followers-list.component.html51 - src/app/+admin/follows/followers-list/followers-list.component.ts40 - src/app/+admin/follows/followers-list/followers-list.component.ts86 - + + + + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 Delete Slett @@ -8096,7 +7983,7 @@ channel or account with the same name (src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts63src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts133src/app/shared/shared-abuse-list/abuse-list-table.component.ts376src/app/shared/shared-abuse-list/abuse-list-table.component.ts411src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}} Aksepterte {count, plural, =1 { følgeforespørselen} other { følgeforespørslene}} @@ -8130,10 +8017,10 @@ channel or account with the same name ( Follow Abonner - src/app/+admin/follows/following-list/follow-modal.component.html3 - src/app/+admin/follows/following-list/follow-modal.component.html37 - src/app/+admin/follows/following-list/following-list.component.html25 - + + + + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line 1 host (without "http://"), account handle or channel handle per line @@ -8195,18 +8082,18 @@ channel or account with the same name ( Do you really want to remove this video redundancy? Do you really want to remove this video redundancy? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy Fjern overflødighet - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! Video redundancies removed! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Account unmuted by your instance. Kontoen fikk opphevet forstummingen av instansen din. @@ -8275,90 +8162,90 @@ channel or account with the same name ( Internal actions Interne handlinger - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report Slett rapport - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account Handlinger for den flaggede kontoen - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mark as accepted Merk som akseptert - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected Merk som avvist - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note Legg til intern merknad - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video Handlinger for videoen - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video Blokker video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. Video blokkert. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video Fjern blokkering av video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. Blokkering av video opphevet. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Do you really want to delete this abuse report? Vil du virkelig slette denne misbruksrapporten? - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. Misbruk slettet. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment Slettet kommentar - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter Meldinger med rapportør - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators Meldinger med moderatorer - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note Oppdater intern merknad - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual Bytt videoblokk til manuell @@ -8490,13 +8377,13 @@ channel or account with the same name ( plugin programtillegg - src/app/+admin/plugins/shared/plugin-api.service.ts30 - + + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme tema - src/app/+admin/plugins/shared/plugin-api.service.ts33 - + + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP address IP adresse @@ -8616,19 +8503,19 @@ channel or account with the same name ( Info Info - src/app/+admin/overview/videos/video-list.component.html41 - src/app/core/notification/notifier.service.ts12 - + + + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 Files Filer - src/app/+admin/overview/videos/video-list.component.html42 - + + src/app/+admin/overview/videos/video-list.component.html41 Published Publisert - src/app/+admin/overview/videos/video-list.component.html43 - + + src/app/+admin/overview/videos/video-list.component.html42 Warning Advarsel @@ -8655,49 +8542,42 @@ channel or account with the same name (Revisjonslogger src/app/+admin/system/logs/logs.component.ts145 - - Showing to of runner jobs - Viser til av runner jobs - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - - + UUID UUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 Priority Prioritet - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 Progress Fremgang - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 Runner Runner - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload: Payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload: Private payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found. No runner jobs found. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobsCompleted jobs src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts @@ -8761,35 +8641,22 @@ channel or account with the same name (4 - - Showing to of remote runners - Showing to of remote runners - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - - + IP IP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 - + + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contact Siste kontakt - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found. No remote runners found. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. Bruker opprettet. @@ -8798,9 +8665,9 @@ channel or account with the same name ( Create user Opprett bruker - src/app/+admin/overview/users/user-edit/user-create.component.ts97 - src/app/+admin/overview/users/user-list/user-list.component.html25 - + + + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videos Blokkerte videoer @@ -8943,14 +8810,7 @@ channel or account with the same name (3 - - Showing to of registrations - viser til av registreringer - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - - + Password changed for user . Passord endret for bruker . @@ -9012,9 +8872,9 @@ channel or account with the same name ( Live Direkte - src/app/+admin/overview/videos/video-admin.service.ts53 - src/app/+admin/overview/videos/video-list.component.html88 - + + + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video files Videofiler @@ -9410,18 +9270,18 @@ channel or account with the same name ( Too many languages are enabled. Please enable them all or stay below 20 enabled languages. For mange språk er aktivert. Aktiver alle eller hold deg under 20 språk. - src/app/shared/shared-user-settings/user-video-settings.component.ts76 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. Videoinnstillingene er oppdatert. - src/app/shared/shared-user-settings/user-video-settings.component.ts121 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. Display/Video settings updated. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Video channel created. Videokanal opprettet. @@ -9455,13 +9315,13 @@ channel or account with the same name ( Video channel deleted. Videokanal slettet. - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day Dagens visninger - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followers Mine følgere @@ -9545,8 +9405,8 @@ channel or account with the same name ( Playlist created. Spillelisten ble opprettet. - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 - + + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 Create Opprette @@ -9558,7 +9418,7 @@ channel or account with the same name (src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist Oppdater spilleliste @@ -9634,9 +9494,15 @@ channel or account with the same name ( Do you really want to delete ? Ønsker du virkelig å slette ? - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + Video deleted. @@ -9789,12 +9655,12 @@ channel or account with the same name (Maximize editor - src/app/shared/shared-forms/markdown-textarea.component.ts51 + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editor Exit maximized editor - src/app/shared/shared-forms/markdown-textarea.component.ts52 + src/app/shared/shared-forms/markdown-textarea.component.ts50 An email with verification link will be sent to . En e-post med bekreftelseslenke vil bli sendt til . @@ -9816,9 +9682,9 @@ channel or account with the same name ( Subscribe to the account Abonner på kontoen - src/app/+video-channels/video-channels.component.ts85 - src/app/+videos/+video-watch/video-watch.component.ts888 - + + + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTS SPILLELISTER @@ -10162,14 +10028,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts174 + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videos Direktesendte videoer - src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts168 + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) Kort (< 4 min) @@ -11594,13 +11460,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instansspråk - src/app/+videos/+video-edit/shared/video-edit.component.ts222 + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages Alle språk - src/app/+videos/+video-edit/shared/video-edit.component.ts223src/app/shared/shared-forms/select/select-languages.component.ts25 + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Hidden Skjult @@ -11616,7 +11482,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Vises - src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts242 + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 Disabled Deaktivert @@ -11789,21 +11655,21 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Account muted by the instance. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434 - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server Demp server - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. Server muted by the instance. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter Add a message to communicate with the reporter @@ -12058,30 +11924,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Too many attempts, please try again after minutes. - src/app/core/rest/rest-extractor.service.ts126 - + + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. For mange forsøk, prøv igjen senere. - src/app/core/rest/rest-extractor.service.ts129 - + + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. Serverfeil. Vennligst prøv på nytt senere. - src/app/core/rest/rest-extractor.service.ts133 - + + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later. Serveren er utilgjengelig. Vennligst prøv på nytt senere. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server error Ukjent serverfeil - src/app/core/rest/rest-extractor.service.ts140 + + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + Subscribed to all current channels of . You will be notified of all their new videos. @@ -12181,29 +12050,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Delete video Slett video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment Handlinger for kommentaren - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment Slett kommentar - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? Do you really want to delete this comment? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 - + + + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. Kommentar slettet. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Encoder Enkoder @@ -12250,25 +12119,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Do you really want to delete this video? Do you really want to delete this video? - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. Video slettet. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter Handlinger for raportøren - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter Demp rapportør - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 Download Last ned @@ -12413,55 +12282,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 58 - - Showing to of registration tokens - Showing to of registration tokens - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - - + Token Token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runners Associated runners - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate token Generate token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copiedRegistration token copied - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration tokenCopy registration token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners. No registration token found for remote runners. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this token Remove this token @@ -12529,9 +12376,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute account Demp kontoen - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actions Åpne videohandlinger @@ -12565,8 +12412,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute server account Mute server account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Report Rapporter @@ -12665,27 +12512,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18 - src/app/+admin/overview/videos/video-list.component.html77 - src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4 - src/app/+stats/video/video-stats.component.html2 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31 - src/app/+videos/+video-watch/video-watch.component.html76 - src/app/menu/menu.component.html112 - src/app/shared/shared-instance/instance-about-accordion.component.html115 - src/app/shared/shared-main/angular/login-link.component.html1 - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html20 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html30 - src/app/shared/shared-moderation/user-ban-modal.component.html3 - src/app/shared/shared-user-settings/user-interface-settings.component.html9 - src/app/shared/shared-video-miniature/video-download.component.html27 - src/app/shared/shared-video-miniature/video-download.component.html47 - src/app/shared/shared-video-miniature/video-download.component.html66 - src/app/shared/shared-video-miniature/video-download.component.html77 - src/app/shared/shared-video-miniature/video-download.component.html89 - src/app/shared/shared-video-miniature/videos-selection.component.html1 - + + + + + + + + + + + + + + + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Add to watch later Legg til i Se Senere @@ -12718,27 +12565,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Only I can see this video Bare jeg kan se denne videoen - src/app/shared/shared-main/video/video.service.ts460 + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link Kan kun deles via en privat lenke - src/app/shared/shared-main/video/video.service.ts461 + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video Alle kan se denne videoen - src/app/shared/shared-main/video/video.service.ts462 + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video Only users of this instance can see this video - src/app/shared/shared-main/video/video.service.ts463 + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this video Only users with the appropriate password can see this video - src/app/shared/shared-main/video/video.service.ts464 + src/app/shared/shared-main/video/video.service.ts465 Video to import updated. Video to import updated. @@ -12786,36 +12633,24 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular You have unsaved changes! If you leave, your changes will be lost. You have unsaved changes! If you leave, your changes will be lost. - src/app/+videos/+video-edit/video-update.component.ts140 + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. Video oppdatert. - src/app/+videos/+video-edit/video-update.component.ts227 + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators.Your video will also be automatically blocked since video publication requires manual validation by moderators. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version.Uploading a new version of your video will completely erase the current version. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 <br /><br />Do you still want to replace your video file?<br /><br />Do you still want to replace your video file? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warningReplace file warning - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: ) (utvidelser: ) @@ -12916,47 +12751,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? - src/app/+videos/+video-watch/video-watch.component.ts370 - + + src/app/+videos/+video-watch/video-watch.component.ts371 Redirection Omdirigering - src/app/+videos/+video-watch/video-watch.component.ts371 - + + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this video You need a password to watch this video - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protected This video is password protected - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct password Incorrect password, please enter a correct password - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? This video contains mature or explicit content. Are you sure you want to watch it? - src/app/+videos/+video-watch/video-watch.component.ts446 - + + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content Voksent eller eksplisitt innhold - src/app/+videos/+video-watch/video-watch.component.ts447 - + + src/app/+videos/+video-watch/video-watch.component.ts448 Cancel Avbryt @@ -12983,72 +12809,72 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html42src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreen Enter/exit fullscreen - src/app/+videos/+video-watch/video-watch.component.ts851 - + + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the video Spill av/pause videoen - src/app/+videos/+video-watch/video-watch.component.ts852 - + + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the video Slå av/på lyden for videoen - src/app/+videos/+video-watch/video-watch.component.ts853 - + + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90% Skip to a percentage of the video: 0 is 0% and 9 is 90% - src/app/+videos/+video-watch/video-watch.component.ts868 - + + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volume Øk volumet - src/app/+videos/+video-watch/video-watch.component.ts855 - + + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volume Reduser volumet - src/app/+videos/+video-watch/video-watch.component.ts856 - + + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forward Seek the video forward - src/app/+videos/+video-watch/video-watch.component.ts870 - + + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backward Seek the video backward - src/app/+videos/+video-watch/video-watch.component.ts871 - + + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rate Øk avspillingshastigheten - src/app/+videos/+video-watch/video-watch.component.ts873 - + + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rate Reduser avspillingshastigheten - src/app/+videos/+video-watch/video-watch.component.ts874 - + + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frame Navigate in the video to the previous frame - src/app/+videos/+video-watch/video-watch.component.ts876 - + + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frame Navigate in the video to the next frame - src/app/+videos/+video-watch/video-watch.component.ts877 - + + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater mode Veksle kinomodus - src/app/+videos/+video-watch/video-watch.component.ts861 - + + src/app/+videos/+video-watch/video-watch.component.ts867 Like the video Like the video @@ -13128,14 +12954,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 103 - - Showing to of videos - Showing to of videos - - src/app/+admin/overview/videos/video-list.component.html - 11 - - + Only videos uploaded on this instance are displayed Bare videoer lastet opp på denne instansen vises diff --git a/client/src/locale/angular.nl-NL.xlf b/client/src/locale/angular.nl-NL.xlf index 7156ab489..fc68826c2 100644 --- a/client/src/locale/angular.nl-NL.xlf +++ b/client/src/locale/angular.nl-NL.xlf @@ -317,30 +317,21 @@ {views, plural, =0 {No view} =1 {1 view} other { views}} {views, plural, =0 {Geen weergaven} =1 {1 weergaven} other { weergaven}} - src/app/shared/shared-main/video/video.model.ts291 + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded.PeerTube considers this video is already being transcoded. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcodingForce transcoding - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} {viewers, plural, =0 {Geen kijkers} =1 {1 kijker} other { nu aan het kijken}} - src/app/shared/shared-main/video/video.model.ts288 + src/app/shared/shared-main/video/video.model.ts289 @@ -356,13 +347,13 @@ Account muted Account genegeerd - src/app/+admin/overview/videos/video-list.component.html79 - + + src/app/+admin/overview/videos/video-list.component.html78 Server muted Server genegeerd - src/app/+admin/overview/videos/video-list.component.html80 - + + src/app/+admin/overview/videos/video-list.component.html79 Save to Opslaan in @@ -473,7 +464,7 @@ video - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts341src/app/shared/shared-video-miniature/video-download.component.ts62 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: ) Je video quota is overschreden met deze video (video grootte: , gebruikt: , quota: ) @@ -581,21 +572,18 @@ Geblokkeerd - src/app/+admin/overview/videos/video-list.component.html82src/app/shared/shared-video-miniature/video-miniature.component.html64 + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storage Objectgebaseerde opslag - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this file Verwijder dit bestand - src/app/+admin/overview/videos/video-list.component.html114 - src/app/+admin/overview/videos/video-list.component.html130 - + + + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}. @@ -957,7 +945,7 @@ Local Lokaal - src/app/shared/shared-video-miniature/video-filters.model.ts135 + src/app/shared/shared-video-miniature/video-filters.model.ts141 users gebruikers @@ -993,10 +981,10 @@ Following Volgend - src/app/+admin/admin.component.ts84 - src/app/+admin/follows/following-list/following-list.component.html41 - src/app/+admin/follows/follows.routes.ts26 - + + + + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 Followers Volgers @@ -1249,7 +1237,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 Email address E-mailadres @@ -1301,7 +1289,7 @@ The link will expire within 1 hour. Inschrijven Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 + src/app/+signup/+register/register.component.ts85 Why creating an account? Waarom een account aanmaken? @@ -1985,8 +1973,8 @@ Geen resultaten gevonden Media is too large for the server. Please contact you administrator if you want to increase the limit size. Media te groot voor de server. Gelieve je beheerder te contacteren als je de groottelimiet wil verhogen. - src/app/core/rest/rest-extractor.service.ts118 - + + src/app/core/rest/rest-extractor.service.ts122 GLOBAL SEARCH GLOBAAL ZOEKEN @@ -2191,21 +2179,21 @@ Geen resultaten gevonden Reset Reset - src/app/+search/search-filters.component.html8 - src/app/+search/search-filters.component.html22 - src/app/+search/search-filters.component.html41 - src/app/+search/search-filters.component.html60 - src/app/+search/search-filters.component.html74 - src/app/+search/search-filters.component.html109 - src/app/+search/search-filters.component.html122 - src/app/+search/search-filters.component.html135 - src/app/+search/search-filters.component.html148 - src/app/+search/search-filters.component.html163 - src/app/+search/search-filters.component.html171 - src/app/+search/search-filters.component.html188 - src/app/+search/search-filters.component.html229 - src/app/shared/shared-forms/reactive-file.component.html16 - + + + + + + + + + + + + + + + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter Filter @@ -2365,7 +2353,7 @@ Dit zal een bestaande ondertiteling vervangen! - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts39src/app/shared/shared-instance/instance-follow.service.ts142 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found Geen items gevonden @@ -2374,16 +2362,16 @@ Dit zal een bestaande ondertiteling vervangen! Description Beschrijving - src/app/+about/about-instance/about-instance.component.html113 - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html24 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+videos/+video-edit/shared/video-edit.component.html44 - + + + + + + + + + + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 Choose the appropriate licence for your work. Kies de juiste licentie voor uw werk. @@ -2392,71 +2380,50 @@ Dit zal een bestaande ondertiteling vervangen! Channel Kanaal - src/app/+admin/moderation/registration-list/registration-list.component.html39 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+videos/+video-edit/shared/video-edit.component.html65 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26 - src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reason Motivatie voor registratie - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation response Reactie van moderator - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 Requested on Gevraagd op - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason: Motivatie voor registratie: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response: Reactie van moderator: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters. Geen registraties gevonden op basis van huidige criteria. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found. Geen registraties gevonden. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this request Accepteer dit verzoek @@ -2695,65 +2662,65 @@ Geen ondertiteling voor nu. Original publication date Oorspronkelijke publicatiedatum - src/app/+videos/+video-edit/shared/video-edit.component.html368 + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) Dit is de datum waarop de inhoud origineel werd gepubliceerd (de datum van uitbrengen van een film bijvoorbeeld) - src/app/+videos/+video-edit/shared/video-edit.component.html371 + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settings Plugin-instellingen - src/app/+videos/+video-edit/shared/video-edit.component.html402 + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latency Kleine vertraging - src/app/+videos/+video-edit/shared/video-edit.component.ts92 + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2P Verminder de vertraging tot ~15s door P2P uit te schakelen - src/app/+videos/+video-edit/shared/video-edit.component.ts93 + src/app/+videos/+video-edit/shared/video-edit.component.ts94 Default Standaard - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts97 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30s Gemiddelde vertraging van 30s - src/app/+videos/+video-edit/shared/video-edit.component.ts98 + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latency Hoge vertraging - src/app/+videos/+video-edit/shared/video-edit.component.ts102 + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratio Gemiddelde vertraging van 60s stijgende P2P verhouding - src/app/+videos/+video-edit/shared/video-edit.component.ts103 + src/app/+videos/+video-edit/shared/video-edit.component.ts104 Other Anders - src/app/+videos/+video-edit/shared/video-edit.component.ts219src/app/shared/shared-forms/select/select-languages.component.ts50 + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments Videoreacties inschakelen - src/app/+videos/+video-edit/shared/video-edit.component.html389 + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download Schakel download in - src/app/+videos/+video-edit/shared/video-edit.component.html394 + src/app/+videos/+video-edit/shared/video-edit.component.html398 Advanced settings Geavanceerde instellingen @@ -2804,12 +2771,12 @@ Geen ondertiteling voor nu. Scheduled Ingeroosterd - src/app/+videos/+video-edit/shared/video-edit.component.ts240 + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date De video verbergen tot een specifieke datum - src/app/+videos/+video-edit/shared/video-edit.component.ts241 + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal live Normaal live @@ -2855,9 +2822,9 @@ Geen ondertiteling voor nu. Total video quota Totaal video-quotum - src/app/+admin/overview/users/user-list/user-list.component.html118 - src/app/shared/shared-main/users/user-quota.component.html3 - + + + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Congratulations! Your video is now available in your private library. @@ -2921,11 +2888,11 @@ Geen ondertiteling voor nu. src/app/+videos/+video-edit/video-update.component.html 29 - - Your video is currenctly being updated. If you leave, your changes will be lost.Your video is currenctly being updated. If you leave, your changes will be lost. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 @@ -3189,7 +3156,7 @@ Je kan nu al informatie toevoegen over deze video. - src/app/+admin/overview/users/user-list/user-list.component.html104src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Loop Lus @@ -3311,8 +3278,8 @@ Je kan nu al informatie toevoegen over deze video. Show more Meer laten zien - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 - + + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less Laat minder zien @@ -3355,14 +3322,14 @@ Je kan nu al informatie toevoegen over deze video. The video was blocked due to automatic blocking of new videos De video is geblokkeerd door de automatische blokkering van nieuwe video's - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFW niet geschikt voor een werkomgeving - src/app/+admin/moderation/video-block-list/video-block-list.component.html56 - src/app/+admin/overview/videos/video-list.component.html75 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Get more information Meer informatie krijgen @@ -3617,16 +3584,13 @@ Je kan nu al informatie toevoegen over deze video. Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? Het token vernieuwen heeft gevolgen. Al ingestelde gebruikers kunnen de stroom niet meer binnenhalen tot ze het nieuwe token instellen. Doorgaan? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly. Token vernieuwd. Instellingen van je client bijwerken vereist. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEED ABONNEMENTSFEED @@ -3655,9 +3619,9 @@ Je kan nu al informatie toevoegen over deze video. Renew token Token vernieuwen - src/app/+my-account/my-account-applications/my-account-applications.component.html36 - src/app/+my-account/my-account-applications/my-account-applications.component.ts41 - + + + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Filter... Filtreren... @@ -3678,69 +3642,63 @@ Je kan nu al informatie toevoegen over deze video. Video/Comment/Account Video/Reactie/Account - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 ID ID - src/app/+admin/system/jobs/jobs.component.html45 - + + src/app/+admin/system/jobs/jobs.component.html43 State Status - src/app/+admin/system/jobs/jobs.component.html48 - src/app/+my-library/my-video-imports/my-video-imports.component.html30 - + + + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 Created Gemaakt op - src/app/+admin/follows/followers-list/followers-list.component.html39 - src/app/+admin/follows/following-list/following-list.component.html43 - src/app/+admin/system/jobs/jobs.component.html50 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html27 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 - src/app/+my-library/my-video-imports/my-video-imports.component.html31 - src/app/shared/shared-abuse-list/abuse-list-table.component.html23 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab Acteurpagina openen in nieuwe tab - src/app/+admin/follows/followers-list/followers-list.component.html56 - + + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted Geaccepteerd - src/app/+admin/follows/followers-list/followers-list.component.html63 - src/app/+admin/follows/following-list/following-list.component.html65 - + + + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending In behandeling - src/app/+admin/follows/followers-list/followers-list.component.html64 - src/app/+admin/follows/following-list/following-list.component.html66 - + + + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 Rejected Afgekeurd - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept Accepteren - src/app/+admin/follows/followers-list/followers-list.component.html50 - src/app/+admin/follows/followers-list/followers-list.component.ts45 - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25 - src/app/+my-library/my-ownership/my-ownership.component.html27 - + + + + + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse Weigeren @@ -3749,61 +3707,53 @@ Je kan nu al informatie toevoegen over deze video. No follower found matching current filters. Geen volger gevonden in overeenstemming met huidige filters. - src/app/+admin/follows/followers-list/followers-list.component.html77 - + + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. Je exemplaar van PeerTube heeft geen volgers. - src/app/+admin/follows/followers-list/followers-list.component.html78 - - - Showing to of followers - Nu te zien: tot van volgers - src/app/+admin/follows/followers-list/followers-list.component.html11 - + + src/app/+admin/follows/followers-list/followers-list.component.html77 + Redundancy allowed Surpluskopie toegelaten - src/app/+admin/follows/following-list/following-list.component.html44 - + + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab Exemplaar van PeerTube openen in nieuwe tab - src/app/+admin/follows/following-list/following-list.component.html58 - src/app/shared/shared-moderation/server-blocklist.component.html43 - src/app/shared/shared-moderation/server-blocklist.component.html43 - + + + + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. Geen host gevonden op basis van huidige filters. - src/app/+admin/follows/following-list/following-list.component.html84 - + + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. Je exemplaar van PeerTube volgt niemand. - src/app/+admin/follows/following-list/following-list.component.html85 - + + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}} Wil je echt {count, plural, =1 { ontvolgen?} other { geselecteerden ontvolgen?}} src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - Nu te zien: tot van hosts - src/app/+admin/follows/following-list/following-list.component.html11 - + Action Actie - src/app/+admin/follows/following-list/following-list.component.html40 - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/server-blocklist.component.html31 - src/app/shared/shared-moderation/server-blocklist.component.html31 - + + + + + + + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies Surpluskopieën video's @@ -3822,18 +3772,18 @@ Je kan nu al informatie toevoegen over deze video. Table parameters Tabelparameters - src/app/+admin/overview/users/user-list/user-list.component.html47 - + + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns Kolommen selecteren - src/app/+admin/overview/users/user-list/user-list.component.html53 - + + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users Gebannen gebruikers markeren - src/app/+admin/overview/users/user-list/user-list.component.html59 - + + src/app/+admin/overview/users/user-list/user-list.component.html57 Username Gebruikersnaam @@ -3948,54 +3898,50 @@ Je kan nu al informatie toevoegen over deze video. Batch actions Batchacties - src/app/+admin/follows/followers-list/followers-list.component.html18 - src/app/+admin/follows/following-list/following-list.component.html18 - src/app/+admin/moderation/registration-list/registration-list.component.html18 - src/app/+admin/overview/comments/video-comment-list.component.html22 - src/app/+admin/overview/users/user-list/user-list.component.html18 - src/app/+admin/overview/videos/video-list.component.html18 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 The user was banned De gebruiker is verbannen - src/app/+admin/overview/users/user-list/user-list.component.html109 - + + src/app/+admin/overview/users/user-list/user-list.component.html107 Open account in a new tab Account in nieuwe tab openen - src/app/+admin/overview/comments/video-comment-list.component.html69 - src/app/+admin/overview/users/user-list/user-list.component.html94 - src/app/+my-library/my-ownership/my-ownership.component.html32 - src/app/shared/shared-abuse-list/abuse-list-table.component.html44 - src/app/shared/shared-moderation/account-blocklist.component.html35 - src/app/shared/shared-moderation/account-blocklist.component.html35 - + + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account Verwijderde account - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota Totaal dagelijks videoquotum - src/app/+admin/overview/users/user-list/user-list.component.html128 - + + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: Reden van verbanning: - src/app/+admin/overview/users/user-list/user-list.component.html150 - + + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned users Verbannen gebruikers src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - Nu te zien: tot van gebruikers - src/app/+admin/overview/users/user-list/user-list.component.html11 - + Moderation Beheer @@ -4036,9 +3982,9 @@ Je kan nu al informatie toevoegen over deze video. Video Video - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30 - src/app/+admin/moderation/video-block-list/video-block-list.component.html26 - + + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size Totale grootte @@ -4072,79 +4018,79 @@ Je kan nu al informatie toevoegen over deze video. Used () Gebruikt () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available () Beschikbaar () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Sensitive Gevoelig - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated Niet gefedereerd - src/app/+admin/moderation/video-block-list/video-block-list.component.html28 - src/app/+admin/moderation/video-block-list/video-block-list.component.html60 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date Datum - src/app/+admin/moderation/video-block-list/video-block-list.component.html29 - src/app/+admin/overview/comments/video-comment-list.component.html46 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this row Selecteer deze rij - src/app/+admin/follows/followers-list/followers-list.component.html46 - src/app/+admin/follows/following-list/following-list.component.html51 - src/app/+admin/moderation/registration-list/registration-list.component.html50 - src/app/+admin/overview/comments/video-comment-list.component.html54 - src/app/+admin/overview/users/user-list/user-list.component.html79 - src/app/+admin/overview/videos/video-list.component.html51 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full comment Zie volledige reactie - src/app/+admin/overview/comments/video-comment-list.component.html58 - + + src/app/+admin/overview/comments/video-comment-list.component.html57 Actions Acties - src/app/+admin/follows/followers-list/followers-list.component.html35 - src/app/+admin/moderation/registration-list/registration-list.component.html60 - src/app/+admin/moderation/video-block-list/video-block-list.component.html43 - src/app/+admin/overview/comments/video-comment-list.component.html64 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70 - src/app/+admin/system/runners/runner-list/runner-list.component.html36 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44 - src/app/+my-library/my-ownership/my-ownership.component.html12 - src/app/shared/shared-abuse-list/abuse-list-table.component.html39 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 Follower Volger - src/app/+admin/follows/followers-list/followers-list.component.html36 - + + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented video Video met reacties - src/app/+admin/overview/comments/video-comment-list.component.html81 - + + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters. Geen reacties gevonden op basis van huidige criteria. - src/app/+admin/overview/comments/video-comment-list.component.html106 - + + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found. Geen reacties gevonden. - src/app/+admin/overview/comments/video-comment-list.component.html107 - + + src/app/+admin/overview/comments/video-comment-list.component.html106 Local comments Lokale reacties @@ -4163,53 +4109,53 @@ Je kan nu al informatie toevoegen over deze video. No abuses found matching current filters. Geen misbruiken gevonden op basis van huidige filters. - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. Geen misbruiken gevonden. - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reports Onopgeloste aangiften - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reports Aanvaarde aangiften - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reports Geweigerde aangiften - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videos Aangiften met geblokkeerde video's - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videos Rapporten met verwijderde video's - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: Reden blokkering: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. Geen geblokkeerde video gevonden die aan de huidige criteria voldoet. - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. Geen geblokkeerde video gevonden. - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocks Automatische blokkeringen @@ -4220,11 +4166,7 @@ Je kan nu al informatie toevoegen over deze video. Manuele blokkeringen src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - Nu te zien: tot van geblokkeerde video's - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 - + Reports Aangiften @@ -4253,9 +4195,9 @@ Je kan nu al informatie toevoegen over deze video. Reporter Melder - src/app/shared/shared-abuse-list/abuse-details.component.html7 - src/app/shared/shared-abuse-list/abuse-list-table.component.html21 - + + + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 @@ -4271,28 +4213,28 @@ Je kan nu al informatie toevoegen over deze video. Video Video - src/app/+admin/overview/comments/video-comment-list.component.html44 - src/app/+admin/overview/videos/video-list.component.html40 - src/app/+my-library/my-ownership/my-ownership.component.html14 - src/app/+my-library/my-video-imports/my-video-imports.component.html29 - src/app/shared/shared-video-miniature/video-download.component.html8 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 Comment Reageren - src/app/+admin/overview/comments/video-comment-list.component.html45src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 This video has been reported multiple times. Deze video is meerdere keren aangegeven. - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked De video is geblokkeerd - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on door op @@ -4301,13 +4243,19 @@ Je kan nu al informatie toevoegen over deze video. Video was deleted Video verwijderd - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + Account deleted Account verwijderd - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 Open video in a new tab Video in een nieuwe tab openen @@ -4316,33 +4264,29 @@ Je kan nu al informatie toevoegen over deze video. State Toestand - src/app/+admin/follows/followers-list/followers-list.component.html37 - src/app/+admin/follows/following-list/following-list.component.html42 - src/app/+admin/moderation/registration-list/registration-list.component.html41 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36 - src/app/shared/shared-abuse-list/abuse-list-table.component.html24 - + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages Berichten - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note Interne nota - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score Score - src/app/+admin/follows/followers-list/followers-list.component.html38 - - - Showing to of reports - Nu te zien: tot van aangiften - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 - + + src/app/+admin/follows/followers-list/followers-list.component.html37 + Reportee Aangegevene @@ -4362,51 +4306,46 @@ Je kan nu al informatie toevoegen over deze video. Mute domain Domein dempen - src/app/shared/shared-moderation/server-blocklist.component.html19 - src/app/shared/shared-moderation/server-blocklist.component.html19 - + + + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance Exemplaar van PeerTube - src/app/+about/about.component.html3 - src/app/+search/search-filters.component.html217 - src/app/shared/shared-moderation/server-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html32 - + + + + + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at Gedempt bij - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/server-blocklist.component.html33 - src/app/shared/shared-moderation/server-blocklist.component.html33 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute Demping opheffen - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html40 - src/app/shared/shared-moderation/server-blocklist.component.html40 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. Geen server gevonden op basis van de huidige criteria. - src/app/shared/shared-moderation/server-blocklist.component.html56 - src/app/shared/shared-moderation/server-blocklist.component.html56 - + + + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. Geen server gevonden. - src/app/shared/shared-moderation/server-blocklist.component.html57 - src/app/shared/shared-moderation/server-blocklist.component.html57 - - - Showing to of muted instances - Nu te zien: tot van gedempte exemplaren van PeerTube - src/app/shared/shared-moderation/server-blocklist.component.html12 - src/app/shared/shared-moderation/server-blocklist.component.html12 - + + + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. Het lijkt dat je niet op een HTTPS-server zit. Om een andere server te volgen is TLS op jouw webserver vereist. @@ -4420,29 +4359,29 @@ Je kan nu al informatie toevoegen over deze video. Mute domains Domeinen dempen - src/app/shared/shared-moderation/server-blocklist.component.html64 - src/app/shared/shared-moderation/server-blocklist.component.html64 - + + + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account Account - src/app/+admin/moderation/registration-list/registration-list.component.html37 - src/app/+admin/overview/comments/video-comment-list.component.html43 - src/app/shared/shared-moderation/account-blocklist.component.html24 - src/app/shared/shared-moderation/account-blocklist.component.html24 - + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. Geen account gevonden op basis van huidige criteria. - src/app/shared/shared-moderation/account-blocklist.component.html54 - src/app/shared/shared-moderation/account-blocklist.component.html54 - + + + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. Geen account gevonden. - src/app/shared/shared-moderation/account-blocklist.component.html55 - src/app/shared/shared-moderation/account-blocklist.component.html55 - + + + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed plugins Geïnstalleerde plugins oplijsten @@ -4458,12 +4397,7 @@ Je kan nu al informatie toevoegen over deze video. Plugin tonen src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - Nu te zien: tot van gedempte accounts - src/app/shared/shared-moderation/account-blocklist.component.html11 - src/app/shared/shared-moderation/account-blocklist.component.html11 - + Plugins/Themes Plugins/Themas @@ -4687,22 +4621,18 @@ Je kan nu al informatie toevoegen over deze video. Deze weergave toont ook reacties van gedempte accounts. src/app/+admin/overview/comments/video-comment-list.component.html8 - - Showing to of comments - Nu te zien: reacties tot van - src/app/+admin/overview/comments/video-comment-list.component.html15 - + Select all rows Selecteer alle rijen - src/app/+admin/follows/followers-list/followers-list.component.html33 - src/app/+admin/follows/following-list/following-list.component.html38 - src/app/+admin/moderation/registration-list/registration-list.component.html33 - src/app/+admin/overview/comments/video-comment-list.component.html39 - src/app/+admin/overview/users/user-list/user-list.component.html39 - src/app/+admin/overview/videos/video-list.component.html36 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type Type taak @@ -4722,62 +4652,52 @@ Je kan nu al informatie toevoegen over deze video. Selector for the list displaying jobs, filtering by their state - - Showing to of jobs - Nu te zien: tot van taken - src/app/+admin/system/jobs/jobs.component.html39 - + Type Type - src/app/+admin/system/jobs/jobs.component.html46 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 - + + + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 Priority (1 = highest priority) Prioriteit (1 = hoogste prioriteit) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + + src/app/+admin/system/jobs/jobs.component.html45 Progress Voortgang - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found. Geen taken gevonden. - src/app/+admin/system/jobs/jobs.component.html105 - + + src/app/+admin/system/jobs/jobs.component.html103 No jobs found. Geen taken gevonden. - src/app/+admin/system/jobs/jobs.component.html106 - + + src/app/+admin/system/jobs/jobs.component.html104 No jobs found. Geen taken gevonden. - src/app/+admin/system/jobs/jobs.component.html110 - + + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are . Geen taken gevonden die zijn. - src/app/+admin/system/jobs/jobs.component.html111 - + + src/app/+admin/system/jobs/jobs.component.html109 Refresh Verversen - src/app/+admin/overview/comments/video-comment-list.component.html31 - src/app/+admin/overview/videos/video-list.component.html27 - src/app/+admin/system/jobs/jobs.component.html30 - src/app/+admin/system/logs/logs.component.html33 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 now nu @@ -4817,11 +4737,11 @@ Je kan nu al informatie toevoegen over deze video. Name Naam - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12 - src/app/+admin/system/runners/runner-list/runner-list.component.html23 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - + + + + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description Korte omschrijving @@ -5241,12 +5161,14 @@ Je kan nu al informatie toevoegen over deze video. ⚠️ We don't recommend to enable this feature if you don't trust your users ⚠️ We raden niet aan deze functie in te schakelen als u uw gebruikers niet vertrouwt src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + - - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - Kanaalsynchronisatie met kanalen van andere platforms zoals YouTube toestaan (vereist dat invoer met HTTP URL wordt toegestaan) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 - + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ U moet import met HTTP URL toestaan om deze functie te kunnen activeren. @@ -6275,74 +6197,52 @@ color: red; 9 - - Showing to of synchronizations - Toon tot van synchronisaties - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - - + Add synchronization Synchronisatie toevoegen - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 External Channel Extern kanaal - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 Channel Kanaal - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 Last synchronization at Laatste synchronisatie op - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List imports Toon een lijst van alle geïmporteerde video's - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channel Synchroniseer het kanaal volledig - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channel Hiermee worden alle ontbrekende video's op het lokale kanaal opgehaald - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for . Synchronisatie met succes verwijderd voor . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for . Volledige synchronisatie met succes aangevraagd voor . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATION NIEUWE SYNCHRONISATIE @@ -6481,18 +6381,14 @@ color: red; Target Doelwit - src/app/+my-library/my-video-imports/my-video-imports.component.html28 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted Deze video is verwijderd - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - - Showing to of imports - Nu te zien: tot van imports - src/app/+my-library/my-video-imports/my-video-imports.component.html21 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. Eens je jou account verwijdert kan je niet meer terug. Je zal de vraag krijgen deze beslissing te bevestigen. @@ -6501,25 +6397,15 @@ color: red; Channel page Kanaalpagina - src/app/+my-library/+my-video-channels/my-video-channels.component.html34 - src/app/+my-library/my-follows/my-subscriptions.component.html20 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65 - src/app/+videos/+video-watch/video-watch.component.html66 - + + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} {VAR_PLURAL, plural, =0 {Nog niet bekeken} =1 {1 weergave} other { weergaven}} src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()!Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - Created by @@ -6964,9 +6850,9 @@ channel or account with the same name ( Banned Verbannen - src/app/+accounts/accounts.component.html21 - src/app/+admin/overview/users/user-list/user-list.component.html105 - + + + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Instance muted Exemplaar van PeerTube gedempt @@ -7058,8 +6944,8 @@ channel or account with the same name ( Please type the name of the video channel () to confirm Typ de naam van het videokanaal () om te bevestigen - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL NIEUW KANAAL @@ -7465,12 +7351,12 @@ channel or account with the same name (Ga naar de vorige stap - src/app/+signup/+register/register.component.ts43 + src/app/+signup/+register/register.component.ts42 Go to the next step Ga naar de volgende stap - src/app/+signup/+register/register.component.ts44 + src/app/+signup/+register/register.component.ts43 Who are we? Wie zijn wij? @@ -7490,7 +7376,7 @@ channel or account with the same name ( Voorwaarden van - src/app/shared/shared-instance/instance-about-accordion.component.ts81 + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability Beheerders & Duurzaamheid @@ -7705,52 +7591,52 @@ channel or account with the same name (Gevoelige inhoud - src/app/shared/shared-video-miniature/video-filters.model.ts125 + src/app/shared/shared-video-miniature/video-filters.model.ts131 Scope Zoekbereik - src/app/shared/shared-video-miniature/video-filters.model.ts132 + src/app/shared/shared-video-miniature/video-filters.model.ts138 Federated Federatief - src/app/shared/shared-video-miniature/video-filters.model.ts134 + src/app/shared/shared-video-miniature/video-filters.model.ts140 Languages Talen - src/app/shared/shared-video-miniature/video-filters.model.ts142 + src/app/shared/shared-video-miniature/video-filters.model.ts148 Categories Categorieën - src/app/shared/shared-video-miniature/video-filters.model.ts151 + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videos Alle video's - src/app/shared/shared-video-miniature/video-filters.model.ts160 + src/app/shared/shared-video-miniature/video-filters.model.ts166 Blurred Wazig - src/app/shared/shared-video-miniature/video-filters.model.ts240 + src/app/shared/shared-video-miniature/video-filters.model.ts246 hidden verborgen - src/app/shared/shared-video-miniature/video-filters.model.ts246 + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurred wazig - src/app/shared/shared-video-miniature/video-filters.model.ts247 + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayed weergegeven - src/app/shared/shared-video-miniature/video-filters.model.ts249 + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protectedPassword protected src/app/shared/shared-video-miniature/video-miniature.component.html @@ -8109,10 +7995,10 @@ channel or account with the same name ( Reject Afkeuren - src/app/+admin/follows/followers-list/followers-list.component.html51 - src/app/+admin/follows/followers-list/followers-list.component.ts40 - src/app/+admin/follows/followers-list/followers-list.component.ts86 - + + + + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 Delete Verwijderen @@ -8144,7 +8030,7 @@ channel or account with the same name (src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts63src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts133src/app/shared/shared-abuse-list/abuse-list-table.component.ts376src/app/shared/shared-abuse-list/abuse-list-table.component.ts411src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}} Geaccepteerd {count, plural, =1 { volg verzoek} other { volg verzoeken}} @@ -8183,10 +8069,10 @@ channel or account with the same name ( Follow Volgen - src/app/+admin/follows/following-list/follow-modal.component.html3 - src/app/+admin/follows/following-list/follow-modal.component.html37 - src/app/+admin/follows/following-list/following-list.component.html25 - + + + + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line 1 domeinnaam (zonder "http://"), gebruikers-ID of kanaal-ID per regel @@ -8249,18 +8135,18 @@ channel or account with the same name ( Do you really want to remove this video redundancy? Wil je echt de superpluskopie van deze video verwijderen? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy Surpluskopie verwijderen - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! Surpluskopies van video verwijderd! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Account unmuted by your instance. Account niet meer gedempt door je exemplaar van PeerTube. @@ -8329,90 +8215,90 @@ channel or account with the same name ( Internal actions Interne acties - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report Rapport verwijderen - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account Acties op de gemarkeerde account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mark as accepted Markeer als geaccepteerd - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected Markeer als afgewezen - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note Interne nota toevoegen - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video Acties voor de video - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video Video blokkeren - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. Video geblokkeerd. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video Video deblokkeren - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. Video gedeblokkeerd. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Do you really want to delete this abuse report? Wil je echt deze misbruikmelding verwijderen? - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. Misbruik verwijderdt. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment Reactie verwijderd - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter Conversaties met aangever - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators Conversaties met moderatoren - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note Interne nota bijwerken - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual Videoblokkering naar manueel schakelen @@ -8552,13 +8438,13 @@ channel or account with the same name ( plugin plugin - src/app/+admin/plugins/shared/plugin-api.service.ts30 - + + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme thema - src/app/+admin/plugins/shared/plugin-api.service.ts33 - + + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP address IP-adres @@ -8678,19 +8564,19 @@ channel or account with the same name ( Info Info - src/app/+admin/overview/videos/video-list.component.html41 - src/app/core/notification/notifier.service.ts12 - + + + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 Files Bestanden - src/app/+admin/overview/videos/video-list.component.html42 - + + src/app/+admin/overview/videos/video-list.component.html41 Published Gepubliceerd - src/app/+admin/overview/videos/video-list.component.html43 - + + src/app/+admin/overview/videos/video-list.component.html42 Warning Waarschuwing @@ -8717,49 +8603,42 @@ channel or account with the same name (Nazichtlogboeken src/app/+admin/system/logs/logs.component.ts145 - - Showing to of runner jobs - Showing to of runner jobs - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - - + UUID UUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 Priority Priority - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 Progress Progress - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 Runner Runner - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload: Payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload: Private payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found. No runner jobs found. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobsCompleted jobs src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts @@ -8824,35 +8703,22 @@ channel or account with the same name (4 - - Showing to of remote runners - Showing to of remote runners - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - - + IP IP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 - + + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contact Last contact - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found. No remote runners found. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. Gebruiker verwijderd. @@ -8861,9 +8727,9 @@ channel or account with the same name ( Create user Gebruiker aanmaken - src/app/+admin/overview/users/user-edit/user-create.component.ts97 - src/app/+admin/overview/users/user-list/user-list.component.html25 - + + + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videos Geblokkeerde video's @@ -9006,14 +8872,7 @@ channel or account with the same name (3 - - Showing to of registrations - Showing to of registrations - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - - + Password changed for user . Wachtwoord gewijzigd voor gebruiker . @@ -9075,9 +8934,9 @@ channel or account with the same name ( Live Rechtstreekse uitzending - src/app/+admin/overview/videos/video-admin.service.ts53 - src/app/+admin/overview/videos/video-list.component.html88 - + + + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video files Videobestanden @@ -9475,18 +9334,18 @@ channel or account with the same name ( Too many languages are enabled. Please enable them all or stay below 20 enabled languages. Te veel talen ingesteld. Schakel ze alsjeblieft allemaal in of blijf onder de 20 ingeschakelde talen. - src/app/shared/shared-user-settings/user-video-settings.component.ts76 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. Video instellingen bijgewerkt. - src/app/shared/shared-user-settings/user-video-settings.component.ts121 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. Scherm/Video-instellingen bijgewerkt. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Video channel created. Videokanaal gemaakt. @@ -9520,13 +9379,13 @@ channel or account with the same name ( Video channel deleted. Videokanaal verwijderd. - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day Aantal keer bekeken op dag - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followers Mijn volgers @@ -9610,8 +9469,8 @@ channel or account with the same name ( Playlist created. Afspeellijst gemaakt. - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 - + + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 Create Aanmaken @@ -9623,7 +9482,7 @@ channel or account with the same name (src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist Afspeellijst bijwerken @@ -9701,9 +9560,15 @@ channel or account with the same name ( Do you really want to delete ? Weet je zeker dat je wil verwijderen? - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + Video deleted. @@ -9856,12 +9721,12 @@ channel or account with the same name (Bewerker maximaliseren - src/app/shared/shared-forms/markdown-textarea.component.ts51 + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editor Gemaximaliseerde bewerker verlaten - src/app/shared/shared-forms/markdown-textarea.component.ts52 + src/app/shared/shared-forms/markdown-textarea.component.ts50 An email with verification link will be sent to . Een e-mail met verificatielink wordt verstuurd naar . @@ -9885,7 +9750,7 @@ channel or account with the same name (src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts888 + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTS AFSPEELLIJSTEN @@ -10228,14 +10093,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts174 + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videos Live video's - src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts168 + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) Kort (< 4 min) @@ -11658,13 +11523,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Talen exemplaar van PeerTube - src/app/+videos/+video-edit/shared/video-edit.component.ts222 + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages Alle talen - src/app/+videos/+video-edit/shared/video-edit.component.ts223src/app/shared/shared-forms/select/select-languages.component.ts25 + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Hidden Verborgen @@ -11680,7 +11545,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Weergegeven - src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts242 + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 Disabled Disabled @@ -11855,19 +11720,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Account muted by the instance. Account gedempt door exemplaar van PeerTube. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434 - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server Server dempen - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. Server gedempt door exemplaar van PeerTube. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter Een bericht toevoegen om met de aangever te communiceren @@ -12114,30 +11979,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Too many attempts, please try again after minutes. Te veel pogingen. Probeer alstublieft opnieuw na minuten. - src/app/core/rest/rest-extractor.service.ts126 - + + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. Te vaak geprobeerd, probeer alstublieft later. - src/app/core/rest/rest-extractor.service.ts129 - + + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. Serverfout. Probeer later alstublieft weer. - src/app/core/rest/rest-extractor.service.ts133 - + + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later. Server is unavailable. Please retry later. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server error Onbekende server fout - src/app/core/rest/rest-extractor.service.ts140 + + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + Subscribed to all current channels of . You will be notified of all their new videos. @@ -12232,29 +12100,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Delete video Video verwijderen - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment Acties voor de reactie - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment Reactie verwijderen - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? Wil je deze reactie echt verwijderen? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. Reactie verwijderd. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Encoder Codeermachine @@ -12301,25 +12169,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Do you really want to delete this video? Weet je zeker dat je de video wil verwijderen? - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. Video verwijderd. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter Acties voor de aangever - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter Reporter dempen - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 Download Downloaden @@ -12462,55 +12330,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 58 - - Showing to of registration tokens - Showing to of registration tokens - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - - + Token Token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runners Associated runners - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate token Generate token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copiedRegistration token copied - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration tokenCopy registration token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners. No registration token found for remote runners. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this token Remove this token @@ -12578,9 +12424,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute account Account dempen - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actions Open video acties @@ -12614,8 +12460,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute server account Server-account dempen - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Report Rapporteer @@ -12714,27 +12560,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18 - src/app/+admin/overview/videos/video-list.component.html77 - src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4 - src/app/+stats/video/video-stats.component.html2 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31 - src/app/+videos/+video-watch/video-watch.component.html76 - src/app/menu/menu.component.html112 - src/app/shared/shared-instance/instance-about-accordion.component.html115 - src/app/shared/shared-main/angular/login-link.component.html1 - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html20 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html30 - src/app/shared/shared-moderation/user-ban-modal.component.html3 - src/app/shared/shared-user-settings/user-interface-settings.component.html9 - src/app/shared/shared-video-miniature/video-download.component.html27 - src/app/shared/shared-video-miniature/video-download.component.html47 - src/app/shared/shared-video-miniature/video-download.component.html66 - src/app/shared/shared-video-miniature/video-download.component.html77 - src/app/shared/shared-video-miniature/video-download.component.html89 - src/app/shared/shared-video-miniature/videos-selection.component.html1 - + + + + + + + + + + + + + + + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Add to watch later Toevoegen aan later kijken @@ -12767,25 +12613,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Only I can see this video Ik kan deze video alleen zien - src/app/shared/shared-main/video/video.service.ts460 + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link Enkel deelbaar via een privé-verwijzing - src/app/shared/shared-main/video/video.service.ts461 + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video Iedereen kan deze video zien - src/app/shared/shared-main/video/video.service.ts462 + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video Enkel gebruikers van dit exemplaar van PeerTube kunnen deze video zien - src/app/shared/shared-main/video/video.service.ts463 + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this videoOnly users with the appropriate password can see this video - src/app/shared/shared-main/video/video.service.ts464 + src/app/shared/shared-main/video/video.service.ts465 Video to import updated. Video naar import bijgewerkt. @@ -12834,36 +12680,24 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular You have unsaved changes! If you leave, your changes will be lost. Je hebt niet-opgeslagen wijzigingen! Als je vertrekt, gaan je wijzigingen verloren. - src/app/+videos/+video-edit/video-update.component.ts140 + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. Video geupdate. - src/app/+videos/+video-edit/video-update.component.ts227 + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators.Your video will also be automatically blocked since video publication requires manual validation by moderators. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version.Uploading a new version of your video will completely erase the current version. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 <br /><br />Do you still want to replace your video file?<br /><br />Do you still want to replace your video file? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warningReplace file warning - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: ) (uitbreidingen: ) @@ -12938,40 +12772,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? Deze video is niet beschikbaar op dit exemplaar van PeerTube. Wil je doorverwezen worden naar het originele exemplaar <a href=""></a>? - src/app/+videos/+video-watch/video-watch.component.ts370 + src/app/+videos/+video-watch/video-watch.component.ts371 Redirection Doorverwijzing - src/app/+videos/+video-watch/video-watch.component.ts371 + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this videoYou need a password to watch this video - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protectedThis video is password protected - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct passwordIncorrect password, please enter a correct password - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? Deze video bevat volwassen of expliciete inhoud. Weet je zeker dat je hem wilt kijken? - src/app/+videos/+video-watch/video-watch.component.ts446 + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content Volwassen of expliciete content - src/app/+videos/+video-watch/video-watch.component.ts447 + src/app/+videos/+video-watch/video-watch.component.ts448 Cancel @@ -13000,73 +12825,73 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html42src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreen Volledig scherm openen/verlaten - src/app/+videos/+video-watch/video-watch.component.ts851 + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the video De video afspelen/pauzeren - src/app/+videos/+video-watch/video-watch.component.ts852 + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the video Dempen/uitzetten van de video - src/app/+videos/+video-watch/video-watch.component.ts853 + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90% Ga naar een percentage van de video: 0 is 0% en 9 is 90% - src/app/+videos/+video-watch/video-watch.component.ts868 + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volume Verhoog het volume - src/app/+videos/+video-watch/video-watch.component.ts855 + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volume Verminder het volume - src/app/+videos/+video-watch/video-watch.component.ts856 + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forward Spoel de video vooruit - src/app/+videos/+video-watch/video-watch.component.ts870 + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backward Spoel de video terug - src/app/+videos/+video-watch/video-watch.component.ts871 + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rate Afspeelsnelheid verhogen - src/app/+videos/+video-watch/video-watch.component.ts873 + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rate Verminder afspeelsnelheid - src/app/+videos/+video-watch/video-watch.component.ts874 + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frame Navigeer in de video naar het vorige frame - src/app/+videos/+video-watch/video-watch.component.ts876 + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frame Navigeer in de video naar het volgende frame - src/app/+videos/+video-watch/video-watch.component.ts877 + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater mode Theatermodus aan- of uitzetten - src/app/+videos/+video-watch/video-watch.component.ts861 + src/app/+videos/+video-watch/video-watch.component.ts867 Like the video De video leuk vinden @@ -13146,14 +12971,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 103 - - Showing to of videos - Video’s van tot van worden getoond - - src/app/+admin/overview/videos/video-list.component.html - 11 - - + Only videos uploaded on this instance are displayed Alleen video’s die op dit exemplaar zijn geüpload worden getoond diff --git a/client/src/locale/angular.nn.xlf b/client/src/locale/angular.nn.xlf index a1f020c47..f02b34bfd 100644 --- a/client/src/locale/angular.nn.xlf +++ b/client/src/locale/angular.nn.xlf @@ -292,7 +292,7 @@ - src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html24src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 MODERATION INNHALDSKONTROLL @@ -595,11 +595,11 @@ Instance Nettstad - src/app/+about/about.component.html3 - src/app/+search/search-filters.component.html217 - src/app/shared/shared-moderation/server-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html32 - + + + + + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 PeerTube PeerTube @@ -678,16 +678,16 @@ Banned Utestengt - src/app/+accounts/accounts.component.html21 - src/app/+admin/overview/users/user-list/user-list.component.html105 - + + + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Muted Dempa - src/app/+admin/overview/users/user-list/user-list.component.html104src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Instance muted Nettstaden er dempa @@ -762,7 +762,7 @@ - src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/follows.routes.ts26 + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 Followers Fylgjarar @@ -1166,12 +1166,14 @@ color: red; ⚠️ We don't recommend to enable this feature if you don't trust your users ⚠️ Me rår til at du ikkje bruker denne funksjonen viss du ikkje stolar på brukarane dine - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 - - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - Tillat kanalsynkronisering med kanalar på andre plattformer som YouTube (krev at du tillèt import med HTTP-adresse) - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + + + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ Du må tillata import med HTTP-adresser for å bruka denne funksjonen. @@ -1507,7 +1509,7 @@ color: red; - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description src/app/+admin/config/edit-custom-config/edit-instance-information.component.html23 @@ -2094,10 +2096,7 @@ color: red; 3 - - Showing to of followers - src/app/+admin/follows/followers-list/followers-list.component.html11 - + Filter... src/app/shared/shared-forms/advanced-input-filter.component.html22 @@ -2121,23 +2120,23 @@ color: red; - src/app/+admin/follows/followers-list/followers-list.component.html35src/app/+admin/moderation/registration-list/registration-list.component.html60src/app/+admin/moderation/video-block-list/video-block-list.component.html43src/app/+admin/overview/comments/video-comment-list.component.html64src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70src/app/+admin/system/runners/runner-list/runner-list.component.html36src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html39 + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 Follower Follower - src/app/+admin/follows/followers-list/followers-list.component.html36 - + + src/app/+admin/follows/followers-list/followers-list.component.html35 State - src/app/+admin/follows/followers-list/followers-list.component.html37src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/moderation/registration-list/registration-list.component.html41src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/shared/shared-abuse-list/abuse-list-table.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Score - src/app/+admin/follows/followers-list/followers-list.component.html38 - + + src/app/+admin/follows/followers-list/followers-list.component.html37 Created @@ -2146,65 +2145,59 @@ color: red; - src/app/+admin/follows/followers-list/followers-list.component.html39src/app/+admin/follows/following-list/following-list.component.html43src/app/+admin/system/jobs/jobs.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html27src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37src/app/+my-library/my-video-imports/my-video-imports.component.html31src/app/shared/shared-abuse-list/abuse-list-table.component.html23 + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Accept - src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse src/app/+my-library/my-ownership/my-ownership.component.html28 Open actor page in a new tab - src/app/+admin/follows/followers-list/followers-list.component.html56 - + + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted - src/app/+admin/follows/followers-list/followers-list.component.html63 - src/app/+admin/follows/following-list/following-list.component.html65 - + + + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending - src/app/+admin/follows/followers-list/followers-list.component.html64 - src/app/+admin/follows/following-list/following-list.component.html66 - + + + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 Rejected Rejected - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 No follower found matching current filters. - src/app/+admin/follows/followers-list/followers-list.component.html77 - + + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. - src/app/+admin/follows/followers-list/followers-list.component.html78 - + + src/app/+admin/follows/followers-list/followers-list.component.html77 Reject - src/app/+admin/follows/followers-list/followers-list.component.html51src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 Follow Follow - src/app/+admin/follows/following-list/follow-modal.component.html3 - src/app/+admin/follows/following-list/follow-modal.component.html37 - src/app/+admin/follows/following-list/following-list.component.html25 - + + + + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line 1 vert (utan "https://"), kontohandtak eller kanalhandtak per line @@ -2213,37 +2206,34 @@ color: red; 11 - - Showing to of hosts - src/app/+admin/follows/following-list/following-list.component.html11 - + Action - src/app/+admin/follows/following-list/following-list.component.html40 - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/server-blocklist.component.html31 - src/app/shared/shared-moderation/server-blocklist.component.html31 - + + + + + + + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Redundancy allowed - src/app/+admin/follows/following-list/following-list.component.html44 - + + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab - src/app/+admin/follows/following-list/following-list.component.html58 - src/app/shared/shared-moderation/server-blocklist.component.html43 - src/app/shared/shared-moderation/server-blocklist.component.html43 - + + + + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. - src/app/+admin/follows/following-list/following-list.component.html84 - + + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. - src/app/+admin/follows/following-list/following-list.component.html85 - + + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}} Do you really want to unfollow {count, plural, =1 {?} other { entries?}} @@ -2325,9 +2315,9 @@ color: red; Video - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30 - src/app/+admin/moderation/video-block-list/video-block-list.component.html26 - + + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html31 @@ -2360,24 +2350,24 @@ color: red; Used () Used () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available () Available () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Do you really want to remove this video redundancy? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Reports Rapportar @@ -2489,12 +2479,6 @@ color: red; src/app/+admin/moderation/registration-list/registration-list.component.html 3 - - Showing to of registrationsShowing to of registrations - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - Video blocks @@ -2502,49 +2486,46 @@ color: red; src/app/+admin/admin.component.ts126src/app/+admin/moderation/video-block-list/video-block-list.component.html3 - - Showing to of blocked videos - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 - + Sensitive - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated - src/app/+admin/moderation/video-block-list/video-block-list.component.html28 - src/app/+admin/moderation/video-block-list/video-block-list.component.html60 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date - src/app/+admin/moderation/video-block-list/video-block-list.component.html29 - src/app/+admin/overview/comments/video-comment-list.component.html46 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 More information src/app/+videos/+video-watch/shared/information/privacy-concerns.component.html10 The video was blocked due to automatic blocking of new videos - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFW - src/app/+admin/moderation/video-block-list/video-block-list.component.html56 - src/app/+admin/overview/videos/video-list.component.html75 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Block reason: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Advanced filters Advanced filters @@ -2554,7 +2535,7 @@ color: red; - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts39src/app/shared/shared-instance/instance-follow.service.ts142 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 Automatic blocks Automatic blocks @@ -2573,9 +2554,9 @@ color: red; Internal actions - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Switch video block to manual src/app/+admin/moderation/video-block-list/video-block-list.component.ts64 @@ -2586,9 +2567,9 @@ color: red; Actions for the video - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Unblock @@ -2598,14 +2579,14 @@ color: red; src/app/+admin/moderation/video-block-list/video-block-list.component.ts86src/app/+admin/moderation/video-block-list/video-block-list.component.ts136src/app/+admin/overview/videos/video-list.component.ts88src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts365 Do you really want to delete this video? - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Do you really want to unblock this video? It will be available again in the videos list. src/app/+admin/moderation/video-block-list/video-block-list.component.ts134 @@ -2625,10 +2606,7 @@ color: red; Denne visinga syner òg kommentarar frå dempa kontoar. src/app/+admin/overview/comments/video-comment-list.component.html8 - - Showing to of comments - src/app/+admin/overview/comments/video-comment-list.component.html15 - + Batch actions @@ -2636,7 +2614,7 @@ color: red; - src/app/+admin/follows/followers-list/followers-list.component.html18src/app/+admin/follows/following-list/following-list.component.html18src/app/+admin/moderation/registration-list/registration-list.component.html18src/app/+admin/overview/comments/video-comment-list.component.html22src/app/+admin/overview/users/user-list/user-list.component.html18src/app/+admin/overview/videos/video-list.component.html18src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 Select all rows @@ -2644,22 +2622,22 @@ color: red; - src/app/+admin/follows/followers-list/followers-list.component.html33src/app/+admin/follows/following-list/following-list.component.html38src/app/+admin/moderation/registration-list/registration-list.component.html33src/app/+admin/overview/comments/video-comment-list.component.html39src/app/+admin/overview/users/user-list/user-list.component.html39src/app/+admin/overview/videos/video-list.component.html36src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Account Konto - src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/comments/video-comment-list.component.html43src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24 + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 Video - src/app/+admin/overview/comments/video-comment-list.component.html44 - src/app/+admin/overview/videos/video-list.component.html40 - src/app/+my-library/my-ownership/my-ownership.component.html14 - src/app/+my-library/my-video-imports/my-video-imports.component.html29 - src/app/shared/shared-video-miniature/video-download.component.html8 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 Select this row @@ -2667,34 +2645,34 @@ color: red; - src/app/+admin/follows/followers-list/followers-list.component.html46src/app/+admin/follows/following-list/following-list.component.html51src/app/+admin/moderation/registration-list/registration-list.component.html50src/app/+admin/overview/comments/video-comment-list.component.html54src/app/+admin/overview/users/user-list/user-list.component.html79src/app/+admin/overview/videos/video-list.component.html51src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full comment See full comment - src/app/+admin/overview/comments/video-comment-list.component.html58 - + + src/app/+admin/overview/comments/video-comment-list.component.html57 Open account in a new tab Opna brukarkontoen i ny fane - src/app/+admin/overview/comments/video-comment-list.component.html69 - src/app/+admin/overview/users/user-list/user-list.component.html94 - src/app/+my-library/my-ownership/my-ownership.component.html32 - src/app/shared/shared-abuse-list/abuse-list-table.component.html44 - src/app/shared/shared-moderation/account-blocklist.component.html35 - src/app/shared/shared-moderation/account-blocklist.component.html35 - + + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Commented video - src/app/+admin/overview/comments/video-comment-list.component.html81 - + + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters. - src/app/+admin/overview/comments/video-comment-list.component.html106 - + + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found. - src/app/+admin/overview/comments/video-comment-list.component.html107 - + + src/app/+admin/overview/comments/video-comment-list.component.html106 Local comments Lokale kommentarar @@ -2898,12 +2876,12 @@ color: red; plugin - src/app/+admin/plugins/shared/plugin-api.service.ts30 - + + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme - src/app/+admin/plugins/shared/plugin-api.service.ts33 - + + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP address @@ -2995,60 +2973,45 @@ color: red; - src/app/+admin/overview/comments/video-comment-list.component.html31src/app/+admin/overview/videos/video-list.component.html27src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 - - Showing to of jobs - - src/app/+admin/system/jobs/jobs.component.html - 39 - - + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 + ID - - src/app/+admin/system/jobs/jobs.component.html - 45 - - + + src/app/+admin/system/jobs/jobs.component.html43 Type - src/app/+admin/system/jobs/jobs.component.html46src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 Priority (1 = highest priority) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + + src/app/+admin/system/jobs/jobs.component.html45 State - src/app/+admin/system/jobs/jobs.component.html48 - src/app/+my-library/my-video-imports/my-video-imports.component.html30 - + + + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 Progress - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found. - src/app/+admin/system/jobs/jobs.component.html105 - + + src/app/+admin/system/jobs/jobs.component.html103 No jobs found. - src/app/+admin/system/jobs/jobs.component.html106 - + + src/app/+admin/system/jobs/jobs.component.html104 No jobs found. - src/app/+admin/system/jobs/jobs.component.html110 - + + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are . - src/app/+admin/system/jobs/jobs.component.html111 - + + src/app/+admin/system/jobs/jobs.component.html109 now @@ -3115,34 +3078,28 @@ color: red; Audit logs src/app/+admin/system/logs/logs.component.ts145 - - Showing to of runner jobsShowing to of runner jobs - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - UUIDUUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 Priority Priority - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 Progress Progress - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 RunnerRunner - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload:Payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload:Private payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found.No runner jobs found. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobsCompleted jobs src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts @@ -3197,28 +3154,16 @@ color: red; src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html 4 - - Showing to of remote runnersShowing to of remote runners - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - IPIP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contactLast contact - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found.No remote runners found. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 Jobs @@ -3330,7 +3275,7 @@ color: red; - src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 mail@example.com src/app/+admin/overview/users/user-edit/user-edit.component.html107 @@ -3452,46 +3397,43 @@ color: red; 134 - - Showing to of users - src/app/+admin/overview/users/user-list/user-list.component.html11 - + Create user - src/app/+admin/overview/users/user-edit/user-create.component.ts97 - src/app/+admin/overview/users/user-list/user-list.component.html25 - + + + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Table parameters - src/app/+admin/overview/users/user-list/user-list.component.html47 - + + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns - src/app/+admin/overview/users/user-list/user-list.component.html53 - + + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users - src/app/+admin/overview/users/user-list/user-list.component.html59 - + + src/app/+admin/overview/users/user-list/user-list.component.html57 Total video quota - src/app/+admin/overview/users/user-list/user-list.component.html118src/app/shared/shared-main/users/user-quota.component.html3 + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Total daily video quota - src/app/+admin/overview/users/user-list/user-list.component.html128 + src/app/+admin/overview/users/user-list/user-list.component.html126 The user was banned - src/app/+admin/overview/users/user-list/user-list.component.html109 - + + src/app/+admin/overview/users/user-list/user-list.component.html107 Ban reason: - src/app/+admin/overview/users/user-list/user-list.component.html150 + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned users Banned users @@ -3608,9 +3550,9 @@ color: red; Live Live - src/app/+admin/overview/videos/video-admin.service.ts53 - src/app/+admin/overview/videos/video-list.component.html88 - + + + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video files Video files @@ -3832,20 +3774,17 @@ The link will expire within 1 hour. Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Renew token - src/app/+my-account/my-account-applications/my-account-applications.component.html36 - src/app/+my-account/my-account-applications/my-account-applications.component.ts41 - + + + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Token renewed. Update your client configuration accordingly. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 Newest first @@ -4329,7 +4268,7 @@ The link will expire within 1 hour. - src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 NEW CHANNEL src/app/+manage/video-channel-edit/video-channel-edit.component.html8 @@ -4415,40 +4354,30 @@ The link will expire within 1 hour. Channel page - src/app/+my-library/+my-video-channels/my-video-channels.component.html34 - src/app/+my-library/my-follows/my-subscriptions.component.html20 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65 - src/app/+videos/+video-watch/video-watch.component.html66 - + + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()!Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - Please type the name of the video channel () to confirm Please type the name of the video channel () to confirm - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 Video channel deleted. - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followers My followers @@ -4652,74 +4581,52 @@ channel or account with the same name (9 - - Showing to of synchronizations - Showing to of synchronizations - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - - + Add synchronization Add synchronization - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 External Channel External Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 Channel Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 Last synchronization at Last synchronization at - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List imports List imports - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channel Fully synchronize the channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channel This fetches any missing videos on the local channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for . Synchronization removed successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for . Full synchronization requested successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATION NEW SYNCHRONIZATION @@ -4808,22 +4715,19 @@ channel or account with the same name (src/app/+my-library/my-video-imports/my-video-imports.component.html4 src/app/+my-library/my-videos/my-videos.component.html11 - - Showing to of imports - src/app/+my-library/my-video-imports/my-video-imports.component.html21 - + Target - src/app/+my-library/my-video-imports/my-video-imports.component.html28 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html58 Playlist created. - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 - + + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 My Playlists Spelelistene mine @@ -4867,49 +4771,28 @@ channel or account with the same name (src/app/+admin/moderation/registration-list/registration-list.component.html39src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reasonRegistration reason - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation responseModeration response - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 Requested on Requested on - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason:Registration reason: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response:Moderation response: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters.No registrations found matching current filters. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found.No registrations found. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this requestAccept this request src/app/+admin/moderation/registration-list/registration-list.component.ts @@ -4977,9 +4860,15 @@ channel or account with the same name ( Do you really want to delete ? - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + Playlist deleted. @@ -5087,7 +4976,7 @@ channel or account with the same name (src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts63src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts133src/app/shared/shared-abuse-list/abuse-list-table.component.ts376src/app/shared/shared-abuse-list/abuse-list-table.component.ts411src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}} Accepted {count, plural, =1 { follow request} other { follow requests}} @@ -5301,14 +5190,14 @@ channel or account with the same name (src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts168 + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 VOD videos VOD videos - src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts174 + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Display sensitive content src/app/+search/search-filters.component.html40 @@ -5407,21 +5296,21 @@ channel or account with the same name ( Reset - src/app/+search/search-filters.component.html8 - src/app/+search/search-filters.component.html22 - src/app/+search/search-filters.component.html41 - src/app/+search/search-filters.component.html60 - src/app/+search/search-filters.component.html74 - src/app/+search/search-filters.component.html109 - src/app/+search/search-filters.component.html122 - src/app/+search/search-filters.component.html135 - src/app/+search/search-filters.component.html148 - src/app/+search/search-filters.component.html163 - src/app/+search/search-filters.component.html171 - src/app/+search/search-filters.component.html188 - src/app/+search/search-filters.component.html229 - src/app/shared/shared-forms/reactive-file.component.html16 - + + + + + + + + + + + + + + + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter src/app/+search/search-filters.component.html233 @@ -5736,17 +5625,17 @@ channel or account with the same name (Go to the previous step - src/app/+signup/+register/register.component.ts43 + src/app/+signup/+register/register.component.ts42 Go to the next step Go to the next step - src/app/+signup/+register/register.component.ts44 + src/app/+signup/+register/register.component.ts43 Signup Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 + src/app/+signup/+register/register.component.ts85 Why creating an account? Why creating an account? @@ -6151,7 +6040,7 @@ channel or account with the same name (src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts888 + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTS SPELELISTER @@ -6837,76 +6726,76 @@ channel or account with the same name ( Original publication date - src/app/+videos/+video-edit/shared/video-edit.component.html368 + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) - src/app/+videos/+video-edit/shared/video-edit.component.html371 + src/app/+videos/+video-edit/shared/video-edit.component.html376 Enable video comments - src/app/+videos/+video-edit/shared/video-edit.component.html389 + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download - src/app/+videos/+video-edit/shared/video-edit.component.html394 + src/app/+videos/+video-edit/shared/video-edit.component.html398 Plugin settings - src/app/+videos/+video-edit/shared/video-edit.component.html402 + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latency Small latency - src/app/+videos/+video-edit/shared/video-edit.component.ts92 + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2P Reduce latency to ~15s disabling P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts93 + src/app/+videos/+video-edit/shared/video-edit.component.ts94 Default Default - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts97 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30s Average latency of 30s - src/app/+videos/+video-edit/shared/video-edit.component.ts98 + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latency High latency - src/app/+videos/+video-edit/shared/video-edit.component.ts102 + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratio Average latency of 60s increasing P2P ratio - src/app/+videos/+video-edit/shared/video-edit.component.ts103 + src/app/+videos/+video-edit/shared/video-edit.component.ts104 Other Other - src/app/+videos/+video-edit/shared/video-edit.component.ts219src/app/shared/shared-forms/select/select-languages.component.ts50 + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Instance languages - src/app/+videos/+video-edit/shared/video-edit.component.ts222 + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages - src/app/+videos/+video-edit/shared/video-edit.component.ts223src/app/shared/shared-forms/select/select-languages.component.ts25 + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Scheduled - src/app/+videos/+video-edit/shared/video-edit.component.ts240 + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date - src/app/+videos/+video-edit/shared/video-edit.component.ts241 + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal live Normal live @@ -7171,11 +7060,11 @@ channel or account with the same name (src/app/+videos/+video-edit/video-update.component.html 29 - - Your video is currenctly being updated. If you leave, your changes will be lost.Your video is currenctly being updated. If you leave, your changes will be lost. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 @@ -7213,35 +7102,23 @@ channel or account with the same name ( You have unsaved changes! If you leave, your changes will be lost. - src/app/+videos/+video-edit/video-update.component.ts140 + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. - src/app/+videos/+video-edit/video-update.component.ts227 + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators.Your video will also be automatically blocked since video publication requires manual validation by moderators. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version.Uploading a new version of your video will completely erase the current version. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 <br /><br />Do you still want to replace your video file?<br /><br />Do you still want to replace your video file? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warningReplace file warning - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: ) (extensions: ) @@ -7338,7 +7215,7 @@ channel or account with the same name (src/app/+admin/overview/comments/video-comment-list.component.html45src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 Highlighted comment src/app/+videos/+video-watch/shared/comment/video-comment.component.html14 @@ -7392,46 +7269,25 @@ channel or account with the same name (src/app/+admin/system/runners/runner-list/runner-list.component.ts 58 - - Showing to of registration tokensShowing to of registration tokens - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - TokenToken - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runnersAssociated runners - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate tokenGenerate token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copiedRegistration token copied - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration tokenCopy registration token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners.No registration token found for remote runners. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this tokenRemove this token src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.ts34 @@ -7520,7 +7376,7 @@ channel or account with the same name (src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 The deletion will be sent to remote instances so they can reflect the change. @@ -7675,17 +7531,17 @@ channel or account with the same name ( Account muted Account muted - src/app/+admin/overview/videos/video-list.component.html79 - + + src/app/+admin/overview/videos/video-list.component.html78 Server muted Server muted - src/app/+admin/overview/videos/video-list.component.html80 - + + src/app/+admin/overview/videos/video-list.component.html79 Show more - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less @@ -7800,37 +7656,28 @@ channel or account with the same name ( This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? - src/app/+videos/+video-watch/video-watch.component.ts370 + src/app/+videos/+video-watch/video-watch.component.ts371 Redirection - src/app/+videos/+video-watch/video-watch.component.ts371 + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this videoYou need a password to watch this video - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protectedThis video is password protected - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct passwordIncorrect password, please enter a correct password - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? - src/app/+videos/+video-watch/video-watch.component.ts446 + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content - src/app/+videos/+video-watch/video-watch.component.ts447 + src/app/+videos/+video-watch/video-watch.component.ts448 Cancel @@ -7855,73 +7702,73 @@ channel or account with the same name (src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html42src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreen Enter/exit fullscreen - src/app/+videos/+video-watch/video-watch.component.ts851 + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the video Play/Pause the video - src/app/+videos/+video-watch/video-watch.component.ts852 + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the video Mute/unmute the video - src/app/+videos/+video-watch/video-watch.component.ts853 + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90% Skip to a percentage of the video: 0 is 0% and 9 is 90% - src/app/+videos/+video-watch/video-watch.component.ts868 + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volume Increase the volume - src/app/+videos/+video-watch/video-watch.component.ts855 + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volume Decrease the volume - src/app/+videos/+video-watch/video-watch.component.ts856 + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forward Seek the video forward - src/app/+videos/+video-watch/video-watch.component.ts870 + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backward Seek the video backward - src/app/+videos/+video-watch/video-watch.component.ts871 + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rate Increase playback rate - src/app/+videos/+video-watch/video-watch.component.ts873 + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rate Decrease playback rate - src/app/+videos/+video-watch/video-watch.component.ts874 + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frame Navigate in the video to the previous frame - src/app/+videos/+video-watch/video-watch.component.ts876 + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frame Navigate in the video to the next frame - src/app/+videos/+video-watch/video-watch.component.ts877 + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater mode Toggle theater mode - src/app/+videos/+video-watch/video-watch.component.ts861 + src/app/+videos/+video-watch/video-watch.component.ts867 Like the video @@ -7994,14 +7841,7 @@ channel or account with the same name (103 - - Showing to of videos - Showing to of videos - - src/app/+admin/overview/videos/video-list.component.html - 11 - - + Recently added Nyaste @@ -8167,19 +8007,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Info - src/app/+admin/overview/videos/video-list.component.html41 - src/app/core/notification/notifier.service.ts12 - + + + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 Files Files - src/app/+admin/overview/videos/video-list.component.html42 - + + src/app/+admin/overview/videos/video-list.component.html41 Published Published - src/app/+admin/overview/videos/video-list.component.html43 - + + src/app/+admin/overview/videos/video-list.component.html42 Success src/app/core/notification/notifier.service.ts26 @@ -8188,30 +8028,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Media is too large for the server. Please contact you administrator if you want to increase the limit size. - src/app/core/rest/rest-extractor.service.ts118 + src/app/core/rest/rest-extractor.service.ts122 Too many attempts, please try again after minutes. - src/app/core/rest/rest-extractor.service.ts126 + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. - src/app/core/rest/rest-extractor.service.ts129 + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. - src/app/core/rest/rest-extractor.service.ts133 + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later.Server is unavailable. Please retry later. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server error Unknown server error - src/app/core/rest/rest-extractor.service.ts140 + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + + All unsaved data will be lost, are you sure you want to leave this page? @@ -9536,9 +9379,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/shared/form-validators/video-validators.ts100 Reporter - src/app/shared/shared-abuse-list/abuse-details.component.html7 - src/app/shared/shared-abuse-list/abuse-list-table.component.html21 - + + + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 @@ -9624,185 +9467,188 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+videos/+video-edit/shared/video-edit.component.html172src/app/shared/shared-abuse-list/abuse-details.component.ts27src/app/shared/shared-moderation/abuse.service.ts166 - - Showing to of reports - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 - + Video/Comment/Account - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 Messages - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Deleted account - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 This video has been reported multiple times. - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on src/app/shared/shared-abuse-list/abuse-list-table.component.html85 Video was deleted - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + Account deleted - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 No abuses found matching current filters. - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reports Unsolved reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reports Accepted reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reports Refused reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videos Reports with blocked videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videos Reports with deleted videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Do you really want to delete this abuse report? - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Mark as accepted - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Delete report - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mute account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Mute server account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Actions for the reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 Mute server - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Block video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Delete video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Comment deleted. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Account muted by the instance. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434 - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Server muted by the instance. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Messages with the reporter @@ -9984,11 +9830,11 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Maximize editor - src/app/shared/shared-forms/markdown-textarea.component.ts51 + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editor - src/app/shared/shared-forms/markdown-textarea.component.ts52 + src/app/shared/shared-forms/markdown-textarea.component.ts50 Recommended @@ -10088,7 +9934,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Terms of Terms of - src/app/shared/shared-instance/instance-about-accordion.component.ts81 + src/app/shared/shared-instance/instance-about-accordion.component.ts80 PeerTube version @@ -10191,7 +10037,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Displayed - src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts242 + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 DisabledDisabled src/app/shared/shared-instance/instance-features-table.component.ts60 @@ -10253,7 +10099,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Local Lokalt - src/app/shared/shared-video-miniature/video-filters.model.ts135 + src/app/shared/shared-video-miniature/video-filters.model.ts141 users @@ -10579,51 +10425,42 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular {views, plural, =0 {No view} =1 {1 view} other { views}} {views, plural, =0 {No view} =1 {1 view} other { views}} - src/app/shared/shared-main/video/video.model.ts291 + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded.PeerTube considers this video is already being transcoded. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcodingForce transcoding - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} - src/app/shared/shared-main/video/video.model.ts288 + src/app/shared/shared-main/video/video.model.ts289 Only I can see this video - src/app/shared/shared-main/video/video.service.ts460 + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link - src/app/shared/shared-main/video/video.service.ts461 + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video - src/app/shared/shared-main/video/video.service.ts462 + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video - src/app/shared/shared-main/video/video.service.ts463 + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this videoOnly users with the appropriate password can see this video - src/app/shared/shared-main/video/video.service.ts464 + src/app/shared/shared-main/video/video.service.ts465 Violent or repulsive src/app/shared/shared-moderation/abuse.service.ts124 @@ -10686,35 +10523,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+admin/admin.component.ts134src/app/+admin/moderation/moderation.routes.ts103src/app/+my-account/my-account-routing.module.ts96src/app/+my-account/my-account.component.ts31src/app/shared/shared-moderation/account-blocklist.component.html3src/app/shared/shared-moderation/account-blocklist.component.html3 - - Showing to of muted accounts - src/app/shared/shared-moderation/account-blocklist.component.html11 - src/app/shared/shared-moderation/account-blocklist.component.html11 - + Muted at - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/server-blocklist.component.html33 - src/app/shared/shared-moderation/server-blocklist.component.html33 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html40 - src/app/shared/shared-moderation/server-blocklist.component.html40 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No account found matching current filters. - src/app/shared/shared-moderation/account-blocklist.component.html54 - src/app/shared/shared-moderation/account-blocklist.component.html54 - + + + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. - src/app/shared/shared-moderation/account-blocklist.component.html55 - src/app/shared/shared-moderation/account-blocklist.component.html55 - + + + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 Account unmuted. src/app/shared/shared-moderation/account-blocklist.component.ts42 @@ -10815,31 +10648,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+admin/admin.component.ts142src/app/+my-account/my-account-routing.module.ts105src/app/+my-account/my-account.component.ts36src/app/shared/shared-moderation/server-blocklist.component.html3src/app/shared/shared-moderation/server-blocklist.component.html3 - - Showing to of muted instances - src/app/shared/shared-moderation/server-blocklist.component.html12 - src/app/shared/shared-moderation/server-blocklist.component.html12 - + Mute domain - src/app/shared/shared-moderation/server-blocklist.component.html19 - src/app/shared/shared-moderation/server-blocklist.component.html19 - + + + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 No server found matching current filters. - src/app/shared/shared-moderation/server-blocklist.component.html56 - src/app/shared/shared-moderation/server-blocklist.component.html56 - + + + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. - src/app/shared/shared-moderation/server-blocklist.component.html57 - src/app/shared/shared-moderation/server-blocklist.component.html57 - + + + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 Mute domains - src/app/shared/shared-moderation/server-blocklist.component.html64 - src/app/shared/shared-moderation/server-blocklist.component.html64 - + + + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Instance unmuted. src/app/shared/shared-moderation/server-blocklist.component.ts45 @@ -11344,16 +11173,16 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Too many languages are enabled. Please enable them all or stay below 20 enabled languages. - src/app/shared/shared-user-settings/user-video-settings.component.ts76 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. - src/app/shared/shared-user-settings/user-video-settings.component.ts121 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Remote subscribeRemote interact @@ -11587,52 +11416,52 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Sensitive content Sensitive content - src/app/shared/shared-video-miniature/video-filters.model.ts125 + src/app/shared/shared-video-miniature/video-filters.model.ts131 Scope Scope - src/app/shared/shared-video-miniature/video-filters.model.ts132 + src/app/shared/shared-video-miniature/video-filters.model.ts138 Federated Federated - src/app/shared/shared-video-miniature/video-filters.model.ts134 + src/app/shared/shared-video-miniature/video-filters.model.ts140 Languages Languages - src/app/shared/shared-video-miniature/video-filters.model.ts142 + src/app/shared/shared-video-miniature/video-filters.model.ts148 Categories Categories - src/app/shared/shared-video-miniature/video-filters.model.ts151 + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videos All videos - src/app/shared/shared-video-miniature/video-filters.model.ts160 + src/app/shared/shared-video-miniature/video-filters.model.ts166 Blurred Blurred - src/app/shared/shared-video-miniature/video-filters.model.ts240 + src/app/shared/shared-video-miniature/video-filters.model.ts246 hidden hidden - src/app/shared/shared-video-miniature/video-filters.model.ts246 + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurred blurred - src/app/shared/shared-video-miniature/video-filters.model.ts247 + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayed displayed - src/app/shared/shared-video-miniature/video-filters.model.ts249 + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protectedPassword protected src/app/shared/shared-video-miniature/video-miniature.component.html @@ -11853,7 +11682,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular video - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts341src/app/shared/shared-video-miniature/video-download.component.ts62 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 The following link contains a private token and should not be shared with anyone. @@ -11883,7 +11712,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html77src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Video stream src/app/shared/shared-video-miniature/video-download.component.html73 @@ -12074,21 +11903,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Blocked - src/app/+admin/overview/videos/video-list.component.html82src/app/shared/shared-video-miniature/video-miniature.component.html64 + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storage Object storage - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this file Delete this file - src/app/+admin/overview/videos/video-list.component.html114 - src/app/+admin/overview/videos/video-list.component.html130 - + + + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Sensitive diff --git a/client/src/locale/angular.oc.xlf b/client/src/locale/angular.oc.xlf index 154fc4606..7c0fef595 100644 --- a/client/src/locale/angular.oc.xlf +++ b/client/src/locale/angular.oc.xlf @@ -368,30 +368,21 @@ {views, plural, =0 {No view} =1 {1 view} other { views}} {views, plural, =0 {No view} =1 {1 view} other { views}} - src/app/shared/shared-main/video/video.model.ts291 + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded.PeerTube considers this video is already being transcoded. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcodingForce transcoding - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} - src/app/shared/shared-main/video/video.model.ts288 + src/app/shared/shared-main/video/video.model.ts289 @@ -407,13 +398,13 @@ Account muted Account muted - src/app/+admin/overview/videos/video-list.component.html79 - + + src/app/+admin/overview/videos/video-list.component.html78 Server muted Server muted - src/app/+admin/overview/videos/video-list.component.html80 - + + src/app/+admin/overview/videos/video-list.component.html79 Save to Enregistrar a @@ -532,7 +523,7 @@ video - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts341src/app/shared/shared-video-miniature/video-download.component.ts62 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: ) Your video quota is exceeded with this video (video size: , used: , quota: ) @@ -644,21 +635,18 @@ Blocked - src/app/+admin/overview/videos/video-list.component.html82src/app/shared/shared-video-miniature/video-miniature.component.html64 + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storage Object storage - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this file Delete this file - src/app/+admin/overview/videos/video-list.component.html114 - src/app/+admin/overview/videos/video-list.component.html130 - + + + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}. @@ -1025,7 +1013,7 @@ Local Localas - src/app/shared/shared-video-miniature/video-filters.model.ts135 + src/app/shared/shared-video-miniature/video-filters.model.ts141 users utilizaires @@ -1064,7 +1052,7 @@ - src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/follows.routes.ts26 + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 Followers Followers @@ -1320,7 +1308,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 Email address Adreça de corrièl @@ -1372,7 +1360,7 @@ The link will expire within 1 hour. Signup Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 + src/app/+signup/+register/register.component.ts85 Why creating an account? Why creating an account? @@ -2079,7 +2067,7 @@ The link will expire within 1 hour. Media is too large for the server. Please contact you administrator if you want to increase the limit size. Media is too large for the server. Please contact you administrator if you want to increase the limit size. - src/app/core/rest/rest-extractor.service.ts118 + src/app/core/rest/rest-extractor.service.ts122 GLOBAL SEARCH RECÈRCA GLOBALA @@ -2286,21 +2274,21 @@ The link will expire within 1 hour. Reset Reïnicializar - src/app/+search/search-filters.component.html8 - src/app/+search/search-filters.component.html22 - src/app/+search/search-filters.component.html41 - src/app/+search/search-filters.component.html60 - src/app/+search/search-filters.component.html74 - src/app/+search/search-filters.component.html109 - src/app/+search/search-filters.component.html122 - src/app/+search/search-filters.component.html135 - src/app/+search/search-filters.component.html148 - src/app/+search/search-filters.component.html163 - src/app/+search/search-filters.component.html171 - src/app/+search/search-filters.component.html188 - src/app/+search/search-filters.component.html229 - src/app/shared/shared-forms/reactive-file.component.html16 - + + + + + + + + + + + + + + + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter Filtrar @@ -2468,7 +2456,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts39src/app/shared/shared-instance/instance-follow.service.ts142 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found No items found @@ -2485,7 +2473,7 @@ The link will expire within 1 hour. - src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html24src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 Choose the appropriate licence for your work. @@ -2502,49 +2490,28 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html39src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reasonRegistration reason - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation responseModeration response - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 Requested on Requested on - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason:Registration reason: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response:Moderation response: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters.No registrations found matching current filters. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found.No registrations found. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this requestAccept this request src/app/+admin/moderation/registration-list/registration-list.component.ts @@ -2771,65 +2738,65 @@ The link will expire within 1 hour. Original publication date Data de publicacion originala - src/app/+videos/+video-edit/shared/video-edit.component.html368 + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) This is the date when the content was originally published (e.g. the release date for a film) - src/app/+videos/+video-edit/shared/video-edit.component.html371 + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settings Plugin settings - src/app/+videos/+video-edit/shared/video-edit.component.html402 + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latency Small latency - src/app/+videos/+video-edit/shared/video-edit.component.ts92 + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2P Reduce latency to ~15s disabling P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts93 + src/app/+videos/+video-edit/shared/video-edit.component.ts94 Default Default - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts97 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30s Average latency of 30s - src/app/+videos/+video-edit/shared/video-edit.component.ts98 + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latency High latency - src/app/+videos/+video-edit/shared/video-edit.component.ts102 + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratio Average latency of 60s increasing P2P ratio - src/app/+videos/+video-edit/shared/video-edit.component.ts103 + src/app/+videos/+video-edit/shared/video-edit.component.ts104 Other Other - src/app/+videos/+video-edit/shared/video-edit.component.ts219src/app/shared/shared-forms/select/select-languages.component.ts50 + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments Activar los comentaris - src/app/+videos/+video-edit/shared/video-edit.component.html389 + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download Activar lo telecargament - src/app/+videos/+video-edit/shared/video-edit.component.html394 + src/app/+videos/+video-edit/shared/video-edit.component.html398 Advanced settings Paramètres avançats @@ -2884,12 +2851,12 @@ The link will expire within 1 hour. Scheduled Programada - src/app/+videos/+video-edit/shared/video-edit.component.ts240 + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date Hide the video until a specific date - src/app/+videos/+video-edit/shared/video-edit.component.ts241 + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal live Normal live @@ -2943,7 +2910,7 @@ The link will expire within 1 hour. Quòta vidèo total - src/app/+admin/overview/users/user-list/user-list.component.html118src/app/shared/shared-main/users/user-quota.component.html3 + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Congratulations! Your video is now available in your private library. @@ -3007,11 +2974,11 @@ The link will expire within 1 hour. src/app/+videos/+video-edit/video-update.component.html 29 - - Your video is currenctly being updated. If you leave, your changes will be lost.Your video is currenctly being updated. If you leave, your changes will be lost. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 @@ -3290,7 +3257,7 @@ The link will expire within 1 hour. - src/app/+admin/overview/users/user-list/user-list.component.html104src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Loop Bocla @@ -3415,7 +3382,7 @@ The link will expire within 1 hour. Show more Ne veire mai - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less Ne veire mens @@ -3460,14 +3427,14 @@ The link will expire within 1 hour. The video was blocked due to automatic blocking of new videos The video was blocked due to automatic blocking of new videos - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFW NSFW - src/app/+admin/moderation/video-block-list/video-block-list.component.html56 - src/app/+admin/overview/videos/video-list.component.html75 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Get more information Obténer mai d’informacions @@ -3739,16 +3706,13 @@ The link will expire within 1 hour. Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly. Token renewed. Update your client configuration accordingly. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEED SUBSCRIPTION FEED @@ -3777,9 +3741,9 @@ The link will expire within 1 hour. Renew token Renew token - src/app/+my-account/my-account-applications/my-account-applications.component.html36 - src/app/+my-account/my-account-applications/my-account-applications.component.ts41 - + + + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Filter... Filtre.... @@ -3800,19 +3764,19 @@ The link will expire within 1 hour. Video/Comment/Account Video/Comment/Account - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 ID ID - src/app/+admin/system/jobs/jobs.component.html45 - + + src/app/+admin/system/jobs/jobs.component.html43 State Estatisticas - src/app/+admin/system/jobs/jobs.component.html48 - src/app/+my-library/my-video-imports/my-video-imports.component.html30 - + + + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 Created Creat @@ -3825,36 +3789,30 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html39src/app/+admin/follows/following-list/following-list.component.html43src/app/+admin/system/jobs/jobs.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html27src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37src/app/+my-library/my-video-imports/my-video-imports.component.html31src/app/shared/shared-abuse-list/abuse-list-table.component.html23 + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab Open actor page in a new tab - src/app/+admin/follows/followers-list/followers-list.component.html56 - + + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted Acceptat - src/app/+admin/follows/followers-list/followers-list.component.html63 - src/app/+admin/follows/following-list/following-list.component.html65 - + + + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending En espèra - src/app/+admin/follows/followers-list/followers-list.component.html64 - src/app/+admin/follows/following-list/following-list.component.html66 - + + + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 Rejected Rejected - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept Acceptar @@ -3862,7 +3820,7 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse Refusar @@ -3871,72 +3829,56 @@ The link will expire within 1 hour. No follower found matching current filters. No follower found matching current filters. - src/app/+admin/follows/followers-list/followers-list.component.html77 - + + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. Your instance doesn't have any follower. - src/app/+admin/follows/followers-list/followers-list.component.html78 - - - Showing to of followers - Showing - to - of - followers - - src/app/+admin/follows/followers-list/followers-list.component.html11 - + + src/app/+admin/follows/followers-list/followers-list.component.html77 + Redundancy allowed Redundancy allowed - src/app/+admin/follows/following-list/following-list.component.html44 - + + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab Open instance in a new tab - src/app/+admin/follows/following-list/following-list.component.html58 - src/app/shared/shared-moderation/server-blocklist.component.html43 - src/app/shared/shared-moderation/server-blocklist.component.html43 - + + + + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. No host found matching current filters. - src/app/+admin/follows/following-list/following-list.component.html84 - + + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. Your instance is not following anyone. - src/app/+admin/follows/following-list/following-list.component.html85 - + + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}} Do you really want to unfollow {count, plural, =1 {?} other { entries?}} src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - Showing - to - of - hosts - - src/app/+admin/follows/following-list/following-list.component.html11 - + Action Action - src/app/+admin/follows/following-list/following-list.component.html40 - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/server-blocklist.component.html31 - src/app/shared/shared-moderation/server-blocklist.component.html31 - + + + + + + + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies Videos redundancies @@ -3955,18 +3897,18 @@ The link will expire within 1 hour. Table parameters Table parameters - src/app/+admin/overview/users/user-list/user-list.component.html47 - + + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns Select columns - src/app/+admin/overview/users/user-list/user-list.component.html53 - + + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users Highlight banned users - src/app/+admin/overview/users/user-list/user-list.component.html59 - + + src/app/+admin/overview/users/user-list/user-list.component.html57 Username Nom d’utilizaire @@ -4085,55 +4027,47 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html18src/app/+admin/follows/following-list/following-list.component.html18src/app/+admin/moderation/registration-list/registration-list.component.html18src/app/+admin/overview/comments/video-comment-list.component.html22src/app/+admin/overview/users/user-list/user-list.component.html18src/app/+admin/overview/videos/video-list.component.html18src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 The user was banned The user was banned - src/app/+admin/overview/users/user-list/user-list.component.html109 - + + src/app/+admin/overview/users/user-list/user-list.component.html107 Open account in a new tab Open account in a new tab - src/app/+admin/overview/comments/video-comment-list.component.html69 - src/app/+admin/overview/users/user-list/user-list.component.html94 - src/app/+my-library/my-ownership/my-ownership.component.html32 - src/app/shared/shared-abuse-list/abuse-list-table.component.html44 - src/app/shared/shared-moderation/account-blocklist.component.html35 - src/app/shared/shared-moderation/account-blocklist.component.html35 - + + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account Deleted account - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota Total daily video quota - src/app/+admin/overview/users/user-list/user-list.component.html128 + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: Rason del bandiment : - src/app/+admin/overview/users/user-list/user-list.component.html150 + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned users Banned users src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - Showing - to - of - users - - src/app/+admin/overview/users/user-list/user-list.component.html11 - + Moderation Moderacion @@ -4175,9 +4109,9 @@ The link will expire within 1 hour. - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30 - src/app/+admin/moderation/video-block-list/video-block-list.component.html26 - + + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size Total size @@ -4214,32 +4148,32 @@ The link will expire within 1 hour. Used () Used () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available () Available () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Sensitive Sensible - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated Pas federada - src/app/+admin/moderation/video-block-list/video-block-list.component.html28 - src/app/+admin/moderation/video-block-list/video-block-list.component.html60 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date Data - src/app/+admin/moderation/video-block-list/video-block-list.component.html29 - src/app/+admin/overview/comments/video-comment-list.component.html46 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this row Select this row @@ -4248,12 +4182,12 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html46src/app/+admin/follows/following-list/following-list.component.html51src/app/+admin/moderation/registration-list/registration-list.component.html50src/app/+admin/overview/comments/video-comment-list.component.html54src/app/+admin/overview/users/user-list/user-list.component.html79src/app/+admin/overview/videos/video-list.component.html51src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full comment See full comment - src/app/+admin/overview/comments/video-comment-list.component.html58 - + + src/app/+admin/overview/comments/video-comment-list.component.html57 Actions Accions @@ -4262,27 +4196,27 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html35src/app/+admin/moderation/registration-list/registration-list.component.html60src/app/+admin/moderation/video-block-list/video-block-list.component.html43src/app/+admin/overview/comments/video-comment-list.component.html64src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70src/app/+admin/system/runners/runner-list/runner-list.component.html36src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html39 + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 Follower Follower - src/app/+admin/follows/followers-list/followers-list.component.html36 - + + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented video Commented video - src/app/+admin/overview/comments/video-comment-list.component.html81 - + + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters. No comments found matching current filters. - src/app/+admin/overview/comments/video-comment-list.component.html106 - + + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found. Cap de comentari pas trobat. - src/app/+admin/overview/comments/video-comment-list.component.html107 - + + src/app/+admin/overview/comments/video-comment-list.component.html106 Local comments Comentaris locals @@ -4301,53 +4235,53 @@ The link will expire within 1 hour. No abuses found matching current filters. No abuses found matching current filters. - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. No abuses found. - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reports Unsolved reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reports Accepted reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reports Refused reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videos Reports with blocked videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videos Reports with deleted videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: Block reason: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. No blocked video found matching current filters. - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. No blocked video found. - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocks Automatic blocks @@ -4358,15 +4292,7 @@ The link will expire within 1 hour. Manual blocks src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - Showing - to - of - blocked videos - - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 - + Reports Reports @@ -4395,9 +4321,9 @@ The link will expire within 1 hour. Reporter Senhalaire - src/app/shared/shared-abuse-list/abuse-details.component.html7 - src/app/shared/shared-abuse-list/abuse-list-table.component.html21 - + + + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 @@ -4413,28 +4339,28 @@ The link will expire within 1 hour. Video Vidèo - src/app/+admin/overview/comments/video-comment-list.component.html44 - src/app/+admin/overview/videos/video-list.component.html40 - src/app/+my-library/my-ownership/my-ownership.component.html14 - src/app/+my-library/my-video-imports/my-video-imports.component.html29 - src/app/shared/shared-video-miniature/video-download.component.html8 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 Comment Comment - src/app/+admin/overview/comments/video-comment-list.component.html45src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 This video has been reported multiple times. This video has been reported multiple times. - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked The video was blocked - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on by @@ -4446,7 +4372,13 @@ The link will expire within 1 hour. Video was deleted Video was deleted - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + Account deleted @@ -4454,7 +4386,7 @@ The link will expire within 1 hour. Account deleted - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 Open video in a new tab Open video in a new tab @@ -4470,34 +4402,26 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html37src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/moderation/registration-list/registration-list.component.html41src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/shared/shared-abuse-list/abuse-list-table.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages Messages - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note Internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score Score - src/app/+admin/follows/followers-list/followers-list.component.html38 - - - Showing to of reports - Showing - to - of - reports - - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 - + + src/app/+admin/follows/followers-list/followers-list.component.html37 + Reportee Reportee @@ -4519,58 +4443,49 @@ The link will expire within 1 hour. Mute domain Mute domain - src/app/shared/shared-moderation/server-blocklist.component.html19 - src/app/shared/shared-moderation/server-blocklist.component.html19 - + + + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance Instància - src/app/+about/about.component.html3 - src/app/+search/search-filters.component.html217 - src/app/shared/shared-moderation/server-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html32 - + + + + + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at Mut lo - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/server-blocklist.component.html33 - src/app/shared/shared-moderation/server-blocklist.component.html33 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute Restablir - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html40 - src/app/shared/shared-moderation/server-blocklist.component.html40 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. No server found matching current filters. - src/app/shared/shared-moderation/server-blocklist.component.html56 - src/app/shared/shared-moderation/server-blocklist.component.html56 - + + + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. No server found. - src/app/shared/shared-moderation/server-blocklist.component.html57 - src/app/shared/shared-moderation/server-blocklist.component.html57 - - - Showing to of muted instances - Showing - to - of - muted instances - - src/app/shared/shared-moderation/server-blocklist.component.html12 - src/app/shared/shared-moderation/server-blocklist.component.html12 - + + + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. @@ -4586,28 +4501,28 @@ The link will expire within 1 hour. Mute domains Mute domains - src/app/shared/shared-moderation/server-blocklist.component.html64 - src/app/shared/shared-moderation/server-blocklist.component.html64 - + + + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account Compte - src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/comments/video-comment-list.component.html43src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24 + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. No account found matching current filters. - src/app/shared/shared-moderation/account-blocklist.component.html54 - src/app/shared/shared-moderation/account-blocklist.component.html54 - + + + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. No account found. - src/app/shared/shared-moderation/account-blocklist.component.html55 - src/app/shared/shared-moderation/account-blocklist.component.html55 - + + + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed plugins List installed plugins @@ -4623,16 +4538,7 @@ The link will expire within 1 hour. Show plugin src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - Showing - to - of - muted accounts - - src/app/shared/shared-moderation/account-blocklist.component.html11 - src/app/shared/shared-moderation/account-blocklist.component.html11 - + Plugins/Themes Extensions/Tèmas @@ -4855,11 +4761,7 @@ The link will expire within 1 hour. This view also shows comments from muted accounts. src/app/+admin/overview/comments/video-comment-list.component.html8 - - Showing to of comments - Showing to of comments - src/app/+admin/overview/comments/video-comment-list.component.html15 - + Select all rows Select all rows @@ -4868,7 +4770,7 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html33src/app/+admin/follows/following-list/following-list.component.html38src/app/+admin/moderation/registration-list/registration-list.component.html33src/app/+admin/overview/comments/video-comment-list.component.html39src/app/+admin/overview/users/user-list/user-list.component.html39src/app/+admin/overview/videos/video-list.component.html36src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type Tipe de tasca @@ -4888,52 +4790,42 @@ The link will expire within 1 hour. Selector for the list displaying jobs, filtering by their state - - Showing to of jobs - Showing to of jobs - src/app/+admin/system/jobs/jobs.component.html39 - + Type Tipe - src/app/+admin/system/jobs/jobs.component.html46src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 Priority (1 = highest priority) Priority (1 = highest priority) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + + src/app/+admin/system/jobs/jobs.component.html45 Progress Progress - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found. No jobs found. - src/app/+admin/system/jobs/jobs.component.html105 - + + src/app/+admin/system/jobs/jobs.component.html103 No jobs found. No jobs found. - src/app/+admin/system/jobs/jobs.component.html106 - + + src/app/+admin/system/jobs/jobs.component.html104 No jobs found. No jobs found. - src/app/+admin/system/jobs/jobs.component.html110 - + + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are . No jobs found that are . - src/app/+admin/system/jobs/jobs.component.html111 - + + src/app/+admin/system/jobs/jobs.component.html109 Refresh Actualizar @@ -4941,7 +4833,7 @@ The link will expire within 1 hour. - src/app/+admin/overview/comments/video-comment-list.component.html31src/app/+admin/overview/videos/video-list.component.html27src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 now now @@ -4986,7 +4878,7 @@ The link will expire within 1 hour. - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description Descripcion corta @@ -5402,12 +5294,14 @@ The link will expire within 1 hour. ⚠️ We don't recommend to enable this feature if you don't trust your users ⚠️ We don't recommend to enable this feature if you don't trust your users - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 - - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + + + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ You need to allow import with HTTP URL to be able to activate this feature. @@ -6433,74 +6327,52 @@ color: red; 9 - - Showing to of synchronizations - Showing to of synchronizations - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - - + Add synchronization Add synchronization - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 External Channel External Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 Channel Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 Last synchronization at Last synchronization at - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List imports List imports - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channel Fully synchronize the channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channel This fetches any missing videos on the local channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for . Synchronization removed successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for . Full synchronization requested successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATION NEW SYNCHRONIZATION @@ -6640,22 +6512,14 @@ color: red; Target Cibla - src/app/+my-library/my-video-imports/my-video-imports.component.html28 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted This video was deleted - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - - Showing to of imports - Showing - to - of - imports - - src/app/+my-library/my-video-imports/my-video-imports.component.html21 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. Once you delete your account, there is no going back. You will be asked to confirm this action. @@ -6664,25 +6528,15 @@ color: red; Channel page Channel page - src/app/+my-library/+my-video-channels/my-video-channels.component.html34 - src/app/+my-library/my-follows/my-subscriptions.component.html20 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65 - src/app/+videos/+video-watch/video-watch.component.html66 - + + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()!Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - Created by @@ -7122,9 +6976,9 @@ channel or account with the same name ( Banned Fòrabandit - src/app/+accounts/accounts.component.html21 - src/app/+admin/overview/users/user-list/user-list.component.html105 - + + + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Instance muted Instància mudas @@ -7221,7 +7075,7 @@ channel or account with the same name () to confirm Please type the name of the video channel () to confirm - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL CADENA NÒVA @@ -7689,12 +7543,12 @@ channel or account with the same name (Go to the previous step - src/app/+signup/+register/register.component.ts43 + src/app/+signup/+register/register.component.ts42 Go to the next step Go to the next step - src/app/+signup/+register/register.component.ts44 + src/app/+signup/+register/register.component.ts43 Who are we? Qual sèm ? @@ -7714,7 +7568,7 @@ channel or account with the same name ( Terms of - src/app/shared/shared-instance/instance-about-accordion.component.ts81 + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability Administrators & Sustainability @@ -7928,52 +7782,52 @@ channel or account with the same name (Contengut sensible - src/app/shared/shared-video-miniature/video-filters.model.ts125 + src/app/shared/shared-video-miniature/video-filters.model.ts131 Scope Scope - src/app/shared/shared-video-miniature/video-filters.model.ts132 + src/app/shared/shared-video-miniature/video-filters.model.ts138 Federated Federated - src/app/shared/shared-video-miniature/video-filters.model.ts134 + src/app/shared/shared-video-miniature/video-filters.model.ts140 Languages Languages - src/app/shared/shared-video-miniature/video-filters.model.ts142 + src/app/shared/shared-video-miniature/video-filters.model.ts148 Categories Categorias - src/app/shared/shared-video-miniature/video-filters.model.ts151 + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videos All videos - src/app/shared/shared-video-miniature/video-filters.model.ts160 + src/app/shared/shared-video-miniature/video-filters.model.ts166 Blurred Blurred - src/app/shared/shared-video-miniature/video-filters.model.ts240 + src/app/shared/shared-video-miniature/video-filters.model.ts246 hidden hidden - src/app/shared/shared-video-miniature/video-filters.model.ts246 + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurred blurred - src/app/shared/shared-video-miniature/video-filters.model.ts247 + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayed displayed - src/app/shared/shared-video-miniature/video-filters.model.ts249 + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protectedPassword protected src/app/shared/shared-video-miniature/video-miniature.component.html @@ -8338,7 +8192,7 @@ channel or account with the same name (src/app/+admin/follows/followers-list/followers-list.component.html51src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 Delete Delete @@ -8368,7 +8222,7 @@ channel or account with the same name (src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts63src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts133src/app/shared/shared-abuse-list/abuse-list-table.component.ts376src/app/shared/shared-abuse-list/abuse-list-table.component.ts411src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}} Accepted {count, plural, =1 { follow request} other { follow requests}} @@ -8407,10 +8261,10 @@ channel or account with the same name ( Follow Follow - src/app/+admin/follows/following-list/follow-modal.component.html3 - src/app/+admin/follows/following-list/follow-modal.component.html37 - src/app/+admin/follows/following-list/following-list.component.html25 - + + + + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line 1 host (without "http://"), account handle or channel handle per line @@ -8477,17 +8331,17 @@ channel or account with the same name (Do you really want to remove this video redundancy? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy Remove redundancy - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! Video redundancies removed! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Account unmuted by your instance. Lo compte @@ -8562,90 +8416,90 @@ channel or account with the same name ( Internal actions Accions intèrnas - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report Suprimir lo senhalament - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account Actions for the flagged account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mark as accepted Marcar coma acceptat - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected Marcar coma regetat - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note Add internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video Accions per aquesta vidèo - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video Blocar la vidèo - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. Vidèo blocada - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video Desblocar la vidèo - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. Vidèo desblocada. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Do you really want to delete this abuse report? Volètz vertadièrament suprimir aqueste senhalament ? - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. Senhalament suprimit. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment Deleted comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter Messages with reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators Messages with moderators - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note Update internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual Switch video block to manual @@ -8794,13 +8648,13 @@ channel or account with the same name ( plugin extension - src/app/+admin/plugins/shared/plugin-api.service.ts30 - + + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme tèma - src/app/+admin/plugins/shared/plugin-api.service.ts33 - + + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP address IP address @@ -8917,19 +8771,19 @@ channel or account with the same name ( Info Info - src/app/+admin/overview/videos/video-list.component.html41 - src/app/core/notification/notifier.service.ts12 - + + + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 Files Files - src/app/+admin/overview/videos/video-list.component.html42 - + + src/app/+admin/overview/videos/video-list.component.html41 Published Published - src/app/+admin/overview/videos/video-list.component.html43 - + + src/app/+admin/overview/videos/video-list.component.html42 Warning Avís @@ -8955,34 +8809,28 @@ channel or account with the same name (Audit logs src/app/+admin/system/logs/logs.component.ts145 - - Showing to of runner jobsShowing to of runner jobs - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - UUIDUUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 Priority Priority - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 Progress Progress - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 RunnerRunner - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload:Payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload:Private payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found.No runner jobs found. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobsCompleted jobs src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts @@ -9037,28 +8885,16 @@ channel or account with the same name (src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html 4 - - Showing to of remote runnersShowing to of remote runners - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - IPIP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contactLast contact - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found.No remote runners found. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. Utilizaire @@ -9069,9 +8905,9 @@ channel or account with the same name ( Create user Create user - src/app/+admin/overview/users/user-edit/user-create.component.ts97 - src/app/+admin/overview/users/user-list/user-list.component.html25 - + + + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videos Blocked videos @@ -9177,12 +9013,6 @@ channel or account with the same name (src/app/+admin/moderation/registration-list/registration-list.component.html 3 - - Showing to of registrationsShowing to of registrations - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - Password changed for user . @@ -9251,9 +9081,9 @@ channel or account with the same name ( Live Live - src/app/+admin/overview/videos/video-admin.service.ts53 - src/app/+admin/overview/videos/video-list.component.html88 - + + + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video files Video files @@ -9651,18 +9481,18 @@ channel or account with the same name ( Too many languages are enabled. Please enable them all or stay below 20 enabled languages. Too many languages are enabled. Please enable them all or stay below 20 enabled languages. - src/app/shared/shared-user-settings/user-video-settings.component.ts76 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. Paramètres vidèo actualizats. - src/app/shared/shared-user-settings/user-video-settings.component.ts121 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. Display/Video settings updated. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Video channel created. Cadena vidèo @@ -9703,12 +9533,12 @@ channel or account with the same name ( suprimida. - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day Views for the day - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followers My followers @@ -9794,8 +9624,8 @@ channel or account with the same name ( creada. - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 - + + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 Create Create @@ -9807,7 +9637,7 @@ channel or account with the same name (src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist Update playlist @@ -9889,9 +9719,15 @@ channel or account with the same name ( ? - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + Video deleted. @@ -10046,12 +9882,12 @@ channel or account with the same name (Maximize editor - src/app/shared/shared-forms/markdown-textarea.component.ts51 + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editor Exit maximized editor - src/app/shared/shared-forms/markdown-textarea.component.ts52 + src/app/shared/shared-forms/markdown-textarea.component.ts50 An email with verification link will be sent to . Un corrièl amb un ligam de verificacion serà enviat a @@ -10077,7 +9913,7 @@ channel or account with the same name (src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts888 + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTS PLAYLISTS @@ -10417,14 +10253,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts174 + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videos Live videos - src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts168 + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) Corta (< 4 min) @@ -11837,13 +11673,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Lenga de l’instància - src/app/+videos/+video-edit/shared/video-edit.component.ts222 + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages Totas las lengas - src/app/+videos/+video-edit/shared/video-edit.component.ts223src/app/shared/shared-forms/select/select-languages.component.ts25 + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Hidden Amagada @@ -11859,7 +11695,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mostrada - src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts242 + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 DisabledDisabled src/app/shared/shared-instance/instance-features-table.component.ts60 @@ -12048,21 +11884,21 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Lo compte es ut per l’instància. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434 - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server Amudir lo servidor - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. Server muted by the instance. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter Add a message to communicate with the reporter @@ -12318,28 +12154,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular minutas. - src/app/core/rest/rest-extractor.service.ts126 + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. Tròp d’ensages, mercés de tornar ensajar mai tard. - src/app/core/rest/rest-extractor.service.ts129 + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. Error servidor. Mercés de tornar ensajar mai tard. - src/app/core/rest/rest-extractor.service.ts133 + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later.Server is unavailable. Please retry later. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server error Unknown server error - src/app/core/rest/rest-extractor.service.ts140 + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + + Subscribed to all current channels of . You will be notified of all their new videos. Subscribed to all current channels of @@ -12445,29 +12284,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Delete video Suprimir la vidèo - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment Actions for the comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment Delete comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? Do you really want to delete this comment? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. Comment deleted. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Encoder Encodar @@ -12514,25 +12353,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Do you really want to delete this video? Volètz vertadièrament suprimir aquesta vidèo ? - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. Vidèo suprimida. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter Accion pel senhalaire - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter Rendre lo senhalaire mut - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 Download Telecargar @@ -12668,46 +12507,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+admin/system/runners/runner-list/runner-list.component.ts 58 - - Showing to of registration tokensShowing to of registration tokens - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - TokenToken - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runnersAssociated runners - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate tokenGenerate token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copiedRegistration token copied - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration tokenCopy registration token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners.No registration token found for remote runners. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this tokenRemove this token src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.ts34 @@ -12759,9 +12577,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute account Mute account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actions Open video actions @@ -12795,8 +12613,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute server account Mute server account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Report Senhalar @@ -12916,7 +12734,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html77src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Add to watch later Agachar mai tard @@ -12949,25 +12767,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Only I can see this video Pas que ieu pòdi veire aquesta vidèo - src/app/shared/shared-main/video/video.service.ts460 + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link Only shareable via a private link - src/app/shared/shared-main/video/video.service.ts461 + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video Tot lo monde pòt veire aquesta vidèo - src/app/shared/shared-main/video/video.service.ts462 + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video Pas que los utilizaires d’aquesta instància pòdon veire aquesta vidèo - src/app/shared/shared-main/video/video.service.ts463 + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this videoOnly users with the appropriate password can see this video - src/app/shared/shared-main/video/video.service.ts464 + src/app/shared/shared-main/video/video.service.ts465 Video to import updated. Vidèo d’importar actualizada. @@ -13015,36 +12833,24 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular You have unsaved changes! If you leave, your changes will be lost. Avètz de modificacions pas enregistradas. Se partissètz vòstras modificacions seràn perdudas. - src/app/+videos/+video-edit/video-update.component.ts140 + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. Vidèo actualizada. - src/app/+videos/+video-edit/video-update.component.ts227 + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators.Your video will also be automatically blocked since video publication requires manual validation by moderators. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version.Uploading a new version of your video will completely erase the current version. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 <br /><br />Do you still want to replace your video file?<br /><br />Do you still want to replace your video file? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warningReplace file warning - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: ) (extensions: ) @@ -13119,40 +12925,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? - src/app/+videos/+video-watch/video-watch.component.ts370 + src/app/+videos/+video-watch/video-watch.component.ts371 Redirection Redirection - src/app/+videos/+video-watch/video-watch.component.ts371 + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this videoYou need a password to watch this video - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protectedThis video is password protected - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct passwordIncorrect password, please enter a correct password - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? Aquesta vidèo conten un contengut per adult o explicite. Volètz vertadièrament la veire ? - src/app/+videos/+video-watch/video-watch.component.ts446 + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content Contengut per adult o explicite - src/app/+videos/+video-watch/video-watch.component.ts447 + src/app/+videos/+video-watch/video-watch.component.ts448 Cancel @@ -13178,73 +12975,73 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html42src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreen Enter/exit fullscreen - src/app/+videos/+video-watch/video-watch.component.ts851 + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the video Play/Pause the video - src/app/+videos/+video-watch/video-watch.component.ts852 + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the video Mute/unmute the video - src/app/+videos/+video-watch/video-watch.component.ts853 + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90% Skip to a percentage of the video: 0 is 0% and 9 is 90% - src/app/+videos/+video-watch/video-watch.component.ts868 + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volume Increase the volume - src/app/+videos/+video-watch/video-watch.component.ts855 + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volume Decrease the volume - src/app/+videos/+video-watch/video-watch.component.ts856 + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forward Seek the video forward - src/app/+videos/+video-watch/video-watch.component.ts870 + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backward Seek the video backward - src/app/+videos/+video-watch/video-watch.component.ts871 + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rate Increase playback rate - src/app/+videos/+video-watch/video-watch.component.ts873 + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rate Decrease playback rate - src/app/+videos/+video-watch/video-watch.component.ts874 + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frame Navigate in the video to the previous frame - src/app/+videos/+video-watch/video-watch.component.ts876 + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frame Navigate in the video to the next frame - src/app/+videos/+video-watch/video-watch.component.ts877 + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater mode Toggle theater mode - src/app/+videos/+video-watch/video-watch.component.ts861 + src/app/+videos/+video-watch/video-watch.component.ts867 Like the video Aimar la vidèo @@ -13322,14 +13119,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 103 - - Showing to of videos - Showing to of videos - - src/app/+admin/overview/videos/video-list.component.html - 11 - - + Only videos uploaded on this instance are displayed Only videos uploaded on this instance are displayed diff --git a/client/src/locale/angular.pl-PL.xlf b/client/src/locale/angular.pl-PL.xlf index 6d0926729..fcdd2e5b4 100644 --- a/client/src/locale/angular.pl-PL.xlf +++ b/client/src/locale/angular.pl-PL.xlf @@ -333,30 +333,21 @@ {views, plural, =0 {No view} =1 {1 view} other { views}} {views, plural, =0 {No view} =1 {1 view} other { views}} - src/app/shared/shared-main/video/video.model.ts291 + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded.PeerTube considers this video is already being transcoded. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcodingForce transcoding - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} - src/app/shared/shared-main/video/video.model.ts288 + src/app/shared/shared-main/video/video.model.ts289 @@ -372,13 +363,13 @@ Account muted Konto wyciszone - src/app/+admin/overview/videos/video-list.component.html79 - + + src/app/+admin/overview/videos/video-list.component.html78 Server muted Serwer wyciszony - src/app/+admin/overview/videos/video-list.component.html80 - + + src/app/+admin/overview/videos/video-list.component.html79 Save to Zapisz do @@ -489,7 +480,7 @@ film - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts341src/app/shared/shared-video-miniature/video-download.component.ts62 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: ) Twoja powierzchnia na filmy została przekroczona przez ten film (rozmiar filmu: , wykorzystano: , powierzchnia: ) @@ -597,21 +588,18 @@ Zablokowano - src/app/+admin/overview/videos/video-list.component.html82src/app/shared/shared-video-miniature/video-miniature.component.html64 + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storage Przechowywanie obiektów - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this file Usuń ten plik - src/app/+admin/overview/videos/video-list.component.html114 - src/app/+admin/overview/videos/video-list.component.html130 - + + + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}. @@ -963,7 +951,7 @@ Local Lokalne - src/app/shared/shared-video-miniature/video-filters.model.ts135 + src/app/shared/shared-video-miniature/video-filters.model.ts141 users użytkowników @@ -1002,7 +990,7 @@ - src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/follows.routes.ts26 + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 Followers Śledzący @@ -1251,7 +1239,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 Email address Adres e-mail @@ -1303,7 +1291,7 @@ The link will expire within 1 hour. Zarejestruj się Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 + src/app/+signup/+register/register.component.ts85 Why creating an account? Dlaczego warto założyć konto? @@ -1982,8 +1970,8 @@ The link will expire within 1 hour. Media is too large for the server. Please contact you administrator if you want to increase the limit size. Zawartość multimedialna jest zbyt wielka dla tego serwerami skontaktuj się z administratorem, jeżeli chcesz aby zwiększył limit rozmiaru. - src/app/core/rest/rest-extractor.service.ts118 - + + src/app/core/rest/rest-extractor.service.ts122 GLOBAL SEARCH WYSZUKIWANIE OGÓLNE @@ -2188,21 +2176,21 @@ The link will expire within 1 hour. Reset Resetuj - src/app/+search/search-filters.component.html8 - src/app/+search/search-filters.component.html22 - src/app/+search/search-filters.component.html41 - src/app/+search/search-filters.component.html60 - src/app/+search/search-filters.component.html74 - src/app/+search/search-filters.component.html109 - src/app/+search/search-filters.component.html122 - src/app/+search/search-filters.component.html135 - src/app/+search/search-filters.component.html148 - src/app/+search/search-filters.component.html163 - src/app/+search/search-filters.component.html171 - src/app/+search/search-filters.component.html188 - src/app/+search/search-filters.component.html229 - src/app/shared/shared-forms/reactive-file.component.html16 - + + + + + + + + + + + + + + + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter Filtr @@ -2359,7 +2347,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts39src/app/shared/shared-instance/instance-follow.service.ts142 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found Nie znaleziono elementów @@ -2376,7 +2364,7 @@ The link will expire within 1 hour. - src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html24src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 Choose the appropriate licence for your work. @@ -2394,63 +2382,42 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html39src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reason Registration reason - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation response Moderation response - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 Requested on Requested on - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason: Registration reason: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response: Moderation response: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters. No registrations found matching current filters. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found. No registrations found. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this request Accept this request @@ -2686,63 +2653,63 @@ The link will expire within 1 hour. Original publication date Oryginalna data publikacji - src/app/+videos/+video-edit/shared/video-edit.component.html368 + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) To data oryginalnej publikacji treści (np. data wydania filmu) - src/app/+videos/+video-edit/shared/video-edit.component.html371 + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settings Ustawienia wtyczki - src/app/+videos/+video-edit/shared/video-edit.component.html402 + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latency Małe opóźnienie - src/app/+videos/+video-edit/shared/video-edit.component.ts92 + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2P Zmniejsz opóźnienie do ~15s wyłączając P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts93 + src/app/+videos/+video-edit/shared/video-edit.component.ts94 Default Domyślne - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts97 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30s Średnie opóźnienie 30s - src/app/+videos/+video-edit/shared/video-edit.component.ts98 + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latency High latency - src/app/+videos/+video-edit/shared/video-edit.component.ts102 + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratio Średnie opóźnienie dla 60s rosnącego współczynnika P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts103 + src/app/+videos/+video-edit/shared/video-edit.component.ts104 Other Other - src/app/+videos/+video-edit/shared/video-edit.component.ts219src/app/shared/shared-forms/select/select-languages.component.ts50 + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments Włącz komentarze do filmu - src/app/+videos/+video-edit/shared/video-edit.component.html389 + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download Zezwól na pobieranie - src/app/+videos/+video-edit/shared/video-edit.component.html394 + src/app/+videos/+video-edit/shared/video-edit.component.html398 Advanced settings Ustawienia zaawansowane @@ -2795,12 +2762,12 @@ The link will expire within 1 hour. Scheduled Zaplanowany - src/app/+videos/+video-edit/shared/video-edit.component.ts240 + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date Ukryj film przed określoną datą - src/app/+videos/+video-edit/shared/video-edit.component.ts241 + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal live Normal live @@ -2848,9 +2815,9 @@ The link will expire within 1 hour. Total video quota Maksymalna dozwolona wielkość sumaryczyna plików wideo - src/app/+admin/overview/users/user-list/user-list.component.html118 - src/app/shared/shared-main/users/user-quota.component.html3 - + + + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Congratulations! Your video is now available in your private library. Gratulacje! Ten film jest teraz dostępny w twojej prywatnej bibliotece. @@ -2912,11 +2879,11 @@ The link will expire within 1 hour. src/app/+videos/+video-edit/video-update.component.html 29 - - Your video is currenctly being updated. If you leave, your changes will be lost.Your video is currenctly being updated. If you leave, your changes will be lost. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 @@ -3181,7 +3148,7 @@ The link will expire within 1 hour. - src/app/+admin/overview/users/user-list/user-list.component.html104src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Loop Zapętluj @@ -3304,7 +3271,7 @@ The link will expire within 1 hour. Show more Pokaż więcej - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less Pokaż mniej @@ -3347,14 +3314,14 @@ The link will expire within 1 hour. The video was blocked due to automatic blocking of new videos Ten film został zablokowany z powodu automatycznego blokowania nowych filmów - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFW NSFW - src/app/+admin/moderation/video-block-list/video-block-list.component.html56 - src/app/+admin/overview/videos/video-list.component.html75 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Get more information Uzyskaj więcej informacji @@ -3582,16 +3549,13 @@ The link will expire within 1 hour. Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? Odnowienie tokenu sprawi, że wcześniej skonfigurowane klienty nie będą mogły otrzymywać strumienia zanim otrzymają nowy token. Chcesz przejść dalej? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly. Odnowiono token. Zaktualizuje odpowiednio konfigurację klienta. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEED STRUMIEŃ SUBSKRYPCJI @@ -3620,9 +3584,9 @@ The link will expire within 1 hour. Renew token Odnów token - src/app/+my-account/my-account-applications/my-account-applications.component.html36 - src/app/+my-account/my-account-applications/my-account-applications.component.ts41 - + + + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Filter... Filtruj... @@ -3643,19 +3607,19 @@ The link will expire within 1 hour. Video/Comment/Account Film/Komentarz/Konto - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 ID ID - src/app/+admin/system/jobs/jobs.component.html45 - + + src/app/+admin/system/jobs/jobs.component.html43 State Stan - src/app/+admin/system/jobs/jobs.component.html48 - src/app/+my-library/my-video-imports/my-video-imports.component.html30 - + + + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 Created Utworzono @@ -3665,44 +3629,38 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html39src/app/+admin/follows/following-list/following-list.component.html43src/app/+admin/system/jobs/jobs.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html27src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37src/app/+my-library/my-video-imports/my-video-imports.component.html31src/app/shared/shared-abuse-list/abuse-list-table.component.html23 + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab Otwórz stronę wykonawcy czynności w nowej karcie - src/app/+admin/follows/followers-list/followers-list.component.html56 - + + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted Zaakceptowane - src/app/+admin/follows/followers-list/followers-list.component.html63 - src/app/+admin/follows/following-list/following-list.component.html65 - + + + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending Oczekiwane - src/app/+admin/follows/followers-list/followers-list.component.html64 - src/app/+admin/follows/following-list/following-list.component.html66 - + + + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 Rejected Rejected - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept Akceptuj - src/app/+admin/follows/followers-list/followers-list.component.html50 - src/app/+admin/follows/followers-list/followers-list.component.ts45 - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25 - src/app/+my-library/my-ownership/my-ownership.component.html27 - + + + + + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse Odmów @@ -3711,61 +3669,53 @@ The link will expire within 1 hour. No follower found matching current filters. Nie znaleziono obserwujących pasujących do obecnych filtrów. - src/app/+admin/follows/followers-list/followers-list.component.html77 - + + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. Twoja instancja nie ma żadnych obserwujących. - src/app/+admin/follows/followers-list/followers-list.component.html78 - - - Showing to of followers - Wyświetlanie do z obserwujących - src/app/+admin/follows/followers-list/followers-list.component.html11 - + + src/app/+admin/follows/followers-list/followers-list.component.html77 + Redundancy allowed Redundancja zezwolona - src/app/+admin/follows/following-list/following-list.component.html44 - + + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab Otwórz instancję w nowej karcie - src/app/+admin/follows/following-list/following-list.component.html58 - src/app/shared/shared-moderation/server-blocklist.component.html43 - src/app/shared/shared-moderation/server-blocklist.component.html43 - + + + + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. Brak hostów spełniających obecne kryteria. - src/app/+admin/follows/following-list/following-list.component.html84 - + + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. Twoja instancja nie obserwuje nikogo. - src/app/+admin/follows/following-list/following-list.component.html85 - + + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}} Do you really want to unfollow {count, plural, =1 {?} other { entries?}} src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - Wyświetlanie do z hostów - src/app/+admin/follows/following-list/following-list.component.html11 - + Action Działanie - src/app/+admin/follows/following-list/following-list.component.html40 - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/server-blocklist.component.html31 - src/app/shared/shared-moderation/server-blocklist.component.html31 - + + + + + + + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies Redundancje filmu @@ -3784,18 +3734,18 @@ The link will expire within 1 hour. Table parameters Parametry tabeli - src/app/+admin/overview/users/user-list/user-list.component.html47 - + + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns Wybierz kolumny - src/app/+admin/overview/users/user-list/user-list.component.html53 - + + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users Wyróżnij zablokowanych użytkowników - src/app/+admin/overview/users/user-list/user-list.component.html59 - + + src/app/+admin/overview/users/user-list/user-list.component.html57 Username Nazwa użytkownika @@ -3916,47 +3866,43 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html18src/app/+admin/follows/following-list/following-list.component.html18src/app/+admin/moderation/registration-list/registration-list.component.html18src/app/+admin/overview/comments/video-comment-list.component.html22src/app/+admin/overview/users/user-list/user-list.component.html18src/app/+admin/overview/videos/video-list.component.html18src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 The user was banned Użytkownik został zablokowany - src/app/+admin/overview/users/user-list/user-list.component.html109 - + + src/app/+admin/overview/users/user-list/user-list.component.html107 Open account in a new tab Otwórz konto w nowej zakładce - src/app/+admin/overview/comments/video-comment-list.component.html69 - src/app/+admin/overview/users/user-list/user-list.component.html94 - src/app/+my-library/my-ownership/my-ownership.component.html32 - src/app/shared/shared-abuse-list/abuse-list-table.component.html44 - src/app/shared/shared-moderation/account-blocklist.component.html35 - src/app/shared/shared-moderation/account-blocklist.component.html35 - + + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account Usunięte konto - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota Całkowita dzienna przestrzeń na filmy - src/app/+admin/overview/users/user-list/user-list.component.html128 - + + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: Powód bana: - src/app/+admin/overview/users/user-list/user-list.component.html150 - + + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned users Zablokowani użytkownicy src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - Showing to of users - src/app/+admin/overview/users/user-list/user-list.component.html11 - + Moderation Moderacja @@ -3997,9 +3943,9 @@ The link will expire within 1 hour. Video Film - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30 - src/app/+admin/moderation/video-block-list/video-block-list.component.html26 - + + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size Wielkość @@ -4034,29 +3980,29 @@ The link will expire within 1 hour. Used () Used () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available () Available () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Sensitive Wrażliwe - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated Niefederowane - src/app/+admin/moderation/video-block-list/video-block-list.component.html28 - src/app/+admin/moderation/video-block-list/video-block-list.component.html60 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date Data - src/app/+admin/moderation/video-block-list/video-block-list.component.html29 - src/app/+admin/overview/comments/video-comment-list.component.html46 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this row Wybierz ten rządSelect this row @@ -4066,12 +4012,12 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html46src/app/+admin/follows/following-list/following-list.component.html51src/app/+admin/moderation/registration-list/registration-list.component.html50src/app/+admin/overview/comments/video-comment-list.component.html54src/app/+admin/overview/users/user-list/user-list.component.html79src/app/+admin/overview/videos/video-list.component.html51src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full comment See full comment - src/app/+admin/overview/comments/video-comment-list.component.html58 - + + src/app/+admin/overview/comments/video-comment-list.component.html57 Actions Akcje @@ -4081,27 +4027,27 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html35src/app/+admin/moderation/registration-list/registration-list.component.html60src/app/+admin/moderation/video-block-list/video-block-list.component.html43src/app/+admin/overview/comments/video-comment-list.component.html64src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70src/app/+admin/system/runners/runner-list/runner-list.component.html36src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html39 + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 Follower Śledzący - src/app/+admin/follows/followers-list/followers-list.component.html36 - + + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented video Skomentowany film - src/app/+admin/overview/comments/video-comment-list.component.html81 - + + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters. Brak komentarzy spełniających obecne kryteria. - src/app/+admin/overview/comments/video-comment-list.component.html106 - + + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found. Nie znaleziono komentarzy. - src/app/+admin/overview/comments/video-comment-list.component.html107 - + + src/app/+admin/overview/comments/video-comment-list.component.html106 Local comments Lokalne komentarze @@ -4120,53 +4066,53 @@ The link will expire within 1 hour. No abuses found matching current filters. Brak nadużyć spełniających obecne kryteria. - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. Nie znaleziono nadużyć. - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reports Nierozwiązane zgłoszenia - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reports Przyjęte zgłoszenia - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reports Odmówione zgłoszenia - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videos Zgłoszenia z zablokowanymi filmami - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videos Zgłoszenia z usuniętymi filmami - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: Powód blokady: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. Brak zablokowanych filmów spełniających obecne kryteria. - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. Nie znaleziono zablokowanych filmów. - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocks Automatyczne blokady @@ -4177,11 +4123,7 @@ The link will expire within 1 hour. Ręczne blokady src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - Wyświetlanie do z zablokowanych filmów - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 - + Reports Zgłoszenia @@ -4208,9 +4150,9 @@ The link will expire within 1 hour. Reporter Zgłaszający - src/app/shared/shared-abuse-list/abuse-details.component.html7 - src/app/shared/shared-abuse-list/abuse-list-table.component.html21 - + + + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 @@ -4226,28 +4168,28 @@ The link will expire within 1 hour. Video Film - src/app/+admin/overview/comments/video-comment-list.component.html44 - src/app/+admin/overview/videos/video-list.component.html40 - src/app/+my-library/my-ownership/my-ownership.component.html14 - src/app/+my-library/my-video-imports/my-video-imports.component.html29 - src/app/shared/shared-video-miniature/video-download.component.html8 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 Comment Komentarz - src/app/+admin/overview/comments/video-comment-list.component.html45src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 This video has been reported multiple times. Ten film został zgłoszony wiele razy. - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked Ten film został zablokowany - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on od na @@ -4256,13 +4198,19 @@ The link will expire within 1 hour. Video was deleted Film został usunięty - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + Account deleted Usunięto konto - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 Open video in a new tab Otwórz film w nowej karcie @@ -4276,27 +4224,23 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html37src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/moderation/registration-list/registration-list.component.html41src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/shared/shared-abuse-list/abuse-list-table.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages Wiadomości - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note Wewnętrzna notatka - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score Wynik - src/app/+admin/follows/followers-list/followers-list.component.html38 - - - Showing to of reports - Wyświetlanie do z zgłoszeń - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 - + + src/app/+admin/follows/followers-list/followers-list.component.html37 + Reportee Zgłaszający(-a) @@ -4316,51 +4260,46 @@ The link will expire within 1 hour. Mute domain Wycisz domenę - src/app/shared/shared-moderation/server-blocklist.component.html19 - src/app/shared/shared-moderation/server-blocklist.component.html19 - + + + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance Instancja - src/app/+about/about.component.html3 - src/app/+search/search-filters.component.html217 - src/app/shared/shared-moderation/server-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html32 - + + + + + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at Wyciszone o - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/server-blocklist.component.html33 - src/app/shared/shared-moderation/server-blocklist.component.html33 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute Cofnij wyciszenie - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html40 - src/app/shared/shared-moderation/server-blocklist.component.html40 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. Nie znaleziono serwerów spełniających obecne kryteria. - src/app/shared/shared-moderation/server-blocklist.component.html56 - src/app/shared/shared-moderation/server-blocklist.component.html56 - + + + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. Nie znaleziono serwerów. - src/app/shared/shared-moderation/server-blocklist.component.html57 - src/app/shared/shared-moderation/server-blocklist.component.html57 - - - Showing to of muted instances - Wyświetlanie do z wyciszonych instancji - src/app/shared/shared-moderation/server-blocklist.component.html12 - src/app/shared/shared-moderation/server-blocklist.component.html12 - + + + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. Wygląda na to, że nie jesteś na serwerze HTTPS. Twój serwer musi mieć aktywne TLS, aby obserwować inne serwery. @@ -4374,29 +4313,29 @@ The link will expire within 1 hour. Mute domains Wycisz domeny - src/app/shared/shared-moderation/server-blocklist.component.html64 - src/app/shared/shared-moderation/server-blocklist.component.html64 - + + + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account Konto - src/app/+admin/moderation/registration-list/registration-list.component.html37 - src/app/+admin/overview/comments/video-comment-list.component.html43 - src/app/shared/shared-moderation/account-blocklist.component.html24 - src/app/shared/shared-moderation/account-blocklist.component.html24 - + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. Nie znaleziono kont spełniających obecne kryteria. - src/app/shared/shared-moderation/account-blocklist.component.html54 - src/app/shared/shared-moderation/account-blocklist.component.html54 - + + + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. Nie znaleziono kont. - src/app/shared/shared-moderation/account-blocklist.component.html55 - src/app/shared/shared-moderation/account-blocklist.component.html55 - + + + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed plugins Wyświetl zainstalowane wtyczki @@ -4412,12 +4351,7 @@ The link will expire within 1 hour. Pokaż wtyczkę src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - Pokazywanie do z wyciszonych kont - src/app/shared/shared-moderation/account-blocklist.component.html11 - src/app/shared/shared-moderation/account-blocklist.component.html11 - + Plugins/Themes Wtyczki/Motywy @@ -4634,11 +4568,7 @@ The link will expire within 1 hour. Ten widok wyświetla też komentarze z wyciszonych kont. src/app/+admin/overview/comments/video-comment-list.component.html8 - - Showing to of comments - Wyświetlanie do z komentarzy - src/app/+admin/overview/comments/video-comment-list.component.html15 - + Select all rows ybierz wszystkie rzędy @@ -4648,7 +4578,7 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html33src/app/+admin/follows/following-list/following-list.component.html38src/app/+admin/moderation/registration-list/registration-list.component.html33src/app/+admin/overview/comments/video-comment-list.component.html39src/app/+admin/overview/users/user-list/user-list.component.html39src/app/+admin/overview/videos/video-list.component.html36src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type Rodzaj zadania @@ -4668,52 +4598,42 @@ The link will expire within 1 hour. Selector for the list displaying jobs, filtering by their state - - Showing to of jobs - Wyświetlanie do z zadań - src/app/+admin/system/jobs/jobs.component.html39 - + Type Rodzaj - src/app/+admin/system/jobs/jobs.component.html46src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 Priority (1 = highest priority) Priorytet (1 = najwyższy priorytet) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + + src/app/+admin/system/jobs/jobs.component.html45 Progress Postęp - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found. Nie znaleziono zadań. - src/app/+admin/system/jobs/jobs.component.html105 - + + src/app/+admin/system/jobs/jobs.component.html103 No jobs found. Nie znaleziono zadań. - src/app/+admin/system/jobs/jobs.component.html106 - + + src/app/+admin/system/jobs/jobs.component.html104 No jobs found. Nie znaleziono zadań. - src/app/+admin/system/jobs/jobs.component.html110 - + + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are . Nie znaleziono zadań które są . - src/app/+admin/system/jobs/jobs.component.html111 - + + src/app/+admin/system/jobs/jobs.component.html109 Refresh Odśwież @@ -4721,7 +4641,7 @@ The link will expire within 1 hour. - src/app/+admin/overview/comments/video-comment-list.component.html31src/app/+admin/overview/videos/video-list.component.html27src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 now teraz @@ -4764,7 +4684,7 @@ The link will expire within 1 hour. - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description Krótki opis @@ -5180,12 +5100,14 @@ The link will expire within 1 hour. ⚠️ We don't recommend to enable this feature if you don't trust your users ⚠️ Nie zalecamy włączania tej funkcji, jeśli nie ufasz swoim użytkownikom - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 - - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + + + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ You need to allow import with HTTP URL to be able to activate this feature. @@ -6202,74 +6124,52 @@ color: red; 9 - - Showing to of synchronizations - Showing to of synchronizations - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - - + Add synchronization Add synchronization - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 External Channel External Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 Channel Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 Last synchronization at Last synchronization at - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List imports List imports - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channel Fully synchronize the channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channel This fetches any missing videos on the local channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for . Synchronization removed successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for . Full synchronization requested successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATION NEW SYNCHRONIZATION @@ -6409,18 +6309,14 @@ color: red; Target Element docelowy - src/app/+my-library/my-video-imports/my-video-imports.component.html28 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted To konto zostało usunięte - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - - Showing to of imports - Wyświetlanie do z importów - src/app/+my-library/my-video-imports/my-video-imports.component.html21 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. Po usunięciu konta, nie możesz tego cofnąć. Otrzymasz zapytanie o potwierdzenie tego działania. @@ -6429,25 +6325,15 @@ color: red; Channel page Strona kanału - src/app/+my-library/+my-video-channels/my-video-channels.component.html34 - src/app/+my-library/my-follows/my-subscriptions.component.html20 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65 - src/app/+videos/+video-watch/video-watch.component.html66 - + + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()!Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - Created by @@ -6896,9 +6782,9 @@ channel or account with the same name ( Banned Zbanowany - src/app/+accounts/accounts.component.html21 - src/app/+admin/overview/users/user-list/user-list.component.html105 - + + + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Instance muted Instancja wyciszona @@ -6991,7 +6877,7 @@ channel or account with the same name () to confirm Wpisz nazwę kanału wideo () aby zatwierdzić - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL NOWY KANAŁ @@ -7404,12 +7290,12 @@ channel or account with the same name (Przejdź do poprzedniego kroku - src/app/+signup/+register/register.component.ts43 + src/app/+signup/+register/register.component.ts42 Go to the next step Przejdź do następnego kroku - src/app/+signup/+register/register.component.ts44 + src/app/+signup/+register/register.component.ts43 Who are we? Kim jesteśmy? @@ -7429,7 +7315,7 @@ channel or account with the same name ( Warunki korzystania z - src/app/shared/shared-instance/instance-about-accordion.component.ts81 + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability Administracja i plan rozwoju @@ -7644,52 +7530,52 @@ channel or account with the same name (Sensitive content - src/app/shared/shared-video-miniature/video-filters.model.ts125 + src/app/shared/shared-video-miniature/video-filters.model.ts131 Scope Scope - src/app/shared/shared-video-miniature/video-filters.model.ts132 + src/app/shared/shared-video-miniature/video-filters.model.ts138 Federated Federated - src/app/shared/shared-video-miniature/video-filters.model.ts134 + src/app/shared/shared-video-miniature/video-filters.model.ts140 Languages Języki - src/app/shared/shared-video-miniature/video-filters.model.ts142 + src/app/shared/shared-video-miniature/video-filters.model.ts148 Categories Kategorie - src/app/shared/shared-video-miniature/video-filters.model.ts151 + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videos Wszystkie filmy - src/app/shared/shared-video-miniature/video-filters.model.ts160 + src/app/shared/shared-video-miniature/video-filters.model.ts166 Blurred Blurred - src/app/shared/shared-video-miniature/video-filters.model.ts240 + src/app/shared/shared-video-miniature/video-filters.model.ts246 hidden hidden - src/app/shared/shared-video-miniature/video-filters.model.ts246 + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurred blurred - src/app/shared/shared-video-miniature/video-filters.model.ts247 + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayed displayed - src/app/shared/shared-video-miniature/video-filters.model.ts249 + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protectedPassword protected src/app/shared/shared-video-miniature/video-miniature.component.html @@ -8049,10 +7935,10 @@ channel or account with the same name ( Reject Odmów - src/app/+admin/follows/followers-list/followers-list.component.html51 - src/app/+admin/follows/followers-list/followers-list.component.ts40 - src/app/+admin/follows/followers-list/followers-list.component.ts86 - + + + + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 Delete Usuń @@ -8084,7 +7970,7 @@ channel or account with the same name (src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts63src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts133src/app/shared/shared-abuse-list/abuse-list-table.component.ts376src/app/shared/shared-abuse-list/abuse-list-table.component.ts411src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}} Accepted {count, plural, =1 { follow request} other { follow requests}} @@ -8123,10 +8009,10 @@ channel or account with the same name ( Follow Śledź - src/app/+admin/follows/following-list/follow-modal.component.html3 - src/app/+admin/follows/following-list/follow-modal.component.html37 - src/app/+admin/follows/following-list/following-list.component.html25 - + + + + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line 1 host (bez "http://"), tag konta lub kanału na linię @@ -8190,17 +8076,17 @@ channel or account with the same name (Czy na pewno chcesz usunąć tę redundancję filmu? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy Usuń redundancję - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! Usunięto redundancje filmów! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Account unmuted by your instance. Konto nie jest już wyciszone przez twoją instancję. @@ -8269,90 +8155,90 @@ channel or account with the same name ( Internal actions Działania wewnętrzne - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report Usuń zgłoszenie - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account Działania dla oflagowanego konta - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mark as accepted Zaznacz jako zaakceptowane - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected Zaznacz jako odrzucone - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note Dodaj wewnętrzną notatkę - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video Działania dla filmu - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video Zablokuj film - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. Zablokowano film. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video Odblokuj film - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. Odblokowano film. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Do you really want to delete this abuse report? Czy na pewno chcesz usunąć to zgłoszenie nadużycia? - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. Zgłoszenie usunięte. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment Usunięto komentarz - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter Wiadomości ze zgłaszającym - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators Wiadomości z moderatorami - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note Uaktualnij wewnętrzną notatkę - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual Przełącz blokowanie filmów na ręczne @@ -8493,13 +8379,13 @@ channel or account with the same name ( plugin wtyczka - src/app/+admin/plugins/shared/plugin-api.service.ts30 - + + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme motyw - src/app/+admin/plugins/shared/plugin-api.service.ts33 - + + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP address Adres IP @@ -8616,19 +8502,19 @@ channel or account with the same name ( Info Informacja - src/app/+admin/overview/videos/video-list.component.html41 - src/app/core/notification/notifier.service.ts12 - + + + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 Files Files - src/app/+admin/overview/videos/video-list.component.html42 - + + src/app/+admin/overview/videos/video-list.component.html41 Published Published - src/app/+admin/overview/videos/video-list.component.html43 - + + src/app/+admin/overview/videos/video-list.component.html42 Warning Ostrzeżenie @@ -8654,34 +8540,28 @@ channel or account with the same name (Raporty audytowe src/app/+admin/system/logs/logs.component.ts145 - - Showing to of runner jobsShowing to of runner jobs - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - UUIDUUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 Priority Priority - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 Progress Progress - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 RunnerRunner - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload:Payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload:Private payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found.No runner jobs found. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobsCompleted jobs src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts @@ -8736,28 +8616,16 @@ channel or account with the same name (src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html 4 - - Showing to of remote runnersShowing to of remote runners - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - IPIP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contactLast contact - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found.No remote runners found. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. Utworzono użytkownika . @@ -8766,9 +8634,9 @@ channel or account with the same name ( Create user Utwórz użytkownika - src/app/+admin/overview/users/user-edit/user-create.component.ts97 - src/app/+admin/overview/users/user-list/user-list.component.html25 - + + + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videos Zablokowane filmy @@ -8911,14 +8779,7 @@ channel or account with the same name (3 - - Showing to of registrations - Showing to of registrations - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - - + Password changed for user . Zmieniono hasło dla użytkownika . @@ -8980,9 +8841,9 @@ channel or account with the same name ( Live Live - src/app/+admin/overview/videos/video-admin.service.ts53 - src/app/+admin/overview/videos/video-list.component.html88 - + + + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video files Video files @@ -9376,18 +9237,18 @@ channel or account with the same name ( Too many languages are enabled. Please enable them all or stay below 20 enabled languages. Włączono zbyt wiele języków. Włącz wszystkie lub pozostań poniżej 20 włączonych języków. - src/app/shared/shared-user-settings/user-video-settings.component.ts76 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. Ustawienia filmu zaktualizowane. - src/app/shared/shared-user-settings/user-video-settings.component.ts121 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. Ustawienia wyświetlania/wideo zaktualizowane. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Video channel created. Utworzono kanał wideo . @@ -9422,12 +9283,12 @@ channel or account with the same name ( deleted. Usunięto kanał wideo . - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day Wyświetlenia dnia - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followers My followers @@ -9511,8 +9372,8 @@ channel or account with the same name ( Playlist created. Utworzono playlistę . - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 - + + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 Create Utwórz @@ -9524,7 +9385,7 @@ channel or account with the same name (src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist Uaktualnij listę odtwarzania @@ -9602,9 +9463,15 @@ channel or account with the same name (? - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + Video deleted. @@ -9757,12 +9624,12 @@ channel or account with the same name (Maksymalizuj edytor - src/app/shared/shared-forms/markdown-textarea.component.ts51 + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editor Opuść zmaksymalizowany edytor - src/app/shared/shared-forms/markdown-textarea.component.ts52 + src/app/shared/shared-forms/markdown-textarea.component.ts50 An email with verification link will be sent to . E-mail z linkiem weryfikacyjnym zostanie wysłany do . @@ -9786,7 +9653,7 @@ channel or account with the same name (Subskrybuj to konto - src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts888 + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTS PLAYLISTY @@ -10129,14 +9996,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts174 + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videos Filmy na żywo - src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts168 + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) Krótkie (< 4 min) @@ -11556,13 +11423,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Języki instancji - src/app/+videos/+video-edit/shared/video-edit.component.ts222 + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages Wszystkie języki - src/app/+videos/+video-edit/shared/video-edit.component.ts223src/app/shared/shared-forms/select/select-languages.component.ts25 + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Hidden Ukryte @@ -11578,7 +11445,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Wyświetlane - src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts242 + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 Disabled Disabled @@ -11755,19 +11622,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Account muted by the instance. Wyciszono przez instancję konto . - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434 - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server Wycisz serwer - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. Serwer jest wyciszony przez tę instancję. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter Dodaj wiadomość, aby skontaktować się ze zgłaszającym @@ -12014,30 +11881,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Too many attempts, please try again after minutes. Zbyt wiele prób, spróbuj ponownie za minut. - src/app/core/rest/rest-extractor.service.ts126 - + + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. Zbyt wiele prób, spróbuj ponownie później. - src/app/core/rest/rest-extractor.service.ts129 - + + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. Błąd serwera. Spróbuj ponownie później. - src/app/core/rest/rest-extractor.service.ts133 - + + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later. Server is unavailable. Please retry later. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server error Unknown server error - src/app/core/rest/rest-extractor.service.ts140 + + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + Subscribed to all current channels of . You will be notified of all their new videos. @@ -12137,29 +12007,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Delete video Usuń film - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment Działania dla tego komentarza - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment Usuń komentarz - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? Czy na pewno chcesz usunąć ten komentarz? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. Usunięto komentarz. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Encoder Enkoder @@ -12206,25 +12076,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Do you really want to delete this video? Czy na pewno chcesz usunąć ten film? - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. Usunięto film. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter Działania dla zgłaszającego - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter Wycisz zgłaszającego - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 Download Pobierz @@ -12359,46 +12229,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+admin/system/runners/runner-list/runner-list.component.ts 58 - - Showing to of registration tokensShowing to of registration tokens - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - TokenToken - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runnersAssociated runners - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate tokenGenerate token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copiedRegistration token copied - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration tokenCopy registration token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners.No registration token found for remote runners. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this tokenRemove this token src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.ts34 @@ -12450,9 +12299,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute account Wycisz konto - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actions Otwórz działania dla filmu @@ -12486,8 +12335,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute server account Wycisz konto serwera - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Report Zgłoś @@ -12606,7 +12455,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html77src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Add to watch later Dodaj do playlisty "Oglądaj później" @@ -12639,25 +12488,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Only I can see this video Tylko ja mogę zobaczyć ten film - src/app/shared/shared-main/video/video.service.ts460 + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link Udostępniane tylko przez prywatny odnośnik - src/app/shared/shared-main/video/video.service.ts461 + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video Każdy może zobaczyć ten film - src/app/shared/shared-main/video/video.service.ts462 + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video Tylko użytkownicy tej instancji mogą zobaczyć ten film - src/app/shared/shared-main/video/video.service.ts463 + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this videoOnly users with the appropriate password can see this video - src/app/shared/shared-main/video/video.service.ts464 + src/app/shared/shared-main/video/video.service.ts465 Video to import updated. Film do zaimportowania zaktualizowany. @@ -12705,36 +12554,24 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular You have unsaved changes! If you leave, your changes will be lost. Masz niezapisane zmiany! Jeżeli zamkniesz to okno, twoje zmiany zostaną stracone. - src/app/+videos/+video-edit/video-update.component.ts140 + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. Zaktualizowano film. - src/app/+videos/+video-edit/video-update.component.ts227 + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators.Your video will also be automatically blocked since video publication requires manual validation by moderators. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version.Uploading a new version of your video will completely erase the current version. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 <br /><br />Do you still want to replace your video file?<br /><br />Do you still want to replace your video file? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warningReplace file warning - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: ) (extensions: ) @@ -12837,40 +12674,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? Ten film nie jest dostępny na tej instancji. Czy chcesz zostać przekierowany(-a) na instancję źródłową: <a href=""></a>? - src/app/+videos/+video-watch/video-watch.component.ts370 + src/app/+videos/+video-watch/video-watch.component.ts371 Redirection Przekierowanie - src/app/+videos/+video-watch/video-watch.component.ts371 + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this videoYou need a password to watch this video - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protectedThis video is password protected - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct passwordIncorrect password, please enter a correct password - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? Ten film zawiera treści wulgarne lub przeznaczone dla dorosłych. Czy na pewno chcesz go obejrzeć? - src/app/+videos/+video-watch/video-watch.component.ts446 + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content Zawartość wulgarna lub dla dorosłych - src/app/+videos/+video-watch/video-watch.component.ts447 + src/app/+videos/+video-watch/video-watch.component.ts448 Cancel @@ -12897,73 +12725,73 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html42src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreen Enter/exit fullscreen - src/app/+videos/+video-watch/video-watch.component.ts851 + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the video Odtwarzanie/Pauza filmu - src/app/+videos/+video-watch/video-watch.component.ts852 + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the video Mute/unmute the video - src/app/+videos/+video-watch/video-watch.component.ts853 + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90% Skip to a percentage of the video: 0 is 0% and 9 is 90% - src/app/+videos/+video-watch/video-watch.component.ts868 + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volume Zwiększanie głośności - src/app/+videos/+video-watch/video-watch.component.ts855 + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volume Zmniejszanie głośności - src/app/+videos/+video-watch/video-watch.component.ts856 + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forward Seek the video forward - src/app/+videos/+video-watch/video-watch.component.ts870 + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backward Seek the video backward - src/app/+videos/+video-watch/video-watch.component.ts871 + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rate Increase playback rate - src/app/+videos/+video-watch/video-watch.component.ts873 + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rate Decrease playback rate - src/app/+videos/+video-watch/video-watch.component.ts874 + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frame Navigate in the video to the previous frame - src/app/+videos/+video-watch/video-watch.component.ts876 + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frame Navigate in the video to the next frame - src/app/+videos/+video-watch/video-watch.component.ts877 + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater mode Toggle theater mode - src/app/+videos/+video-watch/video-watch.component.ts861 + src/app/+videos/+video-watch/video-watch.component.ts867 Like the video Zaznacz "Lubię to" @@ -13043,14 +12871,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 103 - - Showing to of videos - Showing to of videos - - src/app/+admin/overview/videos/video-list.component.html - 11 - - + Only videos uploaded on this instance are displayed Wyświetlane są tylko filmy przesłane w tej instancji diff --git a/client/src/locale/angular.pt-BR.xlf b/client/src/locale/angular.pt-BR.xlf index 2fa0bdf7b..e41baeebc 100644 --- a/client/src/locale/angular.pt-BR.xlf +++ b/client/src/locale/angular.pt-BR.xlf @@ -184,7 +184,7 @@ published a new video: - publicou um novo vídeo + publicou um novo vídeo src/app/shared/shared-main/users/user-notifications.component.html16 @@ -194,7 +194,7 @@ Your video has been unblocked - Seu vídeo foi desbloqueado + Seu vídeo foi desbloqueado src/app/shared/shared-main/users/user-notifications.component.html33 @@ -204,32 +204,32 @@ A new video abuse has been created on video - Uma violação no vídeo foi encontrada + Uma violação no vídeo foi encontrada src/app/shared/shared-main/users/user-notifications.component.html50 A new comment abuse has been created on video - Um novo comentário de abuso foi criado no vídeo + Um novo comentário de abuso foi criado no vídeo src/app/shared/shared-main/users/user-notifications.component.html54 A new account abuse has been created on account - Uma nova conta de abuso foi criada na conta + Uma nova conta de abuso foi criada na conta src/app/shared/shared-main/users/user-notifications.component.html58 A new abuse has been created - Um novo abuso foi criado + Um novo abuso foi criado src/app/shared/shared-main/users/user-notifications.component.html63 Your abuse has been acceptedrejected - Seu abuso foi aceito rejeitado + Seu abuso foi aceito rejeitado src/app/shared/shared-main/users/user-notifications.component.html71 Abuse has a new message - Abuso tem uma nova mensagem + Abuso tem uma nova mensagem src/app/shared/shared-main/users/user-notifications.component.html81 @@ -240,12 +240,12 @@ commented your video - + - comentado o seu video - + comentado o seu video + - + src/app/shared/shared-main/users/user-notifications.component.html100 @@ -273,69 +273,69 @@ User registered on your instance Usuário - + - registrou-se na sua instância. + registrou-se na sua instância. src/app/shared/shared-main/users/user-notifications.component.html140 is following your channel your account - + - esta seguindo - seu canal + esta seguindo + seu canal - - sua contat - + + sua contat + src/app/shared/shared-main/users/user-notifications.component.html151 - mentioned you on video - mencionou você no vídeo + mentioned you on video + mencionou você no vídeo src/app/shared/shared-main/users/user-notifications.component.html165 Your instance has a new follower () awaiting your approval Sua instância tem - um novo seguidor - ( + um novo seguidor + ( ) - awaiting your approval - + awaiting your approval + src/app/shared/shared-main/users/user-notifications.component.html181 Your instance automatically followed A sua instância automaticamente seguiu - + - + src/app/shared/shared-main/users/user-notifications.component.html190 - A new version of the plugin/theme is available: - Uma nova versão do plugin/tema está disponível: + A new version of the plugin/theme is available: + Uma nova versão do plugin/tema está disponível: src/app/shared/shared-main/users/user-notifications.component.html199 - A new version of PeerTube is available: - Uma nova versão do PeerTube esta disponível: + A new version of PeerTube is available: + Uma nova versão do PeerTube esta disponível: src/app/shared/shared-main/users/user-notifications.component.html207 - Your video edition has finished - Seu vídeo finalizou sua edição + Your video edition has finished + Seu vídeo finalizou sua edição src/app/shared/shared-main/users/user-notifications.component.html214 - User wants to register on your instance - User deseja registrar em sua instância + User wants to register on your instance + User deseja registrar em sua instância src/app/shared/shared-main/users/user-notifications.component.html222 @@ -346,37 +346,28 @@ {views, plural, =0 {No view} =1 {1 view} other { views}} {views, plural, =0 {Nenhuma visualização} =1 {1 visualização} other { visualizações}} - src/app/shared/shared-main/video/video.model.ts291 - + + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded. PeerTube considera que este vídeo já está sendo transcodificado. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcoding Force transcoding - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} {viewers, plural, =0 {Nenhum espectador} =1 {1 espectador} other { espectadores}} - src/app/shared/shared-main/video/video.model.ts288 - + + src/app/shared/shared-main/video/video.model.ts289 Change your avatar Mude seu avatar @@ -390,13 +381,13 @@ Account muted Conta silenciada - src/app/+admin/overview/videos/video-list.component.html79 - + + src/app/+admin/overview/videos/video-list.component.html78 Server muted Servidor silenciado - src/app/+admin/overview/videos/video-list.component.html80 - + + src/app/+admin/overview/videos/video-list.component.html79 Save to Salvar como @@ -456,8 +447,9 @@ src/app/shared/shared-video-playlist/video-add-to-playlist.component.html72 - Short text to tell people how they can support the channel (membership platform...).<br /><br /> When a video is uploaded in this channel, the video support field will be automatically filled by this text. - Texto curto para dizer às pessoas como podem apoiar o canal (plataforma de cadastro...).<br /><br /> Quando um vídeo é carregado neste canal, o campo de apoio ao vídeo será automaticamente preenchido com este texto. + Short text to tell people how they can support the channel (membership platform...).<br /><br /> + When a video is uploaded in this channel, the video support field will be automatically filled by this text. + Texto curto para dizer às pessoas como podem apoiar o canal (plataforma de cadastro...).<br /><br /> Quando um vídeo é carregado neste canal, o campo de apoio ao vídeo será automaticamente preenchido com este texto. src/app/+manage/video-channel-edit/video-channel-edit.component.html64 src/app/+manage/video-channel-edit/video-channel-edit.component.html64 @@ -504,10 +496,10 @@ video vídeo - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295 - src/app/+videos/+video-edit/video-update.component.ts341 - src/app/shared/shared-video-miniature/video-download.component.ts62 - + + + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: ) Sua cota de vídeo foi excedida com este vídeo (tamanho do vídeo: , usado: , quota: ) @@ -615,23 +607,20 @@ Blocked Bloqueado - src/app/+admin/overview/videos/video-list.component.html82 - src/app/shared/shared-video-miniature/video-miniature.component.html64 - + + + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storage Armazenamento de objetos - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this file Excluir este arquivo - src/app/+admin/overview/videos/video-list.component.html114 - src/app/+admin/overview/videos/video-list.component.html130 - + + + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}. Excluído{count, plural, =1 { 1 vídeo} other {s vídeos}}. @@ -773,8 +762,8 @@ src/app/shared/shared-forms/markdown-textarea.component.html20 - <a href="https://en.wikipedia.org/wiki/Markdown#Example" target="_blank" rel="noopener noreferrer">Markdown</a> compatible that supports: - <a href="https://en.wikipedia.org/wiki/Markdown#Example" target="_blank" rel="noopener noreferrer">Markdown</a> compatíveis que suportam: + <a href="https://en.wikipedia.org/wiki/Markdown#Example" target="_blank" rel="noopener noreferrer">Markdown</a> compatible that supports: + <a href="https://en.wikipedia.org/wiki/Markdown#Example" target="_blank" rel="noopener noreferrer">Markdown</a> compatíveis que suportam: src/app/shared/shared-main/misc/help.component.ts75 @@ -864,10 +853,10 @@ Remote subscribeRemote interact - Inscrição remota - - Interação remota - + Inscrição remota + + Interação remota + src/app/shared/shared-user-subscription/remote-subscribe.component.html11 @@ -887,8 +876,8 @@ src/app/shared/shared-instance/instance-features-table.component.html6 - Default NSFW/sensitive videos policycan be redefined by the users - Default NSFW/sensitive videos policycan be redefined by the users + Default NSFW/sensitive videos policycan be redefined by the users + Default NSFW/sensitive videos policycan be redefined by the users src/app/shared/shared-instance/instance-features-table.component.html 13,14 @@ -955,9 +944,9 @@ Unlimited ( per day) Ilimitado - ( + ( per day) - + src/app/shared/shared-instance/instance-features-table.component.html59 @@ -1001,8 +990,8 @@ Local Local - src/app/shared/shared-video-miniature/video-filters.model.ts135 - + + src/app/shared/shared-video-miniature/video-filters.model.ts141 users usuários @@ -1038,10 +1027,10 @@ Following Seguindo - src/app/+admin/admin.component.ts84 - src/app/+admin/follows/following-list/following-list.component.html41 - src/app/+admin/follows/follows.routes.ts26 - + + + + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 Followers Seguidores @@ -1170,8 +1159,8 @@ Sorry but there was an issue with the external login process. Please contact an administrator. Desculpe, mas houve um problema com o processo de login externo. - Contate um administrador - . + Contate um administrador + . src/app/+login/login.component.html26 @@ -1246,16 +1235,16 @@ src/app/+login/login.component.html11 - This instance allows registration. However, be careful to check the TermsTerms before creating an account. You may also search for another instance to match your exact needs at: https://joinpeertube.org/instances. - Esta instância permite cadastro. Entretanto, assegure-se de verificar os TermosTermos antes de criar uma conta. Você também poderá procurar outra instância que satisfaça suas necessidades em: https://joinpeertube.org/instances. + This instance allows registration. However, be careful to check the TermsTerms before creating an account. You may also search for another instance to match your exact needs at: https://joinpeertube.org/instances. + Esta instância permite cadastro. Entretanto, assegure-se de verificar os TermosTermos antes de criar uma conta. Você também poderá procurar outra instância que satisfaça suas necessidades em: https://joinpeertube.org/instances. src/app/+login/login.component.html 15,18 - Currently this instance doesn't allow for user registration, you may check the Terms 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: https://joinpeertube.org/instances. - Atualmente esta instância não permite o cadastro de novos usuários, você poderá verificar os Termos para mais detalhes ou procurar uma instância que ofereça a possibilidade de registrar uma conta e carregar lá seus vídeos.Ache a sua dentre múltiplas instâncias em: https://joinpeertube.org/instances. + Currently this instance doesn't allow for user registration, you may check the Terms 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: https://joinpeertube.org/instances. + Atualmente esta instância não permite o cadastro de novos usuários, você poderá verificar os Termos para mais detalhes ou procurar uma instância que ofereça a possibilidade de registrar uma conta e carregar lá seus vídeos.Ache a sua dentre múltiplas instâncias em: https://joinpeertube.org/instances. src/app/+login/login.component.html 20,23 @@ -1282,22 +1271,23 @@ src/app/+login/login.component.html131 - An email with the reset password instructions will be sent to . The link will expire within 1 hour. + An email with the reset password instructions will be sent to . +The link will expire within 1 hour. Um email com instruções para redefinir sua senha foi enviado para . O link vai expirar em 1 hora. src/app/+login/login.component.ts151 Email E-mail - src/app/+admin/moderation/registration-list/registration-list.component.html38 - src/app/+admin/overview/users/user-edit/user-edit.component.html105 - src/app/+admin/overview/users/user-edit/user-edit.component.html105 - src/app/+admin/overview/users/user-list/user-list.component.ts132 - src/app/+login/login.component.html136 - src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6 - src/app/+signup/+register/steps/register-step-user.component.html46 - src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 Email address Endereço de e-mail @@ -1321,8 +1311,8 @@ src/app/+search/search.component.html8 - for - para + for + para src/app/+search/search.component.html 10 @@ -1348,8 +1338,8 @@ Signup Cadastrar Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 - + + src/app/+signup/+register/register.component.ts85 Why creating an account? Por que criar uma conta? @@ -1359,40 +1349,40 @@ - As you probably noticed: creating an account is not necessary to watch video on . However, creating an account on will allow you to: - Como você provavelmente já percebeu: não é necessário criar uma conta para assistir um vídeo em . Entretanto, criar uma conta em lhe permitirá: + As you probably noticed: creating an account is not necessary to watch video on . However, creating an account on will allow you to: + Como você provavelmente já percebeu: não é necessário criar uma conta para assistir um vídeo em . Entretanto, criar uma conta em lhe permitirá: src/app/+signup/+register/steps/register-step-about.component.html 4,8 - Comment videos - Comentar vídeos + Comment videos + Comentar vídeos src/app/+signup/+register/steps/register-step-about.component.html 11 - Subscribe to channels to be notified of new videos - Subscrever-se em canais para ser notificado de novos vídeos + Subscribe to channels to be notified of new videos + Subscrever-se em canais para ser notificado de novos vídeos src/app/+signup/+register/steps/register-step-about.component.html 12 - Have access to your watch history - Ter acesso a seu histórico de visualização + Have access to your watch history + Ter acesso a seu histórico de visualização src/app/+signup/+register/steps/register-step-about.component.html 13 - Create your channel to publish videos - Criar seu canal para publicar vídeos + Create your channel to publish videos + Criar seu canal para publicar vídeos src/app/+signup/+register/steps/register-step-about.component.html 14 @@ -1417,29 +1407,29 @@ src/app/+signup/+register/steps/register-step-about.component.html25 - has been created using PeerTube, a video creation platform developed by Framasoft. Framasoft is a french non-profit organization that offers alternatives to Big Tech's digital tools - foi criada empregando PeerTube, uma plataforma de criação de vídeos desenvolvida por Framasoft. Framasoft é uma organização sem fins lucrativos que oferece alternativas às ferramentas digitais das Big Tech. + has been created using PeerTube, a video creation platform developed by Framasoft. Framasoft is a french non-profit organization that offers alternatives to Big Tech's digital tools + foi criada empregando PeerTube, uma plataforma de criação de vídeos desenvolvida por Framasoft. Framasoft é uma organização sem fins lucrativos que oferece alternativas às ferramentas digitais das Big Tech. src/app/+signup/+register/steps/register-step-about.component.html38 - You want to publish videos on ? Then you need to create your first channel. - Você quer publicar vídeos em ? Então você precisa criar seu primeiro canal. + You want to publish videos on ? Then you need to create your first channel. + Você quer publicar vídeos em ? Então você precisa criar seu primeiro canal. src/app/+signup/+register/steps/register-step-channel.component.html 2,4 - You might want to create a channel by theme: for example, you can create a channel named "SweetMelodies" to publish your piano concerts and another one "Ecology" in which you publish your videos talking about ecology. - Talvez você queira criar um canal por tema: por exemplo, você pode criar um canal chamado"DocesMelodias" para publicar seus concertos de piano e outro "Ecologia" no qual publicará seus vídeos falando sobre ecologia. + You might want to create a channel by theme: for example, you can create a channel named "SweetMelodies" to publish your piano concerts and another one "Ecology" in which you publish your videos talking about ecology. + Talvez você queira criar um canal por tema: por exemplo, você pode criar um canal chamado"DocesMelodias" para publicar seus concertos de piano e outro "Ecologia" no qual publicará seus vídeos falando sobre ecologia. src/app/+signup/+register/steps/register-step-channel.component.html 6,9 - administrators allow you to publish up to of videos on their website. - Os administradores de permitem que você publique até de vídeos no website deles. + administrators allow you to publish up to of videos on their website. + Os administradores de permitem que você publique até de vídeos no website deles. src/app/+signup/+register/steps/register-step-channel.component.html 11,13 @@ -1450,9 +1440,9 @@ Filtros - + - + src/app/+search/search.component.html18 @@ -1506,16 +1496,16 @@ Official PeerTube website (news, support, contribute...): https://joinpeertube.org Site oficial do PeerTube (news, support, contribute...): - https://joinpeertube.org - + https://joinpeertube.org + src/app/modal/admin-welcome-modal.component.html42 Put your instance on the public PeerTube index: https://instances.joinpeertube.org/instances Coloque sua instance no índice público do PeerTube: - https://instances.joinpeertube.org/instances - + https://instances.joinpeertube.org/instances + src/app/modal/admin-welcome-modal.component.html45 @@ -1525,8 +1515,8 @@ src/app/modal/admin-welcome-modal.component.html55 - Choosing your instance name, setting up a description, specifying who you are, why you created your instance and how long you plan to maintain it is very important for visitors to understand on what type of instance they are. - Escolher seu nome de instância, definir uma descrição, especificarquem é você, por quevocê criou sua instância e por quanto tempo planeja mantê-la é muito importante para que os visitantes entendam em que tipo de instância encontram-se. + Choosing your instance name, setting up a description, specifying who you are, why you created your instance and how long you plan to maintain it is very important for visitors to understand on what type of instance they are. + Escolher seu nome de instância, definir uma descrição, especificarquem é você, por quevocê criou sua instância e por quanto tempo planeja mantê-la é muito importante para que os visitantes entendam em que tipo de instância encontram-se. src/app/modal/admin-welcome-modal.component.html 57,61 @@ -1630,10 +1620,10 @@ Please consider configuring these fields to help people to choose the appropriate instance. Without them, your instance may not be referenced on the JoinPeerTube website. Considere configurar estes campos para ajudar pessoas para escolher - a instância apropriada - . Sem eles, sua instância pode não ser referenciada no - site JoinPeerTube - . + a instância apropriada + . Sem eles, sua instância pode não ser referenciada no + site JoinPeerTube + . src/app/modal/instance-config-warning-modal.component.html24 @@ -1832,8 +1822,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html291 - ⚠️ If enabled, we recommend to use a HTTP proxy to prevent private URL access from your PeerTube server - ⚠️ Se habilitado, recomendamos o emprego de um proxy HTTP para evitar acesso a URL privadas de seu servidor PeerTube + ⚠️ If enabled, we recommend to use a HTTP proxy to prevent private URL access from your PeerTube server + ⚠️ Se habilitado, recomendamos o emprego de um proxy HTTP para evitar acesso a URL privadas de seu servidor PeerTube src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 @@ -1863,18 +1853,18 @@ - I already have an account, I log in - Eu já possuo uma conta em que faço login + I already have an account, I log in + Eu já possuo uma conta em que faço login src/app/+signup/+register/register.component.html30 - Termsof - Termosde + Termsof + Termosde src/app/+signup/+register/register.component.html41 - Setupyour account - Configuresua conta + Setupyour account + Configuresua conta src/app/+signup/+register/register.component.html66 @@ -1883,8 +1873,8 @@ src/app/+signup/+register/register.component.html81 - Createyour first channel - Crieseu primeiro canal + Createyour first channel + Crieseu primeiro canal src/app/+signup/+register/register.component.html83 @@ -1936,18 +1926,18 @@ src/app/modal/account-setup-warning-modal.component.html10 - Help moderators and other users to know who you are by: - Ajude os moderadores e outros usuários a saberem quem é você através de: + Help moderators and other users to know who you are by: + Ajude os moderadores e outros usuários a saberem quem é você através de: src/app/modal/account-setup-warning-modal.component.html12 - Uploading an avatar - Carregar um avatar + Uploading an avatar + Carregar um avatar src/app/modal/account-setup-warning-modal.component.html15 - Writing a description - Escrever uma descrição + Writing a description + Escrever uma descrição src/app/modal/account-setup-warning-modal.component.html16 @@ -2051,8 +2041,8 @@ Media is too large for the server. Please contact you administrator if you want to increase the limit size. Media é grande demais para o servidor. Favor contactar seu administrador se deseja aumentar o limite de tamanho. - src/app/core/rest/rest-extractor.service.ts118 - + + src/app/core/rest/rest-extractor.service.ts122 GLOBAL SEARCH BUSCA GLOBAL @@ -2257,21 +2247,21 @@ Reset Reinicializar - src/app/+search/search-filters.component.html8 - src/app/+search/search-filters.component.html22 - src/app/+search/search-filters.component.html41 - src/app/+search/search-filters.component.html60 - src/app/+search/search-filters.component.html74 - src/app/+search/search-filters.component.html109 - src/app/+search/search-filters.component.html122 - src/app/+search/search-filters.component.html135 - src/app/+search/search-filters.component.html148 - src/app/+search/search-filters.component.html163 - src/app/+search/search-filters.component.html171 - src/app/+search/search-filters.component.html188 - src/app/+search/search-filters.component.html229 - src/app/shared/shared-forms/reactive-file.component.html16 - + + + + + + + + + + + + + + + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter Filtro @@ -2332,7 +2322,7 @@ Tags could be used to suggest relevant recommendations. There is a maximum of 5 tags. Press Enter to add a new tag. - Etiquetas poderiam ser empregadas para sugerir recomendações relevantes. Há um máximo de 5 etiquetas. Pressione Enter para adicionar uma nova etiqueta. + Etiquetas poderiam ser empregadas para sugerir recomendações relevantes. Há um máximo de 5 etiquetas. Pressione Enter para adicionar uma nova etiqueta. src/app/+videos/+video-edit/shared/video-edit.component.html29 @@ -2344,8 +2334,8 @@ - A timestamp (00:05 for example) is automatically converted into a link to a part of the video. - A timestamp (00:05 for example) is automatically converted into a link to a part of the video. + A timestamp (00:05 for example) is automatically converted into a link to a part of the video. + A timestamp (00:05 for example) is automatically converted into a link to a part of the video. src/app/+videos/+video-edit/shared/video-edit.component.html 52 @@ -2388,8 +2378,8 @@ src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts44 - Markdown compatible that also supports custom PeerTube HTML tags - Compatível com Markdown que também suporta etiquetas HTML PeerTube personalizadas + Markdown compatible that also supports custom PeerTube HTML tags + Compatível com Markdown que também suporta etiquetas HTML PeerTube personalizadas src/app/shared/shared-custom-markup/custom-markup-help.component.html 2 @@ -2426,14 +2416,14 @@ Advanced filters Filtros avançados - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30 - src/app/+admin/overview/comments/video-comment-list.component.ts47 - src/app/+admin/overview/users/user-list/user-list.component.ts43 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26 - src/app/+my-library/my-videos/my-videos.component.ts119 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts39 - src/app/shared/shared-instance/instance-follow.service.ts142 - + + + + + + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found Nenhum item encontrado @@ -2442,89 +2432,68 @@ Description Descrição - src/app/+about/about-instance/about-instance.component.html113 - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html24 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+videos/+video-edit/shared/video-edit.component.html44 - + + + + + + + + + + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 - Choose the appropriate licence for your work. - Escolha a licença adequada à sua obra. + Choose the appropriate licence for your work. + Escolha a licença adequada à sua obra. src/app/+videos/+video-edit/shared/video-edit.component.html86 Channel Canal - src/app/+admin/moderation/registration-list/registration-list.component.html39 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+videos/+video-edit/shared/video-edit.component.html65 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26 - src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reason Registration reason - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation response Moderation response - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 - Requested on - Requested on - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + Requested on + Requested on + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason: Registration reason: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response: Moderation response: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters. No registrations found matching current filters. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found. Nenhum registro encontrado. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this request Aceitar esta solicitação @@ -2635,7 +2604,7 @@ src/app/+videos/+video-edit/shared/video-edit.component.html189 - Already uploaded on ✔ + Already uploaded on Já carregado em src/app/+videos/+video-edit/shared/video-edit.component.html193 @@ -2765,66 +2734,66 @@ Original publication date Data original de publicação - src/app/+videos/+video-edit/shared/video-edit.component.html368 - + + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) Esta é a data de quando o conteúdo foi originalmente publicado (ex.: a data de lançamento para um filme) - src/app/+videos/+video-edit/shared/video-edit.component.html371 - + + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settings Ajustes de plugin - src/app/+videos/+video-edit/shared/video-edit.component.html402 - + + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latency Baixa latência - src/app/+videos/+video-edit/shared/video-edit.component.ts92 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2P Reduzir latência para ~15s desabilitando P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts93 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts94 Default Default - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55 - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50 - src/app/+videos/+video-edit/shared/video-edit.component.ts97 - + + + + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30s Latência média de 30s - src/app/+videos/+video-edit/shared/video-edit.component.ts98 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latency Alta latência - src/app/+videos/+video-edit/shared/video-edit.component.ts102 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratio Latência média de 60s aumentando proporção de P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts103 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts104 Other Outros - src/app/+videos/+video-edit/shared/video-edit.component.ts219 - src/app/shared/shared-forms/select/select-languages.component.ts50 - + + + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments Habilitar comentários de vídeos - src/app/+videos/+video-edit/shared/video-edit.component.html389 - + + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download Habilitar downloads - src/app/+videos/+video-edit/shared/video-edit.component.html394 - + + src/app/+videos/+video-edit/shared/video-edit.component.html398 Advanced settings Configurações avançadas @@ -2848,8 +2817,8 @@ src/app/+videos/+video-edit/video-add-components/video-import-url.component.html10 - You can also synchronize a remote channel in your library - Você também pode sincronizar um canal remoto em sua biblioteca + You can also synchronize a remote channel in your library + Você também pode sincronizar um canal remoto em sua biblioteca src/app/+videos/+video-edit/video-add-components/video-import-url.component.html20 @@ -2879,13 +2848,13 @@ Scheduled Programado - src/app/+videos/+video-edit/shared/video-edit.component.ts240 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date Ocultar o vídeo até uma data específica - src/app/+videos/+video-edit/shared/video-edit.component.ts241 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal live Transmissão ao vivo normal @@ -2910,7 +2879,7 @@ Image that will be merged with your audio file. The chosen image will be definitive and cannot be modified. Imagem que irá ser fundida com o seu arquivo de áudio. - A imagem escolhida irá ser a definitiva e não poderá ser modificada. + A imagem escolhida irá ser a definitiva e não poderá ser modificada. src/app/+videos/+video-edit/video-add-components/video-upload.component.html36 @@ -2933,9 +2902,9 @@ Total video quota Quota total de vídeo - src/app/+admin/overview/users/user-list/user-list.component.html118 - src/app/shared/shared-main/users/user-quota.component.html3 - + + + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Congratulations! Your video is now available in your private library. @@ -3003,15 +2972,14 @@ src/app/+videos/+video-edit/video-update.component.html 29 - - - Your video is currenctly being updated. If you leave, your changes will be lost. - Your video is currenctly being updated. If you leave, your changes will be lost. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 + Read instance rules for help Leia as regras da instância para obter ajuda @@ -3093,11 +3061,11 @@ We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. Instead, create a dedicated account to upload your videos. Recomendamos que você NÃO use o - usuário root - para publicar os seus vídeos, uma vez que ele é a conta do super-administrador da sua instância. - ao invés disso, - cria uma conta dedicada - para suber seus vídeos. + usuário root + para publicar os seus vídeos, uma vez que ele é a conta do super-administrador da sua instância. + ao invés disso, + cria uma conta dedicada + para suber seus vídeos. src/app/+videos/+video-edit/video-add.component.html33 @@ -3265,10 +3233,10 @@ Muted Silenciado - src/app/+admin/overview/users/user-list/user-list.component.html104 - src/app/shared/shared-moderation/account-block-badges.component.html1 - src/app/shared/shared-share-modal/video-share.component.html223 - + + + + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Loop Ciclo @@ -3393,8 +3361,8 @@ Show more Mostrar mais - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 - + + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less Mostrar menos @@ -3439,14 +3407,14 @@ The video was blocked due to automatic blocking of new videos O vídeo foi bloqueado devido ao bloqueio automático de novos vídeos - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFW NSFW - src/app/+admin/moderation/video-block-list/video-block-list.component.html56 - src/app/+admin/overview/videos/video-list.component.html75 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Get more information Obtenha mais informações @@ -3697,9 +3665,9 @@ Your report will be sent to moderators of - and will be forwarded to the comment origin ( + and will be forwarded to the comment origin ( ) too - . + . src/app/shared/shared-moderation/report-modals/report.component.html35 @@ -3708,16 +3676,13 @@ Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly. Token renovado. Atualize a configuração de seu cliente apropriadamente. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEED SUBSCRIPTION FEED @@ -3746,9 +3711,9 @@ Renew token Renovar token - src/app/+my-account/my-account-applications/my-account-applications.component.html36 - src/app/+my-account/my-account-applications/my-account-applications.component.ts41 - + + + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Filter... Filtrar... @@ -3769,72 +3734,66 @@ Video/Comment/Account Vídeo/Comentário/Conta - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 ID ID - src/app/+admin/system/jobs/jobs.component.html45 - + + src/app/+admin/system/jobs/jobs.component.html43 State Estado - src/app/+admin/system/jobs/jobs.component.html48 - src/app/+my-library/my-video-imports/my-video-imports.component.html30 - + + + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 Created Criado - - + + - src/app/+admin/follows/followers-list/followers-list.component.html39 - src/app/+admin/follows/following-list/following-list.component.html43 - src/app/+admin/system/jobs/jobs.component.html50 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html27 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 - src/app/+my-library/my-video-imports/my-video-imports.component.html31 - src/app/shared/shared-abuse-list/abuse-list-table.component.html23 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab Abrir a página do ator em uma nova aba - src/app/+admin/follows/followers-list/followers-list.component.html56 - + + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted Aceito - src/app/+admin/follows/followers-list/followers-list.component.html63 - src/app/+admin/follows/following-list/following-list.component.html65 - + + + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending Pendente - src/app/+admin/follows/followers-list/followers-list.component.html64 - src/app/+admin/follows/following-list/following-list.component.html66 - + + + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 Rejected Rejeitado - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept Aceitar - src/app/+admin/follows/followers-list/followers-list.component.html50 - src/app/+admin/follows/followers-list/followers-list.component.ts45 - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25 - src/app/+my-library/my-ownership/my-ownership.component.html27 - + + + + + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse Recusar @@ -3843,71 +3802,55 @@ No follower found matching current filters. Nenhum seguidor encontrado correspondente aos filtros atuais. - src/app/+admin/follows/followers-list/followers-list.component.html77 - + + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. Sua instância não tem nenhum seguidor. - src/app/+admin/follows/followers-list/followers-list.component.html78 - - - Showing to of followers - Mostrando - para - de - seguidores - - src/app/+admin/follows/followers-list/followers-list.component.html11 - + + src/app/+admin/follows/followers-list/followers-list.component.html77 + Redundancy allowed Redundância permitida - - + + - src/app/+admin/follows/following-list/following-list.component.html44 - + + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab Abrir instância em uma nova aba - src/app/+admin/follows/following-list/following-list.component.html58 - src/app/shared/shared-moderation/server-blocklist.component.html43 - src/app/shared/shared-moderation/server-blocklist.component.html43 - + + + + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. Nenhum host encontrado correspondendo aos filtros atuais. - src/app/+admin/follows/following-list/following-list.component.html84 - + + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. Sua instância não possui seguidores. - src/app/+admin/follows/following-list/following-list.component.html85 - + + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}} Do you really want to unfollow {count, plural, =1 {?} other { entries?}} src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - Mostrando - para - de - hosts - - src/app/+admin/follows/following-list/following-list.component.html11 - + Action Ação - src/app/+admin/follows/following-list/following-list.component.html40 - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/server-blocklist.component.html31 - src/app/shared/shared-moderation/server-blocklist.component.html31 - + + + + + + + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies Redundâncias de vídeo @@ -3926,18 +3869,18 @@ Table parameters Parâmetros de tabela - src/app/+admin/overview/users/user-list/user-list.component.html47 - + + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns Selecionar colunas - src/app/+admin/overview/users/user-list/user-list.component.html53 - + + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users Destacar usuários banidos - src/app/+admin/overview/users/user-list/user-list.component.html59 - + + src/app/+admin/overview/users/user-list/user-list.component.html57 Username Nome de usuário @@ -4052,58 +3995,50 @@ Batch actions Ações em massa - src/app/+admin/follows/followers-list/followers-list.component.html18 - src/app/+admin/follows/following-list/following-list.component.html18 - src/app/+admin/moderation/registration-list/registration-list.component.html18 - src/app/+admin/overview/comments/video-comment-list.component.html22 - src/app/+admin/overview/users/user-list/user-list.component.html18 - src/app/+admin/overview/videos/video-list.component.html18 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 The user was banned O usuário foi banido - src/app/+admin/overview/users/user-list/user-list.component.html109 - + + src/app/+admin/overview/users/user-list/user-list.component.html107 Open account in a new tab Abrir conta em uma nova aba - src/app/+admin/overview/comments/video-comment-list.component.html69 - src/app/+admin/overview/users/user-list/user-list.component.html94 - src/app/+my-library/my-ownership/my-ownership.component.html32 - src/app/shared/shared-abuse-list/abuse-list-table.component.html44 - src/app/shared/shared-moderation/account-blocklist.component.html35 - src/app/shared/shared-moderation/account-blocklist.component.html35 - + + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account Conta excluída - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota Quota diária de vídeo - src/app/+admin/overview/users/user-list/user-list.component.html128 - + + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: Motivo do banimento: - src/app/+admin/overview/users/user-list/user-list.component.html150 - + + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned users Usuários banidos src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - Mostrando - para - de - usuários - - src/app/+admin/overview/users/user-list/user-list.component.html11 - + Moderation Moderação @@ -4143,10 +4078,10 @@ Video - Vídeo - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30 - src/app/+admin/moderation/video-block-list/video-block-list.component.html26 - + Vídeo + + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size Tamanho total @@ -4180,82 +4115,82 @@ Used () Utilizado () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available () Disponível () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Sensitive Sensível - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated Não federado - src/app/+admin/moderation/video-block-list/video-block-list.component.html28 - src/app/+admin/moderation/video-block-list/video-block-list.component.html60 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date Data - - + + - src/app/+admin/moderation/video-block-list/video-block-list.component.html29 - src/app/+admin/overview/comments/video-comment-list.component.html46 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this row Selecione esta linha - src/app/+admin/follows/followers-list/followers-list.component.html46 - src/app/+admin/follows/following-list/following-list.component.html51 - src/app/+admin/moderation/registration-list/registration-list.component.html50 - src/app/+admin/overview/comments/video-comment-list.component.html54 - src/app/+admin/overview/users/user-list/user-list.component.html79 - src/app/+admin/overview/videos/video-list.component.html51 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full comment Ver comentário completo - src/app/+admin/overview/comments/video-comment-list.component.html58 - + + src/app/+admin/overview/comments/video-comment-list.component.html57 Actions Ações - src/app/+admin/follows/followers-list/followers-list.component.html35 - src/app/+admin/moderation/registration-list/registration-list.component.html60 - src/app/+admin/moderation/video-block-list/video-block-list.component.html43 - src/app/+admin/overview/comments/video-comment-list.component.html64 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70 - src/app/+admin/system/runners/runner-list/runner-list.component.html36 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44 - src/app/+my-library/my-ownership/my-ownership.component.html12 - src/app/shared/shared-abuse-list/abuse-list-table.component.html39 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 Follower Seguidor - src/app/+admin/follows/followers-list/followers-list.component.html36 - + + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented video Vídeo comentado - src/app/+admin/overview/comments/video-comment-list.component.html81 - + + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters. No comments found matching current filters. - src/app/+admin/overview/comments/video-comment-list.component.html106 - + + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found. Nenhum comentário encontrado. - src/app/+admin/overview/comments/video-comment-list.component.html107 - + + src/app/+admin/overview/comments/video-comment-list.component.html106 Local comments Comentários locais @@ -4274,53 +4209,53 @@ No abuses found matching current filters. Nenhum abuso encontrado com os filtros atuais. - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. Nenhum abuso encontrado. - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reports Unsolved reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reports Accepted reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reports Refused reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videos Reports with blocked videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videos Reports with deleted videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: Razão do bloqueio: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. No blocked video found matching current filters. - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. Nenhum vídeo bloqueado encontrado. - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocks Bloqueios automáticos @@ -4331,11 +4266,7 @@ Bloqueios manuais src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - Exibindo a de vídeos bloqueados - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 - + Reports Reports @@ -4364,12 +4295,12 @@ Reporter Denunciante - src/app/shared/shared-abuse-list/abuse-details.component.html7 - src/app/shared/shared-abuse-list/abuse-list-table.component.html21 - + + + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 - - + + src/app/shared/shared-abuse-list/abuse-details.component.html 21,23 @@ -4382,28 +4313,28 @@ Video Vídeo - src/app/+admin/overview/comments/video-comment-list.component.html44 - src/app/+admin/overview/videos/video-list.component.html40 - src/app/+my-library/my-ownership/my-ownership.component.html14 - src/app/+my-library/my-video-imports/my-video-imports.component.html29 - src/app/shared/shared-video-miniature/video-download.component.html8 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 Comment Comentário - src/app/+admin/overview/comments/video-comment-list.component.html45 - src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 - + + + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 This video has been reported multiple times. This video has been reported multiple times. - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked O vídeo foi bloqueado - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on por em @@ -4412,13 +4343,19 @@ Video was deleted Vídeo foi excluído - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + Account deleted Conta excluída - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 Open video in a new tab Abrir vídeo em nova aba @@ -4427,43 +4364,35 @@ State Estado - - + + - src/app/+admin/follows/followers-list/followers-list.component.html37 - src/app/+admin/follows/following-list/following-list.component.html42 - src/app/+admin/moderation/registration-list/registration-list.component.html41 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36 - src/app/shared/shared-abuse-list/abuse-list-table.component.html24 - + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages Mensagens - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note Internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score Pontuação - - + + - src/app/+admin/follows/followers-list/followers-list.component.html38 - - - Showing to of reports - Showing - to - of - reports - - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 - + + src/app/+admin/follows/followers-list/followers-list.component.html37 + Reportee Reportee @@ -4485,54 +4414,49 @@ Mute domain Silenciar domínio - src/app/shared/shared-moderation/server-blocklist.component.html19 - src/app/shared/shared-moderation/server-blocklist.component.html19 - + + + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance Instância - src/app/+about/about.component.html3 - src/app/+search/search-filters.component.html217 - src/app/shared/shared-moderation/server-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html32 - + + + + + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at Silenciado em - - + + - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/server-blocklist.component.html33 - src/app/shared/shared-moderation/server-blocklist.component.html33 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute Remover silêncio - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html40 - src/app/shared/shared-moderation/server-blocklist.component.html40 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. Nenhum servidor encontrado com os filtros atuais. - src/app/shared/shared-moderation/server-blocklist.component.html56 - src/app/shared/shared-moderation/server-blocklist.component.html56 - + + + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. Nenhum servidor encontrado. - src/app/shared/shared-moderation/server-blocklist.component.html57 - src/app/shared/shared-moderation/server-blocklist.component.html57 - - - Showing to of muted instances - Exibindo a de instâncias silenciadas - src/app/shared/shared-moderation/server-blocklist.component.html12 - src/app/shared/shared-moderation/server-blocklist.component.html12 - + + + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. Parece que você não está em um servidor HTTPS. Seu servidor web precisa ter TLS ativado para poder seguir outros servidores. @@ -4546,29 +4470,29 @@ Mute domains Domínios silenciados - src/app/shared/shared-moderation/server-blocklist.component.html64 - src/app/shared/shared-moderation/server-blocklist.component.html64 - + + + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account Conta - src/app/+admin/moderation/registration-list/registration-list.component.html37 - src/app/+admin/overview/comments/video-comment-list.component.html43 - src/app/shared/shared-moderation/account-blocklist.component.html24 - src/app/shared/shared-moderation/account-blocklist.component.html24 - + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. No account found matching current filters. - src/app/shared/shared-moderation/account-blocklist.component.html54 - src/app/shared/shared-moderation/account-blocklist.component.html54 - + + + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. Nenhuma conta encontrada. - src/app/shared/shared-moderation/account-blocklist.component.html55 - src/app/shared/shared-moderation/account-blocklist.component.html55 - + + + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed plugins Listar plugins instalados @@ -4584,12 +4508,7 @@ Exibir plugin src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - Exibindo a de contas silenciadas - src/app/shared/shared-moderation/account-blocklist.component.html11 - src/app/shared/shared-moderation/account-blocklist.component.html11 - + Plugins/Themes Plugins/Temas @@ -4810,22 +4729,18 @@ This view also shows comments from muted accounts. src/app/+admin/overview/comments/video-comment-list.component.html8 - - Showing to of comments - Showing to of comments - src/app/+admin/overview/comments/video-comment-list.component.html15 - + Select all rows Select all rows - src/app/+admin/follows/followers-list/followers-list.component.html33 - src/app/+admin/follows/following-list/following-list.component.html38 - src/app/+admin/moderation/registration-list/registration-list.component.html33 - src/app/+admin/overview/comments/video-comment-list.component.html39 - src/app/+admin/overview/users/user-list/user-list.component.html39 - src/app/+admin/overview/videos/video-list.component.html36 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type Tipo de tarefa @@ -4845,62 +4760,52 @@ Selector for the list displaying jobs, filtering by their state - - Showing to of jobs - Showing to of jobs - src/app/+admin/system/jobs/jobs.component.html39 - + Type Tipo - src/app/+admin/system/jobs/jobs.component.html46 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 - + + + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 - Priority (1 = highest priority) - Priority (1 = highest priority) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + Priority (1 = highest priority) + Priority (1 = highest priority) + + src/app/+admin/system/jobs/jobs.component.html45 Progress Progress - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found. No jobs found. - src/app/+admin/system/jobs/jobs.component.html105 - + + src/app/+admin/system/jobs/jobs.component.html103 - No jobs found. - No jobs found. - src/app/+admin/system/jobs/jobs.component.html106 - + No jobs found. + No jobs found. + + src/app/+admin/system/jobs/jobs.component.html104 No jobs found. No jobs found. - src/app/+admin/system/jobs/jobs.component.html110 - + + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are . No jobs found that are . - src/app/+admin/system/jobs/jobs.component.html111 - + + src/app/+admin/system/jobs/jobs.component.html109 Refresh Recarregar - src/app/+admin/overview/comments/video-comment-list.component.html31 - src/app/+admin/overview/videos/video-list.component.html27 - src/app/+admin/system/jobs/jobs.component.html30 - src/app/+admin/system/logs/logs.component.html33 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 now now @@ -4928,8 +4833,8 @@ - By -> - Por -> + By -> + Por -> src/app/+admin/system/logs/logs.component.html47 @@ -4940,11 +4845,11 @@ Name Nome - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12 - src/app/+admin/system/runners/runner-list/runner-list.component.html23 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - + + + + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description Descrição curta @@ -5002,8 +4907,8 @@ src/app/+admin/config/edit-custom-config/edit-instance-information.component.html79 - Manage users to build a moderation team. - Manage users to build a moderation team. + Manage users to build a moderation team. + Manage users to build a moderation team. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html 80,82 @@ -5015,8 +4920,8 @@ src/app/+admin/config/edit-custom-config/edit-instance-information.component.html89 - Enabling it will allow other administrators to know that you are mainly federating sensitive content. Moreover, the NSFW checkbox on video upload will be automatically checked by default. - Enabling it will allow other administrators to know that you are mainly federating sensitive content. Moreover, the NSFW checkbox on video upload will be automatically checked by default. + Enabling it will allow other administrators to know that you are mainly federating sensitive content. Moreover, the NSFW checkbox on video upload will be automatically checked by default. + Enabling it will allow other administrators to know that you are mainly federating sensitive content. Moreover, the NSFW checkbox on video upload will be automatically checked by default. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html93 @@ -5134,8 +5039,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html4 - Use plugins & themes for more involved changes, or add slight customizations. - Use plugins & themes for more involved changes, or add slight customizations. + Use plugins & themes for more involved changes, or add slight customizations. + Use plugins & themes for more involved changes, or add slight customizations. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html 5,7 @@ -5227,8 +5132,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html150 - Manage users to set their quota individually. - Manage users to set their quota individually. + Manage users to set their quota individually. + Manage users to set their quota individually. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html151 @@ -5364,12 +5269,14 @@ ⚠️ We don't recommend to enable this feature if you don't trust your users ⚠️ We don't recommend to enable this feature if you don't trust your users src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + - - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 - + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ You need to allow import with HTTP URL to be able to activate this feature. @@ -5439,8 +5346,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html426 - You should only use moderated search indexes in production, or host your own. - You should only use moderated search indexes in production, or host your own. + You should only use moderated search indexes in production, or host your own. + You should only use moderated search indexes in production, or host your own. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html428 @@ -5474,8 +5381,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html476 - Manage relations with other instances. - Manage relations with other instances. + Manage relations with other instances. + Manage relations with other instances. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html477 @@ -5516,8 +5423,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html523 - See the documentation for more information about the expected URL - See the documentation for more information about the expected URL + See the documentation for more information about the expected URL + See the documentation for more information about the expected URL src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html528 @@ -5561,8 +5468,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html609 - If your instance is explicitly allowed by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not, we use an image link card that will redirect to your PeerTube instance. Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/w/blabla) on https://cards-dev.twitter.com/validator to see if you instance is allowed. - If your instance is explicitly allowed by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not, we use an image link card that will redirect to your PeerTube instance. Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/w/blabla) on https://cards-dev.twitter.com/validator to see if you instance is allowed. + If your instance is explicitly allowed by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not, we use an image link card that will redirect to your PeerTube instance. Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/w/blabla) on https://cards-dev.twitter.com/validator to see if you instance is allowed. + If your instance is explicitly allowed by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not, we use an image link card that will redirect to your PeerTube instance. Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/w/blabla) on https://cards-dev.twitter.com/validator to see if you instance is allowed. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html613 @@ -5684,8 +5591,8 @@ src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html108 - Use remote runners to process live transcoding. Remote runners has to register on your instance first. - Use remote runners to process live transcoding. Remote runners has to register on your instance first. + Use remote runners to process live transcoding. Remote runners has to register on your instance first. + Use remote runners to process live transcoding. Remote runners has to register on your instance first. src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html154 @@ -5721,8 +5628,8 @@ src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html35 - Use remote runners to process VOD transcoding. Remote runners has to register on your instance first. - Use remote runners to process VOD transcoding. Remote runners has to register on your instance first. + Use remote runners to process VOD transcoding. Remote runners has to register on your instance first. + Use remote runners to process VOD transcoding. Remote runners has to register on your instance first. src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html150 @@ -5775,8 +5682,8 @@ src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html89 - Requires ffmpeg >= 4.1Generate HLS playlists and fragmented MP4 files resulting in a better playback than with Web Videos:Resolution change is smootherFaster playback especially with long videosMore stable playback (less bugs/infinite loading)If you also enabled Web Videos support, it will multiply videos storage by 2 - Requires ffmpeg >= 4.1Generate HLS playlists and fragmented MP4 files resulting in a better playback than with Web Videos:Resolution change is smootherFaster playback especially with long videosMore stable playback (less bugs/infinite loading)If you also enabled Web Videos support, it will multiply videos storage by 2 + Requires ffmpeg >= 4.1Generate HLS playlists and fragmented MP4 files resulting in a better playback than with Web Videos:Resolution change is smootherFaster playback especially with long videosMore stable playback (less bugs/infinite loading)If you also enabled Web Videos support, it will multiply videos storage by 2 + Requires ffmpeg >= 4.1Generate HLS playlists and fragmented MP4 files resulting in a better playback than with Web Videos:Resolution change is smootherFaster playback especially with long videosMore stable playback (less bugs/infinite loading)If you also enabled Web Videos support, it will multiply videos storage by 2 src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 94,103 @@ -5869,8 +5776,8 @@ - Use remote runners to process studio transcoding tasks. Remote runners has to register on your instance first. - Use remote runners to process studio transcoding tasks. Remote runners has to register on your instance first. + Use remote runners to process studio transcoding tasks. Remote runners has to register on your instance first. + Use remote runners to process studio transcoding tasks. Remote runners has to register on your instance first. src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 240,243 @@ -5960,19 +5867,25 @@ src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html87 - Write JavaScript code directly.Example: console.log('my instance is amazing'); - Write JavaScript code directly.Example: console.log('my instance is amazing'); + Write JavaScript code directly.Example: console.log('my instance is amazing'); + Write JavaScript code directly.Example: console.log('my instance is amazing'); src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html90 - Write CSS code directly. Example:#custom-css color: red; Prepend with #custom-css to override styles. Example:#custom-css .logged-in-email color: red; - Write CSS code directly. Example:#custom-css + Write CSS code directly. Example:#custom-css +color: red; + + Prepend with #custom-css to override styles. Example:#custom-css .logged-in-email +color: red; + + + Write CSS code directly. Example:#custom-css color: red; - Prepend with #custom-css to override styles. Example:#custom-css .logged-in-email + Prepend with #custom-css to override styles. Example:#custom-css .logged-in-email color: red; - + src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html109 @@ -5989,8 +5902,8 @@ color: red; - There are errors in the form: - There are errors in the form: + There are errors in the form: + There are errors in the form: src/app/+admin/config/edit-custom-config/edit-custom-config.component.html71 @@ -6147,8 +6060,8 @@ color: red; src/app/shared/shared-video-miniature/video-download.component.ts265 - Update your settings - Update your settings + Update your settings + Update your settings src/app/shared/shared-video-miniature/video-filters-header.component.html 2,7 @@ -6171,38 +6084,38 @@ color: red; - Sort by "Recently Added" - Sort by "Recently Added" + Sort by "Recently Added" + Sort by "Recently Added" src/app/shared/shared-video-miniature/video-filters-header.component.html47 - Sort by "Original Publication Date" - Sort by "Original Publication Date" + Sort by "Original Publication Date" + Sort by "Original Publication Date" src/app/shared/shared-video-miniature/video-filters-header.component.html48 - Sort by "Name" - Sort by "Name" + Sort by "Name" + Sort by "Name" src/app/shared/shared-video-miniature/video-filters-header.component.html50 - Sort by "Recent Views" - Sort by "Recent Views" + Sort by "Recent Views" + Sort by "Recent Views" src/app/shared/shared-video-miniature/video-filters-header.component.html51 - Sort by "Hot" - Sort by "Hot" + Sort by "Hot" + Sort by "Hot" src/app/shared/shared-video-miniature/video-filters-header.component.html52 - Sort by "Likes" - Sort by "Likes" + Sort by "Likes" + Sort by "Likes" src/app/shared/shared-video-miniature/video-filters-header.component.html53 - Sort by "Global Views" - Sort by "Global Views" + Sort by "Global Views" + Sort by "Global Views" src/app/shared/shared-video-miniature/video-filters-header.component.html54 @@ -6287,8 +6200,8 @@ color: red; src/app/shared/shared-user-settings/user-video-settings.component.html4 - With Hide or Blur thumbnails, a confirmation will be requested to watch the video. - With Hide or Blur thumbnails, a confirmation will be requested to watch the video. + With Hide or Blur thumbnails, a confirmation will be requested to watch the video. + With Hide or Blur thumbnails, a confirmation will be requested to watch the video. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html106 src/app/shared/shared-user-settings/user-video-settings.component.html7 @@ -6385,8 +6298,8 @@ color: red; Criado - - + + src/app/+my-library/my-ownership/my-ownership.component.html15 @@ -6414,74 +6327,52 @@ color: red; 9 - - Showing to of synchronizations - Showing to of synchronizations - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - - + Add synchronization Add synchronization - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 - External Channel - External Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + External Channel + External Channel + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 - Channel - Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + Channel + Channel + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 - Last synchronization at - Last synchronization at - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + Last synchronization at + Last synchronization at + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List imports List imports - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channel Fully synchronize the channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channel This fetches any missing videos on the local channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for . Synchronization removed successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for . Full synchronization requested successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATION NEW SYNCHRONIZATION @@ -6620,22 +6511,14 @@ color: red; Target Alvo - src/app/+my-library/my-video-imports/my-video-imports.component.html28 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted This video was deleted - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - - Showing to of imports - Showing - to - of - imports - - src/app/+my-library/my-video-imports/my-video-imports.component.html21 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. Once you delete your account, there is no going back. You will be asked to confirm this action. @@ -6644,26 +6527,17 @@ color: red; Channel page Channel page - src/app/+my-library/+my-video-channels/my-video-channels.component.html34 - src/app/+my-library/my-follows/my-subscriptions.component.html20 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65 - src/app/+videos/+video-watch/video-watch.component.html66 - + + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - - Do you really want to delete ? It will delete videos uploaded in this channel, and you will not be able to create another channel or account with the same name ()! - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - - + Created by Criado por @@ -6747,8 +6621,8 @@ channel or account with the same name ( - Some of your channels are not fully set up. Make them welcoming and explicit about what you publish by adding a banner, an avatar and a description. - Some of your channels are not fully set up. Make them welcoming and explicit about what you publish by adding a banner, an avatar and a description. + Some of your channels are not fully set up. Make them welcoming and explicit about what you publish by adding a banner, an avatar and a description. + Some of your channels are not fully set up. Make them welcoming and explicit about what you publish by adding a banner, an avatar and a description. src/app/shared/shared-main/misc/channels-setup-message.component.html 5 @@ -6833,14 +6707,14 @@ channel or account with the same name ( See the documentation for more information. - Consulte a documentação para mais informação. + Consulte a documentação para mais informação. src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.html31 If you need help to use PeerTube, you can have a look at the documentation. Se você precisa de ajuda para usar o PeerTube, veja - documentação - . + documentação + . src/app/+signup/shared/signup-success-after-email.component.html17 src/app/+signup/shared/signup-success-before-email.component.html31 @@ -6980,8 +6854,8 @@ channel or account with the same name (src/app/shared/shared-main/angular/login-link.component.ts11 - > Login - > Login + > Login + > Login src/app/+login/login.component.html @@ -7092,8 +6966,8 @@ channel or account with the same name ( - Welcomeon - Welcomeon + Welcomeon + Welcomeon src/app/+signup/shared/signup-success-before-email.component.html7 @@ -7110,16 +6984,16 @@ channel or account with the same name (src/app/+signup/shared/signup-success-before-email.component.html14 - Check your emails to validate your account and complete your registration request. - Check your emails to validate your account and complete your registration request. + Check your emails to validate your account and complete your registration request. + Check your emails to validate your account and complete your registration request. src/app/+signup/shared/signup-success-before-email.component.html 18,19 - Check your emails to validate your account and complete your registration. - Check your emails to validate your account and complete your registration. + Check your emails to validate your account and complete your registration. + Check your emails to validate your account and complete your registration. src/app/+signup/shared/signup-success-before-email.component.html 22,23 @@ -7128,9 +7002,9 @@ channel or account with the same name ( Banned Banido - src/app/+accounts/accounts.component.html21 - src/app/+admin/overview/users/user-list/user-list.component.html105 - + + + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Instance muted Instância silenciada @@ -7223,8 +7097,8 @@ channel or account with the same name ( Please type the name of the video channel () to confirm Please type the name of the video channel () to confirm - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL NOVO CANAL @@ -7253,8 +7127,8 @@ channel or account with the same name (src/app/+accounts/account-video-channels/account-video-channels.component.html42 - SHOW THIS CHANNEL > - MOSTRAR ESTE CANAL > + SHOW THIS CHANNEL > + MOSTRAR ESTE CANAL > src/app/+accounts/account-video-channels/account-video-channels.component.html50 @@ -7423,8 +7297,8 @@ channel or account with the same name ( For more information, please visit joinpeertube.org. Para mais informação, favor visitar - joinpeertube.org - . + joinpeertube.org + . src/app/+about/about-peertube/about-peertube.component.html18 @@ -7513,8 +7387,8 @@ channel or account with the same name (src/app/+about/about-peertube/about-peertube.component.html107 - 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 this document for more information - 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 this document for more information + 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 this document for more information + 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 this document for more information src/app/+about/about-peertube/about-peertube.component.html111 @@ -7615,8 +7489,8 @@ channel or account with the same name (src/app/+about/about-instance/about-instance.component.ts91 - Contact the administrator(s) - Contact the administrator(s) + Contact the administrator(s) + Contact the administrator(s) src/app/+about/about-instance/contact-admin-modal.component.html 3 @@ -7640,13 +7514,13 @@ channel or account with the same name ( Go to the previous step Go to the previous step - src/app/+signup/+register/register.component.ts43 - + + src/app/+signup/+register/register.component.ts42 Go to the next step Go to the next step - src/app/+signup/+register/register.component.ts44 - + + src/app/+signup/+register/register.component.ts43 Who are we? Quem somos nós? @@ -7665,8 +7539,8 @@ channel or account with the same name ( Terms of Termos de - src/app/shared/shared-instance/instance-about-accordion.component.ts81 - + + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability Administrador & Sustentabilidade @@ -7739,8 +7613,8 @@ channel or account with the same name ( - I am at least years old and agree to the Terms and to the Code of Conduct of - I am at least years old and agree to the Terms and to the Code of Conduct of + I am at least years old and agree to the Terms and to the Code of Conduct of + I am at least years old and agree to the Terms and to the Code of Conduct of src/app/+signup/+register/steps/register-step-terms.component.html 17,22 @@ -7879,53 +7753,53 @@ channel or account with the same name ( Sensitive content Conteúdo sensível - src/app/shared/shared-video-miniature/video-filters.model.ts125 - + + src/app/shared/shared-video-miniature/video-filters.model.ts131 Scope Escopo - src/app/shared/shared-video-miniature/video-filters.model.ts132 - + + src/app/shared/shared-video-miniature/video-filters.model.ts138 Federated Federado - src/app/shared/shared-video-miniature/video-filters.model.ts134 - + + src/app/shared/shared-video-miniature/video-filters.model.ts140 Languages Idiomas - src/app/shared/shared-video-miniature/video-filters.model.ts142 - + + src/app/shared/shared-video-miniature/video-filters.model.ts148 Categories Categorias - src/app/shared/shared-video-miniature/video-filters.model.ts151 - + + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videos Todos os vídeos - src/app/shared/shared-video-miniature/video-filters.model.ts160 - + + src/app/shared/shared-video-miniature/video-filters.model.ts166 Blurred Borrado - src/app/shared/shared-video-miniature/video-filters.model.ts240 - + + src/app/shared/shared-video-miniature/video-filters.model.ts246 hidden oculto - src/app/shared/shared-video-miniature/video-filters.model.ts246 - + + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurred borrado - src/app/shared/shared-video-miniature/video-filters.model.ts247 - + + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayed exibido - src/app/shared/shared-video-miniature/video-filters.model.ts249 - + + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protected Password protected @@ -7966,8 +7840,8 @@ channel or account with the same name (src/app/+admin/config/edit-custom-config/edit-configuration.service.ts18 - A <code>.mp4</code> that keeps the original audio track, with no video - Um <code>.mp4</code> que mantém o track do áudio original, mas sem vídeo + A <code>.mp4</code> that keeps the original audio track, with no video + Um <code>.mp4</code> que mantém o track do áudio original, mas sem vídeo src/app/+admin/config/edit-custom-config/edit-configuration.service.ts19 @@ -8065,8 +7939,8 @@ channel or account with the same name (src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html8 - However, you may want to read our guidelines before tweaking the following values. - However, you may want to read our guidelines before tweaking the following values. + However, you may want to read our guidelines before tweaking the following values. + However, you may want to read our guidelines before tweaking the following values. src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 12,14 @@ -8284,43 +8158,43 @@ channel or account with the same name ( Reject Rejeitar - src/app/+admin/follows/followers-list/followers-list.component.html51 - src/app/+admin/follows/followers-list/followers-list.component.ts40 - src/app/+admin/follows/followers-list/followers-list.component.ts86 - + + + + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 Delete Excluir - src/app/+admin/follows/followers-list/followers-list.component.ts50 - src/app/+admin/follows/followers-list/followers-list.component.ts118 - src/app/+admin/follows/following-list/following-list.component.ts42 - src/app/+admin/moderation/registration-list/registration-list.component.ts65 - src/app/+admin/moderation/registration-list/registration-list.component.ts129 - src/app/+admin/moderation/video-block-list/video-block-list.component.ts91 - src/app/+admin/moderation/video-block-list/video-block-list.component.ts95 - src/app/+admin/overview/comments/video-comment-list.component.ts104 - src/app/+admin/overview/comments/video-comment-list.component.ts175 - src/app/+admin/overview/users/user-list/user-list.component.ts100 - src/app/+admin/overview/users/user-list/user-list.component.ts248 - src/app/+admin/overview/videos/video-list.component.ts76 - src/app/+admin/overview/videos/video-list.component.ts227 - src/app/+admin/overview/videos/video-list.component.ts282 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83 - src/app/+my-library/+my-video-channels/my-video-channels.component.ts63 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57 - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35 - src/app/+my-library/my-videos/my-videos.component.html51 - src/app/+my-library/my-videos/my-videos.component.ts191 - src/app/+videos/+video-edit/shared/video-edit.component.html196 - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts376 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts411 - src/app/shared/shared-main/buttons/delete-button.component.ts21 - src/app/shared/shared-main/buttons/delete-button.component.ts26 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}} Accepted {count, plural, =1 { follow request} other { follow requests}} @@ -8354,10 +8228,10 @@ channel or account with the same name ( Follow Seguir - src/app/+admin/follows/following-list/follow-modal.component.html3 - src/app/+admin/follows/following-list/follow-modal.component.html37 - src/app/+admin/follows/following-list/following-list.component.html25 - + + + + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line 1 host (sem "http://"), identificador de conta ou identificador de canal por linha @@ -8421,18 +8295,18 @@ channel or account with the same name ( Do you really want to remove this video redundancy? Do you really want to remove this video redundancy? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy Remover redundância - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! Redundâncias de vídeo removidas! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Account unmuted by your instance. Conta @@ -8505,90 +8379,90 @@ channel or account with the same name ( Internal actions Ações internas - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report Excluir denúncia - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account Actions for the flagged account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mark as accepted Marcar como aceito - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected Marcar como rejeitado - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note Add internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video Ações para o vídeo - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video Bloquear vídeo - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. Vídeo bloqueado. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video Desbloquear vídeo - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. Vídeo desbloqueado. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Do you really want to delete this abuse report? Você realmente quer deletar esta denúncia? - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. Abuso deletado. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment Comentário excluído - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter Messages with reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators Messages with moderators - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note Update internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual Switch video block to manual @@ -8730,13 +8604,13 @@ channel or account with the same name ( plugin plugin - src/app/+admin/plugins/shared/plugin-api.service.ts30 - + + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme tema - src/app/+admin/plugins/shared/plugin-api.service.ts33 - + + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP address Endereço IP @@ -8746,8 +8620,8 @@ channel or account with the same name ( - PeerTube thinks your web browser public IP is . - PeerTube acredita que o seu endereço IP público é . + PeerTube thinks your web browser public IP is . + PeerTube acredita que o seu endereço IP público é . src/app/+admin/system/debug/debug.component.html 4 @@ -8794,16 +8668,16 @@ channel or account with the same name ( - Check the trust_proxy configuration key - Check the trust_proxy configuration key + Check the trust_proxy configuration key + Check the trust_proxy configuration key src/app/+admin/system/debug/debug.component.html 15 - If you run PeerTube using Docker, check you run the reverse-proxy with network_mode: "host" (see issue 1643) - If you run PeerTube using Docker, check you run the reverse-proxy with network_mode: "host" (see issue 1643) + If you run PeerTube using Docker, check you run the reverse-proxy with network_mode: "host" (see issue 1643) + If you run PeerTube using Docker, check you run the reverse-proxy with network_mode: "host" (see issue 1643) src/app/+admin/system/debug/debug.component.html 16,17 @@ -8856,19 +8730,19 @@ channel or account with the same name ( Info Info - src/app/+admin/overview/videos/video-list.component.html41 - src/app/core/notification/notifier.service.ts12 - + + + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 Files Arquivos - src/app/+admin/overview/videos/video-list.component.html42 - + + src/app/+admin/overview/videos/video-list.component.html41 - Published - Publicado - src/app/+admin/overview/videos/video-list.component.html43 - + Published + Publicado + + src/app/+admin/overview/videos/video-list.component.html42 Warning Aviso @@ -8895,49 +8769,42 @@ channel or account with the same name (Registros de Auditoria src/app/+admin/system/logs/logs.component.ts145 - - Showing to of runner jobs - Showing to of runner jobs - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - - + UUID UUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 - Priority - Priority - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 - + Priority + Priority + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 - Progress - Progress - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 - + Progress + Progress + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 Runner Runner - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload: Payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload: Private payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found. No runner jobs found. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobs Completed jobs @@ -9013,35 +8880,22 @@ channel or account with the same name (4 - - Showing to of remote runners - Showing to of remote runners - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - - + IP IP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 - + + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contact Last contact - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found. No remote runners found. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. Usuário @@ -9052,9 +8906,9 @@ channel or account with the same name ( Create user Criar usuário - src/app/+admin/overview/users/user-edit/user-create.component.ts97 - src/app/+admin/overview/users/user-list/user-list.component.html25 - + + + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videos Vídeos bloqueados @@ -9074,8 +8928,8 @@ channel or account with the same name (src/app/+admin/moderation/moderation.routes.ts114 - Accept registrationReject registration - Accept registrationReject registration + Accept registrationReject registration + Accept registrationReject registration src/app/+admin/moderation/registration-list/process-registration-modal.component.html 4,5 @@ -9090,40 +8944,40 @@ channel or account with the same name ( - Accepting  registration will create the account and channel. - Accepting  registration will create the account and channel. + Accepting  registration will create the account and channel. + Accepting  registration will create the account and channel. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 21,22 - An email will be sent to explaining its account has been created with the moderation response you'll write below. - An email will be sent to explaining its account has been created with the moderation response you'll write below. + An email will be sent to explaining its account has been created with the moderation response you'll write below. + An email will be sent to explaining its account has been created with the moderation response you'll write below. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 24,26 - Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its account has been created. - Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its account has been created. + Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its account has been created. + Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its account has been created. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 28,30 - An email will be sent to explaining its registration request has been rejected with the moderation response you'll write below. - An email will be sent to explaining its registration request has been rejected with the moderation response you'll write below. + An email will be sent to explaining its registration request has been rejected with the moderation response you'll write below. + An email will be sent to explaining its registration request has been rejected with the moderation response you'll write below. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 34,36 - Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its registration request has been rejected. - Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its registration request has been rejected. + Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its registration request has been rejected. + Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its registration request has been rejected. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 38,40 @@ -9197,14 +9051,7 @@ channel or account with the same name (3 - - Showing to of registrations - Showing to of registrations - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - - + Password changed for user . Senha modificada para usuário @@ -9270,9 +9117,9 @@ channel or account with the same name ( Live Transmissão ao vivo - src/app/+admin/overview/videos/video-admin.service.ts53 - src/app/+admin/overview/videos/video-list.component.html88 - + + + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video files Video files @@ -9388,8 +9235,8 @@ channel or account with the same name (src/app/shared/shared-moderation/user-moderation-dropdown.component.ts99 - <p>You can't create users or channels with a username that already used by a deleted user/channel.</p> - <p>You can't create users or channels with a username that already used by a deleted user/channel.</p> + <p>You can't create users or channels with a username that already used by a deleted user/channel.</p> + <p>You can't create users or channels with a username that already used by a deleted user/channel.</p> src/app/+admin/overview/users/user-list/user-list.component.ts244 @@ -9435,8 +9282,8 @@ channel or account with the same name (src/app/+my-library/my-history/my-history.component.html14 - Clear all history - Clear all history + Clear all history + Clear all history src/app/+my-library/my-history/my-history.component.html18 @@ -9672,18 +9519,18 @@ channel or account with the same name ( Too many languages are enabled. Please enable them all or stay below 20 enabled languages. Too many languages are enabled. Please enable them all or stay below 20 enabled languages. - src/app/shared/shared-user-settings/user-video-settings.component.ts76 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. Configurações de vídeo atualizadas. - src/app/shared/shared-user-settings/user-video-settings.component.ts121 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. Display/Video settings updated. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Video channel created. Canal de vídeo @@ -9723,13 +9570,13 @@ channel or account with the same name ( excluído. - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day Views for the day - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followers My followers @@ -9815,20 +9662,20 @@ channel or account with the same name (Playlist criada. - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 - + + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 Create Create - src/app/+admin/overview/users/user-edit/user-edit.component.html8 - src/app/+admin/overview/users/user-edit/user-edit.component.html8 - src/app/+manage/video-channel-edit/video-channel-create.component.ts107 - src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45 - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8 - src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 - + + + + + + + + + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist Update playlist @@ -9910,9 +9757,15 @@ channel or account with the same name (? - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + Video deleted. @@ -9989,8 +9842,8 @@ channel or account with the same name (src/app/+my-account/my-account-routing.module.ts128 - is awaiting email verification - is awaiting email verification + is awaiting email verification + is awaiting email verification src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html @@ -10006,8 +9859,8 @@ channel or account with the same name ( - Your current email is . It is never shown to the public. - Your current email is . It is never shown to the public. + Your current email is . It is never shown to the public. + Your current email is . It is never shown to the public. src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 13,16 @@ -10067,13 +9920,13 @@ channel or account with the same name ( Maximize editor Maximize editor - src/app/shared/shared-forms/markdown-textarea.component.ts51 - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editor Exit maximized editor - src/app/shared/shared-forms/markdown-textarea.component.ts52 - + + src/app/shared/shared-forms/markdown-textarea.component.ts50 An email with verification link will be sent to . Um email com um link de verificação será enviado para @@ -10097,9 +9950,9 @@ channel or account with the same name ( Subscribe to the account Inscreva-se na conta - src/app/+video-channels/video-channels.component.ts85 - src/app/+videos/+video-watch/video-watch.component.ts888 - + + + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTS PLAYLISTS @@ -10199,13 +10052,13 @@ channel or account with the same name (src/app/+video-studio/edit/video-studio-edit.component.ts75 - The current video will be overwritten by this edited video and <strong>you won't be able to recover it</strong>.<br /><br /> - The current video will be overwritten by this edited video and <strong>you won't be able to recover it</strong>.<br /><br /> + The current video will be overwritten by this edited video and <strong>you won't be able to recover it</strong>.<br /><br /> + The current video will be overwritten by this edited video and <strong>you won't be able to recover it</strong>.<br /><br /> src/app/+video-studio/edit/video-studio-edit.component.ts79 - As a reminder, the following tasks will be executed: <ol></ol> - As a reminder, the following tasks will be executed: <ol></ol> + As a reminder, the following tasks will be executed: <ol></ol> + As a reminder, the following tasks will be executed: <ol></ol> src/app/+video-studio/edit/video-studio-edit.component.ts80 @@ -10269,7 +10122,8 @@ channel or account with the same name (src/app/core/auth/auth.service.ts75 - Cannot retrieve OAuth Client credentials: . Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section. + Cannot retrieve OAuth Client credentials: . +Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section. Cannot retrieve OAuth Client credentials: . Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section. src/app/core/auth/auth.service.ts102 @@ -10439,17 +10293,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular VOD videos VOD videos - src/app/+search/search-filters.component.html34 - src/app/shared/shared-video-miniature/video-filters-header.component.html112 - src/app/shared/shared-video-miniature/video-filters.model.ts174 - + + + + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videos Live videos - src/app/+search/search-filters.component.html29 - src/app/shared/shared-video-miniature/video-filters-header.component.html107 - src/app/shared/shared-video-miniature/video-filters.model.ts168 - + + + + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) Curto (< 4 min) @@ -10461,8 +10315,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+search/search-filters.component.ts63 - Long (> 10 min) - Longo (> 10 min) + Long (> 10 min) + Longo (> 10 min) src/app/+search/search-filters.component.ts67 @@ -10553,8 +10407,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - The video quota only takes into account original video size. Since transcoding is enabled, videos size can be at most ~ . - The video quota only takes into account original video size. Since transcoding is enabled, videos size can be at most ~ . + The video quota only takes into account original video size. Since transcoding is enabled, videos size can be at most ~ . + The video quota only takes into account original video size. Since transcoding is enabled, videos size can be at most ~ . src/app/+admin/shared/user-real-quota-info.component.html @@ -11226,8 +11080,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - See the documentation to learn how to use the PeerTube live streaming feature. - See the documentation to learn how to use the PeerTube live streaming feature. + See the documentation to learn how to use the PeerTube live streaming feature. + See the documentation to learn how to use the PeerTube live streaming feature. src/app/shared/shared-video-live/live-documentation-link.component.html1 @@ -11875,14 +11729,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Idiomas da instância - src/app/+videos/+video-edit/shared/video-edit.component.ts222 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages Todos os idiomas - src/app/+videos/+video-edit/shared/video-edit.component.ts223 - src/app/shared/shared-forms/select/select-languages.component.ts25 - + + + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Hidden Escondido @@ -11896,9 +11750,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Displayed Mostrado - src/app/shared/shared-instance/instance-features-table.component.ts54 - src/app/shared/shared-video-miniature/video-filters.model.ts242 - + + + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 Disabled Disabled @@ -12035,8 +11889,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/shared/shared-moderation/user-moderation-dropdown.component.ts89 - If you remove this user, you won't be able to create another user or channel with <strong></strong> username! - Se você remover este usuário, você não será mais capaz de utilizar <strong></strong> como nome de outro usuário ou canal! + If you remove this user, you won't be able to create another user or channel with <strong></strong> username! + Se você remover este usuário, você não será mais capaz de utilizar <strong></strong> como nome de outro usuário ou canal! src/app/shared/shared-moderation/user-moderation-dropdown.component.ts 104 @@ -12083,19 +11937,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Conta silenciada pela instância. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434 - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server Silenciar servidor - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. Servidor silenciado pela instância. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter Add a message to communicate with the reporter @@ -12350,30 +12204,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Muitas tentativas, por favor tente novamente depois de minutos. - src/app/core/rest/rest-extractor.service.ts126 - + + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. Muitas tentativas, por favor tente novamente depois. - src/app/core/rest/rest-extractor.service.ts129 - + + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. Erro de servidor. Por favor, tente novamente depois. - src/app/core/rest/rest-extractor.service.ts133 - + + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later. Server is unavailable. Please retry later. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server error Unknown server error - src/app/core/rest/rest-extractor.service.ts140 + + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + Subscribed to all current channels of . You will be notified of all their new videos. @@ -12479,29 +12336,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Delete video Excluir vídeo - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment Ações para o comentário - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment Excluir comentário - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? Você quer realmente excluir este comentário? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 - + + + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. Comentário excluído. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Encoder Codificador @@ -12549,25 +12406,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Do you really want to delete this video? Você realmente deseja excluir esse vídeo? - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. Vídeo excluído. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter Actions for the reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter Mute reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 Download Download @@ -12715,59 +12572,37 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 58 - - Showing to of registration tokens - Showing to of registration tokens - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - - + Token Token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runners Associated runners - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate token Generate token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copied Registration token copied - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration token Copy registration token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners. No registration token found for remote runners. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this token Remove this token @@ -12835,9 +12670,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute account Silenciar conta - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actions Open video actions @@ -12871,8 +12706,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute server account Mute server account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Report Denunciar @@ -12971,27 +12806,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18 - src/app/+admin/overview/videos/video-list.component.html77 - src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4 - src/app/+stats/video/video-stats.component.html2 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31 - src/app/+videos/+video-watch/video-watch.component.html76 - src/app/menu/menu.component.html112 - src/app/shared/shared-instance/instance-about-accordion.component.html115 - src/app/shared/shared-main/angular/login-link.component.html1 - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html20 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html30 - src/app/shared/shared-moderation/user-ban-modal.component.html3 - src/app/shared/shared-user-settings/user-interface-settings.component.html9 - src/app/shared/shared-video-miniature/video-download.component.html27 - src/app/shared/shared-video-miniature/video-download.component.html47 - src/app/shared/shared-video-miniature/video-download.component.html66 - src/app/shared/shared-video-miniature/video-download.component.html77 - src/app/shared/shared-video-miniature/video-download.component.html89 - src/app/shared/shared-video-miniature/videos-selection.component.html1 - + + + + + + + + + + + + + + + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Add to watch later Ver mais tarde @@ -13023,28 +12858,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Only I can see this video Apenas eu posso ver este vídeo - src/app/shared/shared-main/video/video.service.ts460 - + + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link Only shareable via a private link - src/app/shared/shared-main/video/video.service.ts461 - + + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video Qualquer um pode ver este vídeo - src/app/shared/shared-main/video/video.service.ts462 - + + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video Apenas utilizadores desta instância podem ver este vídeo - src/app/shared/shared-main/video/video.service.ts463 - + + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this video Only users with the appropriate password can see this video - src/app/shared/shared-main/video/video.service.ts464 - + + src/app/shared/shared-main/video/video.service.ts465 Video to import updated. Vídeo para importar atualizado. @@ -13091,45 +12926,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular You have unsaved changes! If you leave, your changes will be lost. Você tem modificações não salvas! Se sair desta páginas, as modificações serão perdidas. - src/app/+videos/+video-edit/video-update.component.ts140 - + + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. Vídeo atualizado. - src/app/+videos/+video-edit/video-update.component.ts227 - + + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators. Your video will also be automatically blocked since video publication requires manual validation by moderators. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version. Uploading a new version of your video will completely erase the current version. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 - <br /><br />Do you still want to replace your video file? - <br /><br />Do you still want to replace your video file? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + <br /><br />Do you still want to replace your video file? + <br /><br />Do you still want to replace your video file? + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warning Replace file warning - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: ) (extensões: ) @@ -13200,141 +13023,132 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? - This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? - src/app/+videos/+video-watch/video-watch.component.ts370 - + This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? + This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? + + src/app/+videos/+video-watch/video-watch.component.ts371 Redirection Redirection - src/app/+videos/+video-watch/video-watch.component.ts371 - + + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this video You need a password to watch this video - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protected This video is password protected - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct password Incorrect password, please enter a correct password - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? Este vídeo possui conteúdo adulto ou explícito. Você tem certeza que deseja assisti-lo? - src/app/+videos/+video-watch/video-watch.component.ts446 - + + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content Conteúdo adulto ou explícito - src/app/+videos/+video-watch/video-watch.component.ts447 - + + src/app/+videos/+video-watch/video-watch.component.ts448 Cancel Cancelar - src/app/+about/about-instance/contact-admin-modal.component.html48 - src/app/+admin/follows/following-list/follow-modal.component.html33 - src/app/+admin/moderation/registration-list/process-registration-modal.component.html67 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102 - src/app/+login/login.component.html146 - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20 - src/app/+my-library/my-video-imports/my-video-imports.component.html42 - src/app/+my-library/my-videos/modals/video-change-ownership.component.html22 - src/app/+videos/+video-edit/shared/upload-progress.component.html14 - src/app/+videos/+video-edit/shared/upload-progress.component.html26 - src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37 - src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25 - src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73 - src/app/modal/confirm.component.html25 - src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26 - src/app/shared/shared-moderation/batch-domains-modal.component.html31 - src/app/shared/shared-moderation/report-modals/report.component.html53 - src/app/shared/shared-moderation/report-modals/report.component.html53 - src/app/shared/shared-moderation/report-modals/video-report.component.html84 - src/app/shared/shared-moderation/user-ban-modal.component.html34 - src/app/shared/shared-moderation/video-block.component.html46 - src/app/shared/shared-video-miniature/video-download.component.html140 - + + + + + + + + + + + + + + + + + + + + + + + + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreen Enter/exit fullscreen - src/app/+videos/+video-watch/video-watch.component.ts851 - + + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the video Play/Pause the video - src/app/+videos/+video-watch/video-watch.component.ts852 - + + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the video Mute/unmute the video - src/app/+videos/+video-watch/video-watch.component.ts853 - + + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90% Skip to a percentage of the video: 0 is 0% and 9 is 90% - src/app/+videos/+video-watch/video-watch.component.ts868 - + + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volume Aumentar o volume - src/app/+videos/+video-watch/video-watch.component.ts855 - + + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volume Diminuir o volume - src/app/+videos/+video-watch/video-watch.component.ts856 - + + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forward Seek the video forward - src/app/+videos/+video-watch/video-watch.component.ts870 - + + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backward Seek the video backward - src/app/+videos/+video-watch/video-watch.component.ts871 - + + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rate Increase playback rate - src/app/+videos/+video-watch/video-watch.component.ts873 - + + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rate Decrease playback rate - src/app/+videos/+video-watch/video-watch.component.ts874 - + + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frame Navigate in the video to the previous frame - src/app/+videos/+video-watch/video-watch.component.ts876 - + + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frame Navigate in the video to the next frame - src/app/+videos/+video-watch/video-watch.component.ts877 - + + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater mode Toggle theater mode - src/app/+videos/+video-watch/video-watch.component.ts861 - + + src/app/+videos/+video-watch/video-watch.component.ts867 Like the video Gostar do vídeo @@ -13414,14 +13228,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 103 - - Showing to of videos - Exibindo a de vídeos - - src/app/+admin/overview/videos/video-list.component.html - 11 - - + Only videos uploaded on this instance are displayed Only videos uploaded on this instance are displayed diff --git a/client/src/locale/angular.pt-PT.xlf b/client/src/locale/angular.pt-PT.xlf index 17da66f5d..6423422a0 100644 --- a/client/src/locale/angular.pt-PT.xlf +++ b/client/src/locale/angular.pt-PT.xlf @@ -311,28 +311,19 @@ src/app/shared/shared-main/users/user-notifications.component.html230 {views, plural, =0 {No view} =1 {1 view} other { views}}{views, plural, =0 {No view} =1 {1 view} other { views}} - src/app/shared/shared-main/video/video.model.ts291 + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded.PeerTube considers this video is already being transcoded. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcodingForce transcoding - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}}{viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} - src/app/shared/shared-main/video/video.model.ts288 + src/app/shared/shared-main/video/video.model.ts289 Change your avatar Mudar imagem de perfil @@ -347,12 +338,12 @@ Account muted Conta silenciada - src/app/+admin/overview/videos/video-list.component.html79 + src/app/+admin/overview/videos/video-list.component.html78 Server muted Servidor silenciado - src/app/+admin/overview/videos/video-list.component.html80 + src/app/+admin/overview/videos/video-list.component.html79 Save to Guardar para @@ -465,7 +456,7 @@ vídeo - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts341src/app/shared/shared-video-miniature/video-download.component.ts62 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: ) Este vídeo excede a tua quota de espaço disponível (tamanho do vídeo: , utilizado: , quota: ) @@ -569,17 +560,14 @@ Bloqueade - src/app/+admin/overview/videos/video-list.component.html82src/app/shared/shared-video-miniature/video-miniature.component.html64 + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storageObject storage - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this fileDelete this file - src/app/+admin/overview/videos/video-list.component.html114src/app/+admin/overview/videos/video-list.component.html130 + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}.Deleted {count, plural, =1 {1 video} other { videos}}. @@ -921,7 +909,7 @@ Local - src/app/shared/shared-video-miniature/video-filters.model.ts135 + src/app/shared/shared-video-miniature/video-filters.model.ts141 users utilizadores @@ -955,7 +943,7 @@ - src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/follows.routes.ts26 + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 Followers Seguidories @@ -1196,7 +1184,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 Email address Endereço de correio eletrónico @@ -1250,7 +1238,7 @@ The link will expire within 1 hour. Registar Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 + src/app/+signup/+register/register.component.ts85 Why creating an account?Why creating an account? src/app/+signup/+register/steps/register-step-about.component.html @@ -1871,7 +1859,7 @@ The link will expire within 1 hour. Media is too large for the server. Please contact you administrator if you want to increase the limit size. Media is too large for the server. Please contact you administrator if you want to increase the limit size. - src/app/core/rest/rest-extractor.service.ts118 + src/app/core/rest/rest-extractor.service.ts122 GLOBAL SEARCH GLOBAL SEARCH @@ -2089,7 +2077,7 @@ The link will expire within 1 hour. - src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/shared/shared-forms/reactive-file.component.html16 + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter Filtro @@ -2242,7 +2230,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts39src/app/shared/shared-instance/instance-follow.service.ts142 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found No items found @@ -2259,7 +2247,7 @@ The link will expire within 1 hour. - src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html24src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 Choose the appropriate licence for your work. @@ -2277,49 +2265,28 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html39src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reasonRegistration reason - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation responseModeration response - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 Requested on Requested on - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason:Registration reason: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response:Moderation response: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters.No registrations found matching current filters. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found.No registrations found. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this requestAccept this request src/app/+admin/moderation/registration-list/registration-list.component.ts @@ -2530,53 +2497,53 @@ The link will expire within 1 hour. Original publication date Original publication date - src/app/+videos/+video-edit/shared/video-edit.component.html368 + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) This is the date when the content was originally published (e.g. the release date for a film) - src/app/+videos/+video-edit/shared/video-edit.component.html371 + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settings Plugin settings - src/app/+videos/+video-edit/shared/video-edit.component.html402 + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latencySmall latency - src/app/+videos/+video-edit/shared/video-edit.component.ts92 + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2PReduce latency to ~15s disabling P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts93 + src/app/+videos/+video-edit/shared/video-edit.component.ts94 DefaultDefault - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts97 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30sAverage latency of 30s - src/app/+videos/+video-edit/shared/video-edit.component.ts98 + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latencyHigh latency - src/app/+videos/+video-edit/shared/video-edit.component.ts102 + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratioAverage latency of 60s increasing P2P ratio - src/app/+videos/+video-edit/shared/video-edit.component.ts103 + src/app/+videos/+video-edit/shared/video-edit.component.ts104 Other Other - src/app/+videos/+video-edit/shared/video-edit.component.ts219src/app/shared/shared-forms/select/select-languages.component.ts50 + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments Habilitar comentários de vídeos - src/app/+videos/+video-edit/shared/video-edit.component.html389 + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download Enable download - src/app/+videos/+video-edit/shared/video-edit.component.html394 + src/app/+videos/+video-edit/shared/video-edit.component.html398 Advanced settings Configurações avançadas @@ -2623,12 +2590,12 @@ The link will expire within 1 hour. Scheduled Scheduled - src/app/+videos/+video-edit/shared/video-edit.component.ts240 + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date Hide the video until a specific date - src/app/+videos/+video-edit/shared/video-edit.component.ts241 + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal live Normal live @@ -2676,7 +2643,7 @@ The link will expire within 1 hour. Quota total de vídeo - src/app/+admin/overview/users/user-list/user-list.component.html118src/app/shared/shared-main/users/user-quota.component.html3 + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Congratulations! Your video is now available in your private library. @@ -2740,11 +2707,11 @@ The link will expire within 1 hour. src/app/+videos/+video-edit/video-update.component.html 29 - - Your video is currenctly being updated. If you leave, your changes will be lost.Your video is currenctly being updated. If you leave, your changes will be lost. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 @@ -3008,7 +2975,7 @@ The link will expire within 1 hour. Muted - src/app/+admin/overview/users/user-list/user-list.component.html104src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Loop Loop @@ -3130,7 +3097,7 @@ The link will expire within 1 hour. Show more Mostrar mais - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less Mostrar menos @@ -3174,14 +3141,14 @@ The link will expire within 1 hour. The video was blocked due to automatic blocking of new videos The video was blocked due to automatic blocking of new videos - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFW NSFW - src/app/+admin/moderation/video-block-list/video-block-list.component.html56src/app/+admin/overview/videos/video-list.component.html75 + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Get more information Obtenha mais informações @@ -3446,16 +3413,13 @@ The link will expire within 1 hour. Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly. Token renewed. Update your client configuration accordingly. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEED SUBSCRIPTION FEED @@ -3486,7 +3450,7 @@ The link will expire within 1 hour. Renew token - src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts41 + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Filter... Filter... @@ -3506,19 +3470,19 @@ The link will expire within 1 hour. Video/Comment/Account Video/Comment/Account - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 ID ID - src/app/+admin/system/jobs/jobs.component.html45 - + + src/app/+admin/system/jobs/jobs.component.html43 State Estado - src/app/+admin/system/jobs/jobs.component.html48src/app/+my-library/my-video-imports/my-video-imports.component.html30 + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 Created Criado @@ -3527,41 +3491,35 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html39src/app/+admin/follows/following-list/following-list.component.html43src/app/+admin/system/jobs/jobs.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html27src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37src/app/+my-library/my-video-imports/my-video-imports.component.html31src/app/shared/shared-abuse-list/abuse-list-table.component.html23 + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab Abra a página do agente em uma nova tabulação - src/app/+admin/follows/followers-list/followers-list.component.html56 + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted Accepted - src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending Pending - src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 RejectedRejected - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept Accept - src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse Recusar @@ -3572,47 +3530,39 @@ The link will expire within 1 hour. No follower found matching current filters. Não encontrou algum seguidor de acordo com os filtros actuais. - src/app/+admin/follows/followers-list/followers-list.component.html77 + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. A sua instância não tem algum seguidor. - src/app/+admin/follows/followers-list/followers-list.component.html78 - - Showing to of followers - A mostrar a partir de até de um total de seguidories - src/app/+admin/follows/followers-list/followers-list.component.html11 - + src/app/+admin/follows/followers-list/followers-list.component.html77 + Redundancy allowed Permite redundância - src/app/+admin/follows/following-list/following-list.component.html44 + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab Abre instância numa nova tabulação - src/app/+admin/follows/following-list/following-list.component.html58src/app/shared/shared-moderation/server-blocklist.component.html43src/app/shared/shared-moderation/server-blocklist.component.html43 + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. Não encontrou algum host que corresponda aos filtros actuais. - src/app/+admin/follows/following-list/following-list.component.html84 + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. A sua instância não está a seguir alguém. - src/app/+admin/follows/following-list/following-list.component.html85 + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}}Do you really want to unfollow {count, plural, =1 {?} other { entries?}} src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - A mostrar de até de domínios - src/app/+admin/follows/following-list/following-list.component.html11 - + Action Action @@ -3622,7 +3572,7 @@ The link will expire within 1 hour. - src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies Videos redundancies @@ -3641,18 +3591,18 @@ The link will expire within 1 hour. Table parameters Table parameters - src/app/+admin/overview/users/user-list/user-list.component.html47 - + + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns Select columns - src/app/+admin/overview/users/user-list/user-list.component.html53 - + + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users Highlight banned users - src/app/+admin/overview/users/user-list/user-list.component.html59 - + + src/app/+admin/overview/users/user-list/user-list.component.html57 Username Nome de utilizador @@ -3765,12 +3715,12 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html18src/app/+admin/follows/following-list/following-list.component.html18src/app/+admin/moderation/registration-list/registration-list.component.html18src/app/+admin/overview/comments/video-comment-list.component.html22src/app/+admin/overview/users/user-list/user-list.component.html18src/app/+admin/overview/videos/video-list.component.html18src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 The user was banned The user was banned - src/app/+admin/overview/users/user-list/user-list.component.html109 + src/app/+admin/overview/users/user-list/user-list.component.html107 Open account in a new tab Open account in a new tab @@ -3780,36 +3730,32 @@ The link will expire within 1 hour. - src/app/+admin/overview/comments/video-comment-list.component.html69src/app/+admin/overview/users/user-list/user-list.component.html94src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html44src/app/shared/shared-moderation/account-blocklist.component.html35src/app/shared/shared-moderation/account-blocklist.component.html35 + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account Deleted account - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota Total daily video quota - src/app/+admin/overview/users/user-list/user-list.component.html128 + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: Motivo do banimento: - src/app/+admin/overview/users/user-list/user-list.component.html150 + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned users Banned users src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - A mostrar desde até de utilizadories - src/app/+admin/overview/users/user-list/user-list.component.html11 - + Moderation Moderação @@ -3850,7 +3796,7 @@ The link will expire within 1 hour. Vídeo - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html26 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size Total size @@ -3887,41 +3833,41 @@ The link will expire within 1 hour. Used () Used () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available () Available () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Sensitive Sensível - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated Unfederated - src/app/+admin/moderation/video-block-list/video-block-list.component.html28 - src/app/+admin/moderation/video-block-list/video-block-list.component.html60 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date Data - src/app/+admin/moderation/video-block-list/video-block-list.component.html29src/app/+admin/overview/comments/video-comment-list.component.html46 + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this row Select this row - src/app/+admin/follows/followers-list/followers-list.component.html46src/app/+admin/follows/following-list/following-list.component.html51src/app/+admin/moderation/registration-list/registration-list.component.html50src/app/+admin/overview/comments/video-comment-list.component.html54src/app/+admin/overview/users/user-list/user-list.component.html79src/app/+admin/overview/videos/video-list.component.html51src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full comment See full comment - src/app/+admin/overview/comments/video-comment-list.component.html58 + src/app/+admin/overview/comments/video-comment-list.component.html57 Actions Ações @@ -3930,27 +3876,27 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html35src/app/+admin/moderation/registration-list/registration-list.component.html60src/app/+admin/moderation/video-block-list/video-block-list.component.html43src/app/+admin/overview/comments/video-comment-list.component.html64src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70src/app/+admin/system/runners/runner-list/runner-list.component.html36src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html39 + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 Follower Follower - src/app/+admin/follows/followers-list/followers-list.component.html36 + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented video Commented video - src/app/+admin/overview/comments/video-comment-list.component.html81 + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters. No comments found matching current filters. - src/app/+admin/overview/comments/video-comment-list.component.html106 + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found. No comments found. - src/app/+admin/overview/comments/video-comment-list.component.html107 + src/app/+admin/overview/comments/video-comment-list.component.html106 Local comments Local comments @@ -3967,53 +3913,53 @@ The link will expire within 1 hour. No abuses found matching current filters. No abuses found matching current filters. - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. No abuses found. - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reports Unsolved reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reports Accepted reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reports Refused reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videos Reports with blocked videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videos Reports with deleted videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: Block reason: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. No blocked video found matching current filters. - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. No blocked video found. - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocks Automatic blocks @@ -4024,11 +3970,7 @@ The link will expire within 1 hour. Manual blocks src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - A mostrar desde até de vídeos bloqueados - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 - + Reports Reports @@ -4057,9 +3999,9 @@ The link will expire within 1 hour. Reporter Denunciante - src/app/shared/shared-abuse-list/abuse-details.component.html7 - src/app/shared/shared-abuse-list/abuse-list-table.component.html21 - + + + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 src/app/shared/shared-abuse-list/abuse-details.component.html @@ -4078,23 +4020,23 @@ The link will expire within 1 hour. - src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+admin/overview/videos/video-list.component.html40src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html29src/app/shared/shared-video-miniature/video-download.component.html8 + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 Comment Comment - src/app/+admin/overview/comments/video-comment-list.component.html45src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 This video has been reported multiple times. Este vídeo já foi denúnciado várias vezes. - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked The video was blocked - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on por em @@ -4103,7 +4045,13 @@ The link will expire within 1 hour. Video was deleted Vídeo foi apagado - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + Account deleted @@ -4111,7 +4059,7 @@ The link will expire within 1 hour. Account deleted - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 Open video in a new tab Open video in a new tab @@ -4123,27 +4071,23 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html37src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/moderation/registration-list/registration-list.component.html41src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/shared/shared-abuse-list/abuse-list-table.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages Messages - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note Internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score Pontuação - src/app/+admin/follows/followers-list/followers-list.component.html38 - - Showing to of reports - A mostrar desde até de denúncias - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 - + src/app/+admin/follows/followers-list/followers-list.component.html37 + Reportee Denúnciador @@ -4166,7 +4110,7 @@ The link will expire within 1 hour. Silencie domínio - src/app/shared/shared-moderation/server-blocklist.component.html19src/app/shared/shared-moderation/server-blocklist.component.html19 + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance Instância @@ -4174,7 +4118,7 @@ The link will expire within 1 hour. - src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at Data de silenciamento @@ -4182,7 +4126,7 @@ The link will expire within 1 hour. - src/app/shared/shared-moderation/account-blocklist.component.html25src/app/shared/shared-moderation/account-blocklist.component.html25src/app/shared/shared-moderation/server-blocklist.component.html33src/app/shared/shared-moderation/server-blocklist.component.html33 + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute Unmute @@ -4190,25 +4134,20 @@ The link will expire within 1 hour. - src/app/shared/shared-moderation/account-blocklist.component.html32src/app/shared/shared-moderation/account-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html40src/app/shared/shared-moderation/server-blocklist.component.html40 + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. Não encontrou algum servidor de acordo com os filtros actuais. - src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. Não encontrou algum servidor. - src/app/shared/shared-moderation/server-blocklist.component.html57src/app/shared/shared-moderation/server-blocklist.component.html57 - - Showing to of muted instances - A mostrar desde até de instâncias silenciadas - - - src/app/shared/shared-moderation/server-blocklist.component.html12src/app/shared/shared-moderation/server-blocklist.component.html12 + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. Parece que não está em um servidor HTTPS. O seu servidor necessita de ter TLS activado para conseguir seguir outros servidores. @@ -4222,26 +4161,26 @@ The link will expire within 1 hour. Silenciar domínios - src/app/shared/shared-moderation/server-blocklist.component.html64src/app/shared/shared-moderation/server-blocklist.component.html64 + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account Account - src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/comments/video-comment-list.component.html43src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24 + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. Não encontrou alguma conta de acordo com os filtros actuais. - src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. Não encontrou qualquer conta. - src/app/shared/shared-moderation/account-blocklist.component.html55src/app/shared/shared-moderation/account-blocklist.component.html55 + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed plugins List installed plugins @@ -4257,12 +4196,7 @@ The link will expire within 1 hour. Show plugin src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - A mostrar desde até de contas silenciadas - - - src/app/shared/shared-moderation/account-blocklist.component.html11src/app/shared/shared-moderation/account-blocklist.component.html11 + Plugins/Themes Plugins/Themes @@ -4480,18 +4414,14 @@ The link will expire within 1 hour. This view also shows comments from muted accounts. src/app/+admin/overview/comments/video-comment-list.component.html8 - - Showing to of comments - Showing to of comments - - src/app/+admin/overview/comments/video-comment-list.component.html15 + Select all rows Select all rows - src/app/+admin/follows/followers-list/followers-list.component.html33src/app/+admin/follows/following-list/following-list.component.html38src/app/+admin/moderation/registration-list/registration-list.component.html33src/app/+admin/overview/comments/video-comment-list.component.html39src/app/+admin/overview/users/user-list/user-list.component.html39src/app/+admin/overview/videos/video-list.component.html36src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type Job type @@ -4511,59 +4441,49 @@ The link will expire within 1 hour. Selector for the list displaying jobs, filtering by their state - - Showing to of jobs - Showing to of jobs - src/app/+admin/system/jobs/jobs.component.html39 - + Type Tipo - src/app/+admin/system/jobs/jobs.component.html46src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 Priority (1 = highest priority) Priority (1 = highest priority) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + + src/app/+admin/system/jobs/jobs.component.html45 Progress Progress - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found. No jobs found. - src/app/+admin/system/jobs/jobs.component.html105 - + + src/app/+admin/system/jobs/jobs.component.html103 No jobs found. No jobs found. - src/app/+admin/system/jobs/jobs.component.html106 - + + src/app/+admin/system/jobs/jobs.component.html104 No jobs found. No jobs found. - src/app/+admin/system/jobs/jobs.component.html110 - + + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are . No jobs found that are . - src/app/+admin/system/jobs/jobs.component.html111 - + + src/app/+admin/system/jobs/jobs.component.html109 Refresh Refresh - src/app/+admin/overview/comments/video-comment-list.component.html31src/app/+admin/overview/videos/video-list.component.html27src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 now now @@ -4606,7 +4526,7 @@ The link will expire within 1 hour. - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description Descrição curta @@ -5020,10 +4940,13 @@ The link will expire within 1 hour. ⚠️ We don't recommend to enable this feature if you don't trust your users ⚠️ We don't recommend to enable this feature if you don't trust your users - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL)Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ You need to allow import with HTTP URL to be able to activate this feature. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html319 @@ -5999,55 +5922,34 @@ color: red; src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html 9 - - Showing to of synchronizationsShowing to of synchronizations - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - Add synchronizationAdd synchronization - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 External Channel External Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 Channel Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 Last synchronization at Last synchronization at - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List importsList imports - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channelFully synchronize the channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channelThis fetches any missing videos on the local channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for .Synchronization removed successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for .Full synchronization requested successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATIONNEW SYNCHRONIZATION src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.html @@ -6170,17 +6072,13 @@ color: red; Target Alvo - src/app/+my-library/my-video-imports/my-video-imports.component.html28 + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted This video was deleted - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - Showing to of imports - A mostrar desde até de importações - - src/app/+my-library/my-video-imports/my-video-imports.component.html21 + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. Once you delete your account, there is no going back. You will be asked to confirm this action. @@ -6192,20 +6090,10 @@ color: red; - src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65src/app/+videos/+video-watch/video-watch.component.html66 + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}}{VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} - src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()!Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - - + src/app/+my-library/+my-video-channels/my-video-channels.component.html49 Created by Criado por @@ -6580,7 +6468,7 @@ channel or account with the same name (Banned - src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html105 + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Instance muted Instance muted @@ -6679,7 +6567,7 @@ channel or account with the same name () to confirm Please type the name of the video channel () to confirm - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL NEW CHANNEL @@ -7136,11 +7024,11 @@ channel or account with the same name (Go to the previous step - src/app/+signup/+register/register.component.ts43 + src/app/+signup/+register/register.component.ts42 Go to the next stepGo to the next step - src/app/+signup/+register/register.component.ts44 + src/app/+signup/+register/register.component.ts43 Who are we? @@ -7159,7 +7047,7 @@ channel or account with the same name (src/app/shared/shared-instance/instance-about-accordion.component.html48 Terms of Terms of - src/app/shared/shared-instance/instance-about-accordion.component.ts81 + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability Administrators & Sustainability @@ -7354,52 +7242,52 @@ channel or account with the same name (Sensitive content - src/app/shared/shared-video-miniature/video-filters.model.ts125 + src/app/shared/shared-video-miniature/video-filters.model.ts131 Scope Scope - src/app/shared/shared-video-miniature/video-filters.model.ts132 + src/app/shared/shared-video-miniature/video-filters.model.ts138 Federated Federated - src/app/shared/shared-video-miniature/video-filters.model.ts134 + src/app/shared/shared-video-miniature/video-filters.model.ts140 Languages Languages - src/app/shared/shared-video-miniature/video-filters.model.ts142 + src/app/shared/shared-video-miniature/video-filters.model.ts148 Categories Categories - src/app/shared/shared-video-miniature/video-filters.model.ts151 + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videos All videos - src/app/shared/shared-video-miniature/video-filters.model.ts160 + src/app/shared/shared-video-miniature/video-filters.model.ts166 Blurred Blurred - src/app/shared/shared-video-miniature/video-filters.model.ts240 + src/app/shared/shared-video-miniature/video-filters.model.ts246 hidden hidden - src/app/shared/shared-video-miniature/video-filters.model.ts246 + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurred blurred - src/app/shared/shared-video-miniature/video-filters.model.ts247 + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayed displayed - src/app/shared/shared-video-miniature/video-filters.model.ts249 + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protectedPassword protected src/app/shared/shared-video-miniature/video-miniature.component.html @@ -7766,7 +7654,7 @@ channel or account with the same name (Reject - src/app/+admin/follows/followers-list/followers-list.component.html51src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 @@ -7797,7 +7685,7 @@ channel or account with the same name (src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts63src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts133src/app/shared/shared-abuse-list/abuse-list-table.component.ts376src/app/shared/shared-abuse-list/abuse-list-table.component.ts411src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}}Accepted {count, plural, =1 { follow request} other { follow requests}} src/app/+admin/follows/followers-list/followers-list.component.ts67 @@ -7823,7 +7711,7 @@ channel or account with the same name (src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html25 + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line 1 host (without "http://"), account handle or channel handle per line @@ -7885,17 +7773,17 @@ channel or account with the same name (Do you really want to remove this video redundancy? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy Remove redundancy - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! Video redundancies removed! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Account unmuted by your instance. A conta foi des-silenciada pela tua instância. @@ -7966,88 +7854,88 @@ channel or account with the same name (Internal actions - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report Delete report - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account Actions for the flagged account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mark as accepted Marcar como aceito - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected Marcar como rejeitado - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note Add internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video Actions for the video - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video Block video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. Video blocked. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video Unblock video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. Video unblocked. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Do you really want to delete this abuse report? Do you really want to delete this abuse report? - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. Abuso deletado. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment Deleted comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter Messages with reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators Messages with moderators - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note Update internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual Switch video block to manual @@ -8188,13 +8076,13 @@ channel or account with the same name ( plugin plugin - src/app/+admin/plugins/shared/plugin-api.service.ts30 - + + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme theme - src/app/+admin/plugins/shared/plugin-api.service.ts33 - + + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP address IP address @@ -8313,17 +8201,17 @@ channel or account with the same name (src/app/+admin/overview/videos/video-list.component.html41src/app/core/notification/notifier.service.ts12 + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 Files Files - src/app/+admin/overview/videos/video-list.component.html42 + src/app/+admin/overview/videos/video-list.component.html41 Published Published - src/app/+admin/overview/videos/video-list.component.html43 + src/app/+admin/overview/videos/video-list.component.html42 Warning Aviso @@ -8347,34 +8235,28 @@ channel or account with the same name (Audit logs src/app/+admin/system/logs/logs.component.ts145 - - Showing to of runner jobsShowing to of runner jobs - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - UUIDUUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 Priority Priority - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 Progress Progress - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 RunnerRunner - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload:Payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload:Private payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found.No runner jobs found. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobsCompleted jobs src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts @@ -8429,28 +8311,16 @@ channel or account with the same name (src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html 4 - - Showing to of remote runnersShowing to of remote runners - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - IPIP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contactLast contact - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found.No remote runners found. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. Utilizadore criade. @@ -8459,9 +8329,9 @@ channel or account with the same name ( Create user Create user - src/app/+admin/overview/users/user-edit/user-create.component.ts97 - src/app/+admin/overview/users/user-list/user-list.component.html25 - + + + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videos Blocked videos @@ -8567,12 +8437,6 @@ channel or account with the same name (src/app/+admin/moderation/registration-list/registration-list.component.html 3 - - Showing to of registrationsShowing to of registrations - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - Password changed for user . @@ -8634,7 +8498,7 @@ channel or account with the same name (Live - src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html88 + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video files Video files @@ -9016,18 +8880,18 @@ channel or account with the same name ( Too many languages are enabled. Please enable them all or stay below 20 enabled languages. Too many languages are enabled. Please enable them all or stay below 20 enabled languages. - src/app/shared/shared-user-settings/user-video-settings.component.ts76 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. Video settings updated. - src/app/shared/shared-user-settings/user-video-settings.component.ts121 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. Display/Video settings updated. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Video channel created. Canal de vídeo criado. @@ -9062,12 +8926,12 @@ channel or account with the same name ( deleted. Canal de vídeo apagado. - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day Views for the day - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followers My followers @@ -9151,8 +9015,8 @@ channel or account with the same name ( Playlist created. Lista de reprodução criada. - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 - + + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 Create Create @@ -9163,7 +9027,7 @@ channel or account with the same name (src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist Update playlist @@ -9242,7 +9106,13 @@ channel or account with the same name (src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + + Video deleted. Vídeo apagado. @@ -9382,12 +9252,12 @@ channel or account with the same name (Maximize editor - src/app/shared/shared-forms/markdown-textarea.component.ts51 + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editor Exit maximized editor - src/app/shared/shared-forms/markdown-textarea.component.ts52 + src/app/shared/shared-forms/markdown-textarea.component.ts50 @@ -9412,7 +9282,7 @@ channel or account with the same name (Subscribe to the account - src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts888 + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTS PLAYLISTS @@ -9705,14 +9575,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts174 + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videos Live videos - src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts168 + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) Curto (< 4 min) @@ -11078,13 +10948,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instance languages - src/app/+videos/+video-edit/shared/video-edit.component.ts222 + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages All languages - src/app/+videos/+video-edit/shared/video-edit.component.ts223src/app/shared/shared-forms/select/select-languages.component.ts25 + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Hidden Hidden @@ -11100,7 +10970,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Displayed - src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts242 + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 DisabledDisabled src/app/shared/shared-instance/instance-features-table.component.ts60 @@ -11261,17 +11131,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular A conta foi silenciada pela isntância. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server Mute server - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. Servidor silenciado pela instância. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter Add a message to communicate with the reporter @@ -11519,26 +11389,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Too many attempts, please try again after minutes. Demasiadas tentativas, por favor tenta novamente daqui a minutos. - src/app/core/rest/rest-extractor.service.ts126 + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. Muitas tentativas, por favor tente novamente depois. - src/app/core/rest/rest-extractor.service.ts129 + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. Erro de servidor. Por favor, tente novamente depois. - src/app/core/rest/rest-extractor.service.ts133 + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later.Server is unavailable. Please retry later. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server errorUnknown server error - src/app/core/rest/rest-extractor.service.ts140 + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + + Subscribed to all current channels of . You will be notified of all their new videos. Subscreveste a todos os canais existentes de . Serás notificade de todos os seus vídeos novos. @@ -11638,28 +11511,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Delete video Delete video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment Actions for the comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment Delete comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? Do you really want to delete this comment? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. Comment deleted. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Encoder Encoder @@ -11709,23 +11582,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Você realmente deseja excluir esse vídeo? - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. Video deleted. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter Actions for the reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter Mute reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 Download Download @@ -11854,46 +11727,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+admin/system/runners/runner-list/runner-list.component.ts 58 - - Showing to of registration tokensShowing to of registration tokens - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - TokenToken - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runnersAssociated runners - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate tokenGenerate token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copiedRegistration token copied - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration tokenCopy registration token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners.No registration token found for remote runners. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this tokenRemove this token src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.ts34 @@ -11947,7 +11799,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actions Open video actions @@ -11980,7 +11832,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute server account Mute server account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Report Denunciar @@ -12092,7 +11944,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html77src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Add to watch later Add to watch later @@ -12121,25 +11973,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Only I can see this video Apenas eu posso ver este vídeo - src/app/shared/shared-main/video/video.service.ts460 + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link Only shareable via a private link - src/app/shared/shared-main/video/video.service.ts461 + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video Qualquer um pode ver este vídeo - src/app/shared/shared-main/video/video.service.ts462 + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video Only users of this instance can see this video - src/app/shared/shared-main/video/video.service.ts463 + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this videoOnly users with the appropriate password can see this video - src/app/shared/shared-main/video/video.service.ts464 + src/app/shared/shared-main/video/video.service.ts465 @@ -12187,36 +12039,24 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular You have unsaved changes! If you leave, your changes will be lost. You have unsaved changes! If you leave, your changes will be lost. - src/app/+videos/+video-edit/video-update.component.ts140 + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. Vídeo atualizado. - src/app/+videos/+video-edit/video-update.component.ts227 + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators.Your video will also be automatically blocked since video publication requires manual validation by moderators. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version.Uploading a new version of your video will completely erase the current version. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 <br /><br />Do you still want to replace your video file?<br /><br />Do you still want to replace your video file? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warningReplace file warning - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: )(extensions: ) @@ -12275,40 +12115,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? - src/app/+videos/+video-watch/video-watch.component.ts370 + src/app/+videos/+video-watch/video-watch.component.ts371 Redirection Redirection - src/app/+videos/+video-watch/video-watch.component.ts371 + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this videoYou need a password to watch this video - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protectedThis video is password protected - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct passwordIncorrect password, please enter a correct password - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? Este vídeo possui conteúdo adulto ou explícito. Você tem certeza que deseja assisti-lo? - src/app/+videos/+video-watch/video-watch.component.ts446 + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content Conteúdo adulto ou explícito - src/app/+videos/+video-watch/video-watch.component.ts447 + src/app/+videos/+video-watch/video-watch.component.ts448 Cancel @@ -12333,73 +12164,73 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html42src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreen Enter/exit fullscreen - src/app/+videos/+video-watch/video-watch.component.ts851 + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the video Play/Pause the video - src/app/+videos/+video-watch/video-watch.component.ts852 + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the video Mute/unmute the video - src/app/+videos/+video-watch/video-watch.component.ts853 + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90% Skip to a percentage of the video: 0 is 0% and 9 is 90% - src/app/+videos/+video-watch/video-watch.component.ts868 + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volume Increase the volume - src/app/+videos/+video-watch/video-watch.component.ts855 + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volume Decrease the volume - src/app/+videos/+video-watch/video-watch.component.ts856 + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forward Seek the video forward - src/app/+videos/+video-watch/video-watch.component.ts870 + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backward Seek the video backward - src/app/+videos/+video-watch/video-watch.component.ts871 + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rate Increase playback rate - src/app/+videos/+video-watch/video-watch.component.ts873 + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rate Decrease playback rate - src/app/+videos/+video-watch/video-watch.component.ts874 + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frame Navigate in the video to the previous frame - src/app/+videos/+video-watch/video-watch.component.ts876 + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frame Navigate in the video to the next frame - src/app/+videos/+video-watch/video-watch.component.ts877 + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater mode Toggle theater mode - src/app/+videos/+video-watch/video-watch.component.ts861 + src/app/+videos/+video-watch/video-watch.component.ts867 Like the video Like the video @@ -12477,14 +12308,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 103 - - Showing to of videos - Showing to of videos - - src/app/+admin/overview/videos/video-list.component.html - 11 - - + Only videos uploaded on this instance are displayed Only videos uploaded on this instance are displayed diff --git a/client/src/locale/angular.ru-RU.xlf b/client/src/locale/angular.ru-RU.xlf index 7769e9022..5bd9250ab 100644 --- a/client/src/locale/angular.ru-RU.xlf +++ b/client/src/locale/angular.ru-RU.xlf @@ -274,8 +274,8 @@ src/app/shared/shared-main/users/user-notifications.component.html151 - mentioned you on video - упомянул вас в видео + mentioned you on video + упомянул вас в видео src/app/shared/shared-main/users/user-notifications.component.html165 @@ -289,23 +289,23 @@ src/app/shared/shared-main/users/user-notifications.component.html190 - A new version of the plugin/theme is available: - Новая версия плагина / темы доступна: + A new version of the plugin/theme is available: + Новая версия плагина / темы доступна: src/app/shared/shared-main/users/user-notifications.component.html199 - A new version of PeerTube is available: - Новая версия PeerTube доступна: + A new version of PeerTube is available: + Новая версия PeerTube доступна: src/app/shared/shared-main/users/user-notifications.component.html207 - Your video edition has finished - Обработка вашего видео завершена + Your video edition has finished + Обработка вашего видео завершена src/app/shared/shared-main/users/user-notifications.component.html214 - User wants to register on your instance - Пользователь хочет зарегистрироваться на вашем экземпляре + User wants to register on your instance + Пользователь хочет зарегистрироваться на вашем экземпляре src/app/shared/shared-main/users/user-notifications.component.html222 @@ -316,37 +316,28 @@ {views, plural, =0 {No view} =1 {1 view} other { views}} {views, plural, =0 {Нет просмотров} =1 {1 просмотр} other { просмотров}} - src/app/shared/shared-main/video/video.model.ts291 - + + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded. PeerTube считает, что это видео уже перекодировано. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. Если вы считаете, что обработано не верно (видео в поврежденном состоянии после сбоя и т. д.), вы можете принудительно перекодировать это видео. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcoding Принудительное перекодирование - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} {viewers, plural, =0 {Нет зрителей} =1 {1 зритель} other { зрителей}} - src/app/shared/shared-main/video/video.model.ts288 - + + src/app/shared/shared-main/video/video.model.ts289 Change your avatar Изменить ваше изображение @@ -360,13 +351,13 @@ Account muted Аккаунт отключен - src/app/+admin/overview/videos/video-list.component.html79 - + + src/app/+admin/overview/videos/video-list.component.html78 Server muted Сервер отключен - src/app/+admin/overview/videos/video-list.component.html80 - + + src/app/+admin/overview/videos/video-list.component.html79 Save to Сохранить в @@ -426,8 +417,9 @@ src/app/shared/shared-video-playlist/video-add-to-playlist.component.html72 - Short text to tell people how they can support the channel (membership platform...).<br /><br /> When a video is uploaded in this channel, the video support field will be automatically filled by this text. - Краткий текст, чтобы рассказать людям, как они могут поддержать канал (платформа членства ...).<br /><br /> Когда видео загружается на этот канал, поле поддержки видео будет автоматически заполнено этим текстом. + Short text to tell people how they can support the channel (membership platform...).<br /><br /> + When a video is uploaded in this channel, the video support field will be automatically filled by this text. + Краткий текст, чтобы рассказать людям, как они могут поддержать канал (платформа членства ...).<br /><br /> Когда видео загружается на этот канал, поле поддержки видео будет автоматически заполнено этим текстом. src/app/+manage/video-channel-edit/video-channel-edit.component.html64 src/app/+manage/video-channel-edit/video-channel-edit.component.html64 @@ -474,10 +466,10 @@ video видео - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295 - src/app/+videos/+video-edit/video-update.component.ts341 - src/app/shared/shared-video-miniature/video-download.component.ts62 - + + + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: ) Ваша квота для этого видео превышена (размер видео: , использовано: , квота: ) @@ -583,23 +575,20 @@ Blocked Заблокировано - src/app/+admin/overview/videos/video-list.component.html82 - src/app/shared/shared-video-miniature/video-miniature.component.html64 - + + + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storage Хранилище объектов - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this file Удалить этот файл - src/app/+admin/overview/videos/video-list.component.html114 - src/app/+admin/overview/videos/video-list.component.html130 - + + + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}. Удалено {count, plural, =1 {1 видео} other { видео}}. @@ -735,8 +724,8 @@ src/app/shared/shared-forms/markdown-textarea.component.html20 - <a href="https://en.wikipedia.org/wiki/Markdown#Example" target="_blank" rel="noopener noreferrer">Markdown</a> compatible that supports: - <a href="https://ru.wikipedia.org/wiki/Markdown#Примеры_синтаксиса" target="_blank" rel="noopener noreferrer">Markdown</a> совместимый что поддерживает: + <a href="https://en.wikipedia.org/wiki/Markdown#Example" target="_blank" rel="noopener noreferrer">Markdown</a> compatible that supports: + <a href="https://ru.wikipedia.org/wiki/Markdown#Примеры_синтаксиса" target="_blank" rel="noopener noreferrer">Markdown</a> совместимый что поддерживает: src/app/shared/shared-main/misc/help.component.ts75 @@ -844,8 +833,8 @@ src/app/shared/shared-instance/instance-features-table.component.html6 - Default NSFW/sensitive videos policycan be redefined by the users - Политика NSFW/конфиденциальных видео по умолчаниюможет быть переопределена пользователями + Default NSFW/sensitive videos policycan be redefined by the users + Политика NSFW/конфиденциальных видео по умолчаниюможет быть переопределена пользователями src/app/shared/shared-instance/instance-features-table.component.html 13,14 @@ -953,8 +942,8 @@ Local Локальные - src/app/shared/shared-video-miniature/video-filters.model.ts135 - + + src/app/shared/shared-video-miniature/video-filters.model.ts141 users пользователи @@ -990,10 +979,10 @@ Following Ваши подписки - src/app/+admin/admin.component.ts84 - src/app/+admin/follows/following-list/following-list.component.html41 - src/app/+admin/follows/follows.routes.ts26 - + + + + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 Followers Подписчики @@ -1195,16 +1184,16 @@ src/app/+login/login.component.html11 - This instance allows registration. However, be careful to check the TermsTerms before creating an account. You may also search for another instance to match your exact needs at: https://joinpeertube.org/instances. - Этот экземпляр разрешает регистрацию. Однако не забудьте проверить Условия пользованияУсловия пользования перед созданием учетной записи. Вы также можете выполнить поиск другого экземпляра, точно соответствующего вашим потребностям, по адресу: https://joinpeertube.org/instances. + This instance allows registration. However, be careful to check the TermsTerms before creating an account. You may also search for another instance to match your exact needs at: https://joinpeertube.org/instances. + Этот экземпляр разрешает регистрацию. Однако не забудьте проверить Условия пользованияУсловия пользования перед созданием учетной записи. Вы также можете выполнить поиск другого экземпляра, точно соответствующего вашим потребностям, по адресу: https://joinpeertube.org/instances. src/app/+login/login.component.html 15,18 - Currently this instance doesn't allow for user registration, you may check the Terms 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: https://joinpeertube.org/instances. - В настоящее время этот экземпляр не позволяет регистрировать пользователей. Вы можете проверить Условия пользования для получения дополнительной информации, или найдите другой экземпляр, который даст вам возможность зарегистрироваться и добавить туда свои видео. Выберите подходящий, среди других экземпляров по адресу: https://joinpeertube.org/instances. + Currently this instance doesn't allow for user registration, you may check the Terms 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: https://joinpeertube.org/instances. + В настоящее время этот экземпляр не позволяет регистрировать пользователей. Вы можете проверить Условия пользования для получения дополнительной информации, или найдите другой экземпляр, который даст вам возможность зарегистрироваться и добавить туда свои видео. Выберите подходящий, среди других экземпляров по адресу: https://joinpeertube.org/instances. src/app/+login/login.component.html 20,23 @@ -1231,22 +1220,23 @@ src/app/+login/login.component.html131 - An email with the reset password instructions will be sent to . The link will expire within 1 hour. + An email with the reset password instructions will be sent to . +The link will expire within 1 hour. Письмо с руководством по сбросу пароля будет отправлено на . Ссылка будет рабочей в течении 1 часа. src/app/+login/login.component.ts151 Email Email - src/app/+admin/moderation/registration-list/registration-list.component.html38 - src/app/+admin/overview/users/user-edit/user-edit.component.html105 - src/app/+admin/overview/users/user-edit/user-edit.component.html105 - src/app/+admin/overview/users/user-list/user-list.component.ts132 - src/app/+login/login.component.html136 - src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6 - src/app/+signup/+register/steps/register-step-user.component.html46 - src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 Email address Email адрес @@ -1270,8 +1260,8 @@ src/app/+search/search.component.html8 - for - для + for + для src/app/+search/search.component.html 10 @@ -1297,8 +1287,8 @@ Signup Регистрация Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 - + + src/app/+signup/+register/register.component.ts85 Why creating an account? Зачем создавать учетную запись? @@ -1308,40 +1298,40 @@ - As you probably noticed: creating an account is not necessary to watch video on . However, creating an account on will allow you to: - Как вы, наверное, заметили: для просмотра видео на не требуется создавать учетную запись. Однако, создание учетной записи на позволит вам: + As you probably noticed: creating an account is not necessary to watch video on . However, creating an account on will allow you to: + Как вы, наверное, заметили: для просмотра видео на не требуется создавать учетную запись. Однако, создание учетной записи на позволит вам: src/app/+signup/+register/steps/register-step-about.component.html 4,8 - Comment videos - Комментировать видео + Comment videos + Комментировать видео src/app/+signup/+register/steps/register-step-about.component.html 11 - Subscribe to channels to be notified of new videos - Подписываться на каналы и получать уведомления о новых видео + Subscribe to channels to be notified of new videos + Подписываться на каналы и получать уведомления о новых видео src/app/+signup/+register/steps/register-step-about.component.html 12 - Have access to your watch history - Получать доступ к личной истории просмотров + Have access to your watch history + Получать доступ к личной истории просмотров src/app/+signup/+register/steps/register-step-about.component.html 13 - Create your channel to publish videos - Создавать свои каналы, чтобы публиковать видео + Create your channel to publish videos + Создавать свои каналы, чтобы публиковать видео src/app/+signup/+register/steps/register-step-about.component.html 14 @@ -1366,29 +1356,29 @@ src/app/+signup/+register/steps/register-step-about.component.html25 - has been created using PeerTube, a video creation platform developed by Framasoft. Framasoft is a french non-profit organization that offers alternatives to Big Tech's digital tools - создан с использованием PeerTube, платформы для создания видео, разработанной Framasoft. Framasoft - французская некоммерческая организация, предлагающая альтернативы цифровым инструментам Big Tech + has been created using PeerTube, a video creation platform developed by Framasoft. Framasoft is a french non-profit organization that offers alternatives to Big Tech's digital tools + создан с использованием PeerTube, платформы для создания видео, разработанной Framasoft. Framasoft - французская некоммерческая организация, предлагающая альтернативы цифровым инструментам Big Tech src/app/+signup/+register/steps/register-step-about.component.html38 - You want to publish videos on ? Then you need to create your first channel. - Вы хотите опубликовать видео на ? Для этого вам нужно создать свой первый канал. + You want to publish videos on ? Then you need to create your first channel. + Вы хотите опубликовать видео на ? Для этого вам нужно создать свой первый канал. src/app/+signup/+register/steps/register-step-channel.component.html 2,4 - You might want to create a channel by theme: for example, you can create a channel named "SweetMelodies" to publish your piano concerts and another one "Ecology" in which you publish your videos talking about ecology. - Вы можете создать канал по теме: например, вы можете создать канал под названием "SweetMelodies", чтобы публиковать свои фортепианные концерты, и еще один "Экология", на котором вы публикуете свои видеоролики, рассказывающие об экологии. + You might want to create a channel by theme: for example, you can create a channel named "SweetMelodies" to publish your piano concerts and another one "Ecology" in which you publish your videos talking about ecology. + Вы можете создать канал по теме: например, вы можете создать канал под названием "SweetMelodies", чтобы публиковать свои фортепианные концерты, и еще один "Экология", на котором вы публикуете свои видеоролики, рассказывающие об экологии. src/app/+signup/+register/steps/register-step-channel.component.html 6,9 - administrators allow you to publish up to of videos on their website. - администраторы разрешают вам публиковать до видео на их сайте. + administrators allow you to publish up to of videos on their website. + администраторы разрешают вам публиковать до видео на их сайте. src/app/+signup/+register/steps/register-step-channel.component.html 11,13 @@ -1462,8 +1452,8 @@ src/app/modal/admin-welcome-modal.component.html55 - Choosing your instance name, setting up a description, specifying who you are, why you created your instance and how long you plan to maintain it is very important for visitors to understand on what type of instance they are. - Выбор имени экземпляра, настройка описания, указав кто вы, почему вы создали свой экземпляр и как долго вы планируете поддерживать его очень важно, чтобы посетители понимали, на каком типе экземпляра они находятся. + Choosing your instance name, setting up a description, specifying who you are, why you created your instance and how long you plan to maintain it is very important for visitors to understand on what type of instance they are. + Выбор имени экземпляра, настройка описания, указав кто вы, почему вы создали свой экземпляр и как долго вы планируете поддерживать его очень важно, чтобы посетители понимали, на каком типе экземпляра они находятся. src/app/modal/admin-welcome-modal.component.html 57,61 @@ -1764,8 +1754,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html291 - ⚠️ If enabled, we recommend to use a HTTP proxy to prevent private URL access from your PeerTube server - ⚠️ Если включено, мы рекомендуем использовать прокси-сервер HTTP для предотвращения доступа к частному URL-адресу с вашего сервера PeerTube + ⚠️ If enabled, we recommend to use a HTTP proxy to prevent private URL access from your PeerTube server + ⚠️ Если включено, мы рекомендуем использовать прокси-сервер HTTP для предотвращения доступа к частному URL-адресу с вашего сервера PeerTube src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 @@ -1795,18 +1785,18 @@ - I already have an account, I log in - У меня уже есть аккаунт, войти + I already have an account, I log in + У меня уже есть аккаунт, войти src/app/+signup/+register/register.component.html30 - Termsof - Условия пользованияиз + Termsof + Условия пользованияиз src/app/+signup/+register/register.component.html41 - Setupyour account - Настройкаваша учетная запись + Setupyour account + Настройкаваша учетная запись src/app/+signup/+register/register.component.html66 @@ -1815,8 +1805,8 @@ src/app/+signup/+register/register.component.html81 - Createyour first channel - Создатьваш первый канал + Createyour first channel + Создатьваш первый канал src/app/+signup/+register/register.component.html83 @@ -1868,18 +1858,18 @@ src/app/modal/account-setup-warning-modal.component.html10 - Help moderators and other users to know who you are by: - Помогите модераторам и другим пользователям узнать кто вы by: + Help moderators and other users to know who you are by: + Помогите модераторам и другим пользователям узнать кто вы by: src/app/modal/account-setup-warning-modal.component.html12 - Uploading an avatar - Загрузка аватара + Uploading an avatar + Загрузка аватара src/app/modal/account-setup-warning-modal.component.html15 - Writing a description - Добавьте описание + Writing a description + Добавьте описание src/app/modal/account-setup-warning-modal.component.html16 @@ -1983,8 +1973,8 @@ Media is too large for the server. Please contact you administrator if you want to increase the limit size. Видео слишком большое для сервера. Пожалуйста свяжитесь со вашим администратором для увеличения лимита. - src/app/core/rest/rest-extractor.service.ts118 - + + src/app/core/rest/rest-extractor.service.ts122 GLOBAL SEARCH ГЛОБАЛЬНЫЙ ПОИСК @@ -2189,21 +2179,21 @@ Reset Сбросить - src/app/+search/search-filters.component.html8 - src/app/+search/search-filters.component.html22 - src/app/+search/search-filters.component.html41 - src/app/+search/search-filters.component.html60 - src/app/+search/search-filters.component.html74 - src/app/+search/search-filters.component.html109 - src/app/+search/search-filters.component.html122 - src/app/+search/search-filters.component.html135 - src/app/+search/search-filters.component.html148 - src/app/+search/search-filters.component.html163 - src/app/+search/search-filters.component.html171 - src/app/+search/search-filters.component.html188 - src/app/+search/search-filters.component.html229 - src/app/shared/shared-forms/reactive-file.component.html16 - + + + + + + + + + + + + + + + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter Фильтр @@ -2276,8 +2266,8 @@ - A timestamp (00:05 for example) is automatically converted into a link to a part of the video. - Отметка времени (00:05 например) автоматически преобразуется в ссылку на часть видео. + A timestamp (00:05 for example) is automatically converted into a link to a part of the video. + Отметка времени (00:05 например) автоматически преобразуется в ссылку на часть видео. src/app/+videos/+video-edit/shared/video-edit.component.html 52 @@ -2320,8 +2310,8 @@ src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts44 - Markdown compatible that also supports custom PeerTube HTML tags - совместим с Markdown который также поддерживает пользовательские HTML-метки PeerTube + Markdown compatible that also supports custom PeerTube HTML tags + совместим с Markdown который также поддерживает пользовательские HTML-метки PeerTube src/app/shared/shared-custom-markup/custom-markup-help.component.html 2 @@ -2358,14 +2348,14 @@ Advanced filters Расширенный фильтр - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30 - src/app/+admin/overview/comments/video-comment-list.component.ts47 - src/app/+admin/overview/users/user-list/user-list.component.ts43 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26 - src/app/+my-library/my-videos/my-videos.component.ts119 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts39 - src/app/shared/shared-instance/instance-follow.service.ts142 - + + + + + + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found Не найдено @@ -2374,89 +2364,68 @@ Description Описание - src/app/+about/about-instance/about-instance.component.html113 - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html24 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+videos/+video-edit/shared/video-edit.component.html44 - + + + + + + + + + + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 - Choose the appropriate licence for your work. - Выберите подходящую лицензию для своей работы. + Choose the appropriate licence for your work. + Выберите подходящую лицензию для своей работы. src/app/+videos/+video-edit/shared/video-edit.component.html86 Channel Канал - src/app/+admin/moderation/registration-list/registration-list.component.html39 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+videos/+video-edit/shared/video-edit.component.html65 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26 - src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reason Причина регистрации - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation response Ответ модерации - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 - Requested on - Запрошено - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + Requested on + Запрошено + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason: Причина регистрации: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response: Ответ модерации: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters. Не найдено регистраций, соответствующих текущим фильтрам. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found. Регистрации не найдено. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this request Принять этот запрос @@ -2565,7 +2534,7 @@ src/app/+videos/+video-edit/shared/video-edit.component.html189 - Already uploaded on ✔ + Already uploaded on Уже загружено на src/app/+videos/+video-edit/shared/video-edit.component.html193 @@ -2693,66 +2662,66 @@ Original publication date Дата публикации - src/app/+videos/+video-edit/shared/video-edit.component.html368 - + + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) Дата оригинальной публикации контента (т.е. год выхода фильма) - src/app/+videos/+video-edit/shared/video-edit.component.html371 - + + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settings Настройки плагинов - src/app/+videos/+video-edit/shared/video-edit.component.html402 - + + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latency Небольшая задержка - src/app/+videos/+video-edit/shared/video-edit.component.ts92 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2P Уменьшите задержку до ~ 15 с, отключив P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts93 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts94 Default По умолчанию - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55 - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50 - src/app/+videos/+video-edit/shared/video-edit.component.ts97 - + + + + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30s Средняя задержка 30с - src/app/+videos/+video-edit/shared/video-edit.component.ts98 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latency Высокая задержка - src/app/+videos/+video-edit/shared/video-edit.component.ts102 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratio Средняя задержка 60с, увеличивающая коэффициент P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts103 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts104 Other Другой - src/app/+videos/+video-edit/shared/video-edit.component.ts219 - src/app/shared/shared-forms/select/select-languages.component.ts50 - + + + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments Включить комментарии - src/app/+videos/+video-edit/shared/video-edit.component.html389 - + + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download Разрешить скачивание видео - src/app/+videos/+video-edit/shared/video-edit.component.html394 - + + src/app/+videos/+video-edit/shared/video-edit.component.html398 Advanced settings Дополнительные настройки @@ -2776,8 +2745,8 @@ src/app/+videos/+video-edit/video-add-components/video-import-url.component.html10 - You can also synchronize a remote channel in your library - Вы также можете синхронизировать удаленный канал в своей библиотеке + You can also synchronize a remote channel in your library + Вы также можете синхронизировать удаленный канал в своей библиотеке src/app/+videos/+video-edit/video-add-components/video-import-url.component.html20 @@ -2803,13 +2772,13 @@ Scheduled Запланировано - src/app/+videos/+video-edit/shared/video-edit.component.ts240 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date Скрыть видео до указанной даты - src/app/+videos/+video-edit/shared/video-edit.component.ts241 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal live Обычная трансляция @@ -2855,9 +2824,9 @@ Total video quota Общая квота видео - src/app/+admin/overview/users/user-list/user-list.component.html118 - src/app/shared/shared-main/users/user-quota.component.html3 - + + + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Congratulations! Your video is now available in your private library. @@ -2925,15 +2894,14 @@ src/app/+videos/+video-edit/video-update.component.html 29 - - - Your video is currenctly being updated. If you leave, your changes will be lost. - Ваше видео в настоящее время обновляется. Если вы уйдете, ваши изменения будут потеряны. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 + Read instance rules for help Ознакомьтесь с правилами экземпляра @@ -3172,8 +3140,8 @@ src/app/shared/shared-main/angular/login-link.component.ts11 - > Login - > Авторизоваться + > Login + > Авторизоваться src/app/+login/login.component.html 2,5 @@ -3192,10 +3160,10 @@ Muted Заглушено - src/app/+admin/overview/users/user-list/user-list.component.html104 - src/app/shared/shared-moderation/account-block-badges.component.html1 - src/app/shared/shared-share-modal/video-share.component.html223 - + + + + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Loop Повторять @@ -3317,8 +3285,8 @@ Show more Показать больше - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 - + + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less Показать меньше @@ -3363,14 +3331,14 @@ The video was blocked due to automatic blocking of new videos Видео заблокировано из-за автоматической блокировки новых роликов - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFW NSFW - src/app/+admin/moderation/video-block-list/video-block-list.component.html56 - src/app/+admin/overview/videos/video-list.component.html75 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Get more information Получить подробную информацию @@ -3625,16 +3593,13 @@ Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? Обновление токена не позволит ранее настроенным клиентам получать ленту новостей до тех пор, пока они не используют новый токен. Продолжить? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly. Токен обновлен. Обновите конфигурацию вашего клиента соответствующим образом. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEED ПОДПИСКА @@ -3663,9 +3628,9 @@ Renew token Обновить токен - src/app/+my-account/my-account-applications/my-account-applications.component.html36 - src/app/+my-account/my-account-applications/my-account-applications.component.ts41 - + + + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Filter... Фильтр... @@ -3686,69 +3651,63 @@ Video/Comment/Account Видео/Комментарий/Аккаунт - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 ID ID - src/app/+admin/system/jobs/jobs.component.html45 - + + src/app/+admin/system/jobs/jobs.component.html43 State Состояние - src/app/+admin/system/jobs/jobs.component.html48 - src/app/+my-library/my-video-imports/my-video-imports.component.html30 - + + + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 Created Создано - src/app/+admin/follows/followers-list/followers-list.component.html39 - src/app/+admin/follows/following-list/following-list.component.html43 - src/app/+admin/system/jobs/jobs.component.html50 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html27 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 - src/app/+my-library/my-video-imports/my-video-imports.component.html31 - src/app/shared/shared-abuse-list/abuse-list-table.component.html23 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab Открыть страницу актера в новой вкладке - src/app/+admin/follows/followers-list/followers-list.component.html56 - + + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted Принято - src/app/+admin/follows/followers-list/followers-list.component.html63 - src/app/+admin/follows/following-list/following-list.component.html65 - + + + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending Ожидается - src/app/+admin/follows/followers-list/followers-list.component.html64 - src/app/+admin/follows/following-list/following-list.component.html66 - + + + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 Rejected Отклоненный - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept Согласиться - src/app/+admin/follows/followers-list/followers-list.component.html50 - src/app/+admin/follows/followers-list/followers-list.component.ts45 - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25 - src/app/+my-library/my-ownership/my-ownership.component.html27 - + + + + + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse Отклонить @@ -3757,60 +3716,52 @@ No follower found matching current filters. Не найдено подписчиков, соответствующих текущим фильтрам. - src/app/+admin/follows/followers-list/followers-list.component.html77 - + + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. У вашего экземпляра нет последователей. - src/app/+admin/follows/followers-list/followers-list.component.html78 - - - Showing to of followers - Показано to из подписчиков - src/app/+admin/follows/followers-list/followers-list.component.html11 - + + src/app/+admin/follows/followers-list/followers-list.component.html77 + Redundancy allowed Избыточность разрешена - src/app/+admin/follows/following-list/following-list.component.html44 - + + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab Открыть экземпляр в новой вкладке - src/app/+admin/follows/following-list/following-list.component.html58 - src/app/shared/shared-moderation/server-blocklist.component.html43 - src/app/shared/shared-moderation/server-blocklist.component.html43 - + + + + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. Не найдено ни одного хоста, соответствующего текущим фильтрам. - src/app/+admin/follows/following-list/following-list.component.html84 - + + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. Ваш экземпляр ни за кем не подписан. - src/app/+admin/follows/following-list/following-list.component.html85 - + + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}} Вы действительно хотите отменить подписку на {count, plural, =1 {?} other { записи?}} src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - Показано по из хостов - src/app/+admin/follows/following-list/following-list.component.html11 - + Action Действие - src/app/+admin/follows/following-list/following-list.component.html40 - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/server-blocklist.component.html31 - src/app/shared/shared-moderation/server-blocklist.component.html31 - + + + + + + + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies Видео повторы @@ -3829,18 +3780,18 @@ Table parameters Параметры таблицы - src/app/+admin/overview/users/user-list/user-list.component.html47 - + + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns Выбрать столбцы - src/app/+admin/overview/users/user-list/user-list.component.html53 - + + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users Выбрать заблокированных пользователей - src/app/+admin/overview/users/user-list/user-list.component.html59 - + + src/app/+admin/overview/users/user-list/user-list.component.html57 Username Имя пользователя @@ -3955,54 +3906,50 @@ Batch actions Пакетные действия - src/app/+admin/follows/followers-list/followers-list.component.html18 - src/app/+admin/follows/following-list/following-list.component.html18 - src/app/+admin/moderation/registration-list/registration-list.component.html18 - src/app/+admin/overview/comments/video-comment-list.component.html22 - src/app/+admin/overview/users/user-list/user-list.component.html18 - src/app/+admin/overview/videos/video-list.component.html18 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 The user was banned Пользователь был заблокирован - src/app/+admin/overview/users/user-list/user-list.component.html109 - + + src/app/+admin/overview/users/user-list/user-list.component.html107 Open account in a new tab Открыть аккаунт в новой вкладке - src/app/+admin/overview/comments/video-comment-list.component.html69 - src/app/+admin/overview/users/user-list/user-list.component.html94 - src/app/+my-library/my-ownership/my-ownership.component.html32 - src/app/shared/shared-abuse-list/abuse-list-table.component.html44 - src/app/shared/shared-moderation/account-blocklist.component.html35 - src/app/shared/shared-moderation/account-blocklist.component.html35 - + + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account Удаленный аккаунт - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota Общая дневная квота видео - src/app/+admin/overview/users/user-list/user-list.component.html128 - + + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: Причина блокировки: - src/app/+admin/overview/users/user-list/user-list.component.html150 - + + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned users Заблокированные пользователи src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - Показано с по из пользователей - src/app/+admin/overview/users/user-list/user-list.component.html11 - + Moderation Модерация @@ -4043,9 +3990,9 @@ Video Видео - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30 - src/app/+admin/moderation/video-block-list/video-block-list.component.html26 - + + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size Общий размер @@ -4079,79 +4026,79 @@ Used () Использовано () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available () Доступно () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Sensitive Чувствительный - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated Нефедеральный - src/app/+admin/moderation/video-block-list/video-block-list.component.html28 - src/app/+admin/moderation/video-block-list/video-block-list.component.html60 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date Дата - src/app/+admin/moderation/video-block-list/video-block-list.component.html29 - src/app/+admin/overview/comments/video-comment-list.component.html46 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this row Выберите эту строку - src/app/+admin/follows/followers-list/followers-list.component.html46 - src/app/+admin/follows/following-list/following-list.component.html51 - src/app/+admin/moderation/registration-list/registration-list.component.html50 - src/app/+admin/overview/comments/video-comment-list.component.html54 - src/app/+admin/overview/users/user-list/user-list.component.html79 - src/app/+admin/overview/videos/video-list.component.html51 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full comment Посмотреть полный комментарий - src/app/+admin/overview/comments/video-comment-list.component.html58 - + + src/app/+admin/overview/comments/video-comment-list.component.html57 Actions Действия - src/app/+admin/follows/followers-list/followers-list.component.html35 - src/app/+admin/moderation/registration-list/registration-list.component.html60 - src/app/+admin/moderation/video-block-list/video-block-list.component.html43 - src/app/+admin/overview/comments/video-comment-list.component.html64 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70 - src/app/+admin/system/runners/runner-list/runner-list.component.html36 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44 - src/app/+my-library/my-ownership/my-ownership.component.html12 - src/app/shared/shared-abuse-list/abuse-list-table.component.html39 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 Follower Подписчик - src/app/+admin/follows/followers-list/followers-list.component.html36 - + + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented video Прокомментированное видео - src/app/+admin/overview/comments/video-comment-list.component.html81 - + + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters. Нет комментариев, соответствующих текущим фильтрам. - src/app/+admin/overview/comments/video-comment-list.component.html106 - + + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found. Нет комментариев. - src/app/+admin/overview/comments/video-comment-list.component.html107 - + + src/app/+admin/overview/comments/video-comment-list.component.html106 Local comments Локальные комментарии @@ -4170,53 +4117,53 @@ No abuses found matching current filters. Жалоб на найдено по указанному фильтру. - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. Жалоб не найдено. - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reports Неразрешенные отчеты - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reports Принятые отчеты - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reports Отказано в обращениях - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videos Обращения с заблокированными видео - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videos Обращения с удаленными видео - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: Причина блокировки: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. Не найдено заблокированных видео по данному фильтру. - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. Заблокированных видео не найдено. - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocks Автоматически заблокированные @@ -4227,11 +4174,7 @@ Заблокированные вручную src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - Показано по из заблокированных видео - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 - + Reports Отчёты @@ -4260,12 +4203,12 @@ Reporter Репортер - src/app/shared/shared-abuse-list/abuse-details.component.html7 - src/app/shared/shared-abuse-list/abuse-list-table.component.html21 - + + + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 - - + + src/app/shared/shared-abuse-list/abuse-details.component.html 21,23 @@ -4278,28 +4221,28 @@ Video Видео - src/app/+admin/overview/comments/video-comment-list.component.html44 - src/app/+admin/overview/videos/video-list.component.html40 - src/app/+my-library/my-ownership/my-ownership.component.html14 - src/app/+my-library/my-video-imports/my-video-imports.component.html29 - src/app/shared/shared-video-miniature/video-download.component.html8 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 Comment Комментарий - src/app/+admin/overview/comments/video-comment-list.component.html45 - src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 - + + + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 This video has been reported multiple times. Об этом видео сообщалось несколько раз. - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked Видео заблокировано - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on по на @@ -4308,13 +4251,19 @@ Video was deleted Видео удалено - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + Account deleted Аккаунт удален - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 Open video in a new tab Открыть видео в новой вкладке @@ -4323,33 +4272,29 @@ State Состояние - src/app/+admin/follows/followers-list/followers-list.component.html37 - src/app/+admin/follows/following-list/following-list.component.html42 - src/app/+admin/moderation/registration-list/registration-list.component.html41 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36 - src/app/shared/shared-abuse-list/abuse-list-table.component.html24 - + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages Сообщения - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note Внутреннее примечание - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score Рейтинг - src/app/+admin/follows/followers-list/followers-list.component.html38 - - - Showing to of reports - Показано с по из отчётов - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 - + + src/app/+admin/follows/followers-list/followers-list.component.html37 + Reportee Репортер @@ -4369,51 +4314,46 @@ Mute domain Отключить домен - src/app/shared/shared-moderation/server-blocklist.component.html19 - src/app/shared/shared-moderation/server-blocklist.component.html19 - + + + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance Сервер - src/app/+about/about.component.html3 - src/app/+search/search-filters.component.html217 - src/app/shared/shared-moderation/server-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html32 - + + + + + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at Отключено в - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/server-blocklist.component.html33 - src/app/shared/shared-moderation/server-blocklist.component.html33 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute Разглушить - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html40 - src/app/shared/shared-moderation/server-blocklist.component.html40 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. Не найдено ни одного сервера, соответствующего текущим фильтрам. - src/app/shared/shared-moderation/server-blocklist.component.html56 - src/app/shared/shared-moderation/server-blocklist.component.html56 - + + + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. Сервер не найден. - src/app/shared/shared-moderation/server-blocklist.component.html57 - src/app/shared/shared-moderation/server-blocklist.component.html57 - - - Showing to of muted instances - Показано с по из отключённых экземпляров - src/app/shared/shared-moderation/server-blocklist.component.html12 - src/app/shared/shared-moderation/server-blocklist.component.html12 - + + + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. Похоже, вы не на сервере HTTPS. На вашем веб-сервере должен быть активирован TLS, чтобы следить за серверами. @@ -4427,29 +4367,29 @@ Mute domains Отключить домены - src/app/shared/shared-moderation/server-blocklist.component.html64 - src/app/shared/shared-moderation/server-blocklist.component.html64 - + + + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account Аккаунт - src/app/+admin/moderation/registration-list/registration-list.component.html37 - src/app/+admin/overview/comments/video-comment-list.component.html43 - src/app/shared/shared-moderation/account-blocklist.component.html24 - src/app/shared/shared-moderation/account-blocklist.component.html24 - + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. Аккаунт, соответствующий текущим фильтрам, не найден. - src/app/shared/shared-moderation/account-blocklist.component.html54 - src/app/shared/shared-moderation/account-blocklist.component.html54 - + + + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. Аккаунт не найден. - src/app/shared/shared-moderation/account-blocklist.component.html55 - src/app/shared/shared-moderation/account-blocklist.component.html55 - + + + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed plugins Список установленных плагинов @@ -4465,12 +4405,7 @@ Показать плагин src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - Показано с по из отключённых аккаунтов - src/app/shared/shared-moderation/account-blocklist.component.html11 - src/app/shared/shared-moderation/account-blocklist.component.html11 - + Plugins/Themes Плагины/Темы @@ -4689,22 +4624,18 @@ В этом представлении также отображаются комментарии из отключенных аккаунтов. src/app/+admin/overview/comments/video-comment-list.component.html8 - - Showing to of comments - Показано от до комментариев - src/app/+admin/overview/comments/video-comment-list.component.html15 - + Select all rows Выбрать все строки - src/app/+admin/follows/followers-list/followers-list.component.html33 - src/app/+admin/follows/following-list/following-list.component.html38 - src/app/+admin/moderation/registration-list/registration-list.component.html33 - src/app/+admin/overview/comments/video-comment-list.component.html39 - src/app/+admin/overview/users/user-list/user-list.component.html39 - src/app/+admin/overview/videos/video-list.component.html36 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type Тип задания @@ -4724,62 +4655,52 @@ Selector for the list displaying jobs, filtering by their state - - Showing to of jobs - Показывается от до из задании - src/app/+admin/system/jobs/jobs.component.html39 - + Type Тип - src/app/+admin/system/jobs/jobs.component.html46 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 - + + + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 - Priority (1 = highest priority) - Приоритет (1 = наивысший приоритет) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + Priority (1 = highest priority) + Приоритет (1 = наивысший приоритет) + + src/app/+admin/system/jobs/jobs.component.html45 Progress Прогресс - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found. Задания не найдены. - src/app/+admin/system/jobs/jobs.component.html105 - + + src/app/+admin/system/jobs/jobs.component.html103 - No jobs found. - Заданий не найдено. - src/app/+admin/system/jobs/jobs.component.html106 - + No jobs found. + Заданий не найдено. + + src/app/+admin/system/jobs/jobs.component.html104 No jobs found. Не найдено заданий. - src/app/+admin/system/jobs/jobs.component.html110 - + + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are . Не найдено заданий которые . - src/app/+admin/system/jobs/jobs.component.html111 - + + src/app/+admin/system/jobs/jobs.component.html109 Refresh Обновить - src/app/+admin/overview/comments/video-comment-list.component.html31 - src/app/+admin/overview/videos/video-list.component.html27 - src/app/+admin/system/jobs/jobs.component.html30 - src/app/+admin/system/logs/logs.component.html33 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 now сейчас @@ -4807,8 +4728,8 @@ - By -> - От -> + By -> + От -> src/app/+admin/system/logs/logs.component.html47 @@ -4819,11 +4740,11 @@ Name Имя - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12 - src/app/+admin/system/runners/runner-list/runner-list.component.html23 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - + + + + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description Краткое описание @@ -4881,8 +4802,8 @@ src/app/+admin/config/edit-custom-config/edit-instance-information.component.html79 - Manage users to build a moderation team. - Управлять пользователями для создания команды модераторов. + Manage users to build a moderation team. + Управлять пользователями для создания команды модераторов. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html 80,82 @@ -4894,8 +4815,8 @@ src/app/+admin/config/edit-custom-config/edit-instance-information.component.html89 - Enabling it will allow other administrators to know that you are mainly federating sensitive content. Moreover, the NSFW checkbox on video upload will be automatically checked by default. - Включение этой настройки позволит другим администраторам узнать, что вы в основном добавляете конфиденциальное содержимое. Более того, флажок NSFW при загрузке видео будет автоматически установлен по умолчанию. + Enabling it will allow other administrators to know that you are mainly federating sensitive content. Moreover, the NSFW checkbox on video upload will be automatically checked by default. + Включение этой настройки позволит другим администраторам узнать, что вы в основном добавляете конфиденциальное содержимое. Более того, флажок NSFW при загрузке видео будет автоматически установлен по умолчанию. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html93 @@ -5013,8 +4934,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html4 - Use plugins & themes for more involved changes, or add slight customizations. - Используйте плагины & темы для более сложных изменений или добавьте небольшие изменения. + Use plugins & themes for more involved changes, or add slight customizations. + Используйте плагины & темы для более сложных изменений или добавьте небольшие изменения. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html 5,7 @@ -5106,8 +5027,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html150 - Manage users to set their quota individually. - Управление пользователями с целью установки персональной квоты. + Manage users to set their quota individually. + Управление пользователями с целью установки персональной квоты. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html151 @@ -5243,12 +5164,14 @@ ⚠️ We don't recommend to enable this feature if you don't trust your users ⚠️ Нежелательно включать эту функцию, если вы не доверяете своим пользователям src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + - - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - Разрешить синхронизацию канала с каналом других платформ, таких как YouTube (требуется разрешить импорт с URL-адресом HTTP) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 - + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ Вам необходимо разрешить импорт с URL-адресом HTTP, чтобы иметь возможность активировать эту функцию. @@ -5318,8 +5241,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html426 - You should only use moderated search indexes in production, or host your own. - В рабочей среде следует использовать только модерируемые поисковые индексы, или создать свой собственный. + You should only use moderated search indexes in production, or host your own. + В рабочей среде следует использовать только модерируемые поисковые индексы, или создать свой собственный. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html428 @@ -5353,8 +5276,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html476 - Manage relations with other instances. - Управление связями с другими экземплярами. + Manage relations with other instances. + Управление связями с другими экземплярами. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html477 @@ -5395,8 +5318,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html523 - See the documentation for more information about the expected URL - Ознакомьтесь с документацией для получение информации по ожидаемому URL + See the documentation for more information about the expected URL + Ознакомьтесь с документацией для получение информации по ожидаемому URL src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html528 @@ -5440,8 +5363,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html609 - If your instance is explicitly allowed by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not, we use an image link card that will redirect to your PeerTube instance. Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/w/blabla) on https://cards-dev.twitter.com/validator to see if you instance is allowed. - Если ваш экземпляр явно разрешен Twitter, видеопроигрыватель будет встроен в канал Twitter на видеоресурсе PeerTube. в противном случае мы используем карточку со ссылкой на изображение, которая будет перенаправлять на ваш экземпляр Установите этот флажок, сохраните конфигурацию и протестируйте с URL-адресом видео вашего экземпляра (https://example.com/w/blabla ) на https://cards-dev.twitter.com/validator чтобы узнать, разрешен ли ваш экземпляр. + If your instance is explicitly allowed by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not, we use an image link card that will redirect to your PeerTube instance. Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/w/blabla) on https://cards-dev.twitter.com/validator to see if you instance is allowed. + Если ваш экземпляр явно разрешен Twitter, видеопроигрыватель будет встроен в канал Twitter на видеоресурсе PeerTube. в противном случае мы используем карточку со ссылкой на изображение, которая будет перенаправлять на ваш экземпляр Установите этот флажок, сохраните конфигурацию и протестируйте с URL-адресом видео вашего экземпляра (https://example.com/w/blabla ) на https://cards-dev.twitter.com/validator чтобы узнать, разрешен ли ваш экземпляр. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html613 @@ -5563,8 +5486,8 @@ src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html108 - Use remote runners to process live transcoding. Remote runners has to register on your instance first. - Использовать удаленных участников для обработки транскодирования в реальном времени. Удаленные участники должны сначала зарегистрироваться на вашем экземпляре. + Use remote runners to process live transcoding. Remote runners has to register on your instance first. + Использовать удаленных участников для обработки транскодирования в реальном времени. Удаленные участники должны сначала зарегистрироваться на вашем экземпляре. src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html154 @@ -5600,8 +5523,8 @@ src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html35 - Use remote runners to process VOD transcoding. Remote runners has to register on your instance first. - Использовать удаленных участников для обработки транскодирования VOD. Удаленные участники должны сначала зарегистрироваться на вашем экземпляре. + Use remote runners to process VOD transcoding. Remote runners has to register on your instance first. + Использовать удаленных участников для обработки транскодирования VOD. Удаленные участники должны сначала зарегистрироваться на вашем экземпляре. src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html150 @@ -5654,8 +5577,8 @@ src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html89 - Requires ffmpeg >= 4.1Generate HLS playlists and fragmented MP4 files resulting in a better playback than with Web Videos:Resolution change is smootherFaster playback especially with long videosMore stable playback (less bugs/infinite loading)If you also enabled Web Videos support, it will multiply videos storage by 2 - Требуется ffmpeg >= 4.1Генерируйте списки воспроизведения HLS и фрагментированные файлы MP4, что приводит к лучшему воспроизведению, чем при использовании веб-видео:Изменение разрешения происходит более плавноБолее быстрое воспроизведение, особенно с длинными видеоБолее стабильное воспроизведение (меньше ошибок/бесконечная загрузка)Если вы также включили поддержку веб-видео, это увеличит объем хранилища видео в 2 раза + Requires ffmpeg >= 4.1Generate HLS playlists and fragmented MP4 files resulting in a better playback than with Web Videos:Resolution change is smootherFaster playback especially with long videosMore stable playback (less bugs/infinite loading)If you also enabled Web Videos support, it will multiply videos storage by 2 + Требуется ffmpeg >= 4.1Генерируйте списки воспроизведения HLS и фрагментированные файлы MP4, что приводит к лучшему воспроизведению, чем при использовании веб-видео:Изменение разрешения происходит более плавноБолее быстрое воспроизведение, особенно с длинными видеоБолее стабильное воспроизведение (меньше ошибок/бесконечная загрузка)Если вы также включили поддержку веб-видео, это увеличит объем хранилища видео в 2 раза src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 94,103 @@ -5748,8 +5671,8 @@ - Use remote runners to process studio transcoding tasks. Remote runners has to register on your instance first. - Использовать удаленных участников для обработки задач студийного транскодирования. Удаленные участники должны сначала зарегистрироваться на вашем экземпляре. + Use remote runners to process studio transcoding tasks. Remote runners has to register on your instance first. + Использовать удаленных участников для обработки задач студийного транскодирования. Удаленные участники должны сначала зарегистрироваться на вашем экземпляре. src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 240,243 @@ -5839,13 +5762,19 @@ src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html87 - Write JavaScript code directly.Example: console.log('my instance is amazing'); - Используйте код JavaScript напрямую.Пример: console.log('мой экземпляр потрясающий'); + Write JavaScript code directly.Example: console.log('my instance is amazing'); + Используйте код JavaScript напрямую.Пример: console.log('мой экземпляр потрясающий'); src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html90 - Write CSS code directly. Example:#custom-css color: red; Prepend with #custom-css to override styles. Example:#custom-css .logged-in-email color: red; - Используйте код CSS напрямую. Пример:#custom-css color: red; Добавить в начале #custom-css t, чтобы переопределить стили. Пример:#custom-css .logged-in-email color: red; + Write CSS code directly. Example:#custom-css +color: red; + + Prepend with #custom-css to override styles. Example:#custom-css .logged-in-email +color: red; + + + Используйте код CSS напрямую. Пример:#custom-css color: red; Добавить в начале #custom-css t, чтобы переопределить стили. Пример:#custom-css .logged-in-email color: red; src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html109 @@ -5862,8 +5791,8 @@ - There are errors in the form: - Ошибки в форме: + There are errors in the form: + Ошибки в форме: src/app/+admin/config/edit-custom-config/edit-custom-config.component.html71 @@ -6019,8 +5948,8 @@ src/app/shared/shared-video-miniature/video-download.component.ts265 - Update your settings - Обновить ваши настройки + Update your settings + Обновить ваши настройки src/app/shared/shared-video-miniature/video-filters-header.component.html 2,7 @@ -6043,38 +5972,38 @@ - Sort by "Recently Added" - Сортировка по «Недавно добавленные» + Sort by "Recently Added" + Сортировка по «Недавно добавленные» src/app/shared/shared-video-miniature/video-filters-header.component.html47 - Sort by "Original Publication Date" - Сортировка по «Дата публикации» + Sort by "Original Publication Date" + Сортировка по «Дата публикации» src/app/shared/shared-video-miniature/video-filters-header.component.html48 - Sort by "Name" - Сортировка по «Имени» + Sort by "Name" + Сортировка по «Имени» src/app/shared/shared-video-miniature/video-filters-header.component.html50 - Sort by "Recent Views" - Сортировка по «Недавние просмотры» + Sort by "Recent Views" + Сортировка по «Недавние просмотры» src/app/shared/shared-video-miniature/video-filters-header.component.html51 - Sort by "Hot" - Сортировка по «Горячее» + Sort by "Hot" + Сортировка по «Горячее» src/app/shared/shared-video-miniature/video-filters-header.component.html52 - Sort by "Likes" - Сортировка по «Нравится» + Sort by "Likes" + Сортировка по «Нравится» src/app/shared/shared-video-miniature/video-filters-header.component.html53 - Sort by "Global Views" - Сортировка по «Общие просмотры» + Sort by "Global Views" + Сортировка по «Общие просмотры» src/app/shared/shared-video-miniature/video-filters-header.component.html54 @@ -6159,8 +6088,8 @@ src/app/shared/shared-user-settings/user-video-settings.component.html4 - With Hide or Blur thumbnails, a confirmation will be requested to watch the video. - С помощьюСкрыть или Размыто превью, будет запрошено подтверждение для просмотра видео. + With Hide or Blur thumbnails, a confirmation will be requested to watch the video. + С помощьюСкрыть или Размыто превью, будет запрошено подтверждение для просмотра видео. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html106 src/app/shared/shared-user-settings/user-video-settings.component.html7 @@ -6281,74 +6210,52 @@ 9 - - Showing to of synchronizations - Отображать в из синхронизаций - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - - + Add synchronization Добавить синхронизацию - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 - External Channel - Внешний Канал - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + External Channel + Внешний Канал + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 - Channel - Канал - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + Channel + Канал + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 - Last synchronization at - Последняя синхронизация в - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + Last synchronization at + Последняя синхронизация в + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List imports Список импорта - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channel Полностью синхронизировать канал - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channel Это извлекает все отсутствующие видео на локальном канале - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for . Синхронизация успешно удалена для . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for . Полная синхронизация успешно запрошена для . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATION НОВАЯ СИНХРОНИЗАЦИЯ @@ -6487,18 +6394,14 @@ Target Цель - src/app/+my-library/my-video-imports/my-video-imports.component.html28 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted Это видео было удалено - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - - Showing to of imports - Показано с по из импортированных - src/app/+my-library/my-video-imports/my-video-imports.component.html21 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. После удаления учетной записи, вернуть ее будет невозможно. Вам будет предложено подтвердить это действие. @@ -6507,24 +6410,17 @@ Channel page Страница канала - src/app/+my-library/+my-video-channels/my-video-channels.component.html34 - src/app/+my-library/my-follows/my-subscriptions.component.html20 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65 - src/app/+videos/+video-watch/video-watch.component.html66 - + + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} {VAR_PLURAL, plural, =0 {No views} =1 {1 просмотр} other { просмотров}} src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - - Do you really want to delete ? It will delete videos uploaded in this channel, and you will not be able to create another channel or account with the same name ()! - Вы действительно хотите удалить ? Это приведет к удалению видео, загруженных на этот канал, и вы не сможете создать другой канал или учетную запись с таким же именем ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - - + Created by Создан @@ -6606,8 +6502,8 @@ - Some of your channels are not fully set up. Make them welcoming and explicit about what you publish by adding a banner, an avatar and a description. - Некоторые из ваших каналов настроены не полностью. Сделайте их более приветливыми и сообщите о том, что вы публикуете, добавив баннер, аватар и описание. + Some of your channels are not fully set up. Make them welcoming and explicit about what you publish by adding a banner, an avatar and a description. + Некоторые из ваших каналов настроены не полностью. Сделайте их более приветливыми и сообщите о том, что вы публикуете, добавив баннер, аватар и описание. src/app/shared/shared-main/misc/channels-setup-message.component.html 5 @@ -6932,8 +6828,8 @@ - Welcomeon - Добро пожаловатьна + Welcomeon + Добро пожаловатьна src/app/+signup/shared/signup-success-before-email.component.html7 @@ -6950,16 +6846,16 @@ src/app/+signup/shared/signup-success-before-email.component.html14 - Check your emails to validate your account and complete your registration request. - Проверьте свою электронную почту, чтобы подтвердить свою учетную запись и выполнить запрос на регистрацию. + Check your emails to validate your account and complete your registration request. + Проверьте свою электронную почту, чтобы подтвердить свою учетную запись и выполнить запрос на регистрацию. src/app/+signup/shared/signup-success-before-email.component.html 18,19 - Check your emails to validate your account and complete your registration. - Проверьте свою электронную почту, чтобы подтвердить свою учетную запись и завершить регистрацию. + Check your emails to validate your account and complete your registration. + Проверьте свою электронную почту, чтобы подтвердить свою учетную запись и завершить регистрацию. src/app/+signup/shared/signup-success-before-email.component.html 22,23 @@ -6968,9 +6864,9 @@ Banned Заблокировано - src/app/+accounts/accounts.component.html21 - src/app/+admin/overview/users/user-list/user-list.component.html105 - + + + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Instance muted Сервер заглушен @@ -7061,8 +6957,8 @@ Please type the name of the video channel () to confirm Введите название видеоканала () для подтверждения - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL НОВЫЙ КАНАЛ @@ -7091,8 +6987,8 @@ src/app/+accounts/account-video-channels/account-video-channels.component.html42 - SHOW THIS CHANNEL > - ПОКАЗАТЬ ЭТОТ КАНАЛ > + SHOW THIS CHANNEL > + ПОКАЗАТЬ ЭТОТ КАНАЛ > src/app/+accounts/account-video-channels/account-video-channels.component.html50 @@ -7340,8 +7236,8 @@ src/app/+about/about-peertube/about-peertube.component.html107 - 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 this document for more information - Одноранговые веб-узлы не являются общедоступными: поскольку мы используем транспорт веб-сокетов, этот протокол отличается от классического трекера BitTorrent. Когда вы находитесь в веб-браузере, вы отправляете сигнал, содержащий ваш IP-адрес, на трекер, который случайным образом выбирает других одноранговых узлов для пересылки информации. См. этот документ для получения дополнительной информации + 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 this document for more information + Одноранговые веб-узлы не являются общедоступными: поскольку мы используем транспорт веб-сокетов, этот протокол отличается от классического трекера BitTorrent. Когда вы находитесь в веб-браузере, вы отправляете сигнал, содержащий ваш IP-адрес, на трекер, который случайным образом выбирает других одноранговых узлов для пересылки информации. См. этот документ для получения дополнительной информации src/app/+about/about-peertube/about-peertube.component.html111 @@ -7442,8 +7338,8 @@ src/app/+about/about-instance/about-instance.component.ts91 - Contact the administrator(s) - Свяжитесь с администратором + Contact the administrator(s) + Свяжитесь с администратором src/app/+about/about-instance/contact-admin-modal.component.html 3 @@ -7467,13 +7363,13 @@ Go to the previous step Перейти к предыдущему шагу - src/app/+signup/+register/register.component.ts43 - + + src/app/+signup/+register/register.component.ts42 Go to the next step Перейти к следующему шагу - src/app/+signup/+register/register.component.ts44 - + + src/app/+signup/+register/register.component.ts43 Who are we? Кто мы такие? @@ -7492,8 +7388,8 @@ Terms of Условия пользования - src/app/shared/shared-instance/instance-about-accordion.component.ts81 - + + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability Администраторы & Устойчивость @@ -7566,8 +7462,8 @@ - I am at least years old and agree to the Terms and to the Code of Conduct of - Мне не меньше лет, и я согласен с Условиями пользования и с Правилами поведения экземпляра + I am at least years old and agree to the Terms and to the Code of Conduct of + Мне не меньше лет, и я согласен с Условиями пользования и с Правилами поведения экземпляра src/app/+signup/+register/steps/register-step-terms.component.html 17,22 @@ -7706,53 +7602,53 @@ Sensitive content Чувствительное содержимое - src/app/shared/shared-video-miniature/video-filters.model.ts125 - + + src/app/shared/shared-video-miniature/video-filters.model.ts131 Scope Область просмотра - src/app/shared/shared-video-miniature/video-filters.model.ts132 - + + src/app/shared/shared-video-miniature/video-filters.model.ts138 Federated Федерация - src/app/shared/shared-video-miniature/video-filters.model.ts134 - + + src/app/shared/shared-video-miniature/video-filters.model.ts140 Languages Языки - src/app/shared/shared-video-miniature/video-filters.model.ts142 - + + src/app/shared/shared-video-miniature/video-filters.model.ts148 Categories Категории - src/app/shared/shared-video-miniature/video-filters.model.ts151 - + + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videos Все видео - src/app/shared/shared-video-miniature/video-filters.model.ts160 - + + src/app/shared/shared-video-miniature/video-filters.model.ts166 Blurred Размытый - src/app/shared/shared-video-miniature/video-filters.model.ts240 - + + src/app/shared/shared-video-miniature/video-filters.model.ts246 hidden скрыть - src/app/shared/shared-video-miniature/video-filters.model.ts246 - + + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurred размытый - src/app/shared/shared-video-miniature/video-filters.model.ts247 - + + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayed отображать - src/app/shared/shared-video-miniature/video-filters.model.ts249 - + + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protected Защищен паролем @@ -7793,8 +7689,8 @@ src/app/+admin/config/edit-custom-config/edit-configuration.service.ts18 - A <code>.mp4</code> that keeps the original audio track, with no video - <code>.mp4</code> сохраняет исходную звуковую дорожку без видео + A <code>.mp4</code> that keeps the original audio track, with no video + <code>.mp4</code> сохраняет исходную звуковую дорожку без видео src/app/+admin/config/edit-custom-config/edit-configuration.service.ts19 @@ -7892,8 +7788,8 @@ src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html8 - However, you may want to read our guidelines before tweaking the following values. - Однако вы можете прочитать наши рекомендации перед настройкой следующих значений. + However, you may want to read our guidelines before tweaking the following values. + Однако вы можете прочитать наши рекомендации перед настройкой следующих значений. src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 12,14 @@ -8111,43 +8007,43 @@ Reject Отклонить - src/app/+admin/follows/followers-list/followers-list.component.html51 - src/app/+admin/follows/followers-list/followers-list.component.ts40 - src/app/+admin/follows/followers-list/followers-list.component.ts86 - + + + + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 Delete Удалить - src/app/+admin/follows/followers-list/followers-list.component.ts50 - src/app/+admin/follows/followers-list/followers-list.component.ts118 - src/app/+admin/follows/following-list/following-list.component.ts42 - src/app/+admin/moderation/registration-list/registration-list.component.ts65 - src/app/+admin/moderation/registration-list/registration-list.component.ts129 - src/app/+admin/moderation/video-block-list/video-block-list.component.ts91 - src/app/+admin/moderation/video-block-list/video-block-list.component.ts95 - src/app/+admin/overview/comments/video-comment-list.component.ts104 - src/app/+admin/overview/comments/video-comment-list.component.ts175 - src/app/+admin/overview/users/user-list/user-list.component.ts100 - src/app/+admin/overview/users/user-list/user-list.component.ts248 - src/app/+admin/overview/videos/video-list.component.ts76 - src/app/+admin/overview/videos/video-list.component.ts227 - src/app/+admin/overview/videos/video-list.component.ts282 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83 - src/app/+my-library/+my-video-channels/my-video-channels.component.ts63 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57 - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35 - src/app/+my-library/my-videos/my-videos.component.html51 - src/app/+my-library/my-videos/my-videos.component.ts191 - src/app/+videos/+video-edit/shared/video-edit.component.html196 - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts376 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts411 - src/app/shared/shared-main/buttons/delete-button.component.ts21 - src/app/shared/shared-main/buttons/delete-button.component.ts26 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}} Принято {count, plural, =1 { запрос на отслеживание} other { запросов на отслеживание}} @@ -8181,10 +8077,10 @@ Follow Подписаться - src/app/+admin/follows/following-list/follow-modal.component.html3 - src/app/+admin/follows/following-list/follow-modal.component.html37 - src/app/+admin/follows/following-list/following-list.component.html25 - + + + + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line 1 хост (без "http://"), дескриптор аккаунта или дескриптор канала в каждой строке @@ -8245,18 +8141,18 @@ Do you really want to remove this video redundancy? Вы действительно хотите удалить эту избыточность видео? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy Удалить подписчиков - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! Подписчик удален! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Account unmuted by your instance. Аккаунт был разблокирован на вашем сервере. @@ -8325,90 +8221,90 @@ Internal actions Внутренние действия - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report Удалить жалобу - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account Действия для отмеченного аккаунта - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mark as accepted Пометить как принято - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected Пометить как отклонено - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note Добавить внутреннюю заметку - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video Действия с видео - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video Заблокировать видео - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. Видео заблокировано. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video Разблокировать видео - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. Видео разблокировано. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Do you really want to delete this abuse report? Вы действительно хотите удалить эту жалобу? - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. Жалоба удалена. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment Комментарий удален - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter Сообщения с репортером - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators Сообщения с модераторами - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note Обновить внутреннюю заметку - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual Переключить видеоблок на ручной @@ -8548,13 +8444,13 @@ plugin плагин - src/app/+admin/plugins/shared/plugin-api.service.ts30 - + + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme тема - src/app/+admin/plugins/shared/plugin-api.service.ts33 - + + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP address IP адрес @@ -8564,8 +8460,8 @@ - PeerTube thinks your web browser public IP is . - PeerTube считает, что общедоступный IP-адрес вашего веб-браузера . + PeerTube thinks your web browser public IP is . + PeerTube считает, что общедоступный IP-адрес вашего веб-браузера . src/app/+admin/system/debug/debug.component.html 4 @@ -8612,16 +8508,16 @@ - Check the trust_proxy configuration key - Проверьте trust_proxy ключ конфигурации + Check the trust_proxy configuration key + Проверьте trust_proxy ключ конфигурации src/app/+admin/system/debug/debug.component.html 15 - If you run PeerTube using Docker, check you run the reverse-proxy with network_mode: "host" (see issue 1643) - Если вы запускаете PeerTube с помощью Docker, убедитесь, что вы запустили reverse-proxy с network_mode: "host" (см. issue 1643) + If you run PeerTube using Docker, check you run the reverse-proxy with network_mode: "host" (see issue 1643) + Если вы запускаете PeerTube с помощью Docker, убедитесь, что вы запустили reverse-proxy с network_mode: "host" (см. issue 1643) src/app/+admin/system/debug/debug.component.html 16,17 @@ -8674,19 +8570,19 @@ Info Информация - src/app/+admin/overview/videos/video-list.component.html41 - src/app/core/notification/notifier.service.ts12 - + + + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 Files Файлы - src/app/+admin/overview/videos/video-list.component.html42 - + + src/app/+admin/overview/videos/video-list.component.html41 - Published - Опубликовано - src/app/+admin/overview/videos/video-list.component.html43 - + Published + Опубликовано + + src/app/+admin/overview/videos/video-list.component.html42 Warning Внимание @@ -8713,49 +8609,42 @@ Журнал аудита src/app/+admin/system/logs/logs.component.ts145 - - Showing to of runner jobs - Показать в из заданий участника - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - - + UUID UUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 - Priority - Приоритет - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 - + Priority + Приоритет + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 - Progress - Состояние - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 - + Progress + Состояние + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 Runner Участник - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload: Полезная нагрузка: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload: Приватная полезная нагрузка: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found. Задания участника не найдены. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobs Выполненные работы @@ -8831,35 +8720,22 @@ 4 - - Showing to of remote runners - Показать в из удаленных участников - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - - + IP IP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 - + + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contact Последний контакт - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found. Удаленные участники не найдены. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. Пользователь был создан. @@ -8868,9 +8744,9 @@ Create user Создать пользователя - src/app/+admin/overview/users/user-edit/user-create.component.ts97 - src/app/+admin/overview/users/user-list/user-list.component.html25 - + + + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videos Заблокированные видео @@ -8890,8 +8766,8 @@ src/app/+admin/moderation/moderation.routes.ts114 - Accept registrationReject registration - Принять регистрациюОтклонить регистрацию + Accept registrationReject registration + Принять регистрациюОтклонить регистрацию src/app/+admin/moderation/registration-list/process-registration-modal.component.html 4,5 @@ -8906,40 +8782,40 @@ - Accepting  registration will create the account and channel. - Принятие  регистрации создаст учетную запись и канал. + Accepting  registration will create the account and channel. + Принятие  регистрации создаст учетную запись и канал. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 21,22 - An email will be sent to explaining its account has been created with the moderation response you'll write below. - Электронное письмо будет отправлено на с объяснением того, что его учетная запись была создана с помощью ответа модератора, который вы напишете ниже. + An email will be sent to explaining its account has been created with the moderation response you'll write below. + Электронное письмо будет отправлено на с объяснением того, что его учетная запись была создана с помощью ответа модератора, который вы напишете ниже. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 24,26 - Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its account has been created. - Электронная почта в этом экземпляре не включена, поэтому PeerTube не сможет отправить электронное письмо на адрес с уведомлением о создании учетной записи. + Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its account has been created. + Электронная почта в этом экземпляре не включена, поэтому PeerTube не сможет отправить электронное письмо на адрес с уведомлением о создании учетной записи. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 28,30 - An email will be sent to explaining its registration request has been rejected with the moderation response you'll write below. - Электронное письмо будет отправлено на объяснив, что его запрос на регистрацию был отклонен с ответом модератора, который вы напишете ниже. + An email will be sent to explaining its registration request has been rejected with the moderation response you'll write below. + Электронное письмо будет отправлено на объяснив, что его запрос на регистрацию был отклонен с ответом модератора, который вы напишете ниже. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 34,36 - Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its registration request has been rejected. - Электронная почта в этом экземпляре не включена, поэтому PeerTube не сможет отправить электронное письмо на с уведомлением, что его запрос на регистрацию был отклонен. + Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its registration request has been rejected. + Электронная почта в этом экземпляре не включена, поэтому PeerTube не сможет отправить электронное письмо на с уведомлением, что его запрос на регистрацию был отклонен. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 38,40 @@ -9013,14 +8889,7 @@ 3 - - Showing to of registrations - Показать на из регистрации - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - - + Password changed for user . Пароль изменён для пользователя . @@ -9082,9 +8951,9 @@ Live Трансляция - src/app/+admin/overview/videos/video-admin.service.ts53 - src/app/+admin/overview/videos/video-list.component.html88 - + + + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video files Видео файлы @@ -9200,8 +9069,8 @@ src/app/shared/shared-moderation/user-moderation-dropdown.component.ts99 - <p>You can't create users or channels with a username that already used by a deleted user/channel.</p> - <p>Вы не можете создавать пользователей или каналы с именем, которое уже используется.</p> + <p>You can't create users or channels with a username that already used by a deleted user/channel.</p> + <p>Вы не можете создавать пользователей или каналы с именем, которое уже используется.</p> src/app/+admin/overview/users/user-list/user-list.component.ts244 @@ -9243,8 +9112,8 @@ src/app/+my-library/my-history/my-history.component.html14 - Clear all history - Очистить всю историю + Clear all history + Очистить всю историю src/app/+my-library/my-history/my-history.component.html18 @@ -9480,18 +9349,18 @@ Too many languages are enabled. Please enable them all or stay below 20 enabled languages. Включено слишком много языков. Пожалуйста, включите их все или оставьте менее 20 языков. - src/app/shared/shared-user-settings/user-video-settings.component.ts76 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. Настройки видео обновлены. - src/app/shared/shared-user-settings/user-video-settings.component.ts121 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. Обновлены настройки отображения / видео. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Video channel created. Видеоканал был создан. @@ -9525,13 +9394,13 @@ Video channel deleted. Видеоканал был удалён. - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day Просмотры за день - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followers Мои подписчики @@ -9615,20 +9484,20 @@ Playlist created. Плейлист был создан. - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 - + + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 Create Создать - src/app/+admin/overview/users/user-edit/user-edit.component.html8 - src/app/+admin/overview/users/user-edit/user-edit.component.html8 - src/app/+manage/video-channel-edit/video-channel-create.component.ts107 - src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45 - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8 - src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 - + + + + + + + + + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist Изменить плейлист @@ -9706,9 +9575,15 @@ Вы действительно хотите удалить ? - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + Video deleted. @@ -9783,8 +9658,8 @@ src/app/+my-account/my-account-routing.module.ts128 - is awaiting email verification - ожидает подтверждения электронной почты + is awaiting email verification + ожидает подтверждения электронной почты src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 5,6 @@ -9799,8 +9674,8 @@ - Your current email is . It is never shown to the public. - Ваш текущий адрес электронной почты . Он не будет виден другим пользователям. + Your current email is . It is never shown to the public. + Ваш текущий адрес электронной почты . Он не будет виден другим пользователям. src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 13,16 @@ -9860,13 +9735,13 @@ Maximize editor Развернуть редактор - src/app/shared/shared-forms/markdown-textarea.component.ts51 - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editor Выйти из развернутого редактора - src/app/shared/shared-forms/markdown-textarea.component.ts52 - + + src/app/shared/shared-forms/markdown-textarea.component.ts50 An email with verification link will be sent to . Электронное письмо со ссылкой на подтверждение было отправлено на . @@ -9888,9 +9763,9 @@ Subscribe to the account Подписаться на аккаунт - src/app/+video-channels/video-channels.component.ts85 - src/app/+videos/+video-watch/video-watch.component.ts888 - + + + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTS ПЛЕЙЛИСТЫ @@ -9990,13 +9865,13 @@ src/app/+video-studio/edit/video-studio-edit.component.ts75 - The current video will be overwritten by this edited video and <strong>you won't be able to recover it</strong>.<br /><br /> - Текущее видео будет перезаписано этим отредактированным видео и <strong>вы не сможете его восстановить</strong>.<br /><br /> + The current video will be overwritten by this edited video and <strong>you won't be able to recover it</strong>.<br /><br /> + Текущее видео будет перезаписано этим отредактированным видео и <strong>вы не сможете его восстановить</strong>.<br /><br /> src/app/+video-studio/edit/video-studio-edit.component.ts79 - As a reminder, the following tasks will be executed: <ol></ol> - Напоминаем, что будут выполнены следующие задачи: <ol></ol> + As a reminder, the following tasks will be executed: <ol></ol> + Напоминаем, что будут выполнены следующие задачи: <ol></ol> src/app/+video-studio/edit/video-studio-edit.component.ts80 @@ -10060,7 +9935,8 @@ src/app/core/auth/auth.service.ts75 - Cannot retrieve OAuth Client credentials: . Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section. + Cannot retrieve OAuth Client credentials: . +Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section. Не удается получить учетные данные клиента OAuth: . Убедитесь, что вы правильно настроили PeerTube (config / directory), в частности раздел «веб-сервер». src/app/core/auth/auth.service.ts102 @@ -10229,17 +10105,17 @@ VOD videos Обработанные видео - src/app/+search/search-filters.component.html34 - src/app/shared/shared-video-miniature/video-filters-header.component.html112 - src/app/shared/shared-video-miniature/video-filters.model.ts174 - + + + + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videos Прямые трансляции - src/app/+search/search-filters.component.html29 - src/app/shared/shared-video-miniature/video-filters-header.component.html107 - src/app/shared/shared-video-miniature/video-filters.model.ts168 - + + + + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) Короткая (< 4 мин) @@ -10251,8 +10127,8 @@ src/app/+search/search-filters.component.ts63 - Long (> 10 min) - Длинная (> 10 мин) + Long (> 10 min) + Длинная (> 10 мин) src/app/+search/search-filters.component.ts67 @@ -10343,8 +10219,8 @@ - The video quota only takes into account original video size. Since transcoding is enabled, videos size can be at most ~ . - Квота на видео учитывает только оригинальный размер видео. Поскольку транскодирование включено, размер видео может быть не более ~ . + The video quota only takes into account original video size. Since transcoding is enabled, videos size can be at most ~ . + Квота на видео учитывает только оригинальный размер видео. Поскольку транскодирование включено, размер видео может быть не более ~ . src/app/+admin/shared/user-real-quota-info.component.html 1,4 @@ -11013,8 +10889,8 @@ - See the documentation to learn how to use the PeerTube live streaming feature. - См. документацию, чтобы узнать, как использовать функцию прямой трансляции PeerTube. + See the documentation to learn how to use the PeerTube live streaming feature. + См. документацию, чтобы узнать, как использовать функцию прямой трансляции PeerTube. src/app/shared/shared-video-live/live-documentation-link.component.html1 @@ -11661,14 +11537,14 @@ Instance languages Языки экземпляра - src/app/+videos/+video-edit/shared/video-edit.component.ts222 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages Все языки - src/app/+videos/+video-edit/shared/video-edit.component.ts223 - src/app/shared/shared-forms/select/select-languages.component.ts25 - + + + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Hidden Скрыть @@ -11682,9 +11558,9 @@ Displayed Показать - src/app/shared/shared-instance/instance-features-table.component.ts54 - src/app/shared/shared-video-miniature/video-filters.model.ts242 - + + + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 Disabled Отключен @@ -11811,8 +11687,8 @@ src/app/shared/shared-moderation/user-moderation-dropdown.component.ts89 - If you remove this user, you won't be able to create another user or channel with <strong></strong> username! - Если вы удалите этого пользователя, вы не сможете создать другого пользователя или канал с <strong></strong> именем пользователя! + If you remove this user, you won't be able to create another user or channel with <strong></strong> username! + Если вы удалите этого пользователя, вы не сможете создать другого пользователя или канал с <strong></strong> именем пользователя! src/app/shared/shared-moderation/user-moderation-dropdown.component.ts 104 @@ -11851,19 +11727,19 @@ Account muted by the instance. Аккаунт заглушен сервером. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434 - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server Отключить сервер - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. Сервер отключен экземпляром. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter Добавьте сообщение для общения с репортером @@ -12110,30 +11986,33 @@ Too many attempts, please try again after minutes. Слишком много попыток, пожалуйста, попробуйте снова через минут. - src/app/core/rest/rest-extractor.service.ts126 - + + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. Слишком много попыток, пожалуйста, попробуйте ещё раз позже. - src/app/core/rest/rest-extractor.service.ts129 - + + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. Ошибка сервера. Пожалуйста, повторите попытку позже. - src/app/core/rest/rest-extractor.service.ts133 - + + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later. Сервер недоступен. Повторите попытку позже. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server error Неизвестная ошибка сервера - src/app/core/rest/rest-extractor.service.ts140 + + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + Subscribed to all current channels of . You will be notified of all their new videos. @@ -12230,29 +12109,29 @@ Delete video Удалить видео - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment Действия над комментарием - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment Удалить комментарий - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? Вы действительно хотите удалить этот комментарий? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 - + + + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. Комментарий удален. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Encoder Кодировщик @@ -12300,25 +12179,25 @@ Do you really want to delete this video? Вы действительно хотите удалить это видео? - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. Видео удалено. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter Действия для репортера - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter Отключить репортера - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 Download Скачать @@ -12466,59 +12345,37 @@ 58 - - Showing to of registration tokens - Показать в из токенов регистрации - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - - + Token Токен - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runners Связанные участники - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate token Сгенерировать токен - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copied Токен регистрации скопирован - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration token Копировать токен регистрации - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners. Не найден регистрационный токен для удаленных участников. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this token Удалите этот токен @@ -12586,9 +12443,9 @@ Mute account Отключить аккаунт - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actions Открыть видео события @@ -12622,8 +12479,8 @@ Mute server account Отключить аккаунт сервера - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Report Пожаловаться @@ -12722,27 +12579,27 @@ - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18 - src/app/+admin/overview/videos/video-list.component.html77 - src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4 - src/app/+stats/video/video-stats.component.html2 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31 - src/app/+videos/+video-watch/video-watch.component.html76 - src/app/menu/menu.component.html112 - src/app/shared/shared-instance/instance-about-accordion.component.html115 - src/app/shared/shared-main/angular/login-link.component.html1 - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html20 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html30 - src/app/shared/shared-moderation/user-ban-modal.component.html3 - src/app/shared/shared-user-settings/user-interface-settings.component.html9 - src/app/shared/shared-video-miniature/video-download.component.html27 - src/app/shared/shared-video-miniature/video-download.component.html47 - src/app/shared/shared-video-miniature/video-download.component.html66 - src/app/shared/shared-video-miniature/video-download.component.html77 - src/app/shared/shared-video-miniature/video-download.component.html89 - src/app/shared/shared-video-miniature/videos-selection.component.html1 - + + + + + + + + + + + + + + + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Add to watch later Добавить, чтобы посмотреть позже @@ -12774,28 +12631,28 @@ Only I can see this video Только я могу видеть это видео - src/app/shared/shared-main/video/video.service.ts460 - + + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link Можно поделиться только по частной ссылке - src/app/shared/shared-main/video/video.service.ts461 - + + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video Все могут видеть это видео - src/app/shared/shared-main/video/video.service.ts462 - + + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video Это видео могут просматривать только пользователи этого экземпляра - src/app/shared/shared-main/video/video.service.ts463 - + + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this video Только пользователи с соответствующим паролем могут просмотреть это видео - src/app/shared/shared-main/video/video.service.ts464 - + + src/app/shared/shared-main/video/video.service.ts465 Video to import updated. Видео для импорта обновлено. @@ -12840,45 +12697,33 @@ You have unsaved changes! If you leave, your changes will be lost. У вас есть несохраненные изменения! Если вы уйдете, ваши изменения будут потеряны. - src/app/+videos/+video-edit/video-update.component.ts140 - + + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. Видео изменено. - src/app/+videos/+video-edit/video-update.component.ts227 - + + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators. Ваше видео также будет автоматически заблокировано, так как публикация видео требует ручной проверки модераторами. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version. Загрузка новой версии вашего видео полностью удалит текущую версию. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 - <br /><br />Do you still want to replace your video file? - <br /><br />Вы все еще хотите заменить видеофайл? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + <br /><br />Do you still want to replace your video file? + <br /><br />Вы все еще хотите заменить видеофайл? + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warning Предупреждение о замене файла - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: ) (расширения: ) @@ -12949,141 +12794,132 @@ - This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? - Это видео недоступно в этом экземпляре. Вы хотите, чтобы вас перенаправили на исходный экземпляр: <a href=""></a>? - src/app/+videos/+video-watch/video-watch.component.ts370 - + This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? + Это видео недоступно в этом экземпляре. Вы хотите, чтобы вас перенаправили на исходный экземпляр: <a href=""></a>? + + src/app/+videos/+video-watch/video-watch.component.ts371 Redirection Перенаправление - src/app/+videos/+video-watch/video-watch.component.ts371 - + + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this video Вам нужен пароль, чтобы посмотреть это видео - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protected Это видео защищено паролем - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct password Неверный пароль, пожалуйста, введите правильный пароль - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? Это видео содержит зрелый или откровенный контент. Вы уверены, что хотите посмотреть его? - src/app/+videos/+video-watch/video-watch.component.ts446 - + + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content Зрелый или откровенный контент - src/app/+videos/+video-watch/video-watch.component.ts447 - + + src/app/+videos/+video-watch/video-watch.component.ts448 Cancel Отмена - src/app/+about/about-instance/contact-admin-modal.component.html48 - src/app/+admin/follows/following-list/follow-modal.component.html33 - src/app/+admin/moderation/registration-list/process-registration-modal.component.html67 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102 - src/app/+login/login.component.html146 - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20 - src/app/+my-library/my-video-imports/my-video-imports.component.html42 - src/app/+my-library/my-videos/modals/video-change-ownership.component.html22 - src/app/+videos/+video-edit/shared/upload-progress.component.html14 - src/app/+videos/+video-edit/shared/upload-progress.component.html26 - src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37 - src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25 - src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73 - src/app/modal/confirm.component.html25 - src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26 - src/app/shared/shared-moderation/batch-domains-modal.component.html31 - src/app/shared/shared-moderation/report-modals/report.component.html53 - src/app/shared/shared-moderation/report-modals/report.component.html53 - src/app/shared/shared-moderation/report-modals/video-report.component.html84 - src/app/shared/shared-moderation/user-ban-modal.component.html34 - src/app/shared/shared-moderation/video-block.component.html46 - src/app/shared/shared-video-miniature/video-download.component.html140 - + + + + + + + + + + + + + + + + + + + + + + + + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreen Вход/выход из полноэкранного режима - src/app/+videos/+video-watch/video-watch.component.ts851 - + + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the video Воспроизвести/Приостановить видео - src/app/+videos/+video-watch/video-watch.component.ts852 - + + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the video Отключить/включить звук видео - src/app/+videos/+video-watch/video-watch.component.ts853 - + + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90% Перейти к проценту видео: 0 – 0%, 9 – 90% - src/app/+videos/+video-watch/video-watch.component.ts868 - + + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volume Увеличить громкость - src/app/+videos/+video-watch/video-watch.component.ts855 - + + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volume Уменьшить громкость - src/app/+videos/+video-watch/video-watch.component.ts856 - + + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forward Перемотать видео вперед - src/app/+videos/+video-watch/video-watch.component.ts870 - + + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backward Перемотать видео назад - src/app/+videos/+video-watch/video-watch.component.ts871 - + + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rate Увеличить скорость воспроизведения - src/app/+videos/+video-watch/video-watch.component.ts873 - + + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rate Уменьшить скорость воспроизведения - src/app/+videos/+video-watch/video-watch.component.ts874 - + + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frame Перейти к предыдущему кадру - src/app/+videos/+video-watch/video-watch.component.ts876 - + + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frame Перейти к следующему кадру - src/app/+videos/+video-watch/video-watch.component.ts877 - + + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater mode Переключить режим театра - src/app/+videos/+video-watch/video-watch.component.ts861 - + + src/app/+videos/+video-watch/video-watch.component.ts867 Like the video Мне понравилось @@ -13163,14 +12999,7 @@ 103 - - Showing to of videos - Отображение в из видео - - src/app/+admin/overview/videos/video-list.component.html - 11 - - + Only videos uploaded on this instance are displayed Отображаются видео, добавленные только в этот экземпляр diff --git a/client/src/locale/angular.sk-SK.xlf b/client/src/locale/angular.sk-SK.xlf index bba0cf169..d535fffb9 100644 --- a/client/src/locale/angular.sk-SK.xlf +++ b/client/src/locale/angular.sk-SK.xlf @@ -415,30 +415,21 @@ {views, plural, =0 {No view} =1 {1 view} other { views}} {views, plural, =0 {No view} =1 {1 view} other { views}} - src/app/shared/shared-main/video/video.model.ts291 + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded.PeerTube considers this video is already being transcoded. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcodingForce transcoding - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} - src/app/shared/shared-main/video/video.model.ts288 + src/app/shared/shared-main/video/video.model.ts289 @@ -454,13 +445,13 @@ Account muted Account muted - src/app/+admin/overview/videos/video-list.component.html79 - + + src/app/+admin/overview/videos/video-list.component.html78 Server muted Server muted - src/app/+admin/overview/videos/video-list.component.html80 - + + src/app/+admin/overview/videos/video-list.component.html79 Save to Save to @@ -579,7 +570,7 @@ video - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts341src/app/shared/shared-video-miniature/video-download.component.ts62 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: ) Your video quota is exceeded with this video (video size: , used: , quota: ) @@ -691,21 +682,18 @@ Blocked - src/app/+admin/overview/videos/video-list.component.html82src/app/shared/shared-video-miniature/video-miniature.component.html64 + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storage Object storage - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this file Delete this file - src/app/+admin/overview/videos/video-list.component.html114 - src/app/+admin/overview/videos/video-list.component.html130 - + + + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}. @@ -1081,7 +1069,7 @@ Local Local - src/app/shared/shared-video-miniature/video-filters.model.ts135 + src/app/shared/shared-video-miniature/video-filters.model.ts141 users users @@ -1117,10 +1105,10 @@ Following Following - src/app/+admin/admin.component.ts84 - src/app/+admin/follows/following-list/following-list.component.html41 - src/app/+admin/follows/follows.routes.ts26 - + + + + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 Followers Followers @@ -1384,7 +1372,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 Email address Email address @@ -1436,7 +1424,7 @@ The link will expire within 1 hour. Signup Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 + src/app/+signup/+register/register.component.ts85 Why creating an account? Why creating an account? @@ -2148,8 +2136,8 @@ The link will expire within 1 hour. Media is too large for the server. Please contact you administrator if you want to increase the limit size. Media is too large for the server. Please contact you administrator if you want to increase the limit size. - src/app/core/rest/rest-extractor.service.ts118 - + + src/app/core/rest/rest-extractor.service.ts122 GLOBAL SEARCH GLOBAL SEARCH @@ -2358,21 +2346,21 @@ The link will expire within 1 hour. Reset - src/app/+search/search-filters.component.html8 - src/app/+search/search-filters.component.html22 - src/app/+search/search-filters.component.html41 - src/app/+search/search-filters.component.html60 - src/app/+search/search-filters.component.html74 - src/app/+search/search-filters.component.html109 - src/app/+search/search-filters.component.html122 - src/app/+search/search-filters.component.html135 - src/app/+search/search-filters.component.html148 - src/app/+search/search-filters.component.html163 - src/app/+search/search-filters.component.html171 - src/app/+search/search-filters.component.html188 - src/app/+search/search-filters.component.html229 - src/app/shared/shared-forms/reactive-file.component.html16 - + + + + + + + + + + + + + + + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter Filter @@ -2542,7 +2530,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts39src/app/shared/shared-instance/instance-follow.service.ts142 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found No items found @@ -2551,16 +2539,16 @@ The link will expire within 1 hour. Description Description - src/app/+about/about-instance/about-instance.component.html113 - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html24 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+videos/+video-edit/shared/video-edit.component.html44 - + + + + + + + + + + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 Choose the appropriate licence for your work. Choose the appropriate licence for your work. @@ -2569,71 +2557,50 @@ The link will expire within 1 hour. Channel Channel - src/app/+admin/moderation/registration-list/registration-list.component.html39 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+videos/+video-edit/shared/video-edit.component.html65 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26 - src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reason Registration reason - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation response Moderation response - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 Requested on Requested on - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason: Registration reason: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response: Moderation response: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters. No registrations found matching current filters. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found. No registrations found. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this request Accept this request @@ -2877,67 +2844,67 @@ The link will expire within 1 hour. Original publication date Original publication date - src/app/+videos/+video-edit/shared/video-edit.component.html368 + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) This is the date when the content was originally published (e.g. the release date for a film) - src/app/+videos/+video-edit/shared/video-edit.component.html371 + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settings Plugin settings - src/app/+videos/+video-edit/shared/video-edit.component.html402 + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latency Small latency - src/app/+videos/+video-edit/shared/video-edit.component.ts92 + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2P Reduce latency to ~15s disabling P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts93 + src/app/+videos/+video-edit/shared/video-edit.component.ts94 Default Default - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts97 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30s Average latency of 30s - src/app/+videos/+video-edit/shared/video-edit.component.ts98 + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latency High latency - src/app/+videos/+video-edit/shared/video-edit.component.ts102 + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratio Average latency of 60s increasing P2P ratio - src/app/+videos/+video-edit/shared/video-edit.component.ts103 + src/app/+videos/+video-edit/shared/video-edit.component.ts104 Other Other - src/app/+videos/+video-edit/shared/video-edit.component.ts219src/app/shared/shared-forms/select/select-languages.component.ts50 + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments Enable video comments - src/app/+videos/+video-edit/shared/video-edit.component.html389 + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download Enable download - src/app/+videos/+video-edit/shared/video-edit.component.html394 + src/app/+videos/+video-edit/shared/video-edit.component.html398 Advanced settings Advanced settings @@ -2992,12 +2959,12 @@ The link will expire within 1 hour. Scheduled Scheduled - src/app/+videos/+video-edit/shared/video-edit.component.ts240 + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date Hide the video until a specific date - src/app/+videos/+video-edit/shared/video-edit.component.ts241 + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal live Normal live @@ -3049,9 +3016,9 @@ The link will expire within 1 hour. Total video quota Total video quota - src/app/+admin/overview/users/user-list/user-list.component.html118 - src/app/shared/shared-main/users/user-quota.component.html3 - + + + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Congratulations! Your video is now available in your private library. @@ -3115,11 +3082,11 @@ The link will expire within 1 hour. src/app/+videos/+video-edit/video-update.component.html 29 - - Your video is currenctly being updated. If you leave, your changes will be lost.Your video is currenctly being updated. If you leave, your changes will be lost. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 @@ -3403,7 +3370,7 @@ The link will expire within 1 hour. - src/app/+admin/overview/users/user-list/user-list.component.html104src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Loop Loop @@ -3527,8 +3494,8 @@ The link will expire within 1 hour. Show more Show more - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 - + + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less Show less @@ -3573,14 +3540,14 @@ The link will expire within 1 hour. The video was blocked due to automatic blocking of new videos The video was blocked due to automatic blocking of new videos - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFW NSFW - src/app/+admin/moderation/video-block-list/video-block-list.component.html56 - src/app/+admin/overview/videos/video-list.component.html75 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Get more information Get more information @@ -3828,16 +3795,13 @@ The link will expire within 1 hour. Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly. Token renewed. Update your client configuration accordingly. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEED SUBSCRIPTION FEED @@ -3866,9 +3830,9 @@ The link will expire within 1 hour. Renew token Renew token - src/app/+my-account/my-account-applications/my-account-applications.component.html36 - src/app/+my-account/my-account-applications/my-account-applications.component.ts41 - + + + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Filter... Filter... @@ -3889,72 +3853,66 @@ The link will expire within 1 hour. Video/Comment/Account Video/Comment/Account - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 ID ID - src/app/+admin/system/jobs/jobs.component.html45 - + + src/app/+admin/system/jobs/jobs.component.html43 State State - src/app/+admin/system/jobs/jobs.component.html48 - src/app/+my-library/my-video-imports/my-video-imports.component.html30 - + + + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 Created Created - src/app/+admin/follows/followers-list/followers-list.component.html39 - src/app/+admin/follows/following-list/following-list.component.html43 - src/app/+admin/system/jobs/jobs.component.html50 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html27 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 - src/app/+my-library/my-video-imports/my-video-imports.component.html31 - src/app/shared/shared-abuse-list/abuse-list-table.component.html23 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab Open actor page in a new tab - src/app/+admin/follows/followers-list/followers-list.component.html56 - + + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted Accepted - src/app/+admin/follows/followers-list/followers-list.component.html63 - src/app/+admin/follows/following-list/following-list.component.html65 - + + + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending Pending - src/app/+admin/follows/followers-list/followers-list.component.html64 - src/app/+admin/follows/following-list/following-list.component.html66 - + + + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 Rejected Rejected - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept Accept - src/app/+admin/follows/followers-list/followers-list.component.html50 - src/app/+admin/follows/followers-list/followers-list.component.ts45 - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25 - src/app/+my-library/my-ownership/my-ownership.component.html27 - + + + + + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse Refuse @@ -3963,72 +3921,56 @@ The link will expire within 1 hour. No follower found matching current filters. No follower found matching current filters. - src/app/+admin/follows/followers-list/followers-list.component.html77 - + + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. Your instance doesn't have any follower. - src/app/+admin/follows/followers-list/followers-list.component.html78 - - - Showing to of followers - Showing - to - of - followers - - src/app/+admin/follows/followers-list/followers-list.component.html11 - + + src/app/+admin/follows/followers-list/followers-list.component.html77 + Redundancy allowed Redundancy allowed - src/app/+admin/follows/following-list/following-list.component.html44 - + + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab Open instance in a new tab - src/app/+admin/follows/following-list/following-list.component.html58 - src/app/shared/shared-moderation/server-blocklist.component.html43 - src/app/shared/shared-moderation/server-blocklist.component.html43 - + + + + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. No host found matching current filters. - src/app/+admin/follows/following-list/following-list.component.html84 - + + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. Your instance is not following anyone. - src/app/+admin/follows/following-list/following-list.component.html85 - + + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}} Do you really want to unfollow {count, plural, =1 {?} other { entries?}} src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - Showing - to - of - hosts - - src/app/+admin/follows/following-list/following-list.component.html11 - + Action Action - src/app/+admin/follows/following-list/following-list.component.html40 - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/server-blocklist.component.html31 - src/app/shared/shared-moderation/server-blocklist.component.html31 - + + + + + + + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies Videos redundancies @@ -4047,18 +3989,18 @@ The link will expire within 1 hour. Table parameters Table parameters - src/app/+admin/overview/users/user-list/user-list.component.html47 - + + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns Select columns - src/app/+admin/overview/users/user-list/user-list.component.html53 - + + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users Highlight banned users - src/app/+admin/overview/users/user-list/user-list.component.html59 - + + src/app/+admin/overview/users/user-list/user-list.component.html57 Username Username @@ -4175,60 +4117,52 @@ The link will expire within 1 hour. Batch actions Batch actions - src/app/+admin/follows/followers-list/followers-list.component.html18 - src/app/+admin/follows/following-list/following-list.component.html18 - src/app/+admin/moderation/registration-list/registration-list.component.html18 - src/app/+admin/overview/comments/video-comment-list.component.html22 - src/app/+admin/overview/users/user-list/user-list.component.html18 - src/app/+admin/overview/videos/video-list.component.html18 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 The user was banned The user was banned - src/app/+admin/overview/users/user-list/user-list.component.html109 - + + src/app/+admin/overview/users/user-list/user-list.component.html107 Open account in a new tab Open account in a new tab - src/app/+admin/overview/comments/video-comment-list.component.html69 - src/app/+admin/overview/users/user-list/user-list.component.html94 - src/app/+my-library/my-ownership/my-ownership.component.html32 - src/app/shared/shared-abuse-list/abuse-list-table.component.html44 - src/app/shared/shared-moderation/account-blocklist.component.html35 - src/app/shared/shared-moderation/account-blocklist.component.html35 - + + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account Deleted account - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota Total daily video quota - src/app/+admin/overview/users/user-list/user-list.component.html128 - + + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: Ban reason: - src/app/+admin/overview/users/user-list/user-list.component.html150 - + + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned users Banned users src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - Showing - to - of - users - - src/app/+admin/overview/users/user-list/user-list.component.html11 - + Moderation Moderation @@ -4272,9 +4206,9 @@ The link will expire within 1 hour. - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30 - src/app/+admin/moderation/video-block-list/video-block-list.component.html26 - + + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size Total size @@ -4310,82 +4244,82 @@ The link will expire within 1 hour. Used () Used () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available () Available () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Sensitive Sensitive - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated Unfederated - src/app/+admin/moderation/video-block-list/video-block-list.component.html28 - src/app/+admin/moderation/video-block-list/video-block-list.component.html60 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date Date - src/app/+admin/moderation/video-block-list/video-block-list.component.html29 - src/app/+admin/overview/comments/video-comment-list.component.html46 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this row Select this row - src/app/+admin/follows/followers-list/followers-list.component.html46 - src/app/+admin/follows/following-list/following-list.component.html51 - src/app/+admin/moderation/registration-list/registration-list.component.html50 - src/app/+admin/overview/comments/video-comment-list.component.html54 - src/app/+admin/overview/users/user-list/user-list.component.html79 - src/app/+admin/overview/videos/video-list.component.html51 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full comment See full comment - src/app/+admin/overview/comments/video-comment-list.component.html58 - + + src/app/+admin/overview/comments/video-comment-list.component.html57 Actions Actions - src/app/+admin/follows/followers-list/followers-list.component.html35 - src/app/+admin/moderation/registration-list/registration-list.component.html60 - src/app/+admin/moderation/video-block-list/video-block-list.component.html43 - src/app/+admin/overview/comments/video-comment-list.component.html64 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70 - src/app/+admin/system/runners/runner-list/runner-list.component.html36 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44 - src/app/+my-library/my-ownership/my-ownership.component.html12 - src/app/shared/shared-abuse-list/abuse-list-table.component.html39 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 Follower Follower - src/app/+admin/follows/followers-list/followers-list.component.html36 - + + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented video Commented video - src/app/+admin/overview/comments/video-comment-list.component.html81 - + + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters. No comments found matching current filters. - src/app/+admin/overview/comments/video-comment-list.component.html106 - + + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found. No comments found. - src/app/+admin/overview/comments/video-comment-list.component.html107 - + + src/app/+admin/overview/comments/video-comment-list.component.html106 Local comments Local comments @@ -4404,53 +4338,53 @@ The link will expire within 1 hour. No abuses found matching current filters. No abuses found matching current filters. - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. No abuses found. - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reports Unsolved reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reports Accepted reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reports Refused reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videos Reports with blocked videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videos Reports with deleted videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: Block reason: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. No blocked video found matching current filters. - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. No blocked video found. - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocks Automatic blocks @@ -4461,15 +4395,7 @@ The link will expire within 1 hour. Manual blocks src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - Showing - to - of - blocked videos - - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 - + Reports Reports @@ -4498,9 +4424,9 @@ The link will expire within 1 hour. Reporter Reporter - src/app/shared/shared-abuse-list/abuse-details.component.html7 - src/app/shared/shared-abuse-list/abuse-list-table.component.html21 - + + + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 @@ -4516,28 +4442,28 @@ The link will expire within 1 hour. Video Video - src/app/+admin/overview/comments/video-comment-list.component.html44 - src/app/+admin/overview/videos/video-list.component.html40 - src/app/+my-library/my-ownership/my-ownership.component.html14 - src/app/+my-library/my-video-imports/my-video-imports.component.html29 - src/app/shared/shared-video-miniature/video-download.component.html8 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 Comment Comment - src/app/+admin/overview/comments/video-comment-list.component.html45src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 This video has been reported multiple times. This video has been reported multiple times. - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked The video was blocked - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on by @@ -4549,15 +4475,21 @@ The link will expire within 1 hour. Video was deleted Video was deleted - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + Account deleted Account deleted - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 Open video in a new tab Open video in a new tab @@ -4569,40 +4501,32 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html37 - src/app/+admin/follows/following-list/following-list.component.html42 - src/app/+admin/moderation/registration-list/registration-list.component.html41 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36 - src/app/shared/shared-abuse-list/abuse-list-table.component.html24 - + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages Messages - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note Internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score Score - src/app/+admin/follows/followers-list/followers-list.component.html38 - - - Showing to of reports - Showing - to - of - reports - - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 - + + src/app/+admin/follows/followers-list/followers-list.component.html37 + Reportee Reportee @@ -4624,58 +4548,49 @@ The link will expire within 1 hour. Mute domain Mute domain - src/app/shared/shared-moderation/server-blocklist.component.html19 - src/app/shared/shared-moderation/server-blocklist.component.html19 - + + + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance Instance - src/app/+about/about.component.html3 - src/app/+search/search-filters.component.html217 - src/app/shared/shared-moderation/server-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html32 - + + + + + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at Muted at - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/server-blocklist.component.html33 - src/app/shared/shared-moderation/server-blocklist.component.html33 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute Unmute - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html40 - src/app/shared/shared-moderation/server-blocklist.component.html40 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. No server found matching current filters. - src/app/shared/shared-moderation/server-blocklist.component.html56 - src/app/shared/shared-moderation/server-blocklist.component.html56 - + + + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. No server found. - src/app/shared/shared-moderation/server-blocklist.component.html57 - src/app/shared/shared-moderation/server-blocklist.component.html57 - - - Showing to of muted instances - Showing - to - of - muted instances - - src/app/shared/shared-moderation/server-blocklist.component.html12 - src/app/shared/shared-moderation/server-blocklist.component.html12 - + + + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. @@ -4691,29 +4606,29 @@ The link will expire within 1 hour. Mute domains Mute domains - src/app/shared/shared-moderation/server-blocklist.component.html64 - src/app/shared/shared-moderation/server-blocklist.component.html64 - + + + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account Account - src/app/+admin/moderation/registration-list/registration-list.component.html37 - src/app/+admin/overview/comments/video-comment-list.component.html43 - src/app/shared/shared-moderation/account-blocklist.component.html24 - src/app/shared/shared-moderation/account-blocklist.component.html24 - + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. No account found matching current filters. - src/app/shared/shared-moderation/account-blocklist.component.html54 - src/app/shared/shared-moderation/account-blocklist.component.html54 - + + + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. No account found. - src/app/shared/shared-moderation/account-blocklist.component.html55 - src/app/shared/shared-moderation/account-blocklist.component.html55 - + + + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed plugins List installed plugins @@ -4729,16 +4644,7 @@ The link will expire within 1 hour. Show plugin src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - Showing - to - of - muted accounts - - src/app/shared/shared-moderation/account-blocklist.component.html11 - src/app/shared/shared-moderation/account-blocklist.component.html11 - + Plugins/Themes Plugins/Themes @@ -4966,22 +4872,18 @@ The link will expire within 1 hour. This view also shows comments from muted accounts. src/app/+admin/overview/comments/video-comment-list.component.html8 - - Showing to of comments - Showing to of comments - src/app/+admin/overview/comments/video-comment-list.component.html15 - + Select all rows Select all rows - src/app/+admin/follows/followers-list/followers-list.component.html33 - src/app/+admin/follows/following-list/following-list.component.html38 - src/app/+admin/moderation/registration-list/registration-list.component.html33 - src/app/+admin/overview/comments/video-comment-list.component.html39 - src/app/+admin/overview/users/user-list/user-list.component.html39 - src/app/+admin/overview/videos/video-list.component.html36 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type Job type @@ -5001,62 +4903,52 @@ The link will expire within 1 hour. Selector for the list displaying jobs, filtering by their state - - Showing to of jobs - Showing to of jobs - src/app/+admin/system/jobs/jobs.component.html39 - + Type Type - src/app/+admin/system/jobs/jobs.component.html46 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 - + + + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 Priority (1 = highest priority) Priority (1 = highest priority) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + + src/app/+admin/system/jobs/jobs.component.html45 Progress Progress - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found. No jobs found. - src/app/+admin/system/jobs/jobs.component.html105 - + + src/app/+admin/system/jobs/jobs.component.html103 No jobs found. No jobs found. - src/app/+admin/system/jobs/jobs.component.html106 - + + src/app/+admin/system/jobs/jobs.component.html104 No jobs found. No jobs found. - src/app/+admin/system/jobs/jobs.component.html110 - + + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are . No jobs found that are . - src/app/+admin/system/jobs/jobs.component.html111 - + + src/app/+admin/system/jobs/jobs.component.html109 Refresh Refresh - src/app/+admin/overview/comments/video-comment-list.component.html31 - src/app/+admin/overview/videos/video-list.component.html27 - src/app/+admin/system/jobs/jobs.component.html30 - src/app/+admin/system/logs/logs.component.html33 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 now now @@ -5098,11 +4990,11 @@ The link will expire within 1 hour. Name Name - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12 - src/app/+admin/system/runners/runner-list/runner-list.component.html23 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - + + + + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description Short description @@ -5525,12 +5417,14 @@ The link will expire within 1 hour. ⚠️ We don't recommend to enable this feature if you don't trust your users ⚠️ We don't recommend to enable this feature if you don't trust your users src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + - - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 - + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ You need to allow import with HTTP URL to be able to activate this feature. @@ -6571,74 +6465,52 @@ color: red; 9 - - Showing to of synchronizations - Showing to of synchronizations - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - - + Add synchronization Add synchronization - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 External Channel External Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 Channel Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 Last synchronization at Last synchronization at - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List imports List imports - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channel Fully synchronize the channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channel This fetches any missing videos on the local channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for . Synchronization removed successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for . Full synchronization requested successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATION NEW SYNCHRONIZATION @@ -6777,22 +6649,14 @@ color: red; Target Target - src/app/+my-library/my-video-imports/my-video-imports.component.html28 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted This video was deleted - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - - Showing to of imports - Showing - to - of - imports - - src/app/+my-library/my-video-imports/my-video-imports.component.html21 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. Once you delete your account, there is no going back. You will be asked to confirm this action. @@ -6801,25 +6665,15 @@ color: red; Channel page Channel page - src/app/+my-library/+my-video-channels/my-video-channels.component.html34 - src/app/+my-library/my-follows/my-subscriptions.component.html20 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65 - src/app/+videos/+video-watch/video-watch.component.html66 - + + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()!Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - Created by @@ -7278,9 +7132,9 @@ channel or account with the same name ( Banned Banned - src/app/+accounts/accounts.component.html21 - src/app/+admin/overview/users/user-list/user-list.component.html105 - + + + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Instance muted Instance muted @@ -7376,8 +7230,8 @@ channel or account with the same name ( Please type the name of the video channel () to confirm Please type the name of the video channel () to confirm - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL NEW CHANNEL @@ -7848,12 +7702,12 @@ channel or account with the same name (Go to the previous step - src/app/+signup/+register/register.component.ts43 + src/app/+signup/+register/register.component.ts42 Go to the next step Go to the next step - src/app/+signup/+register/register.component.ts44 + src/app/+signup/+register/register.component.ts43 Who are we? Who are we? @@ -7873,7 +7727,7 @@ channel or account with the same name ( Terms of - src/app/shared/shared-instance/instance-about-accordion.component.ts81 + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability Administrators & Sustainability @@ -8089,52 +7943,52 @@ channel or account with the same name (Sensitive content - src/app/shared/shared-video-miniature/video-filters.model.ts125 + src/app/shared/shared-video-miniature/video-filters.model.ts131 Scope Scope - src/app/shared/shared-video-miniature/video-filters.model.ts132 + src/app/shared/shared-video-miniature/video-filters.model.ts138 Federated Federated - src/app/shared/shared-video-miniature/video-filters.model.ts134 + src/app/shared/shared-video-miniature/video-filters.model.ts140 Languages Languages - src/app/shared/shared-video-miniature/video-filters.model.ts142 + src/app/shared/shared-video-miniature/video-filters.model.ts148 Categories Categories - src/app/shared/shared-video-miniature/video-filters.model.ts151 + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videos All videos - src/app/shared/shared-video-miniature/video-filters.model.ts160 + src/app/shared/shared-video-miniature/video-filters.model.ts166 Blurred Blurred - src/app/shared/shared-video-miniature/video-filters.model.ts240 + src/app/shared/shared-video-miniature/video-filters.model.ts246 hidden hidden - src/app/shared/shared-video-miniature/video-filters.model.ts246 + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurred blurred - src/app/shared/shared-video-miniature/video-filters.model.ts247 + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayed displayed - src/app/shared/shared-video-miniature/video-filters.model.ts249 + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protectedPassword protected src/app/shared/shared-video-miniature/video-miniature.component.html @@ -8496,10 +8350,10 @@ channel or account with the same name ( Reject Reject - src/app/+admin/follows/followers-list/followers-list.component.html51 - src/app/+admin/follows/followers-list/followers-list.component.ts40 - src/app/+admin/follows/followers-list/followers-list.component.ts86 - + + + + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 Delete Delete @@ -8531,7 +8385,7 @@ channel or account with the same name (src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts63src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts133src/app/shared/shared-abuse-list/abuse-list-table.component.ts376src/app/shared/shared-abuse-list/abuse-list-table.component.ts411src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}} Accepted {count, plural, =1 { follow request} other { follow requests}} @@ -8570,10 +8424,10 @@ channel or account with the same name ( Follow Follow - src/app/+admin/follows/following-list/follow-modal.component.html3 - src/app/+admin/follows/following-list/follow-modal.component.html37 - src/app/+admin/follows/following-list/following-list.component.html25 - + + + + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line 1 host (without "http://"), account handle or channel handle per line @@ -8639,18 +8493,18 @@ channel or account with the same name ( Do you really want to remove this video redundancy? Do you really want to remove this video redundancy? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy Remove redundancy - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! Video redundancies removed! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Account unmuted by your instance. Account @@ -8725,90 +8579,90 @@ channel or account with the same name ( Internal actions Internal actions - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report Delete report - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account Actions for the flagged account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mark as accepted Mark as accepted - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected Mark as rejected - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note Add internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video Actions for the video - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video Block video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. Video blocked. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video Unblock video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. Video unblocked. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Do you really want to delete this abuse report? Do you really want to delete this abuse report? - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. Abuse deleted. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment Deleted comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter Messages with reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators Messages with moderators - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note Update internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual Switch video block to manual @@ -8952,13 +8806,13 @@ channel or account with the same name ( plugin plugin - src/app/+admin/plugins/shared/plugin-api.service.ts30 - + + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme theme - src/app/+admin/plugins/shared/plugin-api.service.ts33 - + + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP address IP address @@ -9078,19 +8932,19 @@ channel or account with the same name ( Info Info - src/app/+admin/overview/videos/video-list.component.html41 - src/app/core/notification/notifier.service.ts12 - + + + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 Files Files - src/app/+admin/overview/videos/video-list.component.html42 - + + src/app/+admin/overview/videos/video-list.component.html41 Published Published - src/app/+admin/overview/videos/video-list.component.html43 - + + src/app/+admin/overview/videos/video-list.component.html42 Warning Warning @@ -9117,49 +8971,42 @@ channel or account with the same name (Audit logs src/app/+admin/system/logs/logs.component.ts145 - - Showing to of runner jobs - Showing to of runner jobs - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - - + UUID UUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 Priority Priority - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 Progress Progress - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 Runner Runner - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload: Payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload: Private payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found. No runner jobs found. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobsCompleted jobs src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts @@ -9224,35 +9071,22 @@ channel or account with the same name (4 - - Showing to of remote runners - Showing to of remote runners - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - - + IP IP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 - + + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contact Last contact - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found. No remote runners found. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. User @@ -9263,9 +9097,9 @@ channel or account with the same name ( Create user Create user - src/app/+admin/overview/users/user-edit/user-create.component.ts97 - src/app/+admin/overview/users/user-list/user-list.component.html25 - + + + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videos Blocked videos @@ -9408,14 +9242,7 @@ channel or account with the same name (3 - - Showing to of registrations - Showing to of registrations - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - - + Password changed for user . Password changed for user @@ -9483,9 +9310,9 @@ channel or account with the same name ( Live Live - src/app/+admin/overview/videos/video-admin.service.ts53 - src/app/+admin/overview/videos/video-list.component.html88 - + + + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video files Video files @@ -9887,18 +9714,18 @@ channel or account with the same name ( Too many languages are enabled. Please enable them all or stay below 20 enabled languages. Too many languages are enabled. Please enable them all or stay below 20 enabled languages. - src/app/shared/shared-user-settings/user-video-settings.component.ts76 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. Video settings updated. - src/app/shared/shared-user-settings/user-video-settings.component.ts121 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. Display/Video settings updated. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Video channel created. Video channel @@ -9938,13 +9765,13 @@ channel or account with the same name (Video channel deleted. - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day Views for the day - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followers My followers @@ -10030,8 +9857,8 @@ channel or account with the same name (Playlist created. - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 - + + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 Create Create @@ -10043,7 +9870,7 @@ channel or account with the same name (src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist Update playlist @@ -10125,9 +9952,15 @@ channel or account with the same name ( Do you really want to delete ? Naozaj chcete odstrániť ? - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + Video deleted. @@ -10283,12 +10116,12 @@ channel or account with the same name (Maximize editor - src/app/shared/shared-forms/markdown-textarea.component.ts51 + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editor Exit maximized editor - src/app/shared/shared-forms/markdown-textarea.component.ts52 + src/app/shared/shared-forms/markdown-textarea.component.ts50 An email with verification link will be sent to . An email with verification link will be sent to @@ -10314,7 +10147,7 @@ channel or account with the same name (Subscribe to the account - src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts888 + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTS PLAYLISTS @@ -10658,14 +10491,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts174 + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videos Live videos - src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts168 + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) Short (< 4 min) @@ -12092,13 +11925,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instance languages - src/app/+videos/+video-edit/shared/video-edit.component.ts222 + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages All languages - src/app/+videos/+video-edit/shared/video-edit.component.ts223src/app/shared/shared-forms/select/select-languages.component.ts25 + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Hidden Hidden @@ -12114,7 +11947,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Displayed - src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts242 + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 Disabled Disabled @@ -12307,21 +12140,21 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Account muted by the instance. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434 - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server Mute server - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. Server muted by the instance. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter Add a message to communicate with the reporter @@ -12576,30 +12409,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Too many attempts, please try again after minutes. - src/app/core/rest/rest-extractor.service.ts126 - + + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. Too many attempts, please try again later. - src/app/core/rest/rest-extractor.service.ts129 - + + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. Server error. Please retry later. - src/app/core/rest/rest-extractor.service.ts133 - + + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later. Server is unavailable. Please retry later. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server error Unknown server error - src/app/core/rest/rest-extractor.service.ts140 + + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + Subscribed to all current channels of . You will be notified of all their new videos. @@ -12705,29 +12541,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Delete video Delete video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment Actions for the comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment Delete comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? Do you really want to delete this comment? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. Comment deleted. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Encoder Encoder @@ -12774,25 +12610,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Do you really want to delete this video? Do you really want to delete this video? - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. Video deleted. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter Actions for the reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter Mute reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 Download Download @@ -12935,55 +12771,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 58 - - Showing to of registration tokens - Showing to of registration tokens - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - - + Token Token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runners Associated runners - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate token Generate token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copiedRegistration token copied - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration tokenCopy registration token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners. No registration token found for remote runners. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this token Remove this token @@ -13051,9 +12865,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute account Mute account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actions Open video actions @@ -13087,8 +12901,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute server account Mute server account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Report Report @@ -13189,27 +13003,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18 - src/app/+admin/overview/videos/video-list.component.html77 - src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4 - src/app/+stats/video/video-stats.component.html2 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31 - src/app/+videos/+video-watch/video-watch.component.html76 - src/app/menu/menu.component.html112 - src/app/shared/shared-instance/instance-about-accordion.component.html115 - src/app/shared/shared-main/angular/login-link.component.html1 - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html20 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html30 - src/app/shared/shared-moderation/user-ban-modal.component.html3 - src/app/shared/shared-user-settings/user-interface-settings.component.html9 - src/app/shared/shared-video-miniature/video-download.component.html27 - src/app/shared/shared-video-miniature/video-download.component.html47 - src/app/shared/shared-video-miniature/video-download.component.html66 - src/app/shared/shared-video-miniature/video-download.component.html77 - src/app/shared/shared-video-miniature/video-download.component.html89 - src/app/shared/shared-video-miniature/videos-selection.component.html1 - + + + + + + + + + + + + + + + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Add to watch later Add to watch later @@ -13242,25 +13056,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Only I can see this video Only I can see this video - src/app/shared/shared-main/video/video.service.ts460 + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link Only shareable via a private link - src/app/shared/shared-main/video/video.service.ts461 + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video Anyone can see this video - src/app/shared/shared-main/video/video.service.ts462 + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video Only users of this instance can see this video - src/app/shared/shared-main/video/video.service.ts463 + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this videoOnly users with the appropriate password can see this video - src/app/shared/shared-main/video/video.service.ts464 + src/app/shared/shared-main/video/video.service.ts465 Video to import updated. Video to import updated. @@ -13308,36 +13122,24 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular You have unsaved changes! If you leave, your changes will be lost. You have unsaved changes! If you leave, your changes will be lost. - src/app/+videos/+video-edit/video-update.component.ts140 + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. Video updated. - src/app/+videos/+video-edit/video-update.component.ts227 + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators.Your video will also be automatically blocked since video publication requires manual validation by moderators. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version.Uploading a new version of your video will completely erase the current version. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 <br /><br />Do you still want to replace your video file?<br /><br />Do you still want to replace your video file? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warningReplace file warning - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: ) (extensions: ) @@ -13440,40 +13242,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? - src/app/+videos/+video-watch/video-watch.component.ts370 + src/app/+videos/+video-watch/video-watch.component.ts371 Redirection Redirection - src/app/+videos/+video-watch/video-watch.component.ts371 + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this videoYou need a password to watch this video - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protectedThis video is password protected - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct passwordIncorrect password, please enter a correct password - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? This video contains mature or explicit content. Are you sure you want to watch it? - src/app/+videos/+video-watch/video-watch.component.ts446 + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content Mature or explicit content - src/app/+videos/+video-watch/video-watch.component.ts447 + src/app/+videos/+video-watch/video-watch.component.ts448 Cancel @@ -13502,73 +13295,73 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html42src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreen Enter/exit fullscreen - src/app/+videos/+video-watch/video-watch.component.ts851 + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the video Play/Pause the video - src/app/+videos/+video-watch/video-watch.component.ts852 + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the video Mute/unmute the video - src/app/+videos/+video-watch/video-watch.component.ts853 + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90% Skip to a percentage of the video: 0 is 0% and 9 is 90% - src/app/+videos/+video-watch/video-watch.component.ts868 + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volume Increase the volume - src/app/+videos/+video-watch/video-watch.component.ts855 + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volume Decrease the volume - src/app/+videos/+video-watch/video-watch.component.ts856 + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forward Seek the video forward - src/app/+videos/+video-watch/video-watch.component.ts870 + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backward Seek the video backward - src/app/+videos/+video-watch/video-watch.component.ts871 + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rate Increase playback rate - src/app/+videos/+video-watch/video-watch.component.ts873 + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rate Decrease playback rate - src/app/+videos/+video-watch/video-watch.component.ts874 + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frame Navigate in the video to the previous frame - src/app/+videos/+video-watch/video-watch.component.ts876 + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frame Navigate in the video to the next frame - src/app/+videos/+video-watch/video-watch.component.ts877 + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater mode Toggle theater mode - src/app/+videos/+video-watch/video-watch.component.ts861 + src/app/+videos/+video-watch/video-watch.component.ts867 Like the video Like the video @@ -13648,14 +13441,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 103 - - Showing to of videos - Zobrazenie videí od do z celkovo - - src/app/+admin/overview/videos/video-list.component.html - 11 - - + Only videos uploaded on this instance are displayed Zobrazujú sa iba videá nahrané v tejto inštancii diff --git a/client/src/locale/angular.sl-SI.xlf b/client/src/locale/angular.sl-SI.xlf index 47ede6edc..7aaa57251 100644 --- a/client/src/locale/angular.sl-SI.xlf +++ b/client/src/locale/angular.sl-SI.xlf @@ -430,28 +430,19 @@ src/app/shared/shared-main/users/user-notifications.component.html230 {views, plural, =0 {No view} =1 {1 view} other { views}}{views, plural, =0 {No view} =1 {1 view} other { views}} - src/app/shared/shared-main/video/video.model.ts291 + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded.PeerTube considers this video is already being transcoded. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcodingForce transcoding - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}}{viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} - src/app/shared/shared-main/video/video.model.ts288 + src/app/shared/shared-main/video/video.model.ts289 Change your avatar Change your avatar @@ -465,13 +456,13 @@ Account muted Account muted - src/app/+admin/overview/videos/video-list.component.html79 - + + src/app/+admin/overview/videos/video-list.component.html78 Server muted Server muted - src/app/+admin/overview/videos/video-list.component.html80 - + + src/app/+admin/overview/videos/video-list.component.html79 Save to Shrani v @@ -591,7 +582,7 @@ video - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts341src/app/shared/shared-video-miniature/video-download.component.ts62 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: ) Your video quota is exceeded with this video (video size: , used: , quota: ) @@ -701,17 +692,14 @@ Blocked - src/app/+admin/overview/videos/video-list.component.html82src/app/shared/shared-video-miniature/video-miniature.component.html64 + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storageObject storage - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this fileDelete this file - src/app/+admin/overview/videos/video-list.component.html114src/app/+admin/overview/videos/video-list.component.html130 + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}.Deleted {count, plural, =1 {1 video} other { videos}}. @@ -1071,7 +1059,7 @@ Local Lokalno - src/app/shared/shared-video-miniature/video-filters.model.ts135 + src/app/shared/shared-video-miniature/video-filters.model.ts141 users users @@ -1110,7 +1098,7 @@ - src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/follows.routes.ts26 + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 Followers Followers @@ -1361,7 +1349,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 Email address E-poštni naslov @@ -1415,7 +1403,7 @@ The link will expire within 1 hour. Signup Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 + src/app/+signup/+register/register.component.ts85 Why creating an account?Why creating an account? src/app/+signup/+register/steps/register-step-about.component.html @@ -2063,7 +2051,7 @@ The link will expire within 1 hour. Media is too large for the server. Please contact you administrator if you want to increase the limit size. Media is too large for the server. Please contact you administrator if you want to increase the limit size. - src/app/core/rest/rest-extractor.service.ts118 + src/app/core/rest/rest-extractor.service.ts122 GLOBAL SEARCH GLOBAL SEARCH @@ -2270,21 +2258,21 @@ The link will expire within 1 hour. Reset - src/app/+search/search-filters.component.html8 - src/app/+search/search-filters.component.html22 - src/app/+search/search-filters.component.html41 - src/app/+search/search-filters.component.html60 - src/app/+search/search-filters.component.html74 - src/app/+search/search-filters.component.html109 - src/app/+search/search-filters.component.html122 - src/app/+search/search-filters.component.html135 - src/app/+search/search-filters.component.html148 - src/app/+search/search-filters.component.html163 - src/app/+search/search-filters.component.html171 - src/app/+search/search-filters.component.html188 - src/app/+search/search-filters.component.html229 - src/app/shared/shared-forms/reactive-file.component.html16 - + + + + + + + + + + + + + + + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter Filtriraj @@ -2452,7 +2440,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts39src/app/shared/shared-instance/instance-follow.service.ts142 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found No items found @@ -2469,7 +2457,7 @@ The link will expire within 1 hour. - src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html24src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 Choose the appropriate licence for your work. @@ -2487,49 +2475,28 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html39src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reasonRegistration reason - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation responseModeration response - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 Requested on Requested on - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason:Registration reason: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response:Moderation response: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters.No registrations found matching current filters. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found.No registrations found. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this requestAccept this request src/app/+admin/moderation/registration-list/registration-list.component.ts @@ -2748,65 +2715,65 @@ The link will expire within 1 hour. Original publication date Original publication date - src/app/+videos/+video-edit/shared/video-edit.component.html368 + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) This is the date when the content was originally published (e.g. the release date for a film) - src/app/+videos/+video-edit/shared/video-edit.component.html371 + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settings Plugin settings - src/app/+videos/+video-edit/shared/video-edit.component.html402 + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latency Small latency - src/app/+videos/+video-edit/shared/video-edit.component.ts92 + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2P Reduce latency to ~15s disabling P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts93 + src/app/+videos/+video-edit/shared/video-edit.component.ts94 Default Default - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts97 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30s Average latency of 30s - src/app/+videos/+video-edit/shared/video-edit.component.ts98 + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latency High latency - src/app/+videos/+video-edit/shared/video-edit.component.ts102 + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratio Average latency of 60s increasing P2P ratio - src/app/+videos/+video-edit/shared/video-edit.component.ts103 + src/app/+videos/+video-edit/shared/video-edit.component.ts104 Other Other - src/app/+videos/+video-edit/shared/video-edit.component.ts219src/app/shared/shared-forms/select/select-languages.component.ts50 + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments Enable video comments - src/app/+videos/+video-edit/shared/video-edit.component.html389 + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download Dovoli prenos - src/app/+videos/+video-edit/shared/video-edit.component.html394 + src/app/+videos/+video-edit/shared/video-edit.component.html398 Advanced settings Napredne nastavitve @@ -2857,12 +2824,12 @@ The link will expire within 1 hour. Scheduled Scheduled - src/app/+videos/+video-edit/shared/video-edit.component.ts240 + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date Hide the video until a specific date - src/app/+videos/+video-edit/shared/video-edit.component.ts241 + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal live Normal live @@ -2916,7 +2883,7 @@ The link will expire within 1 hour. Total video quota - src/app/+admin/overview/users/user-list/user-list.component.html118src/app/shared/shared-main/users/user-quota.component.html3 + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Congratulations! Your video is now available in your private library. @@ -2980,11 +2947,11 @@ The link will expire within 1 hour. src/app/+videos/+video-edit/video-update.component.html 29 - - Your video is currenctly being updated. If you leave, your changes will be lost.Your video is currenctly being updated. If you leave, your changes will be lost. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 @@ -3263,7 +3230,7 @@ The link will expire within 1 hour. - src/app/+admin/overview/users/user-list/user-list.component.html104src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Loop Loop @@ -3387,7 +3354,7 @@ The link will expire within 1 hour. Show more Show more - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less Show less @@ -3433,14 +3400,14 @@ The link will expire within 1 hour. The video was blocked due to automatic blocking of new videos The video was blocked due to automatic blocking of new videos - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFW NSFW - src/app/+admin/moderation/video-block-list/video-block-list.component.html56 - src/app/+admin/overview/videos/video-list.component.html75 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Get more information Get more information @@ -3687,16 +3654,13 @@ The link will expire within 1 hour. Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly. Token renewed. Update your client configuration accordingly. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEED SUBSCRIPTION FEED @@ -3727,7 +3691,7 @@ The link will expire within 1 hour. Renew token - src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts41 + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Filter... Filter... @@ -3747,19 +3711,19 @@ The link will expire within 1 hour. Video/Comment/Account Video/Comment/Account - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 ID ID - src/app/+admin/system/jobs/jobs.component.html45 - + + src/app/+admin/system/jobs/jobs.component.html43 State State - src/app/+admin/system/jobs/jobs.component.html48src/app/+my-library/my-video-imports/my-video-imports.component.html30 + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 Created Created @@ -3771,41 +3735,35 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html39src/app/+admin/follows/following-list/following-list.component.html43src/app/+admin/system/jobs/jobs.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html27src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37src/app/+my-library/my-video-imports/my-video-imports.component.html31src/app/shared/shared-abuse-list/abuse-list-table.component.html23 + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab Open actor page in a new tab - src/app/+admin/follows/followers-list/followers-list.component.html56 + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted Accepted - src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending Pending - src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 RejectedRejected - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept Accept - src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse Refuse @@ -3816,21 +3774,13 @@ The link will expire within 1 hour. No follower found matching current filters. No follower found matching current filters. - src/app/+admin/follows/followers-list/followers-list.component.html77 + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. Your instance doesn't have any follower. - src/app/+admin/follows/followers-list/followers-list.component.html78 - - Showing to of followers - Showing - to - of - followers - - src/app/+admin/follows/followers-list/followers-list.component.html11 - + src/app/+admin/follows/followers-list/followers-list.component.html77 + Redundancy allowed Redundancy allowed @@ -3838,36 +3788,28 @@ The link will expire within 1 hour. - src/app/+admin/follows/following-list/following-list.component.html44 + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab Open instance in a new tab - src/app/+admin/follows/following-list/following-list.component.html58src/app/shared/shared-moderation/server-blocklist.component.html43src/app/shared/shared-moderation/server-blocklist.component.html43 + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. No host found matching current filters. - src/app/+admin/follows/following-list/following-list.component.html84 + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. Your instance is not following anyone. - src/app/+admin/follows/following-list/following-list.component.html85 + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}}Do you really want to unfollow {count, plural, =1 {?} other { entries?}} src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - Showing - to - of - hosts - - src/app/+admin/follows/following-list/following-list.component.html11 - + Action Action @@ -3877,7 +3819,7 @@ The link will expire within 1 hour. - src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies Videos redundancies @@ -3896,18 +3838,18 @@ The link will expire within 1 hour. Table parameters Table parameters - src/app/+admin/overview/users/user-list/user-list.component.html47 - + + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns Select columns - src/app/+admin/overview/users/user-list/user-list.component.html53 - + + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users Highlight banned users - src/app/+admin/overview/users/user-list/user-list.component.html59 - + + src/app/+admin/overview/users/user-list/user-list.component.html57 Username Username @@ -4022,12 +3964,12 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html18src/app/+admin/follows/following-list/following-list.component.html18src/app/+admin/moderation/registration-list/registration-list.component.html18src/app/+admin/overview/comments/video-comment-list.component.html22src/app/+admin/overview/users/user-list/user-list.component.html18src/app/+admin/overview/videos/video-list.component.html18src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 The user was banned The user was banned - src/app/+admin/overview/users/user-list/user-list.component.html109 - + + src/app/+admin/overview/users/user-list/user-list.component.html107 Open account in a new tab Open account in a new tab @@ -4037,40 +3979,32 @@ The link will expire within 1 hour. - src/app/+admin/overview/comments/video-comment-list.component.html69src/app/+admin/overview/users/user-list/user-list.component.html94src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html44src/app/shared/shared-moderation/account-blocklist.component.html35src/app/shared/shared-moderation/account-blocklist.component.html35 + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account Deleted account - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota Total daily video quota - src/app/+admin/overview/users/user-list/user-list.component.html128 + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: Ban reason: - src/app/+admin/overview/users/user-list/user-list.component.html150 + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned users Banned users src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - Showing - to - of - users - - src/app/+admin/overview/users/user-list/user-list.component.html11 - + Moderation Moderation @@ -4114,7 +4048,7 @@ The link will expire within 1 hour. - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html26 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size Total size @@ -4151,44 +4085,44 @@ The link will expire within 1 hour. Used () Used () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available () Available () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Sensitive Sensitive - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated Unfederated - src/app/+admin/moderation/video-block-list/video-block-list.component.html28 - src/app/+admin/moderation/video-block-list/video-block-list.component.html60 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date Date - src/app/+admin/moderation/video-block-list/video-block-list.component.html29 - src/app/+admin/overview/comments/video-comment-list.component.html46 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this row Select this row - src/app/+admin/follows/followers-list/followers-list.component.html46src/app/+admin/follows/following-list/following-list.component.html51src/app/+admin/moderation/registration-list/registration-list.component.html50src/app/+admin/overview/comments/video-comment-list.component.html54src/app/+admin/overview/users/user-list/user-list.component.html79src/app/+admin/overview/videos/video-list.component.html51src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full comment See full comment - src/app/+admin/overview/comments/video-comment-list.component.html58 - + + src/app/+admin/overview/comments/video-comment-list.component.html57 Actions Actions @@ -4197,27 +4131,27 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html35src/app/+admin/moderation/registration-list/registration-list.component.html60src/app/+admin/moderation/video-block-list/video-block-list.component.html43src/app/+admin/overview/comments/video-comment-list.component.html64src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70src/app/+admin/system/runners/runner-list/runner-list.component.html36src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html39 + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 Follower Follower - src/app/+admin/follows/followers-list/followers-list.component.html36 + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented video Commented video - src/app/+admin/overview/comments/video-comment-list.component.html81 - + + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters. No comments found matching current filters. - src/app/+admin/overview/comments/video-comment-list.component.html106 - + + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found. No comments found. - src/app/+admin/overview/comments/video-comment-list.component.html107 - + + src/app/+admin/overview/comments/video-comment-list.component.html106 Local comments Local comments @@ -4234,53 +4168,53 @@ The link will expire within 1 hour. No abuses found matching current filters. No abuses found matching current filters. - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. No abuses found. - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reports Unsolved reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reports Accepted reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reports Refused reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videos Reports with blocked videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videos Reports with deleted videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: Block reason: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. No blocked video found matching current filters. - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. No blocked video found. - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocks Automatic blocks @@ -4291,15 +4225,7 @@ The link will expire within 1 hour. Manual blocks src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - Showing - to - of - blocked videos - - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 - + Reports Reports @@ -4328,9 +4254,9 @@ The link will expire within 1 hour. Reporter Reporter - src/app/shared/shared-abuse-list/abuse-details.component.html7 - src/app/shared/shared-abuse-list/abuse-list-table.component.html21 - + + + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 src/app/shared/shared-abuse-list/abuse-details.component.html @@ -4349,23 +4275,23 @@ The link will expire within 1 hour. - src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+admin/overview/videos/video-list.component.html40src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html29src/app/shared/shared-video-miniature/video-download.component.html8 + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 Comment Comment - src/app/+admin/overview/comments/video-comment-list.component.html45src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 This video has been reported multiple times. This video has been reported multiple times. - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked The video was blocked - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on by @@ -4377,7 +4303,13 @@ The link will expire within 1 hour. Video was deleted Video was deleted - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + Account deleted @@ -4385,7 +4317,7 @@ The link will expire within 1 hour. Account deleted - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 Open video in a new tab Open video in a new tab @@ -4400,17 +4332,17 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html37src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/moderation/registration-list/registration-list.component.html41src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/shared/shared-abuse-list/abuse-list-table.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages Messages - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note Internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score Score @@ -4418,16 +4350,8 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html38 - - Showing to of reports - Showing - to - of - reports - - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 - + src/app/+admin/follows/followers-list/followers-list.component.html37 + Reportee Reportee @@ -4452,7 +4376,7 @@ The link will expire within 1 hour. Mute domain - src/app/shared/shared-moderation/server-blocklist.component.html19src/app/shared/shared-moderation/server-blocklist.component.html19 + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance Instance @@ -4460,7 +4384,7 @@ The link will expire within 1 hour. - src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at Muted at @@ -4471,7 +4395,7 @@ The link will expire within 1 hour. - src/app/shared/shared-moderation/account-blocklist.component.html25src/app/shared/shared-moderation/account-blocklist.component.html25src/app/shared/shared-moderation/server-blocklist.component.html33src/app/shared/shared-moderation/server-blocklist.component.html33 + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute Unmute @@ -4479,29 +4403,20 @@ The link will expire within 1 hour. - src/app/shared/shared-moderation/account-blocklist.component.html32src/app/shared/shared-moderation/account-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html40src/app/shared/shared-moderation/server-blocklist.component.html40 + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. No server found matching current filters. - src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. No server found. - src/app/shared/shared-moderation/server-blocklist.component.html57src/app/shared/shared-moderation/server-blocklist.component.html57 - - Showing to of muted instances - Showing - to - of - muted instances - - - - src/app/shared/shared-moderation/server-blocklist.component.html12src/app/shared/shared-moderation/server-blocklist.component.html12 + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. @@ -4517,26 +4432,26 @@ The link will expire within 1 hour. Mute domains - src/app/shared/shared-moderation/server-blocklist.component.html64src/app/shared/shared-moderation/server-blocklist.component.html64 + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account Account - src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/comments/video-comment-list.component.html43src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24 + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. No account found matching current filters. - src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. No account found. - src/app/shared/shared-moderation/account-blocklist.component.html55src/app/shared/shared-moderation/account-blocklist.component.html55 + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed plugins List installed plugins @@ -4552,16 +4467,7 @@ The link will expire within 1 hour. Show plugin src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - Showing - to - of - muted accounts - - - - src/app/shared/shared-moderation/account-blocklist.component.html11src/app/shared/shared-moderation/account-blocklist.component.html11 + Plugins/Themes Plugins/Themes @@ -4783,18 +4689,14 @@ The link will expire within 1 hour. This view also shows comments from muted accounts. src/app/+admin/overview/comments/video-comment-list.component.html8 - - Showing to of comments - Showing to of comments - src/app/+admin/overview/comments/video-comment-list.component.html15 - + Select all rows Select all rows - src/app/+admin/follows/followers-list/followers-list.component.html33src/app/+admin/follows/following-list/following-list.component.html38src/app/+admin/moderation/registration-list/registration-list.component.html33src/app/+admin/overview/comments/video-comment-list.component.html39src/app/+admin/overview/users/user-list/user-list.component.html39src/app/+admin/overview/videos/video-list.component.html36src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type Job type @@ -4814,52 +4716,42 @@ The link will expire within 1 hour. Selector for the list displaying jobs, filtering by their state - - Showing to of jobs - Showing to of jobs - src/app/+admin/system/jobs/jobs.component.html39 - + Type Type - src/app/+admin/system/jobs/jobs.component.html46src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 Priority (1 = highest priority) Priority (1 = highest priority) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + + src/app/+admin/system/jobs/jobs.component.html45 Progress Progress - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found. No jobs found. - src/app/+admin/system/jobs/jobs.component.html105 - + + src/app/+admin/system/jobs/jobs.component.html103 No jobs found. No jobs found. - src/app/+admin/system/jobs/jobs.component.html106 - + + src/app/+admin/system/jobs/jobs.component.html104 No jobs found. No jobs found. - src/app/+admin/system/jobs/jobs.component.html110 - + + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are . No jobs found that are . - src/app/+admin/system/jobs/jobs.component.html111 - + + src/app/+admin/system/jobs/jobs.component.html109 Refresh Refresh @@ -4867,7 +4759,7 @@ The link will expire within 1 hour. - src/app/+admin/overview/comments/video-comment-list.component.html31src/app/+admin/overview/videos/video-list.component.html27src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 now now @@ -4912,7 +4804,7 @@ The link will expire within 1 hour. - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description Short description @@ -5331,10 +5223,13 @@ The link will expire within 1 hour. ⚠️ We don't recommend to enable this feature if you don't trust your users ⚠️ We don't recommend to enable this feature if you don't trust your users - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL)Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ You need to allow import with HTTP URL to be able to activate this feature. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html319 @@ -6325,55 +6220,34 @@ color: red; src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html 9 - - Showing to of synchronizationsShowing to of synchronizations - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - Add synchronizationAdd synchronization - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 External Channel External Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 Channel Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 Last synchronization at Last synchronization at - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List importsList imports - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channelFully synchronize the channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channelThis fetches any missing videos on the local channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for .Synchronization removed successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for .Full synchronization requested successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATIONNEW SYNCHRONIZATION src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.html @@ -6496,21 +6370,13 @@ color: red; Target Target - src/app/+my-library/my-video-imports/my-video-imports.component.html28 + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted This video was deleted - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - Showing to of imports - Showing - to - of - imports - - - src/app/+my-library/my-video-imports/my-video-imports.component.html21 + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. Once you delete your account, there is no going back. You will be asked to confirm this action. @@ -6522,20 +6388,10 @@ color: red; - src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65src/app/+videos/+video-watch/video-watch.component.html66 + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}}{VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} - src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()!Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - - + src/app/+my-library/+my-video-channels/my-video-channels.component.html49 Created by Created by @@ -6921,9 +6777,9 @@ channel or account with the same name ( Banned Banned - src/app/+accounts/accounts.component.html21 - src/app/+admin/overview/users/user-list/user-list.component.html105 - + + + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Instance muted Instance muted @@ -7024,7 +6880,7 @@ channel or account with the same name () to confirm Please type the name of the video channel () to confirm - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL NEW CHANNEL @@ -7488,11 +7344,11 @@ channel or account with the same name (Go to the previous step - src/app/+signup/+register/register.component.ts43 + src/app/+signup/+register/register.component.ts42 Go to the next stepGo to the next step - src/app/+signup/+register/register.component.ts44 + src/app/+signup/+register/register.component.ts43 Who are we? @@ -7511,7 +7367,7 @@ channel or account with the same name (src/app/shared/shared-instance/instance-about-accordion.component.html48 Terms of Terms of - src/app/shared/shared-instance/instance-about-accordion.component.ts81 + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability Administrators & Sustainability @@ -7706,52 +7562,52 @@ channel or account with the same name (Sensitive content - src/app/shared/shared-video-miniature/video-filters.model.ts125 + src/app/shared/shared-video-miniature/video-filters.model.ts131 Scope Scope - src/app/shared/shared-video-miniature/video-filters.model.ts132 + src/app/shared/shared-video-miniature/video-filters.model.ts138 Federated Federated - src/app/shared/shared-video-miniature/video-filters.model.ts134 + src/app/shared/shared-video-miniature/video-filters.model.ts140 Languages Languages - src/app/shared/shared-video-miniature/video-filters.model.ts142 + src/app/shared/shared-video-miniature/video-filters.model.ts148 Categories Categories - src/app/shared/shared-video-miniature/video-filters.model.ts151 + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videos All videos - src/app/shared/shared-video-miniature/video-filters.model.ts160 + src/app/shared/shared-video-miniature/video-filters.model.ts166 Blurred Blurred - src/app/shared/shared-video-miniature/video-filters.model.ts240 + src/app/shared/shared-video-miniature/video-filters.model.ts246 hidden hidden - src/app/shared/shared-video-miniature/video-filters.model.ts246 + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurred blurred - src/app/shared/shared-video-miniature/video-filters.model.ts247 + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayed displayed - src/app/shared/shared-video-miniature/video-filters.model.ts249 + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protectedPassword protected src/app/shared/shared-video-miniature/video-miniature.component.html @@ -8118,7 +7974,7 @@ channel or account with the same name (Reject - src/app/+admin/follows/followers-list/followers-list.component.html51src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 @@ -8149,7 +8005,7 @@ channel or account with the same name (src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts63src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts133src/app/shared/shared-abuse-list/abuse-list-table.component.ts376src/app/shared/shared-abuse-list/abuse-list-table.component.ts411src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}}Accepted {count, plural, =1 { follow request} other { follow requests}} src/app/+admin/follows/followers-list/followers-list.component.ts67 @@ -8175,7 +8031,7 @@ channel or account with the same name (src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html25 + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line 1 host (without "http://"), account handle or channel handle per line @@ -8240,17 +8096,17 @@ channel or account with the same name (Do you really want to remove this video redundancy? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy Remove redundancy - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! Video redundancies removed! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Account unmuted by your instance. Account @@ -8327,88 +8183,88 @@ channel or account with the same name (Internal actions - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report Delete report - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account Actions for the flagged account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mark as accepted Mark as accepted - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected Mark as rejected - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note Add internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video Actions for the video - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video Block video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. Video blocked. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video Unblock video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. Video unblocked. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Do you really want to delete this abuse report? Do you really want to delete this abuse report? - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. Abuse deleted. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment Deleted comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter Messages with reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators Messages with moderators - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note Update internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual Switch video block to manual @@ -8557,13 +8413,13 @@ channel or account with the same name ( plugin plugin - src/app/+admin/plugins/shared/plugin-api.service.ts30 - + + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme theme - src/app/+admin/plugins/shared/plugin-api.service.ts33 - + + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP address IP address @@ -8682,17 +8538,17 @@ channel or account with the same name (Info - src/app/+admin/overview/videos/video-list.component.html41src/app/core/notification/notifier.service.ts12 + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 Files Files - src/app/+admin/overview/videos/video-list.component.html42 - + + src/app/+admin/overview/videos/video-list.component.html41 Published Published - src/app/+admin/overview/videos/video-list.component.html43 - + + src/app/+admin/overview/videos/video-list.component.html42 Warning Warning @@ -8716,34 +8572,28 @@ channel or account with the same name (Audit logs src/app/+admin/system/logs/logs.component.ts145 - - Showing to of runner jobsShowing to of runner jobs - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - UUIDUUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 Priority Priority - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 Progress Progress - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 RunnerRunner - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload:Payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload:Private payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found.No runner jobs found. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobsCompleted jobs src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts @@ -8798,28 +8648,16 @@ channel or account with the same name (src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html 4 - - Showing to of remote runnersShowing to of remote runners - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - IPIP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contactLast contact - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found.No remote runners found. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. User @@ -8830,9 +8668,9 @@ channel or account with the same name ( Create user Create user - src/app/+admin/overview/users/user-edit/user-create.component.ts97 - src/app/+admin/overview/users/user-list/user-list.component.html25 - + + + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videos Blocked videos @@ -8938,12 +8776,6 @@ channel or account with the same name (src/app/+admin/moderation/registration-list/registration-list.component.html 3 - - Showing to of registrationsShowing to of registrations - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - Password changed for user . @@ -9011,7 +8843,7 @@ channel or account with the same name (Live - src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html88 + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video files Video files @@ -9402,18 +9234,18 @@ channel or account with the same name ( Too many languages are enabled. Please enable them all or stay below 20 enabled languages. Too many languages are enabled. Please enable them all or stay below 20 enabled languages. - src/app/shared/shared-user-settings/user-video-settings.component.ts76 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. Video settings updated. - src/app/shared/shared-user-settings/user-video-settings.component.ts121 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. Display/Video settings updated. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Video channel created. Video channel @@ -9454,12 +9286,12 @@ channel or account with the same name ( deleted. - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day Views for the day - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followers My followers @@ -9545,8 +9377,8 @@ channel or account with the same name (Playlist created. - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 - + + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 Create Create @@ -9557,7 +9389,7 @@ channel or account with the same name (src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist Update playlist @@ -9640,7 +9472,13 @@ channel or account with the same name (src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + + Video deleted. Video @@ -9784,12 +9622,12 @@ channel or account with the same name (Maximize editor - src/app/shared/shared-forms/markdown-textarea.component.ts51 + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editor Exit maximized editor - src/app/shared/shared-forms/markdown-textarea.component.ts52 + src/app/shared/shared-forms/markdown-textarea.component.ts50 @@ -9816,7 +9654,7 @@ channel or account with the same name (Subscribe to the account - src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts888 + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTS PLAYLISTS @@ -10151,14 +9989,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts174 + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videos Live videos - src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts168 + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) Short (< 4 min) @@ -11526,13 +11364,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instance languages - src/app/+videos/+video-edit/shared/video-edit.component.ts222 + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages All languages - src/app/+videos/+video-edit/shared/video-edit.component.ts223src/app/shared/shared-forms/select/select-languages.component.ts25 + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Hidden Hidden @@ -11548,7 +11386,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Displayed - src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts242 + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 DisabledDisabled src/app/shared/shared-instance/instance-features-table.component.ts60 @@ -11726,19 +11564,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server Mute server - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. Server muted by the instance. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter Add a message to communicate with the reporter @@ -11994,26 +11832,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular minutes. - src/app/core/rest/rest-extractor.service.ts126 + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. Too many attempts, please try again later. - src/app/core/rest/rest-extractor.service.ts129 + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. Server error. Please retry later. - src/app/core/rest/rest-extractor.service.ts133 + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later.Server is unavailable. Please retry later. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server errorUnknown server error - src/app/core/rest/rest-extractor.service.ts140 + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + + Subscribed to all current channels of . You will be notified of all their new videos. Subscribed to all current channels of @@ -12120,28 +11961,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Delete video Delete video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment Actions for the comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment Delete comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? Do you really want to delete this comment? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. Comment deleted. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Encoder Encoder @@ -12191,23 +12032,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Do you really want to delete this video? - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. Video deleted. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter Actions for the reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter Mute reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 Download Download @@ -12336,46 +12177,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+admin/system/runners/runner-list/runner-list.component.ts 58 - - Showing to of registration tokensShowing to of registration tokens - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - TokenToken - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runnersAssociated runners - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate tokenGenerate token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copiedRegistration token copied - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration tokenCopy registration token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners.No registration token found for remote runners. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this tokenRemove this token src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.ts34 @@ -12429,7 +12249,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actions Open video actions @@ -12462,7 +12282,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute server account Mute server account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Report Report @@ -12578,7 +12398,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html77src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Add to watch later Add to watch later @@ -12610,25 +12430,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Only I can see this video Only I can see this video - src/app/shared/shared-main/video/video.service.ts460 + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link Only shareable via a private link - src/app/shared/shared-main/video/video.service.ts461 + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video Anyone can see this video - src/app/shared/shared-main/video/video.service.ts462 + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video Only users of this instance can see this video - src/app/shared/shared-main/video/video.service.ts463 + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this videoOnly users with the appropriate password can see this video - src/app/shared/shared-main/video/video.service.ts464 + src/app/shared/shared-main/video/video.service.ts465 @@ -12676,36 +12496,24 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular You have unsaved changes! If you leave, your changes will be lost. You have unsaved changes! If you leave, your changes will be lost. - src/app/+videos/+video-edit/video-update.component.ts140 + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. Video updated. - src/app/+videos/+video-edit/video-update.component.ts227 + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators.Your video will also be automatically blocked since video publication requires manual validation by moderators. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version.Uploading a new version of your video will completely erase the current version. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 <br /><br />Do you still want to replace your video file?<br /><br />Do you still want to replace your video file? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warningReplace file warning - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: ) (extensions: ) @@ -12804,40 +12612,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? - src/app/+videos/+video-watch/video-watch.component.ts370 + src/app/+videos/+video-watch/video-watch.component.ts371 Redirection Redirection - src/app/+videos/+video-watch/video-watch.component.ts371 + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this videoYou need a password to watch this video - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protectedThis video is password protected - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct passwordIncorrect password, please enter a correct password - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? This video contains mature or explicit content. Are you sure you want to watch it? - src/app/+videos/+video-watch/video-watch.component.ts446 + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content Mature or explicit content - src/app/+videos/+video-watch/video-watch.component.ts447 + src/app/+videos/+video-watch/video-watch.component.ts448 Cancel @@ -12863,73 +12662,73 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html42src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreen Enter/exit fullscreen - src/app/+videos/+video-watch/video-watch.component.ts851 + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the video Play/Pause the video - src/app/+videos/+video-watch/video-watch.component.ts852 + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the video Mute/unmute the video - src/app/+videos/+video-watch/video-watch.component.ts853 + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90% Skip to a percentage of the video: 0 is 0% and 9 is 90% - src/app/+videos/+video-watch/video-watch.component.ts868 + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volume Increase the volume - src/app/+videos/+video-watch/video-watch.component.ts855 + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volume Decrease the volume - src/app/+videos/+video-watch/video-watch.component.ts856 + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forward Seek the video forward - src/app/+videos/+video-watch/video-watch.component.ts870 + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backward Seek the video backward - src/app/+videos/+video-watch/video-watch.component.ts871 + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rate Increase playback rate - src/app/+videos/+video-watch/video-watch.component.ts873 + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rate Decrease playback rate - src/app/+videos/+video-watch/video-watch.component.ts874 + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frame Navigate in the video to the previous frame - src/app/+videos/+video-watch/video-watch.component.ts876 + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frame Navigate in the video to the next frame - src/app/+videos/+video-watch/video-watch.component.ts877 + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater mode Toggle theater mode - src/app/+videos/+video-watch/video-watch.component.ts861 + src/app/+videos/+video-watch/video-watch.component.ts867 Like the video Like the video @@ -13007,14 +12806,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 103 - - Showing to of videos - Showing to of videos - - src/app/+admin/overview/videos/video-list.component.html - 11 - - + Only videos uploaded on this instance are displayed Only videos uploaded on this instance are displayed diff --git a/client/src/locale/angular.sv-SE.xlf b/client/src/locale/angular.sv-SE.xlf index 26cafb3ae..e3f82e138 100644 --- a/client/src/locale/angular.sv-SE.xlf +++ b/client/src/locale/angular.sv-SE.xlf @@ -317,30 +317,21 @@ {views, plural, =0 {No view} =1 {1 view} other { views}} {views, plural, =0 {Inga visningar} =1 {1 visning} other { visningar}} - src/app/shared/shared-main/video/video.model.ts291 + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded.PeerTube considers this video is already being transcoded. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcodingForce transcoding - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} {tittare, plural, =0 {Inga tittare} =1 {1 tittare} other { tittare}} - src/app/shared/shared-main/video/video.model.ts288 + src/app/shared/shared-main/video/video.model.ts289 @@ -356,13 +347,13 @@ Account muted Kontot ignoreras - src/app/+admin/overview/videos/video-list.component.html79 - + + src/app/+admin/overview/videos/video-list.component.html78 Server muted Servern ignoreras - src/app/+admin/overview/videos/video-list.component.html80 - + + src/app/+admin/overview/videos/video-list.component.html79 Save to Spara i @@ -473,7 +464,7 @@ video - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts341src/app/shared/shared-video-miniature/video-download.component.ts62 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: ) Din videokvot kommer överskridas av den här videon (videostorlek: , använt: , kvot: ) @@ -581,21 +572,18 @@ Blockerad - src/app/+admin/overview/videos/video-list.component.html82src/app/shared/shared-video-miniature/video-miniature.component.html64 + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storage objektlagring - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this file Radera denna fil - src/app/+admin/overview/videos/video-list.component.html114 - src/app/+admin/overview/videos/video-list.component.html130 - + + + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}. @@ -949,7 +937,7 @@ Local Lokalt - src/app/shared/shared-video-miniature/video-filters.model.ts135 + src/app/shared/shared-video-miniature/video-filters.model.ts141 users användare @@ -988,7 +976,7 @@ - src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/follows.routes.ts26 + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 Followers Följare @@ -1241,7 +1229,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 Email address E-postadress @@ -1293,7 +1281,7 @@ The link will expire within 1 hour. Registrera Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 + src/app/+signup/+register/register.component.ts85 Why creating an account? Varför skapa ett användarkonto? @@ -1979,8 +1967,8 @@ The link will expire within 1 hour. Media is too large for the server. Please contact you administrator if you want to increase the limit size. Filen är för stor för servern. Kontakta din administratör om du vill höja gränsen. - src/app/core/rest/rest-extractor.service.ts118 - + + src/app/core/rest/rest-extractor.service.ts122 GLOBAL SEARCH GLOBAL SÖKNING @@ -2185,21 +2173,21 @@ The link will expire within 1 hour. Reset Återställ - src/app/+search/search-filters.component.html8 - src/app/+search/search-filters.component.html22 - src/app/+search/search-filters.component.html41 - src/app/+search/search-filters.component.html60 - src/app/+search/search-filters.component.html74 - src/app/+search/search-filters.component.html109 - src/app/+search/search-filters.component.html122 - src/app/+search/search-filters.component.html135 - src/app/+search/search-filters.component.html148 - src/app/+search/search-filters.component.html163 - src/app/+search/search-filters.component.html171 - src/app/+search/search-filters.component.html188 - src/app/+search/search-filters.component.html229 - src/app/shared/shared-forms/reactive-file.component.html16 - + + + + + + + + + + + + + + + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter Filtrera @@ -2358,7 +2346,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts39src/app/shared/shared-instance/instance-follow.service.ts142 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found Inga objekt hittades @@ -2375,7 +2363,7 @@ The link will expire within 1 hour. - src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html24src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 Choose the appropriate licence for your work. @@ -2393,63 +2381,42 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html39src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reason Registreringsorsak - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation response Svar från moderationen - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 Requested on Begärd - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason: Registreringsorsak: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response: Svar från moderationen: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters. Inga registreringar matchar nuvarande filtrering. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found. Inga registreringar funna. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this request Godta denna förfrågan @@ -2687,63 +2654,63 @@ The link will expire within 1 hour. Original publication date Ursprungligt publiceringsdatum - src/app/+videos/+video-edit/shared/video-edit.component.html368 + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) Det datum då materialet publicerades för första gången (som en films premiärdatum) - src/app/+videos/+video-edit/shared/video-edit.component.html371 + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settings Inställningar för tillägg - src/app/+videos/+video-edit/shared/video-edit.component.html402 + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latency Small latency - src/app/+videos/+video-edit/shared/video-edit.component.ts92 + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2P Reduce latency to ~15s disabling P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts93 + src/app/+videos/+video-edit/shared/video-edit.component.ts94 Default Default - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts97 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30s Average latency of 30s - src/app/+videos/+video-edit/shared/video-edit.component.ts98 + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latency High latency - src/app/+videos/+video-edit/shared/video-edit.component.ts102 + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratio Average latency of 60s increasing P2P ratio - src/app/+videos/+video-edit/shared/video-edit.component.ts103 + src/app/+videos/+video-edit/shared/video-edit.component.ts104 Other Annat - src/app/+videos/+video-edit/shared/video-edit.component.ts219src/app/shared/shared-forms/select/select-languages.component.ts50 + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments Tillåt videokommentarer - src/app/+videos/+video-edit/shared/video-edit.component.html389 + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download Tillåt nerladdning - src/app/+videos/+video-edit/shared/video-edit.component.html394 + src/app/+videos/+video-edit/shared/video-edit.component.html398 Advanced settings Avancerade inställningar @@ -2794,12 +2761,12 @@ The link will expire within 1 hour. Scheduled Schemalagd - src/app/+videos/+video-edit/shared/video-edit.component.ts240 + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date Dölj videon fram till ett datum - src/app/+videos/+video-edit/shared/video-edit.component.ts241 + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal live Normal direktsändning @@ -2845,9 +2812,9 @@ The link will expire within 1 hour. Total video quota Total videokvot - src/app/+admin/overview/users/user-list/user-list.component.html118 - src/app/shared/shared-main/users/user-quota.component.html3 - + + + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Congratulations! Your video is now available in your private library. @@ -2911,11 +2878,11 @@ The link will expire within 1 hour. src/app/+videos/+video-edit/video-update.component.html 29 - - Your video is currenctly being updated. If you leave, your changes will be lost.Your video is currenctly being updated. If you leave, your changes will be lost. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 @@ -3160,7 +3127,7 @@ The link will expire within 1 hour. - src/app/+admin/overview/users/user-list/user-list.component.html104src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Loop Loopa @@ -3283,7 +3250,7 @@ The link will expire within 1 hour. Show more Visa mer - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less Visa mindre @@ -3326,14 +3293,14 @@ The link will expire within 1 hour. The video was blocked due to automatic blocking of new videos Den här videon har blockerats eftersom nya videor blockeras automatiskt - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFW Känsligt innehåll - src/app/+admin/moderation/video-block-list/video-block-list.component.html56 - src/app/+admin/overview/videos/video-list.component.html75 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Get more information Visa mer information @@ -3590,16 +3557,13 @@ The link will expire within 1 hour. Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? Förnyelse av nyckeln kommer att hindra tidigare klienter från att komma åt flödet tills de fått en ny nyckel. Vill du fortsätta? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly. Nyckel förnyad. Uppdatera din klients konfiguration efter det. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEED PRENUMERATIONSFLÖDE @@ -3628,9 +3592,9 @@ The link will expire within 1 hour. Renew token Förnya nyckel - src/app/+my-account/my-account-applications/my-account-applications.component.html36 - src/app/+my-account/my-account-applications/my-account-applications.component.ts41 - + + + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Filter... Filtrera … @@ -3651,19 +3615,19 @@ The link will expire within 1 hour. Video/Comment/Account Video / Kommentar / Konto - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 ID ID - src/app/+admin/system/jobs/jobs.component.html45 - + + src/app/+admin/system/jobs/jobs.component.html43 State Status - src/app/+admin/system/jobs/jobs.component.html48 - src/app/+my-library/my-video-imports/my-video-imports.component.html30 - + + + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 Created Skapad @@ -3673,44 +3637,38 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html39src/app/+admin/follows/following-list/following-list.component.html43src/app/+admin/system/jobs/jobs.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html27src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37src/app/+my-library/my-video-imports/my-video-imports.component.html31src/app/shared/shared-abuse-list/abuse-list-table.component.html23 + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab Öppna aktörens sida i en ny flik - src/app/+admin/follows/followers-list/followers-list.component.html56 - + + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted Accepterad - src/app/+admin/follows/followers-list/followers-list.component.html63 - src/app/+admin/follows/following-list/following-list.component.html65 - + + + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending Väntar - src/app/+admin/follows/followers-list/followers-list.component.html64 - src/app/+admin/follows/following-list/following-list.component.html66 - + + + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 Rejected Rejected - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept Godkänn - src/app/+admin/follows/followers-list/followers-list.component.html50 - src/app/+admin/follows/followers-list/followers-list.component.ts45 - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25 - src/app/+my-library/my-ownership/my-ownership.component.html27 - + + + + + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse Neka @@ -3719,61 +3677,53 @@ The link will expire within 1 hour. No follower found matching current filters. Inga följare matchar de nuvarande filtren. - src/app/+admin/follows/followers-list/followers-list.component.html77 - + + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. Din instans har inga följare. - src/app/+admin/follows/followers-list/followers-list.component.html78 - - - Showing to of followers - Visar följare till av - src/app/+admin/follows/followers-list/followers-list.component.html11 - + + src/app/+admin/follows/followers-list/followers-list.component.html77 + Redundancy allowed Redundans tillåten - src/app/+admin/follows/following-list/following-list.component.html44 - + + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab Öppna instansen i en ny flik - src/app/+admin/follows/following-list/following-list.component.html58 - src/app/shared/shared-moderation/server-blocklist.component.html43 - src/app/shared/shared-moderation/server-blocklist.component.html43 - + + + + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. Inga värdar matchar de nuvarande filtren. - src/app/+admin/follows/following-list/following-list.component.html84 - + + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. Din instans följer inte någon annan. - src/app/+admin/follows/following-list/following-list.component.html85 - + + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}} Do you really want to unfollow {count, plural, =1 {?} other { entries?}} src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - Visar värd till av - src/app/+admin/follows/following-list/following-list.component.html11 - + Action Åtgärd - src/app/+admin/follows/following-list/following-list.component.html40 - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/server-blocklist.component.html31 - src/app/shared/shared-moderation/server-blocklist.component.html31 - + + + + + + + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies Videoredundans @@ -3792,18 +3742,18 @@ The link will expire within 1 hour. Table parameters Tabellparametrar - src/app/+admin/overview/users/user-list/user-list.component.html47 - + + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns Markera kolumner - src/app/+admin/overview/users/user-list/user-list.component.html53 - + + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users Markera blockerade användare - src/app/+admin/overview/users/user-list/user-list.component.html59 - + + src/app/+admin/overview/users/user-list/user-list.component.html57 Username Användarnamn @@ -3924,47 +3874,43 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html18src/app/+admin/follows/following-list/following-list.component.html18src/app/+admin/moderation/registration-list/registration-list.component.html18src/app/+admin/overview/comments/video-comment-list.component.html22src/app/+admin/overview/users/user-list/user-list.component.html18src/app/+admin/overview/videos/video-list.component.html18src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 The user was banned Den här användaren har blockerats - src/app/+admin/overview/users/user-list/user-list.component.html109 - + + src/app/+admin/overview/users/user-list/user-list.component.html107 Open account in a new tab Öppna kontot i en ny flik - src/app/+admin/overview/comments/video-comment-list.component.html69 - src/app/+admin/overview/users/user-list/user-list.component.html94 - src/app/+my-library/my-ownership/my-ownership.component.html32 - src/app/shared/shared-abuse-list/abuse-list-table.component.html44 - src/app/shared/shared-moderation/account-blocklist.component.html35 - src/app/shared/shared-moderation/account-blocklist.component.html35 - + + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account Raderat konto - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota Total videokvot per dag - src/app/+admin/overview/users/user-list/user-list.component.html128 - + + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: Blockeringsanledning: - src/app/+admin/overview/users/user-list/user-list.component.html150 - + + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned users Blockerade användare src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - Visar användare till av - src/app/+admin/overview/users/user-list/user-list.component.html11 - + Moderation Moderering @@ -4005,9 +3951,9 @@ The link will expire within 1 hour. Video Video - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30 - src/app/+admin/moderation/video-block-list/video-block-list.component.html26 - + + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size Total storlek @@ -4042,29 +3988,29 @@ The link will expire within 1 hour. Used () Used () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available () Available () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Sensitive Känsligt - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated Inte federerad - src/app/+admin/moderation/video-block-list/video-block-list.component.html28 - src/app/+admin/moderation/video-block-list/video-block-list.component.html60 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date Datum - src/app/+admin/moderation/video-block-list/video-block-list.component.html29 - src/app/+admin/overview/comments/video-comment-list.component.html46 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this row Markera den här raden @@ -4074,12 +4020,12 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html46src/app/+admin/follows/following-list/following-list.component.html51src/app/+admin/moderation/registration-list/registration-list.component.html50src/app/+admin/overview/comments/video-comment-list.component.html54src/app/+admin/overview/users/user-list/user-list.component.html79src/app/+admin/overview/videos/video-list.component.html51src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full comment Visa hela kommentaren - src/app/+admin/overview/comments/video-comment-list.component.html58 - + + src/app/+admin/overview/comments/video-comment-list.component.html57 Actions Åtgärder @@ -4089,27 +4035,27 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html35src/app/+admin/moderation/registration-list/registration-list.component.html60src/app/+admin/moderation/video-block-list/video-block-list.component.html43src/app/+admin/overview/comments/video-comment-list.component.html64src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70src/app/+admin/system/runners/runner-list/runner-list.component.html36src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html39 + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 Follower Följare - src/app/+admin/follows/followers-list/followers-list.component.html36 - + + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented video Kommenterad video - src/app/+admin/overview/comments/video-comment-list.component.html81 - + + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters. Inga kommentarer hittades som matchar nuvarande filter. - src/app/+admin/overview/comments/video-comment-list.component.html106 - + + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found. Inga kommentarer hittades. - src/app/+admin/overview/comments/video-comment-list.component.html107 - + + src/app/+admin/overview/comments/video-comment-list.component.html106 Local comments Lokala kommentarer @@ -4128,53 +4074,53 @@ The link will expire within 1 hour. No abuses found matching current filters. Det finns inga anmälningar som matchar den här sökningen. - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. Inga anmälningar hittade. - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reports Oavklarade anmälningar - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reports Accepterade anmälningar - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reports Avslagna anmälningar - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videos Anmälningar mot blockerade videor - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videos Anmälningar mot borttagna videor - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: Anledning för blockering: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. Det finns inga blockerade videor som matchar kriterierna. - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. Inga blockerade videor hittades. - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocks Automatiska blockeringar @@ -4185,11 +4131,7 @@ The link will expire within 1 hour. Manuella blockeringar src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - Visar blockerad video till av - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 - + Reports Anmälningar @@ -4218,9 +4160,9 @@ The link will expire within 1 hour. Reporter Anmälare - src/app/shared/shared-abuse-list/abuse-details.component.html7 - src/app/shared/shared-abuse-list/abuse-list-table.component.html21 - + + + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 @@ -4236,28 +4178,28 @@ The link will expire within 1 hour. Video Video - src/app/+admin/overview/comments/video-comment-list.component.html44 - src/app/+admin/overview/videos/video-list.component.html40 - src/app/+my-library/my-ownership/my-ownership.component.html14 - src/app/+my-library/my-video-imports/my-video-imports.component.html29 - src/app/shared/shared-video-miniature/video-download.component.html8 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 Comment Kommentera - src/app/+admin/overview/comments/video-comment-list.component.html45src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 This video has been reported multiple times. Den här videon har anmälts mer än en gång. - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked Den här videon har blockerats - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on av @@ -4266,13 +4208,19 @@ The link will expire within 1 hour. Video was deleted Videon har raderats - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + Account deleted Konto raderat - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 Open video in a new tab Öppna videon i en ny flik @@ -4286,27 +4234,23 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html37src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/moderation/registration-list/registration-list.component.html41src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/shared/shared-abuse-list/abuse-list-table.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages Meddelanden - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note Intern anteckning - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score Betyg - src/app/+admin/follows/followers-list/followers-list.component.html38 - - - Showing to of reports - Visar anmälning till av - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 - + + src/app/+admin/follows/followers-list/followers-list.component.html37 + Reportee Anmäld @@ -4326,51 +4270,46 @@ The link will expire within 1 hour. Mute domain Ignorera domän - src/app/shared/shared-moderation/server-blocklist.component.html19 - src/app/shared/shared-moderation/server-blocklist.component.html19 - + + + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance Instans - src/app/+about/about.component.html3 - src/app/+search/search-filters.component.html217 - src/app/shared/shared-moderation/server-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html32 - + + + + + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at Ignorerad på - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/server-blocklist.component.html33 - src/app/shared/shared-moderation/server-blocklist.component.html33 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute Sluta ignorera - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html40 - src/app/shared/shared-moderation/server-blocklist.component.html40 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. Inga servrar matchar de nuvarande filtren. - src/app/shared/shared-moderation/server-blocklist.component.html56 - src/app/shared/shared-moderation/server-blocklist.component.html56 - + + + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. Inga servrar hittades. - src/app/shared/shared-moderation/server-blocklist.component.html57 - src/app/shared/shared-moderation/server-blocklist.component.html57 - - - Showing to of muted instances - Visar nummer till av ignorerade instanser - src/app/shared/shared-moderation/server-blocklist.component.html12 - src/app/shared/shared-moderation/server-blocklist.component.html12 - + + + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. Det verkar som att din server inte använder HTTPS. Webbserver måste ha TLS aktiverat för att följa andra servrar. @@ -4384,29 +4323,29 @@ The link will expire within 1 hour. Mute domains Ignorera instanser - src/app/shared/shared-moderation/server-blocklist.component.html64 - src/app/shared/shared-moderation/server-blocklist.component.html64 - + + + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account Konto - src/app/+admin/moderation/registration-list/registration-list.component.html37 - src/app/+admin/overview/comments/video-comment-list.component.html43 - src/app/shared/shared-moderation/account-blocklist.component.html24 - src/app/shared/shared-moderation/account-blocklist.component.html24 - + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. Inga konton matchar de nuvarande filtren. - src/app/shared/shared-moderation/account-blocklist.component.html54 - src/app/shared/shared-moderation/account-blocklist.component.html54 - + + + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. Inga konton hittades. - src/app/shared/shared-moderation/account-blocklist.component.html55 - src/app/shared/shared-moderation/account-blocklist.component.html55 - + + + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed plugins Visa installerade tillägg @@ -4422,12 +4361,7 @@ The link will expire within 1 hour. Visa tillägg src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - Visar nummer till av ignorerade konton - src/app/shared/shared-moderation/account-blocklist.component.html11 - src/app/shared/shared-moderation/account-blocklist.component.html11 - + Plugins/Themes Insticksprogram och teman @@ -4646,11 +4580,7 @@ The link will expire within 1 hour. Den här vyn visar även kommentarer från ignorerade konton. src/app/+admin/overview/comments/video-comment-list.component.html8 - - Showing to of comments - Visar kommentar till av - src/app/+admin/overview/comments/video-comment-list.component.html15 - + Select all rows Markera alla rader @@ -4660,7 +4590,7 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html33src/app/+admin/follows/following-list/following-list.component.html38src/app/+admin/moderation/registration-list/registration-list.component.html33src/app/+admin/overview/comments/video-comment-list.component.html39src/app/+admin/overview/users/user-list/user-list.component.html39src/app/+admin/overview/videos/video-list.component.html36src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type Jobbtyp @@ -4680,52 +4610,42 @@ The link will expire within 1 hour. Selector for the list displaying jobs, filtering by their state - - Showing to of jobs - Visar jobb till av - src/app/+admin/system/jobs/jobs.component.html39 - + Type Typ - src/app/+admin/system/jobs/jobs.component.html46src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 Priority (1 = highest priority) Prioritet (1 är högst) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + + src/app/+admin/system/jobs/jobs.component.html45 Progress Förlopp - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found. Inga jobb hittades. - src/app/+admin/system/jobs/jobs.component.html105 - + + src/app/+admin/system/jobs/jobs.component.html103 No jobs found. Inga jobb av typen hittades. - src/app/+admin/system/jobs/jobs.component.html106 - + + src/app/+admin/system/jobs/jobs.component.html104 No jobs found. Inga -jobb hittades. - src/app/+admin/system/jobs/jobs.component.html110 - + + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are . Inga -jobb hittades som är . - src/app/+admin/system/jobs/jobs.component.html111 - + + src/app/+admin/system/jobs/jobs.component.html109 Refresh Uppdatera @@ -4733,7 +4653,7 @@ The link will expire within 1 hour. - src/app/+admin/overview/comments/video-comment-list.component.html31src/app/+admin/overview/videos/video-list.component.html27src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 now nu @@ -4776,7 +4696,7 @@ The link will expire within 1 hour. - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description Kort beskrivning @@ -5192,12 +5112,14 @@ The link will expire within 1 hour. ⚠️ We don't recommend to enable this feature if you don't trust your users ⚠️ We don't recommend to enable this feature if you don't trust your users - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 - - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + + + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ You need to allow import with HTTP URL to be able to activate this feature. @@ -6214,74 +6136,52 @@ color: red; 9 - - Showing to of synchronizations - Showing to of synchronizations - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - - + Add synchronization Add synchronization - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 External Channel External Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 Channel Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 Last synchronization at Last synchronization at - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List imports List imports - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channel Fully synchronize the channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channel This fetches any missing videos on the local channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for . Synchronization removed successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for . Full synchronization requested successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATION NEW SYNCHRONIZATION @@ -6421,18 +6321,14 @@ color: red; Target Mål - src/app/+my-library/my-video-imports/my-video-imports.component.html28 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted Den här videon har raderats - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - - Showing to of imports - Visar import till av - src/app/+my-library/my-video-imports/my-video-imports.component.html21 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. Om du raderar ditt konto kan det inte återskapas. Du kommer bli ombedd att bekräfta åtgärden. @@ -6441,25 +6337,15 @@ color: red; Channel page Kanalsida - src/app/+my-library/+my-video-channels/my-video-channels.component.html34 - src/app/+my-library/my-follows/my-subscriptions.component.html20 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65 - src/app/+videos/+video-watch/video-watch.component.html66 - + + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()!Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - Created by @@ -6921,9 +6807,9 @@ channel or account with the same name ( Banned Blockerad - src/app/+accounts/accounts.component.html21 - src/app/+admin/overview/users/user-list/user-list.component.html105 - + + + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Instance muted Instans ignorerad @@ -7016,7 +6902,7 @@ channel or account with the same name () to confirm Skriv namnet på din videokanal () för att bekräfta - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL NY KANAL @@ -7422,12 +7308,12 @@ channel or account with the same name (Go to the previous step - src/app/+signup/+register/register.component.ts43 + src/app/+signup/+register/register.component.ts42 Go to the next step Go to the next step - src/app/+signup/+register/register.component.ts44 + src/app/+signup/+register/register.component.ts43 Who are we? Vilka är vi? @@ -7447,7 +7333,7 @@ channel or account with the same name ( Terms of - src/app/shared/shared-instance/instance-about-accordion.component.ts81 + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability Administratörer och hållbarhet @@ -7663,52 +7549,52 @@ channel or account with the same name (Känsligt innehåll - src/app/shared/shared-video-miniature/video-filters.model.ts125 + src/app/shared/shared-video-miniature/video-filters.model.ts131 Scope Omfång - src/app/shared/shared-video-miniature/video-filters.model.ts132 + src/app/shared/shared-video-miniature/video-filters.model.ts138 Federated Federerad - src/app/shared/shared-video-miniature/video-filters.model.ts134 + src/app/shared/shared-video-miniature/video-filters.model.ts140 Languages Språk - src/app/shared/shared-video-miniature/video-filters.model.ts142 + src/app/shared/shared-video-miniature/video-filters.model.ts148 Categories Kategorier - src/app/shared/shared-video-miniature/video-filters.model.ts151 + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videos Alla videor - src/app/shared/shared-video-miniature/video-filters.model.ts160 + src/app/shared/shared-video-miniature/video-filters.model.ts166 Blurred Suddig - src/app/shared/shared-video-miniature/video-filters.model.ts240 + src/app/shared/shared-video-miniature/video-filters.model.ts246 hidden dold - src/app/shared/shared-video-miniature/video-filters.model.ts246 + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurred suddig - src/app/shared/shared-video-miniature/video-filters.model.ts247 + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayed synlig - src/app/shared/shared-video-miniature/video-filters.model.ts249 + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protectedPassword protected src/app/shared/shared-video-miniature/video-miniature.component.html @@ -8067,10 +7953,10 @@ channel or account with the same name ( Reject Avvisa - src/app/+admin/follows/followers-list/followers-list.component.html51 - src/app/+admin/follows/followers-list/followers-list.component.ts40 - src/app/+admin/follows/followers-list/followers-list.component.ts86 - + + + + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 Delete Radera @@ -8102,7 +7988,7 @@ channel or account with the same name (src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts63src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts133src/app/shared/shared-abuse-list/abuse-list-table.component.ts376src/app/shared/shared-abuse-list/abuse-list-table.component.ts411src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}} Accepted {count, plural, =1 { follow request} other { follow requests}} @@ -8141,10 +8027,10 @@ channel or account with the same name ( Follow Följ - src/app/+admin/follows/following-list/follow-modal.component.html3 - src/app/+admin/follows/following-list/follow-modal.component.html37 - src/app/+admin/follows/following-list/following-list.component.html25 - + + + + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line En värd (utan ”http://”), kontohantag eller kanalhandtag per rad @@ -8208,17 +8094,17 @@ channel or account with the same name (Vill du verkligen ta bort den här videoredundansen? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy Ta bort redundans - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! Videoredundans borttagen! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Account unmuted by your instance. Kontot ignoreras inte längre av din instans. @@ -8287,90 +8173,90 @@ channel or account with the same name ( Internal actions Interna åtgärder - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report Radera anmälan - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account Det markerade kontots handlingar - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mark as accepted Markera som godkänd - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected Markera som nekad - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note Lägg till en intern notering - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video Åtgärder för videon - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video Blockera video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. Video blockerad. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video Häv videons blockering - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. Blockering hävd. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Do you really want to delete this abuse report? Vill du verkligen radera den här missbruksanmälan? - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. Missbruksanmälan raderad. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment Raderad kommentar - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter Korrespondens med anmälaren - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators Korrespondens med moderatorer - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note Uppdatera intern notering - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual Byt till manuell blockering @@ -8511,13 +8397,13 @@ channel or account with the same name ( plugin insticksprogram - src/app/+admin/plugins/shared/plugin-api.service.ts30 - + + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme tema - src/app/+admin/plugins/shared/plugin-api.service.ts33 - + + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP address IP-adress @@ -8634,19 +8520,19 @@ channel or account with the same name ( Info Information - src/app/+admin/overview/videos/video-list.component.html41 - src/app/core/notification/notifier.service.ts12 - + + + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 Files Filer - src/app/+admin/overview/videos/video-list.component.html42 - + + src/app/+admin/overview/videos/video-list.component.html41 Published Publicering - src/app/+admin/overview/videos/video-list.component.html43 - + + src/app/+admin/overview/videos/video-list.component.html42 Warning Varning @@ -8672,34 +8558,28 @@ channel or account with the same name (Granska loggar src/app/+admin/system/logs/logs.component.ts145 - - Showing to of runner jobsShowing to of runner jobs - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - UUIDUUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 Priority Priority - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 Progress Progress - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 RunnerRunner - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload:Payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload:Private payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found.No runner jobs found. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobsCompleted jobs src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts @@ -8754,28 +8634,16 @@ channel or account with the same name (src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html 4 - - Showing to of remote runnersShowing to of remote runners - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - IPIP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contactLast contact - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found.No remote runners found. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. Användare har skapats. @@ -8784,9 +8652,9 @@ channel or account with the same name ( Create user Skapa användare - src/app/+admin/overview/users/user-edit/user-create.component.ts97 - src/app/+admin/overview/users/user-list/user-list.component.html25 - + + + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videos Blockerade videor @@ -8929,14 +8797,7 @@ channel or account with the same name (3 - - Showing to of registrations - Showing to of registrations - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - - + Password changed for user . Lösenordet har uppdaterats för användaren . @@ -8998,9 +8859,9 @@ channel or account with the same name ( Live Direktsändning - src/app/+admin/overview/videos/video-admin.service.ts53 - src/app/+admin/overview/videos/video-list.component.html88 - + + + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video files Videofiler @@ -9394,18 +9255,18 @@ channel or account with the same name ( Too many languages are enabled. Please enable them all or stay below 20 enabled languages. För många språk aktiverade. Aktivera antingen alla eller begränsa dem till max 20 stycken. - src/app/shared/shared-user-settings/user-video-settings.component.ts76 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. Videoinställningar har uppdaterats. - src/app/shared/shared-user-settings/user-video-settings.component.ts121 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. Inställningarna för videor eller visning har ändrats. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Video channel created. Kanalen har skapats. @@ -9440,12 +9301,12 @@ channel or account with the same name ( deleted. Kanalen har raderats. - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day Visningar idag - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followers Mina följare @@ -9529,8 +9390,8 @@ channel or account with the same name ( Playlist created. Spellistan har skapats. - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 - + + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 Create Skapa @@ -9542,7 +9403,7 @@ channel or account with the same name (src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist Uppdatera spellista @@ -9620,9 +9481,15 @@ channel or account with the same name (? - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + Video deleted. @@ -9775,12 +9642,12 @@ channel or account with the same name (Maximera redigerare - src/app/shared/shared-forms/markdown-textarea.component.ts51 + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editor Avsluta maximerad redigerare - src/app/shared/shared-forms/markdown-textarea.component.ts52 + src/app/shared/shared-forms/markdown-textarea.component.ts50 An email with verification link will be sent to . Ett e-postmeddelande med en verifikationslänk har skickats till . @@ -9804,7 +9671,7 @@ channel or account with the same name (src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts888 + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTS SPELLISTOR @@ -10147,14 +10014,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts174 + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videos Direktsändningar - src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts168 + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) Kort (< 4 min) @@ -11576,13 +11443,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instansens språk - src/app/+videos/+video-edit/shared/video-edit.component.ts222 + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages Alla språk - src/app/+videos/+video-edit/shared/video-edit.component.ts223src/app/shared/shared-forms/select/select-languages.component.ts25 + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Hidden Dold @@ -11598,7 +11465,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Synlig - src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts242 + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 Disabled Disabled @@ -11779,19 +11646,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Account muted by the instance. Kontot ignoreras av instansen. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434 - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server Ignorera server - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. Servern ignoreras av instansen. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter Lägg till ett meddelande att skicka till anmälaren @@ -12038,30 +11905,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Too many attempts, please try again after minutes. För många försök, vänligen försök igen om minuter. - src/app/core/rest/rest-extractor.service.ts126 - + + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. För många försök, vänligen försök igen senare. - src/app/core/rest/rest-extractor.service.ts129 - + + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. Serverfel, försök gärna igen om en stund. - src/app/core/rest/rest-extractor.service.ts133 - + + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later. Server is unavailable. Please retry later. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server error Unknown server error - src/app/core/rest/rest-extractor.service.ts140 + + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + Subscribed to all current channels of . You will be notified of all their new videos. @@ -12161,29 +12031,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Delete video Radera video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment Åtgärder för kommentaren - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment Radera kommentar - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? Vill du verkligen radera den här kommentaren? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. Kommentaren har raderats. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Encoder Kodek @@ -12230,25 +12100,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Do you really want to delete this video? Vill du verkligen radera den här videon? - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. Video raderad. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter Åtgärder för anmälaren - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter Ignorera anmälare - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 Download Ladda ner @@ -12383,46 +12253,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+admin/system/runners/runner-list/runner-list.component.ts 58 - - Showing to of registration tokensShowing to of registration tokens - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - TokenToken - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runnersAssociated runners - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate tokenGenerate token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copiedRegistration token copied - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration tokenCopy registration token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners.No registration token found for remote runners. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this tokenRemove this token src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.ts34 @@ -12474,9 +12323,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute account Ignorera konto - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actions Öppna videomenyn @@ -12510,8 +12359,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute server account Ignorera serverkonto - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Report Rapportera @@ -12630,7 +12479,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html77src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Add to watch later Lägg till i Titta senare @@ -12663,25 +12512,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Only I can see this video Endast jag kan se den här videon - src/app/shared/shared-main/video/video.service.ts460 + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link Går endast att dela med en privat länk - src/app/shared/shared-main/video/video.service.ts461 + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video Alla kan se den här videon - src/app/shared/shared-main/video/video.service.ts462 + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video Den här videon kan endast ses av användare på den här instansen - src/app/shared/shared-main/video/video.service.ts463 + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this videoOnly users with the appropriate password can see this video - src/app/shared/shared-main/video/video.service.ts464 + src/app/shared/shared-main/video/video.service.ts465 Video to import updated. Videon att importera har uppdaterats. @@ -12729,36 +12578,24 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular You have unsaved changes! If you leave, your changes will be lost. Du har gjort ändringar som inte sparats! Om du lämnar nu kommer de förkastas. - src/app/+videos/+video-edit/video-update.component.ts140 + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. Videon har uppdaterats. - src/app/+videos/+video-edit/video-update.component.ts227 + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators.Your video will also be automatically blocked since video publication requires manual validation by moderators. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version.Uploading a new version of your video will completely erase the current version. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 <br /><br />Do you still want to replace your video file?<br /><br />Do you still want to replace your video file? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warningReplace file warning - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: ) (extensions: ) @@ -12833,40 +12670,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? Den här videon finns inte på din instans. Vill du bli hänvisad till ursprungsinstansen <a href=""></a>? - src/app/+videos/+video-watch/video-watch.component.ts370 + src/app/+videos/+video-watch/video-watch.component.ts371 Redirection Omdirigering - src/app/+videos/+video-watch/video-watch.component.ts371 + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this videoYou need a password to watch this video - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protectedThis video is password protected - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct passwordIncorrect password, please enter a correct password - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? 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? - src/app/+videos/+video-watch/video-watch.component.ts446 + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content Oförbehållsamt innehåll eller innehåll skapat för vuxna - src/app/+videos/+video-watch/video-watch.component.ts447 + src/app/+videos/+video-watch/video-watch.component.ts448 Cancel @@ -12893,73 +12721,73 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html42src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreen Öppna/stäng fullskärm - src/app/+videos/+video-watch/video-watch.component.ts851 + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the video Spela/Pausa videon - src/app/+videos/+video-watch/video-watch.component.ts852 + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the video Slå av eller på videons ljud - src/app/+videos/+video-watch/video-watch.component.ts853 + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90% Hoppa till en procentandel av videon: 0 är 0% och 9 är 90% - src/app/+videos/+video-watch/video-watch.component.ts868 + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volume Höj volymen - src/app/+videos/+video-watch/video-watch.component.ts855 + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volume Sänk volymen - src/app/+videos/+video-watch/video-watch.component.ts856 + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forward Hoppa framåt i videon - src/app/+videos/+video-watch/video-watch.component.ts870 + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backward Hoppa bakåt i videon - src/app/+videos/+video-watch/video-watch.component.ts871 + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rate Öka uppspelningshastigheten - src/app/+videos/+video-watch/video-watch.component.ts873 + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rate Minska uppspelningshastigheten - src/app/+videos/+video-watch/video-watch.component.ts874 + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frame Gå till videons föregående bildruta - src/app/+videos/+video-watch/video-watch.component.ts876 + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frame Gå till videons nästa bildruta - src/app/+videos/+video-watch/video-watch.component.ts877 + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater mode Växla teaterläge - src/app/+videos/+video-watch/video-watch.component.ts861 + src/app/+videos/+video-watch/video-watch.component.ts867 Like the video Gilla videon @@ -13039,14 +12867,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 103 - - Showing to of videos - Visar video till av - - src/app/+admin/overview/videos/video-list.component.html - 11 - - + Only videos uploaded on this instance are displayed Bara videor som laddats upp på den här instansen visas diff --git a/client/src/locale/angular.ta.xlf b/client/src/locale/angular.ta.xlf index 6ec6e0c3f..57e69cdb5 100644 --- a/client/src/locale/angular.ta.xlf +++ b/client/src/locale/angular.ta.xlf @@ -390,28 +390,19 @@ src/app/shared/shared-main/users/user-notifications.component.html230 {views, plural, =0 {No view} =1 {1 view} other { views}}{views, plural, =0 {No view} =1 {1 view} other { views}} - src/app/shared/shared-main/video/video.model.ts291 + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded.PeerTube considers this video is already being transcoded. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcodingForce transcoding - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}}{viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} - src/app/shared/shared-main/video/video.model.ts288 + src/app/shared/shared-main/video/video.model.ts289 Change your avatar @@ -424,10 +415,10 @@ Account mutedAccount muted - src/app/+admin/overview/videos/video-list.component.html79 + src/app/+admin/overview/videos/video-list.component.html78 Server mutedServer muted - src/app/+admin/overview/videos/video-list.component.html80 + src/app/+admin/overview/videos/video-list.component.html79 Save to Save to @@ -541,7 +532,7 @@ src/app/shared/shared-video-miniature/video-download.component.html130 videovideo - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts341src/app/shared/shared-video-miniature/video-download.component.ts62 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: )Your video quota is exceeded with this video (video size: , used: , quota: ) src/app/+videos/+video-edit/shared/video-upload.service.ts34 @@ -641,17 +632,14 @@ Blocked Blocked - src/app/+admin/overview/videos/video-list.component.html82src/app/shared/shared-video-miniature/video-miniature.component.html64 + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storageObject storage - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this fileDelete this file - src/app/+admin/overview/videos/video-list.component.html114src/app/+admin/overview/videos/video-list.component.html130 + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}.Deleted {count, plural, =1 {1 video} other { videos}}. src/app/+admin/overview/videos/video-list.component.ts235 @@ -985,7 +973,7 @@ Local - src/app/shared/shared-video-miniature/video-filters.model.ts135 + src/app/shared/shared-video-miniature/video-filters.model.ts141 users users @@ -1018,7 +1006,7 @@ - src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/follows.routes.ts26 + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 FollowersFollowers @@ -1240,7 +1228,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 Email address மின்னஞ்சல் @@ -1288,7 +1276,7 @@ The link will expire within 1 hour. SignupSignup Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 + src/app/+signup/+register/register.component.ts85 Why creating an account?Why creating an account? src/app/+signup/+register/steps/register-step-about.component.html @@ -1882,7 +1870,7 @@ The link will expire within 1 hour. src/app/+error-page/error-page.component.html54 Media is too large for the server. Please contact you administrator if you want to increase the limit size.Media is too large for the server. Please contact you administrator if you want to increase the limit size. - src/app/core/rest/rest-extractor.service.ts118 + src/app/core/rest/rest-extractor.service.ts122 GLOBAL SEARCH @@ -2089,7 +2077,7 @@ The link will expire within 1 hour. Reset - src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/shared/shared-forms/reactive-file.component.html16 + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter Filter @@ -2221,7 +2209,7 @@ The link will expire within 1 hour. src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.ts83 Advanced filtersAdvanced filters - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts39src/app/shared/shared-instance/instance-follow.service.ts142 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found No items found @@ -2238,7 +2226,7 @@ The link will expire within 1 hour. - src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html24src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 Choose the appropriate licence for your work. Choose the appropriate licence for your work. @@ -2253,49 +2241,28 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html39src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reasonRegistration reason - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation responseModeration response - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 Requested on Requested on - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason:Registration reason: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response:Moderation response: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters.No registrations found matching current filters. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found.No registrations found. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this requestAccept this request src/app/+admin/moderation/registration-list/registration-list.component.ts @@ -2496,7 +2463,7 @@ The link will expire within 1 hour. Original publication date Original publication date - src/app/+videos/+video-edit/shared/video-edit.component.html368 + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) @@ -2505,41 +2472,41 @@ The link will expire within 1 hour. This is the date when the content was originally published (e.g. the release date for a film) - src/app/+videos/+video-edit/shared/video-edit.component.html371 + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settingsPlugin settings - src/app/+videos/+video-edit/shared/video-edit.component.html402 + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latencySmall latency - src/app/+videos/+video-edit/shared/video-edit.component.ts92 + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2PReduce latency to ~15s disabling P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts93 + src/app/+videos/+video-edit/shared/video-edit.component.ts94 DefaultDefault - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts97 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30sAverage latency of 30s - src/app/+videos/+video-edit/shared/video-edit.component.ts98 + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latencyHigh latency - src/app/+videos/+video-edit/shared/video-edit.component.ts102 + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratioAverage latency of 60s increasing P2P ratio - src/app/+videos/+video-edit/shared/video-edit.component.ts103 + src/app/+videos/+video-edit/shared/video-edit.component.ts104 OtherOther - src/app/+videos/+video-edit/shared/video-edit.component.ts219src/app/shared/shared-forms/select/select-languages.component.ts50 + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments Enable video comments - src/app/+videos/+video-edit/shared/video-edit.component.html389 + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download Enable download - src/app/+videos/+video-edit/shared/video-edit.component.html394 + src/app/+videos/+video-edit/shared/video-edit.component.html398 Advanced settings Advanced settings @@ -2589,12 +2556,12 @@ The link will expire within 1 hour. Scheduled Scheduled - src/app/+videos/+video-edit/shared/video-edit.component.ts240 + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date Hide the video until a specific date - src/app/+videos/+video-edit/shared/video-edit.component.ts241 + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal liveNormal live src/app/+videos/+video-edit/video-add-components/video-go-live.component.html @@ -2641,7 +2608,7 @@ The link will expire within 1 hour. - src/app/+admin/overview/users/user-list/user-list.component.html118src/app/shared/shared-main/users/user-quota.component.html3 + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Congratulations! Your video is now available in your private library. @@ -2698,11 +2665,11 @@ The link will expire within 1 hour. src/app/+videos/+video-edit/video-update.component.html 29 - - Your video is currenctly being updated. If you leave, your changes will be lost.Your video is currenctly being updated. If you leave, your changes will be lost. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 @@ -2951,7 +2918,7 @@ The link will expire within 1 hour. Muted - src/app/+admin/overview/users/user-list/user-list.component.html104src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Loop Loop @@ -3074,7 +3041,7 @@ The link will expire within 1 hour. Show more Show more - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less Show less @@ -3123,10 +3090,10 @@ The link will expire within 1 hour. The video was blocked due to automatic blocking of new videos The video was blocked due to automatic blocking of new videos - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFWNSFW - src/app/+admin/moderation/video-block-list/video-block-list.component.html56src/app/+admin/overview/videos/video-list.component.html75 + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Get more information Get more information @@ -3347,13 +3314,10 @@ The link will expire within 1 hour. src/app/shared/shared-moderation/report-modals/report.component.html35src/app/shared/shared-moderation/report-modals/report.component.html35 Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed?Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly.Token renewed. Update your client configuration accordingly. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEEDSUBSCRIPTION FEED src/app/+my-account/my-account-applications/my-account-applications.component.html9 @@ -3371,7 +3335,7 @@ The link will expire within 1 hour. src/app/+my-account/my-account-applications/my-account-applications.component.html27 Renew tokenRenew token - src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts41 + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Filter... @@ -3401,19 +3365,19 @@ The link will expire within 1 hour. Video/Comment/Account Video/Comment/Account - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 ID ID - src/app/+admin/system/jobs/jobs.component.html45 + src/app/+admin/system/jobs/jobs.component.html43 State State - src/app/+admin/system/jobs/jobs.component.html48src/app/+my-library/my-video-imports/my-video-imports.component.html30 + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 @@ -3430,41 +3394,35 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html39src/app/+admin/follows/following-list/following-list.component.html43src/app/+admin/system/jobs/jobs.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html27src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37src/app/+my-library/my-video-imports/my-video-imports.component.html31src/app/shared/shared-abuse-list/abuse-list-table.component.html23 + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab Open actor page in a new tab - src/app/+admin/follows/followers-list/followers-list.component.html56 + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted ஏற்றுக்கொள்ளப்பட்டது - src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending Pending - src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 RejectedRejected - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept Accept - src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse Refuse @@ -3475,21 +3433,13 @@ The link will expire within 1 hour. No follower found matching current filters. No follower found matching current filters. - src/app/+admin/follows/followers-list/followers-list.component.html77 + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. Your instance doesn't have any follower. - src/app/+admin/follows/followers-list/followers-list.component.html78 - - Showing to of followers - Showing - to - of - followers - - - src/app/+admin/follows/followers-list/followers-list.component.html11 + src/app/+admin/follows/followers-list/followers-list.component.html77 + @@ -3499,36 +3449,28 @@ The link will expire within 1 hour. - src/app/+admin/follows/following-list/following-list.component.html44 + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab Open instance in a new tab - src/app/+admin/follows/following-list/following-list.component.html58src/app/shared/shared-moderation/server-blocklist.component.html43src/app/shared/shared-moderation/server-blocklist.component.html43 + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. No host found matching current filters. - src/app/+admin/follows/following-list/following-list.component.html84 + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. Your instance is not following anyone. - src/app/+admin/follows/following-list/following-list.component.html85 + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}}Do you really want to unfollow {count, plural, =1 {?} other { entries?}} src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - Showing - to - of - hosts - - - src/app/+admin/follows/following-list/following-list.component.html11 + ActionAction @@ -3537,7 +3479,7 @@ The link will expire within 1 hour. - src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies Videos redundancies @@ -3558,17 +3500,17 @@ The link will expire within 1 hour. Table parameters Table parameters - src/app/+admin/overview/users/user-list/user-list.component.html47 + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns Select columns - src/app/+admin/overview/users/user-list/user-list.component.html53 + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users Highlight banned users - src/app/+admin/overview/users/user-list/user-list.component.html59 + src/app/+admin/overview/users/user-list/user-list.component.html57 Username Username @@ -3669,14 +3611,14 @@ The link will expire within 1 hour. Batch actions Batch actions - src/app/+admin/follows/followers-list/followers-list.component.html18src/app/+admin/follows/following-list/following-list.component.html18src/app/+admin/moderation/registration-list/registration-list.component.html18src/app/+admin/overview/comments/video-comment-list.component.html22src/app/+admin/overview/users/user-list/user-list.component.html18src/app/+admin/overview/videos/video-list.component.html18src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 The user was banned The user was banned - src/app/+admin/overview/users/user-list/user-list.component.html109 + src/app/+admin/overview/users/user-list/user-list.component.html107 Open account in a new tab Open account in a new tab @@ -3685,7 +3627,7 @@ The link will expire within 1 hour. - src/app/+admin/overview/comments/video-comment-list.component.html69src/app/+admin/overview/users/user-list/user-list.component.html94src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html44src/app/shared/shared-moderation/account-blocklist.component.html35src/app/shared/shared-moderation/account-blocklist.component.html35 + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account @@ -3694,31 +3636,23 @@ The link will expire within 1 hour. Deleted account - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota Total daily video quota - src/app/+admin/overview/users/user-list/user-list.component.html128 + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: Ban reason: - src/app/+admin/overview/users/user-list/user-list.component.html150 + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned usersBanned users src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - Showing - to - of - users - - - src/app/+admin/overview/users/user-list/user-list.component.html11 + Moderation Moderation @@ -3755,7 +3689,7 @@ The link will expire within 1 hour. - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html26 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size Total size @@ -3792,20 +3726,20 @@ The link will expire within 1 hour. src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html94 Used ()Used () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available ()Available () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Sensitive Sensitive - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated Unfederated - src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/moderation/video-block-list/video-block-list.component.html60 + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date Date @@ -3813,33 +3747,33 @@ The link will expire within 1 hour. - src/app/+admin/moderation/video-block-list/video-block-list.component.html29src/app/+admin/overview/comments/video-comment-list.component.html46 + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this rowSelect this row - src/app/+admin/follows/followers-list/followers-list.component.html46src/app/+admin/follows/following-list/following-list.component.html51src/app/+admin/moderation/registration-list/registration-list.component.html50src/app/+admin/overview/comments/video-comment-list.component.html54src/app/+admin/overview/users/user-list/user-list.component.html79src/app/+admin/overview/videos/video-list.component.html51src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full commentSee full comment - src/app/+admin/overview/comments/video-comment-list.component.html58 + src/app/+admin/overview/comments/video-comment-list.component.html57 Actions Actions - src/app/+admin/follows/followers-list/followers-list.component.html35src/app/+admin/moderation/registration-list/registration-list.component.html60src/app/+admin/moderation/video-block-list/video-block-list.component.html43src/app/+admin/overview/comments/video-comment-list.component.html64src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70src/app/+admin/system/runners/runner-list/runner-list.component.html36src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html39 + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 FollowerFollower - src/app/+admin/follows/followers-list/followers-list.component.html36 + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented videoCommented video - src/app/+admin/overview/comments/video-comment-list.component.html81 + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters.No comments found matching current filters. - src/app/+admin/overview/comments/video-comment-list.component.html106 + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found.No comments found. - src/app/+admin/overview/comments/video-comment-list.component.html107 + src/app/+admin/overview/comments/video-comment-list.component.html106 Local commentsLocal comments src/app/+admin/overview/comments/video-comment-list.component.ts51 @@ -3853,57 +3787,49 @@ The link will expire within 1 hour. No abuses found matching current filters. No abuses found matching current filters. - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. No abuses found. - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reportsUnsolved reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reportsAccepted reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reportsRefused reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videosReports with blocked videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videosReports with deleted videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: Block reason: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. No blocked video found matching current filters. - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. No blocked video found. - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocksAutomatic blocks src/app/+admin/moderation/video-block-list/video-block-list.component.ts34 Manual blocksManual blocks src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - Showing - to - of - blocked videos - - - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 + Reports Reports @@ -3940,7 +3866,7 @@ The link will expire within 1 hour. Reporter - src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html21 + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 src/app/shared/shared-abuse-list/abuse-details.component.html @@ -3958,20 +3884,20 @@ The link will expire within 1 hour. Video - src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+admin/overview/videos/video-list.component.html40src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html29src/app/shared/shared-video-miniature/video-download.component.html8 + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 CommentComment - src/app/+admin/overview/comments/video-comment-list.component.html45src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 This video has been reported multiple times. This video has been reported multiple times. - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked The video was blocked - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on by @@ -3985,7 +3911,13 @@ The link will expire within 1 hour. Video was deleted Video was deleted - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + + Account deleted @@ -3994,7 +3926,7 @@ The link will expire within 1 hour. Account deleted - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 Open video in a new tab Open video in a new tab @@ -4009,17 +3941,17 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html37src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/moderation/registration-list/registration-list.component.html41src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/shared/shared-abuse-list/abuse-list-table.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages Messages - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note Internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score Score @@ -4027,16 +3959,8 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html38 - - Showing to of reports - Showing - to - of - reports - - - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 + src/app/+admin/follows/followers-list/followers-list.component.html37 + Reportee Reportee @@ -4060,7 +3984,7 @@ The link will expire within 1 hour. Mute domain - src/app/shared/shared-moderation/server-blocklist.component.html19src/app/shared/shared-moderation/server-blocklist.component.html19 + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance Instance @@ -4068,7 +3992,7 @@ The link will expire within 1 hour. - src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at Muted at @@ -4079,7 +4003,7 @@ The link will expire within 1 hour. - src/app/shared/shared-moderation/account-blocklist.component.html25src/app/shared/shared-moderation/account-blocklist.component.html25src/app/shared/shared-moderation/server-blocklist.component.html33src/app/shared/shared-moderation/server-blocklist.component.html33 + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute Unmute @@ -4087,29 +4011,20 @@ The link will expire within 1 hour. - src/app/shared/shared-moderation/account-blocklist.component.html32src/app/shared/shared-moderation/account-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html40src/app/shared/shared-moderation/server-blocklist.component.html40 + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. No server found matching current filters. - src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. No server found. - src/app/shared/shared-moderation/server-blocklist.component.html57src/app/shared/shared-moderation/server-blocklist.component.html57 - - Showing to of muted instances - Showing - to - of - muted instances - - - - src/app/shared/shared-moderation/server-blocklist.component.html12src/app/shared/shared-moderation/server-blocklist.component.html12 + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. @@ -4127,25 +4042,25 @@ The link will expire within 1 hour. Mute domains - src/app/shared/shared-moderation/server-blocklist.component.html64src/app/shared/shared-moderation/server-blocklist.component.html64 + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account Account - src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/comments/video-comment-list.component.html43src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24 + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. No account found matching current filters. - src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. No account found. - src/app/shared/shared-moderation/account-blocklist.component.html55src/app/shared/shared-moderation/account-blocklist.component.html55 + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed pluginsList installed plugins src/app/+admin/plugins/plugins.routes.ts26 @@ -4155,16 +4070,7 @@ The link will expire within 1 hour. Show pluginShow plugin src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - Showing - to - of - muted accounts - - - - src/app/shared/shared-moderation/account-blocklist.component.html11src/app/shared/shared-moderation/account-blocklist.component.html11 + Plugins/Themes Plugins/Themes @@ -4354,14 +4260,11 @@ The link will expire within 1 hour. src/app/+admin/overview/comments/video-comment-list.component.html3 This view also shows comments from muted accounts.This view also shows comments from muted accounts. - src/app/+admin/overview/comments/video-comment-list.component.html8 - Showing to of commentsShowing to of comments - - src/app/+admin/overview/comments/video-comment-list.component.html15 + src/app/+admin/overview/comments/video-comment-list.component.html8 Select all rowsSelect all rows - src/app/+admin/follows/followers-list/followers-list.component.html33src/app/+admin/follows/following-list/following-list.component.html38src/app/+admin/moderation/registration-list/registration-list.component.html33src/app/+admin/overview/comments/video-comment-list.component.html39src/app/+admin/overview/users/user-list/user-list.component.html39src/app/+admin/overview/videos/video-list.component.html36src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type Job type @@ -4378,44 +4281,35 @@ The link will expire within 1 hour. 21 Selector for the list displaying jobs, filtering by their state - - Showing to of jobsShowing to of jobs - - src/app/+admin/system/jobs/jobs.component.html39 + Type Type - src/app/+admin/system/jobs/jobs.component.html46src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 Priority (1 = highest priority)Priority (1 = highest priority) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + + src/app/+admin/system/jobs/jobs.component.html45 ProgressProgress - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found.No jobs found. - src/app/+admin/system/jobs/jobs.component.html105 + src/app/+admin/system/jobs/jobs.component.html103 No jobs found.No jobs found. - src/app/+admin/system/jobs/jobs.component.html106 + src/app/+admin/system/jobs/jobs.component.html104 No jobs found.No jobs found. - src/app/+admin/system/jobs/jobs.component.html110 + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are .No jobs found that are . - src/app/+admin/system/jobs/jobs.component.html111 + src/app/+admin/system/jobs/jobs.component.html109 Refresh Refresh - src/app/+admin/overview/comments/video-comment-list.component.html31src/app/+admin/overview/videos/video-list.component.html27src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 nownow src/app/+admin/system/logs/logs.component.html15 @@ -4454,7 +4348,7 @@ The link will expire within 1 hour. - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description Short description @@ -4847,10 +4741,13 @@ The link will expire within 1 hour. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html302 ⚠️ We don't recommend to enable this feature if you don't trust your users⚠️ We don't recommend to enable this feature if you don't trust your users - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL)Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ You need to allow import with HTTP URL to be able to activate this feature. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html319 @@ -5701,55 +5598,34 @@ color: red; src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html 9 - - Showing to of synchronizationsShowing to of synchronizations - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - Add synchronizationAdd synchronization - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 External Channel External Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 Channel Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 Last synchronization at Last synchronization at - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List importsList imports - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channelFully synchronize the channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channelThis fetches any missing videos on the local channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for .Synchronization removed successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for .Full synchronization requested successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATIONNEW SYNCHRONIZATION src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.html @@ -5864,22 +5740,14 @@ color: red; Target Target - src/app/+my-library/my-video-imports/my-video-imports.component.html28 + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted This video was deleted - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - Showing to of imports - Showing - to - of - imports - - - src/app/+my-library/my-video-imports/my-video-imports.component.html21 + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. Once you delete your account, there is no going back. You will be asked to confirm this action. @@ -5893,20 +5761,10 @@ color: red; - src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65src/app/+videos/+video-watch/video-watch.component.html66 + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}}{VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} - src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()!Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - - + src/app/+my-library/+my-video-channels/my-video-channels.component.html49 Created by Created by @@ -6273,7 +6131,7 @@ channel or account with the same name (Banned - src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html105 + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Instance muted Instance muted @@ -6342,7 +6200,7 @@ channel or account with the same name (src/app/+accounts/account-video-channels/account-video-channels.component.html29src/app/+accounts/accounts.component.html39src/app/+my-library/+my-video-channels/my-video-channels.component.html47src/app/+video-channels/video-channels.component.html78src/app/shared/shared-video-playlist/video-playlist-miniature.component.html9 Please type the name of the video channel () to confirmPlease type the name of the video channel () to confirm - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL @@ -6813,11 +6671,11 @@ channel or account with the same name (Go to the previous step - src/app/+signup/+register/register.component.ts43 + src/app/+signup/+register/register.component.ts42 Go to the next stepGo to the next step - src/app/+signup/+register/register.component.ts44 + src/app/+signup/+register/register.component.ts43 Who are we? @@ -6836,7 +6694,7 @@ channel or account with the same name (src/app/shared/shared-instance/instance-about-accordion.component.html48 Terms of Terms of - src/app/shared/shared-instance/instance-about-accordion.component.ts81 + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability Administrators & Sustainability @@ -7016,34 +6874,34 @@ channel or account with the same name (src/app/shared/shared-video-miniature/video-filters-header.component.ts90 Sensitive contentSensitive content - src/app/shared/shared-video-miniature/video-filters.model.ts125 + src/app/shared/shared-video-miniature/video-filters.model.ts131 ScopeScope - src/app/shared/shared-video-miniature/video-filters.model.ts132 + src/app/shared/shared-video-miniature/video-filters.model.ts138 FederatedFederated - src/app/shared/shared-video-miniature/video-filters.model.ts134 + src/app/shared/shared-video-miniature/video-filters.model.ts140 LanguagesLanguages - src/app/shared/shared-video-miniature/video-filters.model.ts142 + src/app/shared/shared-video-miniature/video-filters.model.ts148 CategoriesCategories - src/app/shared/shared-video-miniature/video-filters.model.ts151 + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videosAll videos - src/app/shared/shared-video-miniature/video-filters.model.ts160 + src/app/shared/shared-video-miniature/video-filters.model.ts166 BlurredBlurred - src/app/shared/shared-video-miniature/video-filters.model.ts240 + src/app/shared/shared-video-miniature/video-filters.model.ts246 hiddenhidden - src/app/shared/shared-video-miniature/video-filters.model.ts246 + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurredblurred - src/app/shared/shared-video-miniature/video-filters.model.ts247 + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayeddisplayed - src/app/shared/shared-video-miniature/video-filters.model.ts249 + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protectedPassword protected src/app/shared/shared-video-miniature/video-miniature.component.html @@ -7351,12 +7209,12 @@ channel or account with the same name (Reject - src/app/+admin/follows/followers-list/followers-list.component.html51src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 DeleteDelete - src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts63src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts133src/app/shared/shared-abuse-list/abuse-list-table.component.ts376src/app/shared/shared-abuse-list/abuse-list-table.component.ts411src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}}Accepted {count, plural, =1 { follow request} other { follow requests}} src/app/+admin/follows/followers-list/followers-list.component.ts67 @@ -7380,7 +7238,7 @@ channel or account with the same name (src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html25 + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line1 host (without "http://"), account handle or channel handle per line src/app/+admin/follows/following-list/follow-modal.component.html @@ -7443,17 +7301,17 @@ channel or account with the same name (Do you really want to remove this video redundancy? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy Remove redundancy - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! Video redundancies removed! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Account unmuted by your instance. Account @@ -7521,89 +7379,89 @@ channel or account with the same name (Internal actions - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report Delete report - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account Actions for the flagged account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mark as accepted Mark as accepted - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected Mark as rejected - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note Add internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video Actions for the video - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video Block video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. Video blocked. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video Unblock video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. Video unblocked. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Do you really want to delete this abuse report? Do you really want to delete this abuse report? - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. Abuse deleted. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment Deleted comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter Messages with reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators Messages with moderators - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note Update internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual Switch video block to manual @@ -7746,12 +7604,12 @@ channel or account with the same name (plugin - src/app/+admin/plugins/shared/plugin-api.service.ts30 + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme theme - src/app/+admin/plugins/shared/plugin-api.service.ts33 + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP addressIP address src/app/+admin/system/debug/debug.component.html @@ -7841,13 +7699,13 @@ channel or account with the same name (Info - src/app/+admin/overview/videos/video-list.component.html41src/app/core/notification/notifier.service.ts12 + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 FilesFiles - src/app/+admin/overview/videos/video-list.component.html42 + src/app/+admin/overview/videos/video-list.component.html41 Published Published - src/app/+admin/overview/videos/video-list.component.html43 + src/app/+admin/overview/videos/video-list.component.html42 Warning Warning @@ -7873,34 +7731,28 @@ channel or account with the same name (Audit logs - src/app/+admin/system/logs/logs.component.ts145 - Showing to of runner jobsShowing to of runner jobs - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - - + src/app/+admin/system/logs/logs.component.ts145 UUIDUUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 Priority Priority - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 Progress Progress - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 RunnerRunner - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload:Payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload:Private payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found.No runner jobs found. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobsCompleted jobs src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts @@ -7955,28 +7807,16 @@ channel or account with the same name (src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html 4 - - Showing to of remote runnersShowing to of remote runners - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - IPIP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contactLast contact - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found.No remote runners found. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. User @@ -7986,7 +7826,7 @@ channel or account with the same name (src/app/+admin/overview/users/user-edit/user-create.component.ts78 Create userCreate user - src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html25 + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videosBlocked videos src/app/+admin/moderation/moderation.routes.ts67 @@ -8088,12 +7928,6 @@ channel or account with the same name (src/app/+admin/moderation/registration-list/registration-list.component.html 3 - - Showing to of registrationsShowing to of registrations - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - Password changed for user . @@ -8149,7 +7983,7 @@ channel or account with the same name (src/app/+admin/overview/videos/video-admin.service.ts49 LiveLive - src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html88 + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video filesVideo files src/app/+admin/overview/videos/video-admin.service.ts59 @@ -8486,18 +8320,18 @@ channel or account with the same name (Too many languages are enabled. Please enable them all or stay below 20 enabled languages. - src/app/shared/shared-user-settings/user-video-settings.component.ts76 + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. Video settings updated. - src/app/shared/shared-user-settings/user-video-settings.component.ts121 + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. Display/Video settings updated. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Video channel created. Video channel @@ -8533,12 +8367,12 @@ channel or account with the same name ( deleted. - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day Views for the day - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followersMy followers @@ -8601,10 +8435,10 @@ channel or account with the same name ( created. - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 CreateCreate - src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist Update playlist @@ -8668,7 +8502,13 @@ channel or account with the same name (? - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + + Video deleted. Video @@ -8788,10 +8628,10 @@ channel or account with the same name (src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts44src/app/shared/shared-forms/preview-upload.component.ts38 Maximize editorMaximize editor - src/app/shared/shared-forms/markdown-textarea.component.ts51 + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editorExit maximized editor - src/app/shared/shared-forms/markdown-textarea.component.ts52 + src/app/shared/shared-forms/markdown-textarea.component.ts50 @@ -8820,7 +8660,7 @@ channel or account with the same name (Subscribe to the account - src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts888 + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTSPLAYLISTS src/app/+video-channels/video-channels.component.ts91 @@ -9085,10 +8925,10 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+search/search-filters.component.ts52 VOD videosVOD videos - src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts174 + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videosLive videos - src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts168 + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) Short (< 4 min) @@ -10343,13 +10183,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instance languages - src/app/+videos/+video-edit/shared/video-edit.component.ts222 + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages All languages - src/app/+videos/+video-edit/shared/video-edit.component.ts223src/app/shared/shared-forms/select/select-languages.component.ts25 + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Hidden Hidden @@ -10364,7 +10204,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Displayed Displayed - src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts242 + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 DisabledDisabled src/app/shared/shared-instance/instance-features-table.component.ts60 @@ -10541,19 +10381,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server Mute server - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. Server muted by the instance. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter Add a message to communicate with the reporter @@ -10794,26 +10634,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular minutes. - src/app/core/rest/rest-extractor.service.ts126 + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. Too many attempts, please try again later. - src/app/core/rest/rest-extractor.service.ts129 + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. Server error. Please retry later. - src/app/core/rest/rest-extractor.service.ts133 + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later.Server is unavailable. Please retry later. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server errorUnknown server error - src/app/core/rest/rest-extractor.service.ts140 + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + + Subscribed to all current channels of . You will be notified of all their new videos. Subscribed to all current channels of @@ -10921,27 +10764,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Delete video Delete video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment Actions for the comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment Delete comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? Do you really want to delete this comment? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. Comment deleted. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Encoder Encoder @@ -10991,23 +10834,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. Video deleted. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter Actions for the reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter Mute reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 DownloadDownload @@ -11106,46 +10949,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+admin/system/runners/runner-list/runner-list.component.ts 58 - - Showing to of registration tokensShowing to of registration tokens - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - TokenToken - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runnersAssociated runners - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate tokenGenerate token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copiedRegistration token copied - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration tokenCopy registration token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners.No registration token found for remote runners. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this tokenRemove this token src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.ts34 @@ -11193,7 +11015,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actionsOpen video actions src/app/shared/shared-video-miniature/video-actions-dropdown.component.html @@ -11220,7 +11042,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute server account Mute server account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Report Report @@ -11311,7 +11133,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html77src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Add to watch later Add to watch later @@ -11338,25 +11160,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Only I can see this video Only I can see this video - src/app/shared/shared-main/video/video.service.ts460 + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link Only shareable via a private link - src/app/shared/shared-main/video/video.service.ts461 + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video Anyone can see this video - src/app/shared/shared-main/video/video.service.ts462 + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video Only users of this instance can see this video - src/app/shared/shared-main/video/video.service.ts463 + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this videoOnly users with the appropriate password can see this video - src/app/shared/shared-main/video/video.service.ts464 + src/app/shared/shared-main/video/video.service.ts465 Video to import updated. Video to import updated. @@ -11405,36 +11227,24 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular You have unsaved changes! If you leave, your changes will be lost. You have unsaved changes! If you leave, your changes will be lost. - src/app/+videos/+video-edit/video-update.component.ts140 + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. Video updated. - src/app/+videos/+video-edit/video-update.component.ts227 + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators.Your video will also be automatically blocked since video publication requires manual validation by moderators. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version.Uploading a new version of your video will completely erase the current version. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 <br /><br />Do you still want to replace your video file?<br /><br />Do you still want to replace your video file? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warningReplace file warning - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: )(extensions: ) @@ -11514,83 +11324,74 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>?This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? - src/app/+videos/+video-watch/video-watch.component.ts370 + src/app/+videos/+video-watch/video-watch.component.ts371 RedirectionRedirection - src/app/+videos/+video-watch/video-watch.component.ts371 + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this videoYou need a password to watch this video - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protectedThis video is password protected - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct passwordIncorrect password, please enter a correct password - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? This video contains mature or explicit content. Are you sure you want to watch it? - src/app/+videos/+video-watch/video-watch.component.ts446 + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content Mature or explicit content - src/app/+videos/+video-watch/video-watch.component.ts447 + src/app/+videos/+video-watch/video-watch.component.ts448 CancelCancel - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html42src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreenEnter/exit fullscreen - src/app/+videos/+video-watch/video-watch.component.ts851 + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the videoPlay/Pause the video - src/app/+videos/+video-watch/video-watch.component.ts852 + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the videoMute/unmute the video - src/app/+videos/+video-watch/video-watch.component.ts853 + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90%Skip to a percentage of the video: 0 is 0% and 9 is 90% - src/app/+videos/+video-watch/video-watch.component.ts868 + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volumeIncrease the volume - src/app/+videos/+video-watch/video-watch.component.ts855 + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volumeDecrease the volume - src/app/+videos/+video-watch/video-watch.component.ts856 + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forwardSeek the video forward - src/app/+videos/+video-watch/video-watch.component.ts870 + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backwardSeek the video backward - src/app/+videos/+video-watch/video-watch.component.ts871 + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rateIncrease playback rate - src/app/+videos/+video-watch/video-watch.component.ts873 + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rateDecrease playback rate - src/app/+videos/+video-watch/video-watch.component.ts874 + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frameNavigate in the video to the previous frame - src/app/+videos/+video-watch/video-watch.component.ts876 + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frameNavigate in the video to the next frame - src/app/+videos/+video-watch/video-watch.component.ts877 + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater modeToggle theater mode - src/app/+videos/+video-watch/video-watch.component.ts861 + src/app/+videos/+video-watch/video-watch.component.ts867 @@ -11659,12 +11460,6 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+admin/overview/videos/video-admin.service.ts 103 - - Showing to of videosShowing to of videos - - src/app/+admin/overview/videos/video-list.component.html - 11 - Only videos uploaded on this instance are displayedOnly videos uploaded on this instance are displayed diff --git a/client/src/locale/angular.th-TH.xlf b/client/src/locale/angular.th-TH.xlf index a13b6cde6..5a858708c 100644 --- a/client/src/locale/angular.th-TH.xlf +++ b/client/src/locale/angular.th-TH.xlf @@ -338,30 +338,21 @@ {views, plural, =0 {No view} =1 {1 view} other { views}} {views, plural, =0 {ไม่มีการดู} =1 {การดู 1 ครั้ง} other {การดู ครั้ง}} - src/app/shared/shared-main/video/video.model.ts291 + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded.PeerTube considers this video is already being transcoded. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcodingForce transcoding - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} {viewers, plural, =0 {ไม่มีผู้ชม} =1 {ผู้ชม 1 คน} other {ผู้ชม คน}} - src/app/shared/shared-main/video/video.model.ts288 + src/app/shared/shared-main/video/video.model.ts289 @@ -377,13 +368,13 @@ Account muted ปิดเสียงบัญชีแล้ว - src/app/+admin/overview/videos/video-list.component.html79 - + + src/app/+admin/overview/videos/video-list.component.html78 Server muted ปิดเสียงเซิร์ฟเวอร์แล้ว - src/app/+admin/overview/videos/video-list.component.html80 - + + src/app/+admin/overview/videos/video-list.component.html79 Save to บันทึกไปยัง @@ -494,7 +485,7 @@ วิดีโอ - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts341src/app/shared/shared-video-miniature/video-download.component.ts62 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: ) วิดีโอนี้จะเกินโควต้าวิดีโอของคุณ (ขนาดของวิดีโอ: , ใช้แล้ว: , โควต้า: ) @@ -602,21 +593,18 @@ ถูกบล็อก - src/app/+admin/overview/videos/video-list.component.html82src/app/shared/shared-video-miniature/video-miniature.component.html64 + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storage พื้นที่จัดเก็บวัตถุ - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this file ลบไฟล์นี้ - src/app/+admin/overview/videos/video-list.component.html114 - src/app/+admin/overview/videos/video-list.component.html130 - + + + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}. @@ -976,7 +964,7 @@ Local เซิร์ฟเวอร์นี้ - src/app/shared/shared-video-miniature/video-filters.model.ts135 + src/app/shared/shared-video-miniature/video-filters.model.ts141 users จำนวนผู้ใช้ @@ -1012,10 +1000,10 @@ Following เซิร์ฟเวอร์ที่ติดตาม - src/app/+admin/admin.component.ts84 - src/app/+admin/follows/following-list/following-list.component.html41 - src/app/+admin/follows/follows.routes.ts26 - + + + + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 Followers เซิร์ฟเวอร์อื่นที่ติดตามเซิร์ฟเวอร์นี้ @@ -1269,7 +1257,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 Email address ที่อยู่อีเมล @@ -1321,7 +1309,7 @@ The link will expire within 1 hour. ลงทะเบียน Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 + src/app/+signup/+register/register.component.ts85 Why creating an account? เหตุผลที่ต้องสร้างบัญชี @@ -2004,8 +1992,8 @@ The link will expire within 1 hour. Media is too large for the server. Please contact you administrator if you want to increase the limit size. สื่อมีขนาดใหญ่เกินที่จะอยู่บนเซิร์ฟเวอร์ โปรดติดต่อผู้ดูแลระบบหากคุณต้องการเพิ่มขีดจำกัดขนาด - src/app/core/rest/rest-extractor.service.ts118 - + + src/app/core/rest/rest-extractor.service.ts122 GLOBAL SEARCH ค้นหาทุกเซิร์ฟเวอร์ @@ -2210,21 +2198,21 @@ The link will expire within 1 hour. Reset รีเซ็ต - src/app/+search/search-filters.component.html8 - src/app/+search/search-filters.component.html22 - src/app/+search/search-filters.component.html41 - src/app/+search/search-filters.component.html60 - src/app/+search/search-filters.component.html74 - src/app/+search/search-filters.component.html109 - src/app/+search/search-filters.component.html122 - src/app/+search/search-filters.component.html135 - src/app/+search/search-filters.component.html148 - src/app/+search/search-filters.component.html163 - src/app/+search/search-filters.component.html171 - src/app/+search/search-filters.component.html188 - src/app/+search/search-filters.component.html229 - src/app/shared/shared-forms/reactive-file.component.html16 - + + + + + + + + + + + + + + + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter เรียง @@ -2385,7 +2373,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts39src/app/shared/shared-instance/instance-follow.service.ts142 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found ไม่พบรายการ @@ -2394,16 +2382,16 @@ The link will expire within 1 hour. Description คำอธิบาย - src/app/+about/about-instance/about-instance.component.html113 - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html24 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+videos/+video-edit/shared/video-edit.component.html44 - + + + + + + + + + + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 Choose the appropriate licence for your work. เลือกสัญญาอนุญาตที่เหมาะสมกับงานของคุณ @@ -2412,71 +2400,50 @@ The link will expire within 1 hour. Channel ช่อง - src/app/+admin/moderation/registration-list/registration-list.component.html39 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+videos/+video-edit/shared/video-edit.component.html65 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26 - src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reason เหตุผลที่ลงทะเบียน - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation response การตอบสนองการดูแล - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 Requested on ขอเมื่อ - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason: เหตุผลที่ลงทะเบียน: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response: การตอบสนองการดูแล: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters. ไม่พบการลงทะเบียนที่ตรงกับตัวกรองปัจจุบัน - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found. ไม่พบการลงทะเบียน - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this request ยอมรับคำขอนี้ @@ -2718,65 +2685,65 @@ The link will expire within 1 hour. Original publication date วันที่เผยแพร่ครั้งแรก - src/app/+videos/+video-edit/shared/video-edit.component.html368 + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) คือ วันที่เนื้อหาถูกเผยแพร่เป็นครั้งแรก (เช่น วันที่เปิดตัวภาพยนตร์) - src/app/+videos/+video-edit/shared/video-edit.component.html371 + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settings การตั้งค่าปลั๊กอิน - src/app/+videos/+video-edit/shared/video-edit.component.html402 + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latency ดีเลย์ต่ำ - src/app/+videos/+video-edit/shared/video-edit.component.ts92 + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2P ลดความหน่วงเวลาเหลือ ~15 วิ โดยปิด P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts93 + src/app/+videos/+video-edit/shared/video-edit.component.ts94 Default ค่าเริ่มต้น - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts97 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30s ความหน่วงเวลาเฉลี่ย 30 วิ - src/app/+videos/+video-edit/shared/video-edit.component.ts98 + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latency ดีเลย์สูง - src/app/+videos/+video-edit/shared/video-edit.component.ts102 + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratio ความหน่วงเวลาเฉลี่ย 60 วิ เพิ่มสัดส่วน P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts103 + src/app/+videos/+video-edit/shared/video-edit.component.ts104 Other อื่น ๆ - src/app/+videos/+video-edit/shared/video-edit.component.ts219src/app/shared/shared-forms/select/select-languages.component.ts50 + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments เปิดความคิดเห็นวิดีโอ - src/app/+videos/+video-edit/shared/video-edit.component.html389 + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download เปิดการดาวน์โหลด - src/app/+videos/+video-edit/shared/video-edit.component.html394 + src/app/+videos/+video-edit/shared/video-edit.component.html398 Advanced settings การตั้งค่าขั้นสูง @@ -2827,12 +2794,12 @@ The link will expire within 1 hour. Scheduled กำหนดเวลาเผยแพร่ - src/app/+videos/+video-edit/shared/video-edit.component.ts240 + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date ซ่อนวิดีโอจนถึงวันที่กำหนด - src/app/+videos/+video-edit/shared/video-edit.component.ts241 + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal live ไลฟ์ปกติ @@ -2880,9 +2847,9 @@ The link will expire within 1 hour. Total video quota โควต้าวิดีโอทั้งหมด - src/app/+admin/overview/users/user-list/user-list.component.html118 - src/app/shared/shared-main/users/user-quota.component.html3 - + + + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Congratulations! Your video is now available in your private library. ยินดีด้วย! วิดีโอของคุณอยู่ในรายการวิดีโอส่วนตัวของคุณแล้ว @@ -2944,11 +2911,11 @@ The link will expire within 1 hour. src/app/+videos/+video-edit/video-update.component.html 29 - - Your video is currenctly being updated. If you leave, your changes will be lost.Your video is currenctly being updated. If you leave, your changes will be lost. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 @@ -3210,7 +3177,7 @@ The link will expire within 1 hour. - src/app/+admin/overview/users/user-list/user-list.component.html104src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Loop วนซ้ำ @@ -3334,8 +3301,8 @@ The link will expire within 1 hour. Show more แสดงเพิ่มเติม - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 - + + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less แสดงน้อยลง @@ -3378,14 +3345,14 @@ The link will expire within 1 hour. The video was blocked due to automatic blocking of new videos วิดีโอถูกบล็อกเนื่องจากการบล็อกวิดีโอใหม่โดยอัตโนมัติ - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFW NSFW - src/app/+admin/moderation/video-block-list/video-block-list.component.html56 - src/app/+admin/overview/videos/video-list.component.html75 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Get more information อ่านรายละเอียดเพิ่มเติม @@ -3638,16 +3605,13 @@ The link will expire within 1 hour. Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly. Token renewed. Update your client configuration accordingly. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEED ฟีดช่องที่ติดตาม @@ -3676,9 +3640,9 @@ The link will expire within 1 hour. Renew token Renew token - src/app/+my-account/my-account-applications/my-account-applications.component.html36 - src/app/+my-account/my-account-applications/my-account-applications.component.ts41 - + + + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Filter... กรองตาม... @@ -3699,72 +3663,66 @@ The link will expire within 1 hour. Video/Comment/Account Video/Comment/Account - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 ID ID - src/app/+admin/system/jobs/jobs.component.html45 - + + src/app/+admin/system/jobs/jobs.component.html43 State สถานะ - src/app/+admin/system/jobs/jobs.component.html48 - src/app/+my-library/my-video-imports/my-video-imports.component.html30 - + + + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 Created Created - src/app/+admin/follows/followers-list/followers-list.component.html39 - src/app/+admin/follows/following-list/following-list.component.html43 - src/app/+admin/system/jobs/jobs.component.html50 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html27 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 - src/app/+my-library/my-video-imports/my-video-imports.component.html31 - src/app/shared/shared-abuse-list/abuse-list-table.component.html23 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab Open actor page in a new tab - src/app/+admin/follows/followers-list/followers-list.component.html56 - + + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted ตอบรับแล้ว - src/app/+admin/follows/followers-list/followers-list.component.html63 - src/app/+admin/follows/following-list/following-list.component.html65 - + + + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending รอดำเนินการ - src/app/+admin/follows/followers-list/followers-list.component.html64 - src/app/+admin/follows/following-list/following-list.component.html66 - + + + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 Rejected ถูกปฏิเสธ - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept ตอบรับ - src/app/+admin/follows/followers-list/followers-list.component.html50 - src/app/+admin/follows/followers-list/followers-list.component.ts45 - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25 - src/app/+my-library/my-ownership/my-ownership.component.html27 - + + + + + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse ปฏิเสธ @@ -3773,72 +3731,56 @@ The link will expire within 1 hour. No follower found matching current filters. No follower found matching current filters. - src/app/+admin/follows/followers-list/followers-list.component.html77 - + + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. Your instance doesn't have any follower. - src/app/+admin/follows/followers-list/followers-list.component.html78 - - - Showing to of followers - Showing - to - of - followers - - src/app/+admin/follows/followers-list/followers-list.component.html11 - + + src/app/+admin/follows/followers-list/followers-list.component.html77 + Redundancy allowed Redundancy allowed - src/app/+admin/follows/following-list/following-list.component.html44 - + + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab เปิดเซิร์ฟเวอร์ในแท็บใหม่ - src/app/+admin/follows/following-list/following-list.component.html58 - src/app/shared/shared-moderation/server-blocklist.component.html43 - src/app/shared/shared-moderation/server-blocklist.component.html43 - + + + + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. No host found matching current filters. - src/app/+admin/follows/following-list/following-list.component.html84 - + + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. เซิร์ฟเวอร์ของคุณไม่ได้ติดตามเซิร์ฟเวอร์ใด ๆ - src/app/+admin/follows/following-list/following-list.component.html85 - + + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}} Do you really want to unfollow {count, plural, =1 {?} other { entries?}} src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - Showing - to - of - hosts - - src/app/+admin/follows/following-list/following-list.component.html11 - + Action การกระทำ - src/app/+admin/follows/following-list/following-list.component.html40 - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/server-blocklist.component.html31 - src/app/shared/shared-moderation/server-blocklist.component.html31 - + + + + + + + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies Videos redundancies @@ -3857,18 +3799,18 @@ The link will expire within 1 hour. Table parameters Table parameters - src/app/+admin/overview/users/user-list/user-list.component.html47 - + + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns เลือกคอลัมน์ - src/app/+admin/overview/users/user-list/user-list.component.html53 - + + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users เน้นผู้ใช้ที่ถูกแบน - src/app/+admin/overview/users/user-list/user-list.component.html59 - + + src/app/+admin/overview/users/user-list/user-list.component.html57 Username ชื่อผู้ใช้ @@ -3983,58 +3925,50 @@ The link will expire within 1 hour. Batch actions การกระทำแบบชุด - src/app/+admin/follows/followers-list/followers-list.component.html18 - src/app/+admin/follows/following-list/following-list.component.html18 - src/app/+admin/moderation/registration-list/registration-list.component.html18 - src/app/+admin/overview/comments/video-comment-list.component.html22 - src/app/+admin/overview/users/user-list/user-list.component.html18 - src/app/+admin/overview/videos/video-list.component.html18 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 The user was banned ผู้ใช้ถูกแบน - src/app/+admin/overview/users/user-list/user-list.component.html109 - + + src/app/+admin/overview/users/user-list/user-list.component.html107 Open account in a new tab เปิดหน้าบัญชีในแท็บใหม่ - src/app/+admin/overview/comments/video-comment-list.component.html69 - src/app/+admin/overview/users/user-list/user-list.component.html94 - src/app/+my-library/my-ownership/my-ownership.component.html32 - src/app/shared/shared-abuse-list/abuse-list-table.component.html44 - src/app/shared/shared-moderation/account-blocklist.component.html35 - src/app/shared/shared-moderation/account-blocklist.component.html35 - + + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account บัญชีที่ถูกลบ - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota Total daily video quota - src/app/+admin/overview/users/user-list/user-list.component.html128 - + + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: เหตุผลที่แบน: - src/app/+admin/overview/users/user-list/user-list.component.html150 - + + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned users Banned users src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - Showing - to - of - users - - src/app/+admin/overview/users/user-list/user-list.component.html11 - + Moderation การดูแล @@ -4075,9 +4009,9 @@ The link will expire within 1 hour. Video วิดีโอ - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30 - src/app/+admin/moderation/video-block-list/video-block-list.component.html26 - + + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size ขนาดทั้งหมด @@ -4113,79 +4047,79 @@ The link will expire within 1 hour. Used () ใช้ไป () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available () เหลืออยู่ () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Sensitive ละเอียดอ่อน - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated Unfederated - src/app/+admin/moderation/video-block-list/video-block-list.component.html28 - src/app/+admin/moderation/video-block-list/video-block-list.component.html60 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date วันที่ - src/app/+admin/moderation/video-block-list/video-block-list.component.html29 - src/app/+admin/overview/comments/video-comment-list.component.html46 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this row เลือกแถวนี้ - src/app/+admin/follows/followers-list/followers-list.component.html46 - src/app/+admin/follows/following-list/following-list.component.html51 - src/app/+admin/moderation/registration-list/registration-list.component.html50 - src/app/+admin/overview/comments/video-comment-list.component.html54 - src/app/+admin/overview/users/user-list/user-list.component.html79 - src/app/+admin/overview/videos/video-list.component.html51 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full comment ดูความคิดเห็นเต็ม - src/app/+admin/overview/comments/video-comment-list.component.html58 - + + src/app/+admin/overview/comments/video-comment-list.component.html57 Actions การกระทำ - src/app/+admin/follows/followers-list/followers-list.component.html35 - src/app/+admin/moderation/registration-list/registration-list.component.html60 - src/app/+admin/moderation/video-block-list/video-block-list.component.html43 - src/app/+admin/overview/comments/video-comment-list.component.html64 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70 - src/app/+admin/system/runners/runner-list/runner-list.component.html36 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44 - src/app/+my-library/my-ownership/my-ownership.component.html12 - src/app/shared/shared-abuse-list/abuse-list-table.component.html39 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 Follower ผู้ติดตาม - src/app/+admin/follows/followers-list/followers-list.component.html36 - + + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented video Commented video - src/app/+admin/overview/comments/video-comment-list.component.html81 - + + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters. No comments found matching current filters. - src/app/+admin/overview/comments/video-comment-list.component.html106 - + + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found. ไม่พบความคิดเห็น - src/app/+admin/overview/comments/video-comment-list.component.html107 - + + src/app/+admin/overview/comments/video-comment-list.component.html106 Local comments ความคิดเห็นบนเซิร์ฟเวอร์ @@ -4204,53 +4138,53 @@ The link will expire within 1 hour. No abuses found matching current filters. No abuses found matching current filters. - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. ไม่พบการรายงาน - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reports Unsolved reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reports Accepted reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reports Refused reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videos รายงานที่มีวิดีโอที่ถูกบล็อก - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videos รายงานที่มีวิดีโอที่ถูกลบ - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: Block reason: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. No blocked video found matching current filters. - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. No blocked video found. - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocks Automatic blocks @@ -4261,15 +4195,7 @@ The link will expire within 1 hour. Manual blocks src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - Showing - to - of - blocked videos - - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 - + Reports Reports @@ -4298,9 +4224,9 @@ The link will expire within 1 hour. Reporter ผู้รายงาน - src/app/shared/shared-abuse-list/abuse-details.component.html7 - src/app/shared/shared-abuse-list/abuse-list-table.component.html21 - + + + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 @@ -4316,28 +4242,28 @@ The link will expire within 1 hour. Video Video - src/app/+admin/overview/comments/video-comment-list.component.html44 - src/app/+admin/overview/videos/video-list.component.html40 - src/app/+my-library/my-ownership/my-ownership.component.html14 - src/app/+my-library/my-video-imports/my-video-imports.component.html29 - src/app/shared/shared-video-miniature/video-download.component.html8 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 Comment Comment - src/app/+admin/overview/comments/video-comment-list.component.html45src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 This video has been reported multiple times. วิดีโอนี้ถูกรายงานหลายครั้ง - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked The video was blocked - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on โดย บน @@ -4346,13 +4272,19 @@ The link will expire within 1 hour. Video was deleted Video was deleted - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + Account deleted ลบบัญชีแล้ว - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 Open video in a new tab Open video in a new tab @@ -4364,40 +4296,32 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html37 - src/app/+admin/follows/following-list/following-list.component.html42 - src/app/+admin/moderation/registration-list/registration-list.component.html41 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36 - src/app/shared/shared-abuse-list/abuse-list-table.component.html24 - + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages Messages - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note Internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score Score - src/app/+admin/follows/followers-list/followers-list.component.html38 - - - Showing to of reports - Showing - to - of - reports - - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 - + + src/app/+admin/follows/followers-list/followers-list.component.html37 + Reportee Reportee @@ -4419,58 +4343,49 @@ The link will expire within 1 hour. Mute domain Mute domain - src/app/shared/shared-moderation/server-blocklist.component.html19 - src/app/shared/shared-moderation/server-blocklist.component.html19 - + + + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance เซิร์ฟเวอร์ - src/app/+about/about.component.html3 - src/app/+search/search-filters.component.html217 - src/app/shared/shared-moderation/server-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html32 - + + + + + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at Muted at - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/server-blocklist.component.html33 - src/app/shared/shared-moderation/server-blocklist.component.html33 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute Unmute - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html40 - src/app/shared/shared-moderation/server-blocklist.component.html40 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. No server found matching current filters. - src/app/shared/shared-moderation/server-blocklist.component.html56 - src/app/shared/shared-moderation/server-blocklist.component.html56 - + + + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. No server found. - src/app/shared/shared-moderation/server-blocklist.component.html57 - src/app/shared/shared-moderation/server-blocklist.component.html57 - - - Showing to of muted instances - Showing - to - of - muted instances - - src/app/shared/shared-moderation/server-blocklist.component.html12 - src/app/shared/shared-moderation/server-blocklist.component.html12 - + + + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. @@ -4486,29 +4401,29 @@ The link will expire within 1 hour. Mute domains Mute domains - src/app/shared/shared-moderation/server-blocklist.component.html64 - src/app/shared/shared-moderation/server-blocklist.component.html64 - + + + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account บัญชี - src/app/+admin/moderation/registration-list/registration-list.component.html37 - src/app/+admin/overview/comments/video-comment-list.component.html43 - src/app/shared/shared-moderation/account-blocklist.component.html24 - src/app/shared/shared-moderation/account-blocklist.component.html24 - + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. No account found matching current filters. - src/app/shared/shared-moderation/account-blocklist.component.html54 - src/app/shared/shared-moderation/account-blocklist.component.html54 - + + + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. No account found. - src/app/shared/shared-moderation/account-blocklist.component.html55 - src/app/shared/shared-moderation/account-blocklist.component.html55 - + + + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed plugins List installed plugins @@ -4524,16 +4439,7 @@ The link will expire within 1 hour. Show plugin src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - Showing - to - of - muted accounts - - src/app/shared/shared-moderation/account-blocklist.component.html11 - src/app/shared/shared-moderation/account-blocklist.component.html11 - + Plugins/Themes ปลั๊กอิน/ธีม @@ -4759,22 +4665,18 @@ The link will expire within 1 hour. This view also shows comments from muted accounts. src/app/+admin/overview/comments/video-comment-list.component.html8 - - Showing to of comments - Showing to of comments - src/app/+admin/overview/comments/video-comment-list.component.html15 - + Select all rows Select all rows - src/app/+admin/follows/followers-list/followers-list.component.html33 - src/app/+admin/follows/following-list/following-list.component.html38 - src/app/+admin/moderation/registration-list/registration-list.component.html33 - src/app/+admin/overview/comments/video-comment-list.component.html39 - src/app/+admin/overview/users/user-list/user-list.component.html39 - src/app/+admin/overview/videos/video-list.component.html36 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type Job type @@ -4794,62 +4696,52 @@ The link will expire within 1 hour. Selector for the list displaying jobs, filtering by their state - - Showing to of jobs - Showing to of jobs - src/app/+admin/system/jobs/jobs.component.html39 - + Type Type - src/app/+admin/system/jobs/jobs.component.html46 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 - + + + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 Priority (1 = highest priority) Priority (1 = highest priority) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + + src/app/+admin/system/jobs/jobs.component.html45 Progress Progress - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found. No jobs found. - src/app/+admin/system/jobs/jobs.component.html105 - + + src/app/+admin/system/jobs/jobs.component.html103 No jobs found. No jobs found. - src/app/+admin/system/jobs/jobs.component.html106 - + + src/app/+admin/system/jobs/jobs.component.html104 No jobs found. No jobs found. - src/app/+admin/system/jobs/jobs.component.html110 - + + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are . No jobs found that are . - src/app/+admin/system/jobs/jobs.component.html111 - + + src/app/+admin/system/jobs/jobs.component.html109 Refresh รีเฟรช - src/app/+admin/overview/comments/video-comment-list.component.html31 - src/app/+admin/overview/videos/video-list.component.html27 - src/app/+admin/system/jobs/jobs.component.html30 - src/app/+admin/system/logs/logs.component.html33 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 now ตอนนี้ @@ -4891,11 +4783,11 @@ The link will expire within 1 hour. Name ชื่อ - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12 - src/app/+admin/system/runners/runner-list/runner-list.component.html23 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - + + + + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description คำอธิบายสั้น @@ -5315,12 +5207,14 @@ The link will expire within 1 hour. ⚠️ We don't recommend to enable this feature if you don't trust your users ⚠️ We don't recommend to enable this feature if you don't trust your users src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + - - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - อนุญาตให้ซิงค์ช่องกับช่องบนแพลตฟอร์มอื่น ๆ เช่น YouTube (จำเป็นต้องเปิดใช้การนำเข้าด้วย HTTP URL) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 - + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ You need to allow import with HTTP URL to be able to activate this feature. @@ -6361,74 +6255,52 @@ color: red; 9 - - Showing to of synchronizations - Showing to of synchronizations - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - - + Add synchronization Add synchronization - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 External Channel External Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 Channel ช่อง - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 Last synchronization at Last synchronization at - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List imports List imports - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channel Fully synchronize the channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channel This fetches any missing videos on the local channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for . Synchronization removed successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for . Full synchronization requested successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATION NEW SYNCHRONIZATION @@ -6567,22 +6439,14 @@ color: red; Target เป้าหมาย - src/app/+my-library/my-video-imports/my-video-imports.component.html28 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted วิดีโอนี้ถูกลบไปแล้ว - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - - Showing to of imports - Showing - to - of - imports - - src/app/+my-library/my-video-imports/my-video-imports.component.html21 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. เมื่อคุณลบบัญชีของคุณ คุณจะไม่สามารถย้อนกลับไปได้ คุณจะต้องยืนยันเพื่อลบบัญชี @@ -6591,25 +6455,15 @@ color: red; Channel page Channel page - src/app/+my-library/+my-video-channels/my-video-channels.component.html34 - src/app/+my-library/my-follows/my-subscriptions.component.html20 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65 - src/app/+videos/+video-watch/video-watch.component.html66 - + + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()!Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - Created by @@ -7062,9 +6916,9 @@ channel or account with the same name ( Banned ถูกแบน - src/app/+accounts/accounts.component.html21 - src/app/+admin/overview/users/user-list/user-list.component.html105 - + + + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Instance muted ปิดเสียงเซิร์ฟเวอร์แล้ว @@ -7156,8 +7010,8 @@ channel or account with the same name ( Please type the name of the video channel () to confirm Please type the name of the video channel () to confirm - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL NEW CHANNEL @@ -7605,12 +7459,12 @@ channel or account with the same name (ไปยังขั้นตอนก่อนหน้า - src/app/+signup/+register/register.component.ts43 + src/app/+signup/+register/register.component.ts42 Go to the next step ไปยังขั้นตอนถัดไป - src/app/+signup/+register/register.component.ts44 + src/app/+signup/+register/register.component.ts43 Who are we? เราเป็นใคร @@ -7630,7 +7484,7 @@ channel or account with the same name ( เงื่อนไขของ - src/app/shared/shared-instance/instance-about-accordion.component.ts81 + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability ผู้ดูแลระบบและการดูแล @@ -7845,52 +7699,52 @@ channel or account with the same name (เนื้อหาที่ละเอียดอ่อน - src/app/shared/shared-video-miniature/video-filters.model.ts125 + src/app/shared/shared-video-miniature/video-filters.model.ts131 Scope ขอบเขต - src/app/shared/shared-video-miniature/video-filters.model.ts132 + src/app/shared/shared-video-miniature/video-filters.model.ts138 Federated ในเครือข่าย - src/app/shared/shared-video-miniature/video-filters.model.ts134 + src/app/shared/shared-video-miniature/video-filters.model.ts140 Languages ภาษา - src/app/shared/shared-video-miniature/video-filters.model.ts142 + src/app/shared/shared-video-miniature/video-filters.model.ts148 Categories หมวดหมู่ - src/app/shared/shared-video-miniature/video-filters.model.ts151 + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videos วิดีโอทั้งหมด - src/app/shared/shared-video-miniature/video-filters.model.ts160 + src/app/shared/shared-video-miniature/video-filters.model.ts166 Blurred Blurred - src/app/shared/shared-video-miniature/video-filters.model.ts240 + src/app/shared/shared-video-miniature/video-filters.model.ts246 hidden ซ่อน - src/app/shared/shared-video-miniature/video-filters.model.ts246 + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurred blurred - src/app/shared/shared-video-miniature/video-filters.model.ts247 + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayed แสดง - src/app/shared/shared-video-miniature/video-filters.model.ts249 + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protectedPassword protected src/app/shared/shared-video-miniature/video-miniature.component.html @@ -8250,10 +8104,10 @@ channel or account with the same name ( Reject Reject - src/app/+admin/follows/followers-list/followers-list.component.html51 - src/app/+admin/follows/followers-list/followers-list.component.ts40 - src/app/+admin/follows/followers-list/followers-list.component.ts86 - + + + + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 Delete ลบ @@ -8285,7 +8139,7 @@ channel or account with the same name (src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts63src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts133src/app/shared/shared-abuse-list/abuse-list-table.component.ts376src/app/shared/shared-abuse-list/abuse-list-table.component.ts411src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}} Accepted {count, plural, =1 { follow request} other { follow requests}} @@ -8324,10 +8178,10 @@ channel or account with the same name ( Follow Follow - src/app/+admin/follows/following-list/follow-modal.component.html3 - src/app/+admin/follows/following-list/follow-modal.component.html37 - src/app/+admin/follows/following-list/following-list.component.html25 - + + + + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line 1 host (without "http://"), account handle or channel handle per line @@ -8393,18 +8247,18 @@ channel or account with the same name ( Do you really want to remove this video redundancy? Do you really want to remove this video redundancy? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy Remove redundancy - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! Video redundancies removed! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Account unmuted by your instance. Account @@ -8479,90 +8333,90 @@ channel or account with the same name ( Internal actions Internal actions - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report ลบรายงาน - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account Actions for the flagged account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mark as accepted Mark as accepted - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected Mark as rejected - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note Add internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video Actions for the video - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video Block video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. Video blocked. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video Unblock video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. Video unblocked. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Do you really want to delete this abuse report? Do you really want to delete this abuse report? - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. Abuse deleted. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment Deleted comment - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter Messages with reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators Messages with moderators - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note Update internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual Switch video block to manual @@ -8710,13 +8564,13 @@ channel or account with the same name ( plugin plugin - src/app/+admin/plugins/shared/plugin-api.service.ts30 - + + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme theme - src/app/+admin/plugins/shared/plugin-api.service.ts33 - + + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP address IP address @@ -8836,19 +8690,19 @@ channel or account with the same name ( Info ข้อมูล - src/app/+admin/overview/videos/video-list.component.html41 - src/app/core/notification/notifier.service.ts12 - + + + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 Files Files - src/app/+admin/overview/videos/video-list.component.html42 - + + src/app/+admin/overview/videos/video-list.component.html41 Published เผยแพร่ - src/app/+admin/overview/videos/video-list.component.html43 - + + src/app/+admin/overview/videos/video-list.component.html42 Warning คำเตือน @@ -8875,49 +8729,42 @@ channel or account with the same name (Audit logs src/app/+admin/system/logs/logs.component.ts145 - - Showing to of runner jobs - Showing to of runner jobs - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - - + UUID UUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 Priority Priority - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 Progress Progress - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 Runner Runner - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload: Payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload: Private payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found. No runner jobs found. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobsCompleted jobs src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts @@ -8982,35 +8829,22 @@ channel or account with the same name (4 - - Showing to of remote runners - Showing to of remote runners - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - - + IP IP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 - + + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contact Last contact - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found. No remote runners found. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. User @@ -9021,9 +8855,9 @@ channel or account with the same name ( Create user Create user - src/app/+admin/overview/users/user-edit/user-create.component.ts97 - src/app/+admin/overview/users/user-list/user-list.component.html25 - + + + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videos Blocked videos @@ -9166,14 +9000,7 @@ channel or account with the same name (3 - - Showing to of registrations - Showing to of registrations - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - - + Password changed for user . Password changed for user @@ -9241,9 +9068,9 @@ channel or account with the same name ( Live Live - src/app/+admin/overview/videos/video-admin.service.ts53 - src/app/+admin/overview/videos/video-list.component.html88 - + + + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video files Video files @@ -9643,18 +9470,18 @@ channel or account with the same name ( Too many languages are enabled. Please enable them all or stay below 20 enabled languages. จำนวนภาษาที่เปิดมากเกินไป โปรดเปิดทุกภาษาหรือเปิดไว้ไม่เกิน 20 ภาษา - src/app/shared/shared-user-settings/user-video-settings.component.ts76 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. อัปเดตการตั้งค่าวิดีโอแล้ว - src/app/shared/shared-user-settings/user-video-settings.component.ts121 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. อัปเดตการตั้งค่าการแสดงผล/วิดีโอแล้ว - src/app/shared/shared-user-settings/user-video-settings.component.ts132 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Video channel created. ช่องวิดีโอ ถูกสร้างแล้ว @@ -9688,13 +9515,13 @@ channel or account with the same name ( Video channel deleted. ลบช่องวิดีโอ แล้ว - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day Views for the day - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followers My followers @@ -9780,8 +9607,8 @@ channel or account with the same name (สร้างเพลย์ลิสต์ แล้ว - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 - + + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 Create สร้าง @@ -9793,7 +9620,7 @@ channel or account with the same name (src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist อัปเดตเพลย์ลิสต์ @@ -9877,9 +9704,15 @@ channel or account with the same name (คุณต้องการลบ จริง ๆ หรือไม่ - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + Video deleted. @@ -10035,12 +9868,12 @@ channel or account with the same name (Maximize editor - src/app/shared/shared-forms/markdown-textarea.component.ts51 + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editor Exit maximized editor - src/app/shared/shared-forms/markdown-textarea.component.ts52 + src/app/shared/shared-forms/markdown-textarea.component.ts50 An email with verification link will be sent to . อีเมลที่มีลิงก์ยืนยันจะถูกส่งไปยัง @@ -10066,7 +9899,7 @@ channel or account with the same name (ติดตามบัญชี - src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts888 + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTS เพลย์ลิสต์ @@ -10410,14 +10243,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts174 + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videos วิดีโอสด - src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts168 + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) สั้น (< 4 นาที) @@ -11842,13 +11675,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages ภาษาของเซิร์ฟเวอร์ - src/app/+videos/+video-edit/shared/video-edit.component.ts222 + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages ทุกภาษา - src/app/+videos/+video-edit/shared/video-edit.component.ts223src/app/shared/shared-forms/select/select-languages.component.ts25 + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Hidden ซ่อน @@ -11864,7 +11697,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular แสดง - src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts242 + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 Disabled ปิดใช้งาน @@ -12053,21 +11886,21 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Account muted by the instance. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434 - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server ปิดเสียงเซิร์ฟเวอร์ - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. Server muted by the instance. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter เพิ่มข้อความเพื่อสื่อสารกับผู้รายงาน @@ -12320,30 +12153,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Too many attempts, please try again after minutes. พยายามหลายครั้งติดต่อกัน โปรดลองอีกครั้งในอีก นาที - src/app/core/rest/rest-extractor.service.ts126 - + + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. พยายามหลายครั้งติดต่อกัน โปรดลองอีกครั้งในภายหลัง - src/app/core/rest/rest-extractor.service.ts129 - + + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. เซิร์ฟเวอร์เกิดข้อผิดพลาด โปรดลองอีกครั้งในภายหลัง - src/app/core/rest/rest-extractor.service.ts133 - + + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later. Server is unavailable. Please retry later. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server error ข้อผิดพลาดเซิร์ฟเวอร์ที่ไม่รู้จัก - src/app/core/rest/rest-extractor.service.ts140 + + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + Subscribed to all current channels of . You will be notified of all their new videos. @@ -12440,29 +12276,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Delete video ลบวิดีโอ - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment การกระทำสำหรับความคิดเห็น - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment ลบความคิดเห็น - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? คุณต้องการลบความคิดเห็นนี้จริง ๆ หรือไม่? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. ลบความคิดเห็นแล้ว - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Encoder ตัวเข้ารหัส @@ -12509,25 +12345,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Do you really want to delete this video? คุณแน่ใจว่าต้องการลบวิดีโอนี้หรือไม่? - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. ลบวิดีโอแล้ว - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter การกระทำสำหรับผู้รายงาน - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter Mute reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 Download ดาวน์โหลด @@ -12670,55 +12506,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 58 - - Showing to of registration tokens - Showing to of registration tokens - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - - + Token Token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runners Associated runners - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate token Generate token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copiedRegistration token copied - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration tokenCopy registration token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners. No registration token found for remote runners. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this token Remove this token @@ -12786,9 +12600,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute account Mute account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actions เปิดการกระทำสำหรับวิดีโอ @@ -12822,8 +12636,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute server account Mute server account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Report รายงาน @@ -12922,27 +12736,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18 - src/app/+admin/overview/videos/video-list.component.html77 - src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4 - src/app/+stats/video/video-stats.component.html2 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31 - src/app/+videos/+video-watch/video-watch.component.html76 - src/app/menu/menu.component.html112 - src/app/shared/shared-instance/instance-about-accordion.component.html115 - src/app/shared/shared-main/angular/login-link.component.html1 - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html20 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html30 - src/app/shared/shared-moderation/user-ban-modal.component.html3 - src/app/shared/shared-user-settings/user-interface-settings.component.html9 - src/app/shared/shared-video-miniature/video-download.component.html27 - src/app/shared/shared-video-miniature/video-download.component.html47 - src/app/shared/shared-video-miniature/video-download.component.html66 - src/app/shared/shared-video-miniature/video-download.component.html77 - src/app/shared/shared-video-miniature/video-download.component.html89 - src/app/shared/shared-video-miniature/videos-selection.component.html1 - + + + + + + + + + + + + + + + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Add to watch later บันทึกไปยังดูภายหลัง @@ -12975,25 +12789,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Only I can see this video มีเพียงฉันที่เห็นวิดีโอนี้ - src/app/shared/shared-main/video/video.service.ts460 + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link รับชมได้ผ่านลิงก์ส่วนตัวเท่านั้น - src/app/shared/shared-main/video/video.service.ts461 + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video ทุกคนเห็นวิดีโอนี้ - src/app/shared/shared-main/video/video.service.ts462 + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video เฉพาะผู้ใช้ของเซิร์ฟเวอร์นี้ที่จะเห็นวิดีโอนี้ - src/app/shared/shared-main/video/video.service.ts463 + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this videoOnly users with the appropriate password can see this video - src/app/shared/shared-main/video/video.service.ts464 + src/app/shared/shared-main/video/video.service.ts465 Video to import updated. อัปเดตวิดีโอที่จะนำเข้าแล้ว @@ -13041,36 +12855,24 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular You have unsaved changes! If you leave, your changes will be lost. คุณมีการเปลี่ยนแปลงที่ยังไม่ได้บันทึก ถ้าคุณออกจากหน้านี้ ข้อมูลที่ไม่ได้บันทึกจะหายไป - src/app/+videos/+video-edit/video-update.component.ts140 + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. อัปเดตวิดีโอแล้ว - src/app/+videos/+video-edit/video-update.component.ts227 + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators.Your video will also be automatically blocked since video publication requires manual validation by moderators. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version.Uploading a new version of your video will completely erase the current version. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 <br /><br />Do you still want to replace your video file?<br /><br />Do you still want to replace your video file? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warningReplace file warning - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: ) (ส่วนขยาย: ) @@ -13145,40 +12947,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? วิดีโอนี้ไม่สามารถรับชมบนเซิร์ฟเวอร์นี้ คุณต้องการเปลี่ยนเส้นทางไปยังเซิร์ฟเวอร์ต้นทางหรือไม่?: <a href=""></a> - src/app/+videos/+video-watch/video-watch.component.ts370 + src/app/+videos/+video-watch/video-watch.component.ts371 Redirection การเปลี่ยนเส้นทาง - src/app/+videos/+video-watch/video-watch.component.ts371 + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this videoYou need a password to watch this video - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protectedThis video is password protected - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct passwordIncorrect password, please enter a correct password - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? วิดีโอนี้มีเนื้อหาไม่เหมาะสม คุณต้องการรับชมหรือไม่ - src/app/+videos/+video-watch/video-watch.component.ts446 + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content เนื้อหาไม่เหมาะสม - src/app/+videos/+video-watch/video-watch.component.ts447 + src/app/+videos/+video-watch/video-watch.component.ts448 Cancel @@ -13207,73 +13000,73 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html42src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreen เข้าหรือออกจากโหมดเต็มหน้าจอ - src/app/+videos/+video-watch/video-watch.component.ts851 + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the video เล่นหรือหยุดพักวิดีโอ - src/app/+videos/+video-watch/video-watch.component.ts852 + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the video ปิดหรือเปิดเสียงวิดีโอ - src/app/+videos/+video-watch/video-watch.component.ts853 + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90% Skip to a percentage of the video: 0 is 0% and 9 is 90% - src/app/+videos/+video-watch/video-watch.component.ts868 + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volume เพิ่มระดับเสียง - src/app/+videos/+video-watch/video-watch.component.ts855 + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volume ลดระดับเสียง - src/app/+videos/+video-watch/video-watch.component.ts856 + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forward Seek the video forward - src/app/+videos/+video-watch/video-watch.component.ts870 + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backward Seek the video backward - src/app/+videos/+video-watch/video-watch.component.ts871 + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rate เพิ่มความเร็วการเล่น - src/app/+videos/+video-watch/video-watch.component.ts873 + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rate ลดความเร็วการเล่น - src/app/+videos/+video-watch/video-watch.component.ts874 + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frame Navigate in the video to the previous frame - src/app/+videos/+video-watch/video-watch.component.ts876 + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frame Navigate in the video to the next frame - src/app/+videos/+video-watch/video-watch.component.ts877 + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater mode เปิด-ปิดโหมดโรงภาพยนตร์ - src/app/+videos/+video-watch/video-watch.component.ts861 + src/app/+videos/+video-watch/video-watch.component.ts867 Like the video ชอบวิดีโอ @@ -13353,14 +13146,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 103 - - Showing to of videos - แสดงวิดีโอที่ ถึง จาก รายการ - - src/app/+admin/overview/videos/video-list.component.html - 11 - - + Only videos uploaded on this instance are displayed แสดงเฉพาะวิดีโอที่อัปโหลดบนเซิร์ฟเวอร์นี้ diff --git a/client/src/locale/angular.tok.xlf b/client/src/locale/angular.tok.xlf index 06fa8d429..44d247527 100644 --- a/client/src/locale/angular.tok.xlf +++ b/client/src/locale/angular.tok.xlf @@ -294,7 +294,7 @@ - src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html24src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 MODERATION LAWA @@ -416,7 +416,7 @@ - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html42src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Submit o pana @@ -658,11 +658,11 @@ Instance ma - src/app/+about/about.component.html3 - src/app/+search/search-filters.component.html217 - src/app/shared/shared-moderation/server-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html32 - + + + + + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 PeerTube ilo PeerTube @@ -795,15 +795,9 @@ Banned pini - - src/app/+accounts/accounts.component.html - 21 - - - src/app/+admin/overview/users/user-list/user-list.component.html - 105 - - + + + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Copy account handle o jo e nimi linluwi pi sijelo ni @@ -899,7 +893,7 @@ - src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/follows.routes.ts26 + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 Followers ma ni li lukin e mi @@ -1359,12 +1353,14 @@ color: red; ⚠️ We don't recommend to enable this feature if you don't trust your users ⚠️ sina sona pona ala e jan pi ma ni la o ken ala e ni - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 - - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - o ken e sama pi lipu jan la sina ken sama lipu jan sina e lipu jan sina pi ilo Jutupu. (sina wile e ni la, o ken e sama pi URL HTTP) - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + + + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ You need to allow import with HTTP URL to be able to activate this feature. @@ -1723,7 +1719,7 @@ color: red; - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description toki lili @@ -2420,14 +2416,7 @@ color: red; 3 - - Showing to of followers - mi pana lukin e ma nanpa - tan ma - - src/app/+admin/follows/followers-list/followers-list.component.html - 11 - - + Actions pali @@ -2436,12 +2425,12 @@ color: red; - src/app/+admin/follows/followers-list/followers-list.component.html35src/app/+admin/moderation/registration-list/registration-list.component.html60src/app/+admin/moderation/video-block-list/video-block-list.component.html43src/app/+admin/overview/comments/video-comment-list.component.html64src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70src/app/+admin/system/runners/runner-list/runner-list.component.html36src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html39 + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 Follower sijelo lukin - src/app/+admin/follows/followers-list/followers-list.component.html36 - + + src/app/+admin/follows/followers-list/followers-list.component.html35 State ken lukin @@ -2449,12 +2438,12 @@ color: red; - src/app/+admin/follows/followers-list/followers-list.component.html37src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/moderation/registration-list/registration-list.component.html41src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/shared/shared-abuse-list/abuse-list-table.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Score nanpa pona - src/app/+admin/follows/followers-list/followers-list.component.html38 - + + src/app/+admin/follows/followers-list/followers-list.component.html37 Created tenpo open @@ -2464,7 +2453,7 @@ color: red; - src/app/+admin/follows/followers-list/followers-list.component.html39src/app/+admin/follows/following-list/following-list.component.html43src/app/+admin/system/jobs/jobs.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html27src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37src/app/+my-library/my-video-imports/my-video-imports.component.html31src/app/shared/shared-abuse-list/abuse-list-table.component.html23 + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Accept o ken @@ -2472,7 +2461,7 @@ color: red; - src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse o ken ala @@ -2481,49 +2470,43 @@ color: red; Open actor page in a new tab o pana lukin e lipu ona lon poki sin - src/app/+admin/follows/followers-list/followers-list.component.html56 - + + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted ken - src/app/+admin/follows/followers-list/followers-list.component.html63 - src/app/+admin/follows/following-list/following-list.component.html65 - + + + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending wile - src/app/+admin/follows/followers-list/followers-list.component.html64 - src/app/+admin/follows/following-list/following-list.component.html66 - + + + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 Rejected Rejected - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 No follower found matching current filters. ma lukin pi wile ni li lon ala. - src/app/+admin/follows/followers-list/followers-list.component.html77 - + + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. ma ala li lukin e ma ni. - src/app/+admin/follows/followers-list/followers-list.component.html78 - + + src/app/+admin/follows/followers-list/followers-list.component.html77 Reject o ken ala - src/app/+admin/follows/followers-list/followers-list.component.html51src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 Delete o weka @@ -2553,7 +2536,7 @@ color: red; - src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts63src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts133src/app/shared/shared-abuse-list/abuse-list-table.component.ts376src/app/shared/shared-abuse-list/abuse-list-table.component.ts411src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}} Accepted {count, plural, =1 { follow request} other { follow requests}} @@ -2592,10 +2575,10 @@ color: red; Follow o lukin - src/app/+admin/follows/following-list/follow-modal.component.html3 - src/app/+admin/follows/following-list/follow-modal.component.html37 - src/app/+admin/follows/following-list/following-list.component.html25 - + + + + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line o pana e nimi linluwi pi ma ante (o weka e "http://") anu nimi sijelo anu nimi lipu. ijo wan taso o lon linja wan @@ -2625,46 +2608,39 @@ color: red; - - Showing to of hosts - mi pana lukin e ma nanpa - tan ma - - src/app/+admin/follows/following-list/following-list.component.html - 11 - - + Action pali - src/app/+admin/follows/following-list/following-list.component.html40 - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/server-blocklist.component.html31 - src/app/shared/shared-moderation/server-blocklist.component.html31 - + + + + + + + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Redundancy allowed mi ken ala ken awen e sitelen tan ona - src/app/+admin/follows/following-list/following-list.component.html44 - + + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab o pana lukin e ma lon poki sin - src/app/+admin/follows/following-list/following-list.component.html58 - src/app/shared/shared-moderation/server-blocklist.component.html43 - src/app/shared/shared-moderation/server-blocklist.component.html43 - + + + + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. ma pi wile ni li lon ala. - src/app/+admin/follows/following-list/following-list.component.html84 - + + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. ma sina li lukin ala e ma ante. - src/app/+admin/follows/following-list/following-list.component.html85 - + + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}} Do you really want to unfollow {count, plural, =1 {?} other { entries?}} @@ -2737,9 +2713,9 @@ color: red; Video sitelen - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30 - src/app/+admin/moderation/video-block-list/video-block-list.component.html26 - + + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size suli pi ona ale @@ -2779,27 +2755,27 @@ color: red; Used () suli kepeken () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available () suli ken () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Do you really want to remove this video redundancy? sina wile ala wile pini e awen pi sitelen ni? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy o pini e awen - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! mi pini e awen sitelen! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Blocked videos sitelen len @@ -2905,97 +2881,51 @@ color: red; src/app/+admin/moderation/registration-list/registration-list.component.html 3 - - Showing to of registrationsShowing to of registrations - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - - - - Showing to of blocked videos - mi pana lukin e sitelen len nanpa - tan sitelen - - src/app/+admin/moderation/video-block-list/video-block-list.component.html - 11 - + Sensitive ijo pi ken ike - - src/app/+admin/moderation/video-block-list/video-block-list.component.html - 27 - - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated pana ala tawa ma ante - - src/app/+admin/moderation/video-block-list/video-block-list.component.html - 28 - - - src/app/+admin/moderation/video-block-list/video-block-list.component.html - 60 - - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date tenpo - - src/app/+admin/moderation/video-block-list/video-block-list.component.html - 29 - - - src/app/+admin/overview/comments/video-comment-list.component.html - 46 - - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 The video was blocked due to automatic blocking of new videos sitelen ni li len tan ni: mi len e sitelen sin - - src/app/+admin/moderation/video-block-list/video-block-list.component.html - 50 - - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFW ijo pi ken ike - - src/app/+admin/moderation/video-block-list/video-block-list.component.html - 56 - - - src/app/+admin/overview/videos/video-list.component.html - 75 - - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Block reason: ona li len tan ni: - - src/app/+admin/moderation/video-block-list/video-block-list.component.html - 75 - - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. sitelen len pi wile ni li lon ala. - - src/app/+admin/moderation/video-block-list/video-block-list.component.html - 92 - - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. sitelen len li lon ala. - - src/app/+admin/moderation/video-block-list/video-block-list.component.html - 93 - - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Advanced filters wile wawa @@ -3005,7 +2935,7 @@ color: red; - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts39src/app/shared/shared-instance/instance-follow.service.ts142 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 Automatic blocks len tan ilo @@ -3027,7 +2957,7 @@ color: red; ijo pi ma ni taso - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Switch video block to manual len ni o tan jan @@ -3049,7 +2979,7 @@ color: red; pali sitelen - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Unblock o weka e len @@ -3063,13 +2993,13 @@ color: red; sina wile ala wile weka e sitelen ni? - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. mi weka e sitelen. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Do you really want to unblock this video? It will be available again in the videos list. sina wile ala wile weka e len tan sitelen ni? ni la ona li kama lon lipu sitelen. @@ -3097,14 +3027,7 @@ color: red; 8 - - Showing to of comments - mi pana lukin e toki nanpa - tan toki - - src/app/+admin/overview/comments/video-comment-list.component.html - 15 - - + Batch actions pali pi ijo mute @@ -3113,7 +3036,7 @@ color: red; - src/app/+admin/follows/followers-list/followers-list.component.html18src/app/+admin/follows/following-list/following-list.component.html18src/app/+admin/moderation/registration-list/registration-list.component.html18src/app/+admin/overview/comments/video-comment-list.component.html22src/app/+admin/overview/users/user-list/user-list.component.html18src/app/+admin/overview/videos/video-list.component.html18src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 Refresh o pana lukin sin @@ -3121,7 +3044,7 @@ color: red; - src/app/+admin/overview/comments/video-comment-list.component.html31src/app/+admin/overview/videos/video-list.component.html27src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 Select all rows o luka e ale @@ -3130,29 +3053,29 @@ color: red; - src/app/+admin/follows/followers-list/followers-list.component.html33src/app/+admin/follows/following-list/following-list.component.html38src/app/+admin/moderation/registration-list/registration-list.component.html33src/app/+admin/overview/comments/video-comment-list.component.html39src/app/+admin/overview/users/user-list/user-list.component.html39src/app/+admin/overview/videos/video-list.component.html36src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Account sijelo - src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/comments/video-comment-list.component.html43src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24 + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 Video sitelen - src/app/+admin/overview/comments/video-comment-list.component.html44 - src/app/+admin/overview/videos/video-list.component.html40 - src/app/+my-library/my-ownership/my-ownership.component.html14 - src/app/+my-library/my-video-imports/my-video-imports.component.html29 - src/app/shared/shared-video-miniature/video-download.component.html8 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 Comment toki - src/app/+admin/overview/comments/video-comment-list.component.html45src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 Select this row o luka e ni @@ -3161,49 +3084,37 @@ color: red; - src/app/+admin/follows/followers-list/followers-list.component.html46src/app/+admin/follows/following-list/following-list.component.html51src/app/+admin/moderation/registration-list/registration-list.component.html50src/app/+admin/overview/comments/video-comment-list.component.html54src/app/+admin/overview/users/user-list/user-list.component.html79src/app/+admin/overview/videos/video-list.component.html51src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full comment o pana lukin e ale toki - - src/app/+admin/overview/comments/video-comment-list.component.html - 58 - - + + src/app/+admin/overview/comments/video-comment-list.component.html57 Open account in a new tab o pana lukin e sijelo lon poki sin - src/app/+admin/overview/comments/video-comment-list.component.html69 - src/app/+admin/overview/users/user-list/user-list.component.html94 - src/app/+my-library/my-ownership/my-ownership.component.html32 - src/app/shared/shared-abuse-list/abuse-list-table.component.html44 - src/app/shared/shared-moderation/account-blocklist.component.html35 - src/app/shared/shared-moderation/account-blocklist.component.html35 - + + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Commented video sitelen - - src/app/+admin/overview/comments/video-comment-list.component.html - 81 - - + + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters. toki pi wile ni li lon ala. - - src/app/+admin/overview/comments/video-comment-list.component.html - 106 - - + + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found. toki li lon ala. - - src/app/+admin/overview/comments/video-comment-list.component.html - 107 - - + + src/app/+admin/overview/comments/video-comment-list.component.html106 Local comments toki pi ma ni @@ -3269,15 +3180,9 @@ color: red; Create user o pali e sijelo - - src/app/+admin/overview/users/user-edit/user-create.component.ts - 97 - - - src/app/+admin/overview/users/user-list/user-list.component.html - 25 - - + + + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Create o pali @@ -3289,7 +3194,7 @@ color: red; - src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Edit o ante @@ -3436,7 +3341,7 @@ color: red; - src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 mail@example.com lipu@ma.com @@ -3587,53 +3492,34 @@ color: red; 134 - - Showing to of users - mi pana lukin e sijelo nanpa - tan sijelo - - src/app/+admin/overview/users/user-list/user-list.component.html - 11 - - + Table parameters mi o pana lukin e sona seme - - src/app/+admin/overview/users/user-list/user-list.component.html - 47 - - + + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns sina wile e seme - - src/app/+admin/overview/users/user-list/user-list.component.html - 53 - - + + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users o kule e sijelo pini - - src/app/+admin/overview/users/user-list/user-list.component.html - 59 - - + + src/app/+admin/overview/users/user-list/user-list.component.html57 Muted len - src/app/+admin/overview/users/user-list/user-list.component.html104src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 The user was banned lawa li pini e jan ni - - src/app/+admin/overview/users/user-list/user-list.component.html - 109 - - + + src/app/+admin/overview/users/user-list/user-list.component.html107 @@ -3641,17 +3527,17 @@ color: red; ken pi pana sitelen - src/app/+admin/overview/users/user-list/user-list.component.html118src/app/shared/shared-main/users/user-quota.component.html3 + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Total daily video quota ken suno pi pana sitelen - src/app/+admin/overview/users/user-list/user-list.component.html128 + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: ona li pini tan ni: - src/app/+admin/overview/users/user-list/user-list.component.html150 + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned users jan pini @@ -3793,7 +3679,7 @@ color: red; Live tenpo pini - src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html88 + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video files nasin sitelen @@ -3880,36 +3766,23 @@ color: red; 103 - - Showing to of videos - mi pana lukin e sitelen nanpa - tan sitelen - - src/app/+admin/overview/videos/video-list.component.html - 11 - - + Info sona - src/app/+admin/overview/videos/video-list.component.html41 - src/app/core/notification/notifier.service.ts12 - + + + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 Files nasin en suli - - src/app/+admin/overview/videos/video-list.component.html - 42 - - + + src/app/+admin/overview/videos/video-list.component.html41 Published tenpo pana - - src/app/+admin/overview/videos/video-list.component.html - 43 - - + + src/app/+admin/overview/videos/video-list.component.html42 @@ -3932,41 +3805,32 @@ color: red; - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html77src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Account muted sijelo li len - - src/app/+admin/overview/videos/video-list.component.html - 79 - - + + src/app/+admin/overview/videos/video-list.component.html78 Server muted ma li len - - src/app/+admin/overview/videos/video-list.component.html - 80 - - + + src/app/+admin/overview/videos/video-list.component.html79 Blocked len - src/app/+admin/overview/videos/video-list.component.html82src/app/shared/shared-video-miniature/video-miniature.component.html64 + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storageObject storage - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this file Delete this file - src/app/+admin/overview/videos/video-list.component.html114src/app/+admin/overview/videos/video-list.component.html130 + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Block o len @@ -4280,19 +4144,13 @@ color: red; plugin ilo - - src/app/+admin/plugins/shared/plugin-api.service.ts - 30 - - + + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme selo - - src/app/+admin/plugins/shared/plugin-api.service.ts - 33 - - + + src/app/+admin/plugins/shared/plugin-api.service.ts34 Plugin homepage (new window) lipu pi ilo ni (ona li open lon poki sin) @@ -4461,81 +4319,53 @@ color: red; Selector for the list displaying jobs, filtering by their state - - Showing to of jobs - mi pana lukin e pali nanpa - tan pali - - src/app/+admin/system/jobs/jobs.component.html - 39 - - + ID nanpa - - src/app/+admin/system/jobs/jobs.component.html - 45 - - + + src/app/+admin/system/jobs/jobs.component.html43 Type pali li seme - src/app/+admin/system/jobs/jobs.component.html46src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 Priority (1 = highest priority) suli (1 li suli nanpa wan) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + + src/app/+admin/system/jobs/jobs.component.html45 State pali li awen anu pini anu seme - src/app/+admin/system/jobs/jobs.component.html48 - src/app/+my-library/my-video-imports/my-video-imports.component.html30 - + + + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 Progress mute pini - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found. pali li lon ala. - - src/app/+admin/system/jobs/jobs.component.html - 105 - - + + src/app/+admin/system/jobs/jobs.component.html103 No jobs found. pali li lon ala. - - src/app/+admin/system/jobs/jobs.component.html - 106 - - + + src/app/+admin/system/jobs/jobs.component.html104 No jobs found. pali li lon ala. - - src/app/+admin/system/jobs/jobs.component.html - 110 - - + + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are . pali li lon ala. - - src/app/+admin/system/jobs/jobs.component.html - 111 - - + + src/app/+admin/system/jobs/jobs.component.html109 now tenpo ni @@ -4638,34 +4468,28 @@ color: red; src/app/+admin/system/logs/logs.component.ts 145 - - Showing to of runner jobsShowing to of runner jobs - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - UUIDUUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 Priority Priority - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 Progress Progress - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 RunnerRunner - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload:Payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload:Private payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found.No runner jobs found. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobsCompleted jobs src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts @@ -4720,28 +4544,16 @@ color: red; src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html 4 - - Showing to of remote runnersShowing to of remote runners - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - IPIP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contactLast contact - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found.No remote runners found. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 Login o kama lon sijelo @@ -5062,25 +4874,19 @@ The link will expire within 1 hour. Renew token o ante e nimi wawa - src/app/+my-account/my-account-applications/my-account-applications.component.html36 - src/app/+my-account/my-account-applications/my-account-applications.component.ts41 - + + + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? sina ante e nimi wawa la ilo li kama ken ala kepeken lipu pi ijo sin. ni la o pana e nimi wawa sin tawa ona. sina wile ala wile e ni? - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 40 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly. mi pali e nimi wawa sin. o pana e ona lon ilo sina. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 Notifications toki pi ijo sin @@ -5611,21 +5417,11 @@ The link will expire within 1 hour. - src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65src/app/+videos/+video-watch/video-watch.component.html66 + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()!Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { videos}} @@ -5641,17 +5437,17 @@ channel or account with the same name () to confirm sina wile e ni la o toki e nimi pi lipu ni ("") - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 Video channel deleted. mi weka e lipu sitelen "". - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day lukin pi tenpo suno ni - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followers jan ni li lukin e sina @@ -5956,73 +5752,51 @@ channel or account with the same name (9 - - Showing to of synchronizations - Showing to of synchronizations - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - - + Add synchronization Add synchronization - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 External Channel External Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 Channel Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 Last synchronization at Last synchronization at - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List importsList imports - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channel Fully synchronize the channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channel This fetches any missing videos on the local channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for . Synchronization removed successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for . Full synchronization requested successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATION NEW SYNCHRONIZATION @@ -6093,29 +5867,22 @@ channel or account with the same name (src/app/+my-library/my-video-imports/my-video-imports.component.html4 src/app/+my-library/my-videos/my-videos.component.html11 - - Showing to of imports - mi pana lukin e kama jo nanpa - tan kama jo - src/app/+my-library/my-video-imports/my-video-imports.component.html21 - + Target tan - src/app/+my-library/my-video-imports/my-video-imports.component.html28 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted sitelen ni li weka - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html58 Playlist created. mi pali e kulupu sitelen "". - - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts - 77 - - + + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 My Playlists kulupu sitelen mi @@ -6175,49 +5942,28 @@ channel or account with the same name (src/app/+admin/moderation/registration-list/registration-list.component.html39src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reasonRegistration reason - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation responseModeration response - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 Requested on Requested on - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason:Registration reason: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response:Moderation response: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters.No registrations found matching current filters. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found.No registrations found. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this requestAccept this request src/app/+admin/moderation/registration-list/registration-list.component.ts @@ -6292,9 +6038,15 @@ channel or account with the same name ( Do you really want to delete ? sina wile ala wile weka e kulupu sitelen ""? - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + Playlist deleted. @@ -6562,63 +6314,21 @@ channel or account with the same name ( Reset o weka e ante - - src/app/+search/search-filters.component.html - 8,10 - - - src/app/+search/search-filters.component.html - 22,24 - - - src/app/+search/search-filters.component.html - 41,43 - - - src/app/+search/search-filters.component.html - 60,62 - - - src/app/+search/search-filters.component.html - 74,76 - - - src/app/+search/search-filters.component.html - 109,111 - - - src/app/+search/search-filters.component.html - 122,124 - - - src/app/+search/search-filters.component.html - 135,137 - - - src/app/+search/search-filters.component.html - 148,150 - - - src/app/+search/search-filters.component.html - 163,165 - - - src/app/+search/search-filters.component.html - 171,173 - - - src/app/+search/search-filters.component.html - 188,190 - - - src/app/+search/search-filters.component.html - 229,231 - - - src/app/shared/shared-forms/reactive-file.component.html - 16,18 - - + + + + + + + + + + + + + + + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Display only nasin sitelen @@ -6633,14 +6343,14 @@ channel or account with the same name (src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts168 + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 VOD videos sitelen pi tenpo pini - src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts174 + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Display sensitive content mi o pana ala pana lukin e ijo pi ken ike @@ -7124,18 +6834,18 @@ channel or account with the same name (Go to the previous step - src/app/+signup/+register/register.component.ts43 + src/app/+signup/+register/register.component.ts42 Go to the next step Go to the next step - src/app/+signup/+register/register.component.ts44 + src/app/+signup/+register/register.component.ts43 Signup o pali Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 + src/app/+signup/+register/register.component.ts85 Why creating an account? Why creating an account? @@ -7629,7 +7339,7 @@ channel or account with the same name (src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts888 + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTS KULUPU SITELEN @@ -8538,84 +8248,84 @@ channel or account with the same name (src/app/+videos/+video-edit/shared/video-edit.component.html368 + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) tenpo seme la jan li pana nanpa wan e sitelen ni? - src/app/+videos/+video-edit/shared/video-edit.component.html371 + src/app/+videos/+video-edit/shared/video-edit.component.html376 Enable video comments jan o ken toki lon anpa pi sitelen ni - src/app/+videos/+video-edit/shared/video-edit.component.html389 + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download jan o ken kama jo awen e sitelen ni - src/app/+videos/+video-edit/shared/video-edit.component.html394 + src/app/+videos/+video-edit/shared/video-edit.component.html398 Plugin settings ijo pi ilo lili - src/app/+videos/+video-edit/shared/video-edit.component.html402 + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latency tenpo lili - src/app/+videos/+video-edit/shared/video-edit.component.ts92 + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2P o pana e sitelen kepeken tenpo lili 15. ni la ilo lukin li ken ala pana tawa ilo ante - src/app/+videos/+video-edit/shared/video-edit.component.ts93 + src/app/+videos/+video-edit/shared/video-edit.component.ts94 Default tenpo pona - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts97 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30s o pana e sitelen kepeken tenpo lili 30 - src/app/+videos/+video-edit/shared/video-edit.component.ts98 + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latency tenpo suli - src/app/+videos/+video-edit/shared/video-edit.component.ts102 + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratio o pana e sitelen kepeken tenpo lili 60. ni la ilo lukin li ken pana mute tawa ilo ante - src/app/+videos/+video-edit/shared/video-edit.component.ts103 + src/app/+videos/+video-edit/shared/video-edit.component.ts104 Other ante - src/app/+videos/+video-edit/shared/video-edit.component.ts219src/app/shared/shared-forms/select/select-languages.component.ts50 + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Instance languages toki pi ma ni - src/app/+videos/+video-edit/shared/video-edit.component.ts222 + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages toki ale - src/app/+videos/+video-edit/shared/video-edit.component.ts223src/app/shared/shared-forms/select/select-languages.component.ts25 + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Scheduled o pana lon tenpo kama - src/app/+videos/+video-edit/shared/video-edit.component.ts240 + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date mi pana lukin e ona tawa ale lon tenpo pi wile sina - src/app/+videos/+video-edit/shared/video-edit.component.ts241 + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal live sitelen ni pi tenpo sama li ken pini @@ -8862,7 +8572,7 @@ channel or account with the same name (src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts341src/app/shared/shared-video-miniature/video-download.component.ts62 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: ) sina ken ala pana e sitelen ni tan suli ona. (sitelen ni li suli . sitelen ale sina li suli . sina ken pana e sitelen pi suli .) @@ -8973,47 +8683,35 @@ channel or account with the same name (src/app/+videos/+video-edit/video-update.component.html 29 - - Your video is currenctly being updated. If you leave, your changes will be lost.Your video is currenctly being updated. If you leave, your changes will be lost. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 You have unsaved changes! If you leave, your changes will be lost. sina awen ala e ante sina! sina weka la ona kin li kama weka. - src/app/+videos/+video-edit/video-update.component.ts140 + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. mi ante e ijo sitelen. - src/app/+videos/+video-edit/video-update.component.ts227 + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators.Your video will also be automatically blocked since video publication requires manual validation by moderators. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version.Uploading a new version of your video will completely erase the current version. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 <br /><br />Do you still want to replace your video file?<br /><br />Do you still want to replace your video file? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warningReplace file warning - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 SUPPORT O PANA E MANI @@ -9277,46 +8975,25 @@ channel or account with the same name (src/app/+admin/system/runners/runner-list/runner-list.component.ts 58 - - Showing to of registration tokensShowing to of registration tokens - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - TokenToken - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runnersAssociated runners - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate tokenGenerate token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copiedRegistration token copied - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration tokenCopy registration token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners.No registration token found for remote runners. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this tokenRemove this token src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.ts34 @@ -9426,7 +9103,7 @@ channel or account with the same name (src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 The deletion will be sent to remote instances so they can reflect the change. mi toki e ni tawa ma ante. ni la ona kin li weka e toki ni. @@ -9615,7 +9292,7 @@ channel or account with the same name (src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less o pana lukin e lili @@ -9712,107 +9389,98 @@ channel or account with the same name ("></a>? sina ken ala lukin e sitelen ni lon ma ni. sina wile ala wile tawa ma mama ona "<a href=""></a>"? - src/app/+videos/+video-watch/video-watch.component.ts370 + src/app/+videos/+video-watch/video-watch.component.ts371 Redirection tawa - src/app/+videos/+video-watch/video-watch.component.ts371 + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this videoYou need a password to watch this video - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protectedThis video is password protected - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct passwordIncorrect password, please enter a correct password - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? ijo unpa li lon sitelen ni. sina wile ala wile lukin e ona? - src/app/+videos/+video-watch/video-watch.component.ts446 + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content ijo unpa - src/app/+videos/+video-watch/video-watch.component.ts447 + src/app/+videos/+video-watch/video-watch.component.ts448 Enter/exit fullscreen o pana e sitelen lon ale/lili pi ilo mi - src/app/+videos/+video-watch/video-watch.component.ts851 + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the video o open/pini e tawa - src/app/+videos/+video-watch/video-watch.component.ts852 + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the video o open/pini e kalama - src/app/+videos/+video-watch/video-watch.component.ts853 + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90% o tawa kipisi sitelen. 0 la mi tawa open. 9 la mi tawa kipisi nanpa 9 pi kipisi 10 - src/app/+videos/+video-watch/video-watch.component.ts868 + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volume o suli e kalama - src/app/+videos/+video-watch/video-watch.component.ts855 + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volume o lili e kalama - src/app/+videos/+video-watch/video-watch.component.ts856 + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forward o tawa tenpo kama - src/app/+videos/+video-watch/video-watch.component.ts870 + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backward o tawa tenpo pini - src/app/+videos/+video-watch/video-watch.component.ts871 + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rate o suli e wawa tawa - src/app/+videos/+video-watch/video-watch.component.ts873 + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rate o lili e wawa tawa - src/app/+videos/+video-watch/video-watch.component.ts874 + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frame o tawa sitelen pini pi tawa ala - src/app/+videos/+video-watch/video-watch.component.ts876 + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frame o tawa sitelen kama pi tawa ala - src/app/+videos/+video-watch/video-watch.component.ts877 + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater mode o suli e sitelen - src/app/+videos/+video-watch/video-watch.component.ts861 + src/app/+videos/+video-watch/video-watch.component.ts867 Discover kulupu @@ -10045,33 +9713,36 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Media is too large for the server. Please contact you administrator if you want to increase the limit size. ni li suli ike tawa ilo ni. sina wile pana e ijo pi suli ni la o toki tawa lawa. - src/app/core/rest/rest-extractor.service.ts118 + src/app/core/rest/rest-extractor.service.ts122 Too many attempts, please try again after minutes. sina ni pi mute ike. o awen kepeken tenpo suli . - src/app/core/rest/rest-extractor.service.ts126 + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. sina ni pi mute ike. o awen. - src/app/core/rest/rest-extractor.service.ts129 + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. ilo suli li pakala. o ni sin lon tenpo kama. - src/app/core/rest/rest-extractor.service.ts133 + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later.Server is unavailable. Please retry later. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server error Unknown server error - src/app/core/rest/rest-extractor.service.ts140 + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + + All unsaved data will be lost, are you sure you want to leave this page? sina awen ala e ante la ona li kama weka lon weka sina. ni la sina wile ala wile weka? @@ -11628,15 +11299,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Reporter jan toki - - src/app/shared/shared-abuse-list/abuse-details.component.html - 7 - - - src/app/shared/shared-abuse-list/abuse-list-table.component.html - 21 - - + + + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 @@ -11717,65 +11382,46 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/shared/shared-abuse-list/abuse-details.component.ts26 src/app/shared/shared-moderation/abuse.service.ts161 - - Showing to of reports - mi pana lukin e toki ike nanpa - tan toki - - src/app/shared/shared-abuse-list/abuse-list-table.component.html - 6 - - + Video/Comment/Account sitelen/toki/sijelo - - src/app/shared/shared-abuse-list/abuse-list-table.component.html - 22 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 Messages toki - - src/app/shared/shared-abuse-list/abuse-list-table.component.html - 25 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note toki lawa - - src/app/shared/shared-abuse-list/abuse-list-table.component.html - 26 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Deleted account sijelo weka - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 This video has been reported multiple times. jan mute li toki e ni: sitelen ni li ike. - - src/app/shared/shared-abuse-list/abuse-list-table.component.html - 66 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked sitelen li len - - src/app/shared/shared-abuse-list/abuse-list-table.component.html - 73 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 Video was deleted sitelen li weka + + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) src/app/shared/shared-abuse-list/abuse-list-table.component.html - 79 + 82 @@ -11790,180 +11436,174 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Account deleted sijelo li weka - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 No abuses found matching current filters. toki pi wile ni li lon ala. - - src/app/shared/shared-abuse-list/abuse-list-table.component.html - 152 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. toki ike ala li lon. - - src/app/shared/shared-abuse-list/abuse-list-table.component.html - 153 - - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reports toki ike pi pali ala - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reports toki ike pona - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reports toki ike weka - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videos toki ike pi sitelen len - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videos toki ike pi sitelen weka - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Do you really want to delete this abuse report? sina wile ala wile weka e toki ike ni? - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. mi weka e toki ike. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment toki weka - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter toki tawa jan toki - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators toki tawa lawa - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note o ante e toki lawa - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Mark as accepted toki ni pi ijo ike li pona - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected o weka e ni - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note o pana e toki lawa - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Delete report o weka e toki ike - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account jan ike la - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mute account o len e sijelo - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Mute server account o len e ma ona - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Actions for the reporter jan toki la - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter o len e sijelo toki - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 Mute server o len e ma ona - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Block video o len e sitelen - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. mi len e sitelen. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video o weka e len sitelen - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. mi weka e len sitelen. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Delete video o weka e sitelen - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment toki la - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment o weka e toki - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Comment deleted. mi weka e toki. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Account muted by the instance. ma ni li len e sijelo "". - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Server muted by the instance. ma ni li len e ma "". - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Messages with the reporter toki tawa jan toki @@ -12178,12 +11818,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Maximize editor o suli e poki - src/app/shared/shared-forms/markdown-textarea.component.ts51 + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editor o lili e poki - src/app/shared/shared-forms/markdown-textarea.component.ts52 + src/app/shared/shared-forms/markdown-textarea.component.ts50 Recommended pona tawa mute @@ -12316,7 +11956,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Terms of Terms of - src/app/shared/shared-instance/instance-about-accordion.component.ts81 + src/app/shared/shared-instance/instance-about-accordion.component.ts80 PeerTube version nanpa sin pi ilo PeerTube @@ -12435,7 +12075,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular pana lukin - src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts242 + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 DisabledDisabled src/app/shared/shared-instance/instance-features-table.component.ts60 @@ -12849,55 +12489,46 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular {views, plural, =0 {No view} =1 {1 view} other { views}} {views, plural, =0 {No view} =1 {1 view} other { views}} - src/app/shared/shared-main/video/video.model.ts291 + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded.PeerTube considers this video is already being transcoded. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcodingForce transcoding - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} - src/app/shared/shared-main/video/video.model.ts288 + src/app/shared/shared-main/video/video.model.ts289 Only I can see this video sina taso li ken lukin e sitelen ni - src/app/shared/shared-main/video/video.service.ts460 + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link jan li sona e nimi linluwi pi sitelen ni la ona li ken lukin - src/app/shared/shared-main/video/video.service.ts461 + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video ale li ken lukin e sitelen ni - src/app/shared/shared-main/video/video.service.ts462 + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video jan pi ma ni taso li ken lukin e sitelen ni - src/app/shared/shared-main/video/video.service.ts463 + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this videoOnly users with the appropriate password can see this video - src/app/shared/shared-main/video/video.service.ts464 + src/app/shared/shared-main/video/video.service.ts465 Violent or repulsive ike tawa ale @@ -13026,40 +12657,35 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 4 - - Showing to of muted accounts - mi pana lukin e sijelo len nanpa - tan sijelo len - src/app/shared/shared-moderation/account-blocklist.component.html11 - src/app/shared/shared-moderation/account-blocklist.component.html11 - + Muted at tenpo len - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/server-blocklist.component.html33 - src/app/shared/shared-moderation/server-blocklist.component.html33 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute o weka e len - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html40 - src/app/shared/shared-moderation/server-blocklist.component.html40 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No account found matching current filters. sijelo pi wile ni li lon ala. - src/app/shared/shared-moderation/account-blocklist.component.html54 - src/app/shared/shared-moderation/account-blocklist.component.html54 - + + + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. sijelo li lon ala. - src/app/shared/shared-moderation/account-blocklist.component.html55 - src/app/shared/shared-moderation/account-blocklist.component.html55 - + + + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 Account unmuted. mi weka e len tan sijelo "". @@ -13179,36 +12805,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 94 - - Showing to of muted instances - mi pana lukin e ma len nanpa - tan ma len - src/app/shared/shared-moderation/server-blocklist.component.html12 - src/app/shared/shared-moderation/server-blocklist.component.html12 - + Mute domain o len e ma - src/app/shared/shared-moderation/server-blocklist.component.html19 - src/app/shared/shared-moderation/server-blocklist.component.html19 - + + + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 No server found matching current filters. ma pi wile ni li lon ala. - src/app/shared/shared-moderation/server-blocklist.component.html56 - src/app/shared/shared-moderation/server-blocklist.component.html56 - + + + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. ma pi wile ni li lon ala. - src/app/shared/shared-moderation/server-blocklist.component.html57 - src/app/shared/shared-moderation/server-blocklist.component.html57 - + + + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 Mute domains o len e ma - src/app/shared/shared-moderation/server-blocklist.component.html64 - src/app/shared/shared-moderation/server-blocklist.component.html64 - + + + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Instance unmuted. mi weka e len tan ma "". @@ -13815,24 +13436,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Too many languages are enabled. Please enable them all or stay below 20 enabled languages. sina wile e toki pi mute ike. o wile e toki ale anu toki 20 taso. - - src/app/shared/shared-user-settings/user-video-settings.component.ts - 76 - - + + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. mi awen e ante sitelen. - - src/app/shared/shared-user-settings/user-video-settings.component.ts - 121 - - + + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. mi awen e ante sitelen. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Remote subscribeRemote interact o lukin tan ma ante o toki tan ma ante @@ -14428,57 +14043,57 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Sensitive content ijo pi ken ike - src/app/shared/shared-video-miniature/video-filters.model.ts125 + src/app/shared/shared-video-miniature/video-filters.model.ts131 Scope suli lukin - src/app/shared/shared-video-miniature/video-filters.model.ts132 + src/app/shared/shared-video-miniature/video-filters.model.ts138 Federated ma kulupu - src/app/shared/shared-video-miniature/video-filters.model.ts134 + src/app/shared/shared-video-miniature/video-filters.model.ts140 Local ma ni taso - src/app/shared/shared-video-miniature/video-filters.model.ts135 + src/app/shared/shared-video-miniature/video-filters.model.ts141 Languages toki - src/app/shared/shared-video-miniature/video-filters.model.ts142 + src/app/shared/shared-video-miniature/video-filters.model.ts148 Categories poki - src/app/shared/shared-video-miniature/video-filters.model.ts151 + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videos sitelen ale - src/app/shared/shared-video-miniature/video-filters.model.ts160 + src/app/shared/shared-video-miniature/video-filters.model.ts166 Blurred len - src/app/shared/shared-video-miniature/video-filters.model.ts240 + src/app/shared/shared-video-miniature/video-filters.model.ts246 hidden pana ala lukin - src/app/shared/shared-video-miniature/video-filters.model.ts246 + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurred len - src/app/shared/shared-video-miniature/video-filters.model.ts247 + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayed pana lukin - src/app/shared/shared-video-miniature/video-filters.model.ts249 + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protectedPassword protected src/app/shared/shared-video-miniature/video-miniature.component.html diff --git a/client/src/locale/angular.tr-TR.xlf b/client/src/locale/angular.tr-TR.xlf index 8b1502974..af359c3ed 100644 --- a/client/src/locale/angular.tr-TR.xlf +++ b/client/src/locale/angular.tr-TR.xlf @@ -386,30 +386,21 @@ {views, plural, =0 {No view} =1 {1 view} other { views}} {views, plural, =0 {İzlenme yok} =1 {1 izlenme} other { izlenme}} - src/app/shared/shared-main/video/video.model.ts291 + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded.PeerTube considers this video is already being transcoded. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcodingForce transcoding - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} {viewers, plural, =0 {İzleyici yok} =1 {1 izleyici} other { izleyici}} - src/app/shared/shared-main/video/video.model.ts288 + src/app/shared/shared-main/video/video.model.ts289 @@ -425,13 +416,13 @@ Account muted Hesap sessize alındı - src/app/+admin/overview/videos/video-list.component.html79 - + + src/app/+admin/overview/videos/video-list.component.html78 Server muted Sunucu sessize alındı - src/app/+admin/overview/videos/video-list.component.html80 - + + src/app/+admin/overview/videos/video-list.component.html79 Save to Şuraya kaydet @@ -542,7 +533,7 @@ video - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts341src/app/shared/shared-video-miniature/video-download.component.ts62 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: ) Bu video ile video kotanız aşıldı (video boyutu: , kullanıldı: , kota: ) @@ -648,21 +639,18 @@ Engelli - src/app/+admin/overview/videos/video-list.component.html82src/app/shared/shared-video-miniature/video-miniature.component.html64 + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storage Object storage - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this file Bu dosyayı sil - src/app/+admin/overview/videos/video-list.component.html114 - src/app/+admin/overview/videos/video-list.component.html130 - + + + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}. @@ -1016,7 +1004,7 @@ Local Yerel - src/app/shared/shared-video-miniature/video-filters.model.ts135 + src/app/shared/shared-video-miniature/video-filters.model.ts141 users kullanıcılar @@ -1055,7 +1043,7 @@ - src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/follows.routes.ts26 + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 Followers Takipçiler @@ -1311,7 +1299,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 Email address E-posta adresi @@ -1363,7 +1351,7 @@ The link will expire within 1 hour. Kaydol Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 + src/app/+signup/+register/register.component.ts85 Why creating an account? Neden bir hesap oluşturmalısınız? @@ -2056,8 +2044,8 @@ The link will expire within 1 hour. Media is too large for the server. Please contact you administrator if you want to increase the limit size. Medya sunucu için çok büyük. Limit boyutunu artırmak istiyorsanız lütfen yöneticinizle iletişime geçin. - src/app/core/rest/rest-extractor.service.ts118 - + + src/app/core/rest/rest-extractor.service.ts122 GLOBAL SEARCH GLOBAL ARAMA @@ -2262,21 +2250,21 @@ The link will expire within 1 hour. Reset Sıfırla - src/app/+search/search-filters.component.html8 - src/app/+search/search-filters.component.html22 - src/app/+search/search-filters.component.html41 - src/app/+search/search-filters.component.html60 - src/app/+search/search-filters.component.html74 - src/app/+search/search-filters.component.html109 - src/app/+search/search-filters.component.html122 - src/app/+search/search-filters.component.html135 - src/app/+search/search-filters.component.html148 - src/app/+search/search-filters.component.html163 - src/app/+search/search-filters.component.html171 - src/app/+search/search-filters.component.html188 - src/app/+search/search-filters.component.html229 - src/app/shared/shared-forms/reactive-file.component.html16 - + + + + + + + + + + + + + + + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter Filtre @@ -2444,7 +2432,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts39src/app/shared/shared-instance/instance-follow.service.ts142 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found Hiçbir öğe bulunamadı @@ -2461,7 +2449,7 @@ The link will expire within 1 hour. - src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html24src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 Choose the appropriate licence for your work. Videonuz için uygun lisansı belirleyin. @@ -2470,71 +2458,50 @@ The link will expire within 1 hour. Channel Kanal - src/app/+admin/moderation/registration-list/registration-list.component.html39 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+videos/+video-edit/shared/video-edit.component.html65 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26 - src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reason Registration reason - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation response Moderation response - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 Requested on Requested on - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason: Registration reason: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response: Moderation response: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters. No registrations found matching current filters. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found. No registrations found. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this request Accept this request @@ -2772,63 +2739,63 @@ The link will expire within 1 hour. Original publication date Orijinal yayın tarihi - src/app/+videos/+video-edit/shared/video-edit.component.html368 + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) Bu, içeriğin orijinal olarak yayınlandığı tarihtir (örneğin, bir filmin yayınlanma tarihi) - src/app/+videos/+video-edit/shared/video-edit.component.html371 + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settings Eklenti ayarları - src/app/+videos/+video-edit/shared/video-edit.component.html402 + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latency Küçük gecikme - src/app/+videos/+video-edit/shared/video-edit.component.ts92 + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2P P2P'yi devre dışı bırakarak gecikme süresini ~15 saniyeye düşürün - src/app/+videos/+video-edit/shared/video-edit.component.ts93 + src/app/+videos/+video-edit/shared/video-edit.component.ts94 Default Varsayılan - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts97 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30s Ortalama 30 saniyelik gecikme - src/app/+videos/+video-edit/shared/video-edit.component.ts98 + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latency Yüksek gecikme süresi - src/app/+videos/+video-edit/shared/video-edit.component.ts102 + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratio 60 saniyenin ortalama gecikmesi P2P'nin işlevselliğini arttırır - src/app/+videos/+video-edit/shared/video-edit.component.ts103 + src/app/+videos/+video-edit/shared/video-edit.component.ts104 Other Diğer - src/app/+videos/+video-edit/shared/video-edit.component.ts219src/app/shared/shared-forms/select/select-languages.component.ts50 + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments Video yorumlarını etkinleştir - src/app/+videos/+video-edit/shared/video-edit.component.html389 + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download İndirmeyi etkinleştir - src/app/+videos/+video-edit/shared/video-edit.component.html394 + src/app/+videos/+video-edit/shared/video-edit.component.html398 Advanced settings Gelişmiş ayarlar @@ -2881,12 +2848,12 @@ The link will expire within 1 hour. Scheduled Sıraya alındı - src/app/+videos/+video-edit/shared/video-edit.component.ts240 + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date Videoyu belirli bir tarihe dek gizle - src/app/+videos/+video-edit/shared/video-edit.component.ts241 + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal live Normal canlı yayın @@ -2932,9 +2899,9 @@ The link will expire within 1 hour. Total video quota Toplam video sınırı - src/app/+admin/overview/users/user-list/user-list.component.html118 - src/app/shared/shared-main/users/user-quota.component.html3 - + + + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Congratulations! Your video is now available in your private library. Tebrikler! Artık videonuz özel kütüphanenizdedir. @@ -2996,11 +2963,11 @@ The link will expire within 1 hour. src/app/+videos/+video-edit/video-update.component.html 29 - - Your video is currenctly being updated. If you leave, your changes will be lost.Your video is currenctly being updated. If you leave, your changes will be lost. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 @@ -3262,7 +3229,7 @@ The link will expire within 1 hour. - src/app/+admin/overview/users/user-list/user-list.component.html104src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Loop Loop @@ -3387,7 +3354,7 @@ The link will expire within 1 hour. Show more Daha fazla göster - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less Daha az göster @@ -3432,14 +3399,14 @@ The link will expire within 1 hour. The video was blocked due to automatic blocking of new videos The video was blocked due to automatic blocking of new videos - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFW Müstehcen - src/app/+admin/moderation/video-block-list/video-block-list.component.html56 - src/app/+admin/overview/videos/video-list.component.html75 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Get more information Daha fazla bilgi edin @@ -3685,16 +3652,13 @@ The link will expire within 1 hour. Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly. Token renewed. Update your client configuration accordingly. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEED ABONELİK AKIŞI @@ -3723,9 +3687,9 @@ The link will expire within 1 hour. Renew token Renew token - src/app/+my-account/my-account-applications/my-account-applications.component.html36 - src/app/+my-account/my-account-applications/my-account-applications.component.ts41 - + + + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Filter... Filter... @@ -3746,19 +3710,19 @@ The link will expire within 1 hour. Video/Comment/Account Video/Yorum/Hesap - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 ID ID - src/app/+admin/system/jobs/jobs.component.html45 - + + src/app/+admin/system/jobs/jobs.component.html43 State State - src/app/+admin/system/jobs/jobs.component.html48 - src/app/+my-library/my-video-imports/my-video-imports.component.html30 - + + + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 Created Created @@ -3771,44 +3735,38 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html39src/app/+admin/follows/following-list/following-list.component.html43src/app/+admin/system/jobs/jobs.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html27src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37src/app/+my-library/my-video-imports/my-video-imports.component.html31src/app/shared/shared-abuse-list/abuse-list-table.component.html23 + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab Open actor page in a new tab - src/app/+admin/follows/followers-list/followers-list.component.html56 - + + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted Accepted - src/app/+admin/follows/followers-list/followers-list.component.html63 - src/app/+admin/follows/following-list/following-list.component.html65 - + + + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending Pending - src/app/+admin/follows/followers-list/followers-list.component.html64 - src/app/+admin/follows/following-list/following-list.component.html66 - + + + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 Rejected Rejected - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept Accept - src/app/+admin/follows/followers-list/followers-list.component.html50 - src/app/+admin/follows/followers-list/followers-list.component.ts45 - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25 - src/app/+my-library/my-ownership/my-ownership.component.html27 - + + + + + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse Refuse @@ -3817,72 +3775,56 @@ The link will expire within 1 hour. No follower found matching current filters. No follower found matching current filters. - src/app/+admin/follows/followers-list/followers-list.component.html77 - + + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. Your instance doesn't have any follower. - src/app/+admin/follows/followers-list/followers-list.component.html78 - - - Showing to of followers - Showing - to - of - followers - - src/app/+admin/follows/followers-list/followers-list.component.html11 - + + src/app/+admin/follows/followers-list/followers-list.component.html77 + Redundancy allowed Redundancy allowed - src/app/+admin/follows/following-list/following-list.component.html44 - + + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab Open instance in a new tab - src/app/+admin/follows/following-list/following-list.component.html58 - src/app/shared/shared-moderation/server-blocklist.component.html43 - src/app/shared/shared-moderation/server-blocklist.component.html43 - + + + + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. No host found matching current filters. - src/app/+admin/follows/following-list/following-list.component.html84 - + + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. Your instance is not following anyone. - src/app/+admin/follows/following-list/following-list.component.html85 - + + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}} Do you really want to unfollow {count, plural, =1 {?} other { entries?}} src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - Showing - to - of - hosts - - src/app/+admin/follows/following-list/following-list.component.html11 - + Action Action - src/app/+admin/follows/following-list/following-list.component.html40 - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/server-blocklist.component.html31 - src/app/shared/shared-moderation/server-blocklist.component.html31 - + + + + + + + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies Videos redundancies @@ -3901,18 +3843,18 @@ The link will expire within 1 hour. Table parameters Table parameters - src/app/+admin/overview/users/user-list/user-list.component.html47 - + + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns Select columns - src/app/+admin/overview/users/user-list/user-list.component.html53 - + + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users Highlight banned users - src/app/+admin/overview/users/user-list/user-list.component.html59 - + + src/app/+admin/overview/users/user-list/user-list.component.html57 Username Kullanıcı adı @@ -4035,53 +3977,45 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html18src/app/+admin/follows/following-list/following-list.component.html18src/app/+admin/moderation/registration-list/registration-list.component.html18src/app/+admin/overview/comments/video-comment-list.component.html22src/app/+admin/overview/users/user-list/user-list.component.html18src/app/+admin/overview/videos/video-list.component.html18src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 The user was banned Kullanıcı yasaklandı - src/app/+admin/overview/users/user-list/user-list.component.html109 - + + src/app/+admin/overview/users/user-list/user-list.component.html107 Open account in a new tab Open account in a new tab - src/app/+admin/overview/comments/video-comment-list.component.html69 - src/app/+admin/overview/users/user-list/user-list.component.html94 - src/app/+my-library/my-ownership/my-ownership.component.html32 - src/app/shared/shared-abuse-list/abuse-list-table.component.html44 - src/app/shared/shared-moderation/account-blocklist.component.html35 - src/app/shared/shared-moderation/account-blocklist.component.html35 - + + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account Deleted account - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota Total daily video quota - src/app/+admin/overview/users/user-list/user-list.component.html128 - + + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: Yasaklama sebebi: - src/app/+admin/overview/users/user-list/user-list.component.html150 - + + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned users Banned users src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - Showing - to - of - users - - src/app/+admin/overview/users/user-list/user-list.component.html11 - + Moderation Moderation @@ -4125,9 +4059,9 @@ The link will expire within 1 hour. - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30 - src/app/+admin/moderation/video-block-list/video-block-list.component.html26 - + + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size Toplam boyut @@ -4164,32 +4098,32 @@ The link will expire within 1 hour. Used () Used () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available () Available () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Sensitive Sensitive - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated Unfederated - src/app/+admin/moderation/video-block-list/video-block-list.component.html28 - src/app/+admin/moderation/video-block-list/video-block-list.component.html60 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date Date - src/app/+admin/moderation/video-block-list/video-block-list.component.html29 - src/app/+admin/overview/comments/video-comment-list.component.html46 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this row Select this row @@ -4199,12 +4133,12 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html46src/app/+admin/follows/following-list/following-list.component.html51src/app/+admin/moderation/registration-list/registration-list.component.html50src/app/+admin/overview/comments/video-comment-list.component.html54src/app/+admin/overview/users/user-list/user-list.component.html79src/app/+admin/overview/videos/video-list.component.html51src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full comment See full comment - src/app/+admin/overview/comments/video-comment-list.component.html58 - + + src/app/+admin/overview/comments/video-comment-list.component.html57 Actions Eylemler @@ -4214,27 +4148,27 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html35src/app/+admin/moderation/registration-list/registration-list.component.html60src/app/+admin/moderation/video-block-list/video-block-list.component.html43src/app/+admin/overview/comments/video-comment-list.component.html64src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70src/app/+admin/system/runners/runner-list/runner-list.component.html36src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html39 + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 Follower Follower - src/app/+admin/follows/followers-list/followers-list.component.html36 - + + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented video Commented video - src/app/+admin/overview/comments/video-comment-list.component.html81 - + + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters. Mevcut süzgeçlere uyan yorum bulunamadı. - src/app/+admin/overview/comments/video-comment-list.component.html106 - + + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found. Hiç yorum bulunamadı. - src/app/+admin/overview/comments/video-comment-list.component.html107 - + + src/app/+admin/overview/comments/video-comment-list.component.html106 Local comments Local comments @@ -4253,53 +4187,53 @@ The link will expire within 1 hour. No abuses found matching current filters. No abuses found matching current filters. - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. No abuses found. - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reports Unsolved reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reports Accepted reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reports Refused reports - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videos Reports with blocked videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videos Reports with deleted videos - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: Engel sebebi: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. No blocked video found matching current filters. - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. No blocked video found. - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocks Automatic blocks @@ -4310,15 +4244,7 @@ The link will expire within 1 hour. Manual blocks src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - Showing - to - of - blocked videos - - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 - + Reports İhbarlar @@ -4345,9 +4271,9 @@ The link will expire within 1 hour. Reporter İhbar eden - src/app/shared/shared-abuse-list/abuse-details.component.html7 - src/app/shared/shared-abuse-list/abuse-list-table.component.html21 - + + + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 @@ -4363,28 +4289,28 @@ The link will expire within 1 hour. Video Video - src/app/+admin/overview/comments/video-comment-list.component.html44 - src/app/+admin/overview/videos/video-list.component.html40 - src/app/+my-library/my-ownership/my-ownership.component.html14 - src/app/+my-library/my-video-imports/my-video-imports.component.html29 - src/app/shared/shared-video-miniature/video-download.component.html8 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 Comment Yorum - src/app/+admin/overview/comments/video-comment-list.component.html45src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 This video has been reported multiple times. Bu video birkaç kez ihbar edildi. - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked Video engellendi - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on by @@ -4396,13 +4322,19 @@ The link will expire within 1 hour. Video was deleted Video silindi - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + Account deleted Hesap silindi - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 Open video in a new tab Videoyu yeni sekmede aç @@ -4419,34 +4351,26 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html37src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/moderation/registration-list/registration-list.component.html41src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/shared/shared-abuse-list/abuse-list-table.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages Mesajlar - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note Internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score Score - src/app/+admin/follows/followers-list/followers-list.component.html38 - - - Showing to of reports - Showing - to - of - reports - - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 - + + src/app/+admin/follows/followers-list/followers-list.component.html37 + Reportee Reportee @@ -4468,58 +4392,49 @@ The link will expire within 1 hour. Mute domain Mute domain - src/app/shared/shared-moderation/server-blocklist.component.html19 - src/app/shared/shared-moderation/server-blocklist.component.html19 - + + + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance Instance - src/app/+about/about.component.html3 - src/app/+search/search-filters.component.html217 - src/app/shared/shared-moderation/server-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html32 - + + + + + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at Muted at - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/server-blocklist.component.html33 - src/app/shared/shared-moderation/server-blocklist.component.html33 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute Unmute - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html40 - src/app/shared/shared-moderation/server-blocklist.component.html40 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. Mevcut süzgeçlere uyan sunucu bulunamadı. - src/app/shared/shared-moderation/server-blocklist.component.html56 - src/app/shared/shared-moderation/server-blocklist.component.html56 - + + + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. Sunucu bulunamadı. - src/app/shared/shared-moderation/server-blocklist.component.html57 - src/app/shared/shared-moderation/server-blocklist.component.html57 - - - Showing to of muted instances - Showing - to - of - muted instances - - src/app/shared/shared-moderation/server-blocklist.component.html12 - src/app/shared/shared-moderation/server-blocklist.component.html12 - + + + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. @@ -4535,29 +4450,29 @@ The link will expire within 1 hour. Mute domains Mute domains - src/app/shared/shared-moderation/server-blocklist.component.html64 - src/app/shared/shared-moderation/server-blocklist.component.html64 - + + + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account Hesap - src/app/+admin/moderation/registration-list/registration-list.component.html37 - src/app/+admin/overview/comments/video-comment-list.component.html43 - src/app/shared/shared-moderation/account-blocklist.component.html24 - src/app/shared/shared-moderation/account-blocklist.component.html24 - + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. Mevcut süzgeçlere uyan hesap bulunamadı. - src/app/shared/shared-moderation/account-blocklist.component.html54 - src/app/shared/shared-moderation/account-blocklist.component.html54 - + + + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. Hesap bulunamadı. - src/app/shared/shared-moderation/account-blocklist.component.html55 - src/app/shared/shared-moderation/account-blocklist.component.html55 - + + + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed plugins List installed plugins @@ -4573,16 +4488,7 @@ The link will expire within 1 hour. Show plugin src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - Showing - to - of - muted accounts - - src/app/shared/shared-moderation/account-blocklist.component.html11 - src/app/shared/shared-moderation/account-blocklist.component.html11 - + Plugins/Themes Eklentiler/Temalar @@ -4798,11 +4704,7 @@ The link will expire within 1 hour. This view also shows comments from muted accounts. src/app/+admin/overview/comments/video-comment-list.component.html8 - - Showing to of comments - Showing to of comments - src/app/+admin/overview/comments/video-comment-list.component.html15 - + Select all rows Select all rows @@ -4812,7 +4714,7 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html33src/app/+admin/follows/following-list/following-list.component.html38src/app/+admin/moderation/registration-list/registration-list.component.html33src/app/+admin/overview/comments/video-comment-list.component.html39src/app/+admin/overview/users/user-list/user-list.component.html39src/app/+admin/overview/videos/video-list.component.html36src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type Job type @@ -4832,52 +4734,42 @@ The link will expire within 1 hour. Selector for the list displaying jobs, filtering by their state - - Showing to of jobs - Showing to of jobs - src/app/+admin/system/jobs/jobs.component.html39 - + Type Tür - src/app/+admin/system/jobs/jobs.component.html46src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 Priority (1 = highest priority) Priority (1 = highest priority) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + + src/app/+admin/system/jobs/jobs.component.html45 Progress Progress - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found. No jobs found. - src/app/+admin/system/jobs/jobs.component.html105 - + + src/app/+admin/system/jobs/jobs.component.html103 No jobs found. No jobs found. - src/app/+admin/system/jobs/jobs.component.html106 - + + src/app/+admin/system/jobs/jobs.component.html104 No jobs found. No jobs found. - src/app/+admin/system/jobs/jobs.component.html110 - + + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are . No jobs found that are . - src/app/+admin/system/jobs/jobs.component.html111 - + + src/app/+admin/system/jobs/jobs.component.html109 Refresh Refresh @@ -4885,7 +4777,7 @@ The link will expire within 1 hour. - src/app/+admin/overview/comments/video-comment-list.component.html31src/app/+admin/overview/videos/video-list.component.html27src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 now now @@ -4930,7 +4822,7 @@ The link will expire within 1 hour. - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description Kısa açıklama @@ -5351,12 +5243,14 @@ The link will expire within 1 hour. ⚠️ We don't recommend to enable this feature if you don't trust your users ⚠️ We don't recommend to enable this feature if you don't trust your users src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + - - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 - + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ You need to allow import with HTTP URL to be able to activate this feature. @@ -6379,74 +6273,52 @@ color: red; 9 - - Showing to of synchronizations - Showing to of synchronizations - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - - + Add synchronization Add synchronization - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 External Channel External Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 Channel Channel - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 Last synchronization at Last synchronization at - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List imports List imports - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channel Fully synchronize the channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channel This fetches any missing videos on the local channel - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for . Synchronization removed successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for . Full synchronization requested successfully for . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATION NEW SYNCHRONIZATION @@ -6586,22 +6458,14 @@ color: red; Target Target - src/app/+my-library/my-video-imports/my-video-imports.component.html28 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted This video was deleted - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - - Showing to of imports - Showing - to - of - imports - - src/app/+my-library/my-video-imports/my-video-imports.component.html21 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. Once you delete your account, there is no going back. You will be asked to confirm this action. @@ -6610,25 +6474,15 @@ color: red; Channel page Kanal sayfası - src/app/+my-library/+my-video-channels/my-video-channels.component.html34 - src/app/+my-library/my-follows/my-subscriptions.component.html20 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65 - src/app/+videos/+video-watch/video-watch.component.html66 - + + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()!Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - Created by @@ -7101,9 +6955,9 @@ channel or account with the same name ( Banned Yasaklı - src/app/+accounts/accounts.component.html21 - src/app/+admin/overview/users/user-list/user-list.component.html105 - + + + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Instance muted Instance muted @@ -7199,8 +7053,8 @@ channel or account with the same name ( Please type the name of the video channel () to confirm Please type the name of the video channel () to confirm - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL YENİ KANAL @@ -7666,12 +7520,12 @@ channel or account with the same name (Go to the previous step - src/app/+signup/+register/register.component.ts43 + src/app/+signup/+register/register.component.ts42 Go to the next step Go to the next step - src/app/+signup/+register/register.component.ts44 + src/app/+signup/+register/register.component.ts43 Who are we? Biz kimiz? @@ -7691,7 +7545,7 @@ channel or account with the same name ( Terms of - src/app/shared/shared-instance/instance-about-accordion.component.ts81 + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability Administrators & Sustainability @@ -7907,52 +7761,52 @@ channel or account with the same name (Sensitive content - src/app/shared/shared-video-miniature/video-filters.model.ts125 + src/app/shared/shared-video-miniature/video-filters.model.ts131 Scope Scope - src/app/shared/shared-video-miniature/video-filters.model.ts132 + src/app/shared/shared-video-miniature/video-filters.model.ts138 Federated Federated - src/app/shared/shared-video-miniature/video-filters.model.ts134 + src/app/shared/shared-video-miniature/video-filters.model.ts140 Languages Languages - src/app/shared/shared-video-miniature/video-filters.model.ts142 + src/app/shared/shared-video-miniature/video-filters.model.ts148 Categories Categories - src/app/shared/shared-video-miniature/video-filters.model.ts151 + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videos All videos - src/app/shared/shared-video-miniature/video-filters.model.ts160 + src/app/shared/shared-video-miniature/video-filters.model.ts166 Blurred Blurred - src/app/shared/shared-video-miniature/video-filters.model.ts240 + src/app/shared/shared-video-miniature/video-filters.model.ts246 hidden hidden - src/app/shared/shared-video-miniature/video-filters.model.ts246 + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurred blurred - src/app/shared/shared-video-miniature/video-filters.model.ts247 + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayed displayed - src/app/shared/shared-video-miniature/video-filters.model.ts249 + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protectedPassword protected src/app/shared/shared-video-miniature/video-miniature.component.html @@ -8314,10 +8168,10 @@ channel or account with the same name ( Reject Reddet - src/app/+admin/follows/followers-list/followers-list.component.html51 - src/app/+admin/follows/followers-list/followers-list.component.ts40 - src/app/+admin/follows/followers-list/followers-list.component.ts86 - + + + + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 Delete Delete @@ -8349,7 +8203,7 @@ channel or account with the same name (src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts63src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts133src/app/shared/shared-abuse-list/abuse-list-table.component.ts376src/app/shared/shared-abuse-list/abuse-list-table.component.ts411src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}} Accepted {count, plural, =1 { follow request} other { follow requests}} @@ -8388,10 +8242,10 @@ channel or account with the same name ( Follow Follow - src/app/+admin/follows/following-list/follow-modal.component.html3 - src/app/+admin/follows/following-list/follow-modal.component.html37 - src/app/+admin/follows/following-list/following-list.component.html25 - + + + + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line 1 host (without "http://"), account handle or channel handle per line @@ -8458,17 +8312,17 @@ channel or account with the same name (Do you really want to remove this video redundancy? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy Remove redundancy - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! Video redundancies removed! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Account unmuted by your instance. Account @@ -8543,90 +8397,90 @@ channel or account with the same name ( Internal actions Internal actions - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report İhbarı sil - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account Actions for the flagged account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mark as accepted Mark as accepted - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected Mark as rejected - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note Add internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video Actions for the video - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video Videoyu engelle - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. Video engellendi. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video Videonun engelini kaldır - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. Videonun engeli kaldırıldı. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Do you really want to delete this abuse report? Do you really want to delete this abuse report? - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. Abuse deleted. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment Yorum silindi - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter Messages with reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators Messages with moderators - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note Update internal note - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual Switch video block to manual @@ -8765,13 +8619,13 @@ channel or account with the same name ( plugin eklenti - src/app/+admin/plugins/shared/plugin-api.service.ts30 - + + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme tema - src/app/+admin/plugins/shared/plugin-api.service.ts33 - + + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP address IP address @@ -8888,19 +8742,19 @@ channel or account with the same name ( Info Bilgi - src/app/+admin/overview/videos/video-list.component.html41 - src/app/core/notification/notifier.service.ts12 - + + + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 Files Files - src/app/+admin/overview/videos/video-list.component.html42 - + + src/app/+admin/overview/videos/video-list.component.html41 Published Published - src/app/+admin/overview/videos/video-list.component.html43 - + + src/app/+admin/overview/videos/video-list.component.html42 Warning Uyarı @@ -8926,34 +8780,28 @@ channel or account with the same name (Audit logs src/app/+admin/system/logs/logs.component.ts145 - - Showing to of runner jobsShowing to of runner jobs - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - UUIDUUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 Priority Priority - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 Progress Progress - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 RunnerRunner - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload:Payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload:Private payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found.No runner jobs found. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobsCompleted jobs src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts @@ -9008,28 +8856,16 @@ channel or account with the same name (src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html 4 - - Showing to of remote runnersShowing to of remote runners - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - IPIP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contactLast contact - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found.No remote runners found. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. User @@ -9040,9 +8876,9 @@ channel or account with the same name ( Create user Create user - src/app/+admin/overview/users/user-edit/user-create.component.ts97 - src/app/+admin/overview/users/user-list/user-list.component.html25 - + + + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videos Engellenmiş videolar @@ -9185,14 +9021,7 @@ channel or account with the same name (3 - - Showing to of registrations - Showing to of registrations - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - - + Password changed for user . Password changed for user @@ -9260,9 +9089,9 @@ channel or account with the same name ( Live Live - src/app/+admin/overview/videos/video-admin.service.ts53 - src/app/+admin/overview/videos/video-list.component.html88 - + + + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video files Video files @@ -9660,18 +9489,18 @@ channel or account with the same name ( Too many languages are enabled. Please enable them all or stay below 20 enabled languages. Çok fazla dil etkinleştirildi. Lütfen ya hepsini etkinleştirin ya da etkin dilleri 20'nin altında tutun. - src/app/shared/shared-user-settings/user-video-settings.component.ts76 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. Video ayarları güncellendi. - src/app/shared/shared-user-settings/user-video-settings.component.ts121 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. Display/Video settings updated. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Video channel created. Video channel @@ -9711,13 +9540,13 @@ channel or account with the same name (Video channel deleted. - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day Views for the day - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followers My followers @@ -9803,8 +9632,8 @@ channel or account with the same name (Playlist created. - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 - + + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 Create Create @@ -9816,7 +9645,7 @@ channel or account with the same name (src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist Update playlist @@ -9900,9 +9729,15 @@ channel or account with the same name (Do you really want to delete ? - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + Video deleted. @@ -10057,12 +9892,12 @@ channel or account with the same name (Maximize editor - src/app/shared/shared-forms/markdown-textarea.component.ts51 + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editor Exit maximized editor - src/app/shared/shared-forms/markdown-textarea.component.ts52 + src/app/shared/shared-forms/markdown-textarea.component.ts50 An email with verification link will be sent to . An email with verification link will be sent to @@ -10088,7 +9923,7 @@ channel or account with the same name (Hesaba abone olundu - src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts888 + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTS PLAYLISTS @@ -10432,14 +10267,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts174 + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videos Live videos - src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts168 + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) Kısa (< 4 dk) @@ -11864,13 +11699,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages Instance languages - src/app/+videos/+video-edit/shared/video-edit.component.ts222 + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages Bütün diller - src/app/+videos/+video-edit/shared/video-edit.component.ts223src/app/shared/shared-forms/select/select-languages.component.ts25 + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Hidden Gizli @@ -11886,7 +11721,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Displayed - src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts242 + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 Disabled Disabled @@ -12079,21 +11914,21 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Account muted by the instance. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434 - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server Mute server - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. Server muted by the instance. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter Add a message to communicate with the reporter @@ -12348,30 +12183,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Too many attempts, please try again after minutes. - src/app/core/rest/rest-extractor.service.ts126 - + + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. Too many attempts, please try again later. - src/app/core/rest/rest-extractor.service.ts129 - + + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. Server error. Please retry later. - src/app/core/rest/rest-extractor.service.ts133 - + + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later. Server is unavailable. Please retry later. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server error Unknown server error - src/app/core/rest/rest-extractor.service.ts140 + + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + Subscribed to all current channels of . You will be notified of all their new videos. @@ -12478,29 +12316,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Delete video Videoyu sil - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment Yorum eylemleri - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment Yorumu sil - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? Bu yorumu silmek istediğinize emin misiniz? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. Yorum silindi. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Encoder Encoder @@ -12547,25 +12385,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Do you really want to delete this video? Bu videoyu silmek istediğinize emin misiniz? - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. Video silindi. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter Actions for the reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter Mute reporter - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 Download İndir @@ -12700,46 +12538,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+admin/system/runners/runner-list/runner-list.component.ts 58 - - Showing to of registration tokensShowing to of registration tokens - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - TokenToken - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runnersAssociated runners - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate tokenGenerate token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copiedRegistration token copied - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration tokenCopy registration token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners.No registration token found for remote runners. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this tokenRemove this token src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.ts34 @@ -12791,9 +12608,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute account Mute account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actions Open video actions @@ -12827,8 +12644,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute server account Mute server account - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Report İhbar Et @@ -12949,7 +12766,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html77src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Add to watch later Add to watch later @@ -12982,25 +12799,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Only I can see this video Only I can see this video - src/app/shared/shared-main/video/video.service.ts460 + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link Only shareable via a private link - src/app/shared/shared-main/video/video.service.ts461 + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video Herkes bu videoyu görebilir - src/app/shared/shared-main/video/video.service.ts462 + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video Only users of this instance can see this video - src/app/shared/shared-main/video/video.service.ts463 + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this videoOnly users with the appropriate password can see this video - src/app/shared/shared-main/video/video.service.ts464 + src/app/shared/shared-main/video/video.service.ts465 Video to import updated. Video to import updated. @@ -13048,36 +12865,24 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular You have unsaved changes! If you leave, your changes will be lost. Kaydedilmemiş değişiklilkleriniz var! Şimdi çıkarsanız, değişiklikleriniz kaybolacak. - src/app/+videos/+video-edit/video-update.component.ts140 + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. Video güncellendi. - src/app/+videos/+video-edit/video-update.component.ts227 + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators.Your video will also be automatically blocked since video publication requires manual validation by moderators. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version.Uploading a new version of your video will completely erase the current version. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 <br /><br />Do you still want to replace your video file?<br /><br />Do you still want to replace your video file? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warningReplace file warning - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: ) (extensions: ) @@ -13180,40 +12985,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? - src/app/+videos/+video-watch/video-watch.component.ts370 + src/app/+videos/+video-watch/video-watch.component.ts371 Redirection Redirection - src/app/+videos/+video-watch/video-watch.component.ts371 + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this videoYou need a password to watch this video - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protectedThis video is password protected - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct passwordIncorrect password, please enter a correct password - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? This video contains mature or explicit content. Are you sure you want to watch it? - src/app/+videos/+video-watch/video-watch.component.ts446 + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content Mature or explicit content - src/app/+videos/+video-watch/video-watch.component.ts447 + src/app/+videos/+video-watch/video-watch.component.ts448 Cancel @@ -13240,73 +13036,73 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html42src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreen Enter/exit fullscreen - src/app/+videos/+video-watch/video-watch.component.ts851 + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the video Play/Pause the video - src/app/+videos/+video-watch/video-watch.component.ts852 + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the video Mute/unmute the video - src/app/+videos/+video-watch/video-watch.component.ts853 + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90% Skip to a percentage of the video: 0 is 0% and 9 is 90% - src/app/+videos/+video-watch/video-watch.component.ts868 + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volume Increase the volume - src/app/+videos/+video-watch/video-watch.component.ts855 + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volume Decrease the volume - src/app/+videos/+video-watch/video-watch.component.ts856 + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forward Seek the video forward - src/app/+videos/+video-watch/video-watch.component.ts870 + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backward Seek the video backward - src/app/+videos/+video-watch/video-watch.component.ts871 + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rate Increase playback rate - src/app/+videos/+video-watch/video-watch.component.ts873 + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rate Decrease playback rate - src/app/+videos/+video-watch/video-watch.component.ts874 + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frame Navigate in the video to the previous frame - src/app/+videos/+video-watch/video-watch.component.ts876 + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frame Navigate in the video to the next frame - src/app/+videos/+video-watch/video-watch.component.ts877 + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater mode Toggle theater mode - src/app/+videos/+video-watch/video-watch.component.ts861 + src/app/+videos/+video-watch/video-watch.component.ts867 Like the video Videoyu beğen @@ -13386,14 +13182,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 103 - - Showing to of videos - Showing to of videos - - src/app/+admin/overview/videos/video-list.component.html - 11 - - + Only videos uploaded on this instance are displayed Only videos uploaded on this instance are displayed diff --git a/client/src/locale/angular.uk-UA.xlf b/client/src/locale/angular.uk-UA.xlf index fccdae09b..a002268df 100644 --- a/client/src/locale/angular.uk-UA.xlf +++ b/client/src/locale/angular.uk-UA.xlf @@ -274,8 +274,8 @@ src/app/shared/shared-main/users/user-notifications.component.html151 - mentioned you on video - згадує вас у відео + mentioned you on video + згадує вас у відео src/app/shared/shared-main/users/user-notifications.component.html165 @@ -289,23 +289,23 @@ src/app/shared/shared-main/users/user-notifications.component.html190 - A new version of the plugin/theme is available: - Нова версія плагіну/теми доступна: + A new version of the plugin/theme is available: + Нова версія плагіну/теми доступна: src/app/shared/shared-main/users/user-notifications.component.html199 - A new version of PeerTube is available: - Нова версія PeerTube доступна: + A new version of PeerTube is available: + Нова версія PeerTube доступна: src/app/shared/shared-main/users/user-notifications.component.html207 - Your video edition has finished - Редагування вашого відео завершено + Your video edition has finished + Редагування вашого відео завершено src/app/shared/shared-main/users/user-notifications.component.html214 - User wants to register on your instance - Користувач хоче зареєструватися на вашому сервері + User wants to register on your instance + Користувач хоче зареєструватися на вашому сервері src/app/shared/shared-main/users/user-notifications.component.html222 @@ -316,37 +316,28 @@ {views, plural, =0 {No view} =1 {1 view} other { views}} {views, plural, =0 {Немає переглядів} =1 {1 перегляд} few { перегляди} many { переглядів} other { перегляд}} - src/app/shared/shared-main/video/video.model.ts291 - + + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded. PeerTube вважає, що це відео вже перекодовано. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. Якщо ви вважаєте, що PeerTube помиляється (відео пошкоджено через збій тощо), ви можете примусово перекодувати це відео. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcoding Примусове перекодування - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} {viewers, plural, =0 {Немає глядачів} =1 {1 глядач} few { глядачі} many { глядачів} other { глядач}} - src/app/shared/shared-main/video/video.model.ts288 - + + src/app/shared/shared-main/video/video.model.ts289 Change your avatar Змінити ваш аватар @@ -360,13 +351,13 @@ Account muted Обліковий запис вимкнено - src/app/+admin/overview/videos/video-list.component.html79 - + + src/app/+admin/overview/videos/video-list.component.html78 Server muted Сервер вимкнено - src/app/+admin/overview/videos/video-list.component.html80 - + + src/app/+admin/overview/videos/video-list.component.html79 Save to Зберегти в @@ -426,8 +417,9 @@ src/app/shared/shared-video-playlist/video-add-to-playlist.component.html72 - Short text to tell people how they can support the channel (membership platform...).<br /><br /> When a video is uploaded in this channel, the video support field will be automatically filled by this text. - Короткий опис способів підтримки каналу (платформа участі...).<br /><br /> Коли відео вивантажується у цей канал, поле підтримки відео буде автоматично заповнено цим текстом. + Short text to tell people how they can support the channel (membership platform...).<br /><br /> + When a video is uploaded in this channel, the video support field will be automatically filled by this text. + Короткий опис способів підтримки каналу (платформа участі...).<br /><br /> Коли відео вивантажується у цей канал, поле підтримки відео буде автоматично заповнено цим текстом. src/app/+manage/video-channel-edit/video-channel-edit.component.html64 src/app/+manage/video-channel-edit/video-channel-edit.component.html64 @@ -474,10 +466,10 @@ video відео - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295 - src/app/+videos/+video-edit/video-update.component.ts341 - src/app/shared/shared-video-miniature/video-download.component.ts62 - + + + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: ) Ви досягли квоти з цим відео (розмір відео: , використано: , обмеження: ) @@ -581,23 +573,20 @@ Blocked Заблоковано - src/app/+admin/overview/videos/video-list.component.html82 - src/app/shared/shared-video-miniature/video-miniature.component.html64 - + + + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storage Сховище об'єктів - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this file Видалити цей файл - src/app/+admin/overview/videos/video-list.component.html114 - src/app/+admin/overview/videos/video-list.component.html130 - + + + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}. Видалено {count, plural, =1 {1 відео} other { відео}}. @@ -733,8 +722,8 @@ src/app/shared/shared-forms/markdown-textarea.component.html20 - <a href="https://en.wikipedia.org/wiki/Markdown#Example" target="_blank" rel="noopener noreferrer">Markdown</a> compatible that supports: - <a href="https://en.wikipedia.org/wiki/Markdown#Example" target="_blank" rel="noopener noreferrer">Markdown</a>-сумісний, що підтримує: + <a href="https://en.wikipedia.org/wiki/Markdown#Example" target="_blank" rel="noopener noreferrer">Markdown</a> compatible that supports: + <a href="https://en.wikipedia.org/wiki/Markdown#Example" target="_blank" rel="noopener noreferrer">Markdown</a>-сумісний, що підтримує: src/app/shared/shared-main/misc/help.component.ts75 @@ -842,8 +831,8 @@ src/app/shared/shared-instance/instance-features-table.component.html6 - Default NSFW/sensitive videos policycan be redefined by the users - Типова політика щодо NSFW/делікатних відеоможе бути перевизначена користувачами + Default NSFW/sensitive videos policycan be redefined by the users + Типова політика щодо NSFW/делікатних відеоможе бути перевизначена користувачами src/app/shared/shared-instance/instance-features-table.component.html 13,14 @@ -951,8 +940,8 @@ Local Локальний - src/app/shared/shared-video-miniature/video-filters.model.ts135 - + + src/app/shared/shared-video-miniature/video-filters.model.ts141 users користувачі @@ -988,10 +977,10 @@ Following Слідкуєте - src/app/+admin/admin.component.ts84 - src/app/+admin/follows/following-list/following-list.component.html41 - src/app/+admin/follows/follows.routes.ts26 - + + + + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 Followers Підписники @@ -1193,16 +1182,16 @@ src/app/+login/login.component.html11 - This instance allows registration. However, be careful to check the TermsTerms before creating an account. You may also search for another instance to match your exact needs at: https://joinpeertube.org/instances. - На цьому сервері можна зареєструватися. Однак обов'язково прочитайте УмовиУмови перед створенням облікового запису. Ви також можете пошукати інший сервер, який задовольнить ваші потреби, на: https://joinpeertube.org/instances. + This instance allows registration. However, be careful to check the TermsTerms before creating an account. You may also search for another instance to match your exact needs at: https://joinpeertube.org/instances. + На цьому сервері можна зареєструватися. Однак обов'язково прочитайте УмовиУмови перед створенням облікового запису. Ви також можете пошукати інший сервер, який задовольнить ваші потреби, на: https://joinpeertube.org/instances. src/app/+login/login.component.html 15,18 - Currently this instance doesn't allow for user registration, you may check the Terms 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: https://joinpeertube.org/instances. - Наразі цьому сервері не дозволено реєстрацію користувачів, ви можете прочитати Умови для отримання докладніших відомостей або знайти сервер, який дає можливість реєстрації облікового запису та вивантаження на нього своїх відео. Знайдіть свій серед багатьох серверів на: https://joinpeertube.org/instances. + Currently this instance doesn't allow for user registration, you may check the Terms 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: https://joinpeertube.org/instances. + Наразі цьому сервері не дозволено реєстрацію користувачів, ви можете прочитати Умови для отримання докладніших відомостей або знайти сервер, який дає можливість реєстрації облікового запису та вивантаження на нього своїх відео. Знайдіть свій серед багатьох серверів на: https://joinpeertube.org/instances. src/app/+login/login.component.html 20,23 @@ -1229,22 +1218,23 @@ src/app/+login/login.component.html131 - An email with the reset password instructions will be sent to . The link will expire within 1 hour. + An email with the reset password instructions will be sent to . +The link will expire within 1 hour. Лист з настановами щодо скидання пароля буде надіслано на . Посилання буде дійсне впродовж 1 години. src/app/+login/login.component.ts151 Email Email - src/app/+admin/moderation/registration-list/registration-list.component.html38 - src/app/+admin/overview/users/user-edit/user-edit.component.html105 - src/app/+admin/overview/users/user-edit/user-edit.component.html105 - src/app/+admin/overview/users/user-list/user-list.component.ts132 - src/app/+login/login.component.html136 - src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6 - src/app/+signup/+register/steps/register-step-user.component.html46 - src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 Email address Адреса електронної пошти @@ -1268,8 +1258,8 @@ src/app/+search/search.component.html8 - for - для + for + для src/app/+search/search.component.html 10 @@ -1295,8 +1285,8 @@ Signup Зареєструватися Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 - + + src/app/+signup/+register/register.component.ts85 Why creating an account? Навіщо створювати обліковий запис? @@ -1306,40 +1296,40 @@ - As you probably noticed: creating an account is not necessary to watch video on . However, creating an account on will allow you to: - Як ви, мабуть, помітили: створювати обліковий запис не обов'язково для перегляду відео на . Однак, створивши обліковий запис на вам буде дозволено: + As you probably noticed: creating an account is not necessary to watch video on . However, creating an account on will allow you to: + Як ви, мабуть, помітили: створювати обліковий запис не обов'язково для перегляду відео на . Однак, створивши обліковий запис на вам буде дозволено: src/app/+signup/+register/steps/register-step-about.component.html 4,8 - Comment videos - Коментувати відео + Comment videos + Коментувати відео src/app/+signup/+register/steps/register-step-about.component.html 11 - Subscribe to channels to be notified of new videos - Підписуватися на канали, щоб отримувати сповіщення про нові відео + Subscribe to channels to be notified of new videos + Підписуватися на канали, щоб отримувати сповіщення про нові відео src/app/+signup/+register/steps/register-step-about.component.html 12 - Have access to your watch history - Мати доступ до своєї історії перегляду + Have access to your watch history + Мати доступ до своєї історії перегляду src/app/+signup/+register/steps/register-step-about.component.html 13 - Create your channel to publish videos - Створювати канали, щоб публікувати відео + Create your channel to publish videos + Створювати канали, щоб публікувати відео src/app/+signup/+register/steps/register-step-about.component.html 14 @@ -1364,29 +1354,29 @@ src/app/+signup/+register/steps/register-step-about.component.html25 - has been created using PeerTube, a video creation platform developed by Framasoft. Framasoft is a french non-profit organization that offers alternatives to Big Tech's digital tools - створено за допомогою PeerTube, платформи для створення відео розробленої Framasoft. Framasoft — французька неприбуткова організація, яка пропонує альтернативи цифровим засобам Техногігантів + has been created using PeerTube, a video creation platform developed by Framasoft. Framasoft is a french non-profit organization that offers alternatives to Big Tech's digital tools + створено за допомогою PeerTube, платформи для створення відео розробленої Framasoft. Framasoft — французька неприбуткова організація, яка пропонує альтернативи цифровим засобам Техногігантів src/app/+signup/+register/steps/register-step-about.component.html38 - You want to publish videos on ? Then you need to create your first channel. - Бажаєте публікувати відео на ? Тоді спочатку вам потрібно створити канал. + You want to publish videos on ? Then you need to create your first channel. + Бажаєте публікувати відео на ? Тоді спочатку вам потрібно створити канал. src/app/+signup/+register/steps/register-step-channel.component.html 2,4 - You might want to create a channel by theme: for example, you can create a channel named "SweetMelodies" to publish your piano concerts and another one "Ecology" in which you publish your videos talking about ecology. - Ви можете захотіти створити тематичний канал: наприклад, ви можете створити канал під назвою «SweetMelodies» для публікації своїх фортепіанних концертів і ще один «Екологія», на якому ви публікуватимете свої відео про екологію. + You might want to create a channel by theme: for example, you can create a channel named "SweetMelodies" to publish your piano concerts and another one "Ecology" in which you publish your videos talking about ecology. + Ви можете захотіти створити тематичний канал: наприклад, ви можете створити канал під назвою «SweetMelodies» для публікації своїх фортепіанних концертів і ще один «Екологія», на якому ви публікуватимете свої відео про екологію. src/app/+signup/+register/steps/register-step-channel.component.html 6,9 - administrators allow you to publish up to of videos on their website. - адміністратори дозволяють вам публікувати до відео на їхньому вебсайті. + administrators allow you to publish up to of videos on their website. + адміністратори дозволяють вам публікувати до відео на їхньому вебсайті. src/app/+signup/+register/steps/register-step-channel.component.html 11,13 @@ -1458,8 +1448,8 @@ src/app/modal/admin-welcome-modal.component.html55 - Choosing your instance name, setting up a description, specifying who you are, why you created your instance and how long you plan to maintain it is very important for visitors to understand on what type of instance they are. - Вибір назви сервера, додавання опису, із зазначенням хто ви, чому ви створили свій сервер і як довго плануєте підтримувати його — дуже важливо для розуміння відвідувачами, на якому типі сервера вони перебувають. + Choosing your instance name, setting up a description, specifying who you are, why you created your instance and how long you plan to maintain it is very important for visitors to understand on what type of instance they are. + Вибір назви сервера, додавання опису, із зазначенням хто ви, чому ви створили свій сервер і як довго плануєте підтримувати його — дуже важливо для розуміння відвідувачами, на якому типі сервера вони перебувають. src/app/modal/admin-welcome-modal.component.html 57,61 @@ -1758,8 +1748,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html291 - ⚠️ If enabled, we recommend to use a HTTP proxy to prevent private URL access from your PeerTube server - ⚠️ Якщо увімкнено, радимо використовувати HTTP-проксі, щоб запобігти доступу до приватної URL-адреси з вашого сервера PeerTube + ⚠️ If enabled, we recommend to use a HTTP proxy to prevent private URL access from your PeerTube server + ⚠️ Якщо увімкнено, радимо використовувати HTTP-проксі, щоб запобігти доступу до приватної URL-адреси з вашого сервера PeerTube src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 @@ -1789,18 +1779,18 @@ - I already have an account, I log in - Я вже маю обліковий запис, я хочу ввійти + I already have an account, I log in + Я вже маю обліковий запис, я хочу ввійти src/app/+signup/+register/register.component.html30 - Termsof - Умовиз + Termsof + Умовиз src/app/+signup/+register/register.component.html41 - Setupyour account - Налаштуватисвій обліковий запис + Setupyour account + Налаштуватисвій обліковий запис src/app/+signup/+register/register.component.html66 @@ -1809,8 +1799,8 @@ src/app/+signup/+register/register.component.html81 - Createyour first channel - Створитисвій перший канал + Createyour first channel + Створитисвій перший канал src/app/+signup/+register/register.component.html83 @@ -1862,18 +1852,18 @@ src/app/modal/account-setup-warning-modal.component.html10 - Help moderators and other users to know who you are by: - Допоможіть модераторам та іншим користувачам дізнатися хто ви від: + Help moderators and other users to know who you are by: + Допоможіть модераторам та іншим користувачам дізнатися хто ви від: src/app/modal/account-setup-warning-modal.component.html12 - Uploading an avatar - Вивантаження аватара + Uploading an avatar + Вивантаження аватара src/app/modal/account-setup-warning-modal.component.html15 - Writing a description - Створення опису + Writing a description + Створення опису src/app/modal/account-setup-warning-modal.component.html16 @@ -1977,8 +1967,8 @@ Media is too large for the server. Please contact you administrator if you want to increase the limit size. Медіа завелике для сервера. Якщо ви хочете збільшити ліміт, зверніться до свого адміністратора. - src/app/core/rest/rest-extractor.service.ts118 - + + src/app/core/rest/rest-extractor.service.ts122 GLOBAL SEARCH ГЛОБАЛЬНИЙ ПОШУК @@ -2183,21 +2173,21 @@ Reset Скинути - src/app/+search/search-filters.component.html8 - src/app/+search/search-filters.component.html22 - src/app/+search/search-filters.component.html41 - src/app/+search/search-filters.component.html60 - src/app/+search/search-filters.component.html74 - src/app/+search/search-filters.component.html109 - src/app/+search/search-filters.component.html122 - src/app/+search/search-filters.component.html135 - src/app/+search/search-filters.component.html148 - src/app/+search/search-filters.component.html163 - src/app/+search/search-filters.component.html171 - src/app/+search/search-filters.component.html188 - src/app/+search/search-filters.component.html229 - src/app/shared/shared-forms/reactive-file.component.html16 - + + + + + + + + + + + + + + + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter Фільтр @@ -2268,8 +2258,8 @@ - A timestamp (00:05 for example) is automatically converted into a link to a part of the video. - Часова мітка (наприклад, 00:05) автоматично перетворюється на посилання на частину відео. + A timestamp (00:05 for example) is automatically converted into a link to a part of the video. + Часова мітка (наприклад, 00:05) автоматично перетворюється на посилання на частину відео. src/app/+videos/+video-edit/shared/video-edit.component.html 52 @@ -2312,8 +2302,8 @@ src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts44 - Markdown compatible that also supports custom PeerTube HTML tags - Сумісність із Markdown також підтримує власні HTML-теґи PeerTube + Markdown compatible that also supports custom PeerTube HTML tags + Сумісність із Markdown також підтримує власні HTML-теґи PeerTube src/app/shared/shared-custom-markup/custom-markup-help.component.html 2 @@ -2350,14 +2340,14 @@ Advanced filters Розширені фільтри - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30 - src/app/+admin/overview/comments/video-comment-list.component.ts47 - src/app/+admin/overview/users/user-list/user-list.component.ts43 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26 - src/app/+my-library/my-videos/my-videos.component.ts119 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts39 - src/app/shared/shared-instance/instance-follow.service.ts142 - + + + + + + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found Елементів не знайдено @@ -2366,89 +2356,68 @@ Description Опис - src/app/+about/about-instance/about-instance.component.html113 - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html24 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+videos/+video-edit/shared/video-edit.component.html44 - + + + + + + + + + + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 - Choose the appropriate licence for your work. - Оберіть відповідну ліцензію для своєї роботи. + Choose the appropriate licence for your work. + Оберіть відповідну ліцензію для своєї роботи. src/app/+videos/+video-edit/shared/video-edit.component.html86 Channel Канал - src/app/+admin/moderation/registration-list/registration-list.component.html39 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+videos/+video-edit/shared/video-edit.component.html65 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26 - src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reason Причина реєстрації - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation response Відповідь модерації - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 - Requested on - Запит на - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + Requested on + Запит на + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason: Причина реєстрації: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response: Відповідь модерації: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters. Не знайдено реєстрацій, що збігаються з поточними фільтрами. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found. Реєстрацій не знайдено. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this request Погодити цей запит @@ -2557,7 +2526,7 @@ src/app/+videos/+video-edit/shared/video-edit.component.html189 - Already uploaded on ✔ + Already uploaded on Уже вивантажено src/app/+videos/+video-edit/shared/video-edit.component.html193 @@ -2685,66 +2654,66 @@ Original publication date Дата публікації оригіналу - src/app/+videos/+video-edit/shared/video-edit.component.html368 - + + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) Дата першої публікації вмісту (наприклад, дата виходу фільму) - src/app/+videos/+video-edit/shared/video-edit.component.html371 - + + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settings Налаштування плагінів - src/app/+videos/+video-edit/shared/video-edit.component.html402 - + + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latency Незначна затримка - src/app/+videos/+video-edit/shared/video-edit.component.ts92 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2P Скоротити затримку до ~15 с, вимкнувши P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts93 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts94 Default Типово - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55 - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50 - src/app/+videos/+video-edit/shared/video-edit.component.ts97 - + + + + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30s Середня затримка 30с - src/app/+videos/+video-edit/shared/video-edit.component.ts98 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latency Тривала затримка - src/app/+videos/+video-edit/shared/video-edit.component.ts102 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratio Середня затримка 60 с підвищує коефіцієнт P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts103 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts104 Other Інше - src/app/+videos/+video-edit/shared/video-edit.component.ts219 - src/app/shared/shared-forms/select/select-languages.component.ts50 - + + + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments Увімкнути коментарі до відео - src/app/+videos/+video-edit/shared/video-edit.component.html389 - + + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download Дозволити завантаження - src/app/+videos/+video-edit/shared/video-edit.component.html394 - + + src/app/+videos/+video-edit/shared/video-edit.component.html398 Advanced settings Розширені налаштування @@ -2768,8 +2737,8 @@ src/app/+videos/+video-edit/video-add-components/video-import-url.component.html10 - You can also synchronize a remote channel in your library - Ви також можете синхронізувати віддалений канал зі своєї бібліотеки + You can also synchronize a remote channel in your library + Ви також можете синхронізувати віддалений канал зі своєї бібліотеки src/app/+videos/+video-edit/video-add-components/video-import-url.component.html20 @@ -2795,13 +2764,13 @@ Scheduled Заплановано - src/app/+videos/+video-edit/shared/video-edit.component.ts240 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date Сховати відео до певної дати - src/app/+videos/+video-edit/shared/video-edit.component.ts241 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal live Звичайні трансляції @@ -2847,9 +2816,9 @@ Total video quota Загальна квота відео - src/app/+admin/overview/users/user-list/user-list.component.html118 - src/app/shared/shared-main/users/user-quota.component.html3 - + + + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Congratulations! Your video is now available in your private library. Вітаємо! Ваше відео тепер доступне у вашій приватній бібліотеці. @@ -2915,15 +2884,14 @@ src/app/+videos/+video-edit/video-update.component.html 29 - - - Your video is currenctly being updated. If you leave, your changes will be lost. - Ваше відео зараз оновлюється. Якщо ви підете, ваші зміни будуть втрачені. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 + Read instance rules for help Читайте правила сервера, щоб отримати допомогу @@ -3160,8 +3128,8 @@ src/app/shared/shared-main/angular/login-link.component.ts11 - > Login - > Увійти + > Login + > Увійти src/app/+login/login.component.html 2,5 @@ -3180,10 +3148,10 @@ Muted Вимкнено - src/app/+admin/overview/users/user-list/user-list.component.html104 - src/app/shared/shared-moderation/account-block-badges.component.html1 - src/app/shared/shared-share-modal/video-share.component.html223 - + + + + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Loop Повторювати @@ -3305,8 +3273,8 @@ Show more Докладніше - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 - + + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less Згорнути @@ -3351,14 +3319,14 @@ The video was blocked due to automatic blocking of new videos Відео було заблоковано через автоматичне блокування нових відео - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFW NSFW - src/app/+admin/moderation/video-block-list/video-block-list.component.html56 - src/app/+admin/overview/videos/video-list.component.html75 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Get more information Докладніше @@ -3611,16 +3579,13 @@ Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? Оновлення токена заборонить попередньо налаштованим клієнтам отримувати оновлення каналу, доки вони не використають новий токен. Продовжити? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly. Токен поновлено. Відповідно оновіть конфігурацію клієнта. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEED СТРІЧКА ПІДПИСОК @@ -3649,9 +3614,9 @@ Renew token Поновити токен - src/app/+my-account/my-account-applications/my-account-applications.component.html36 - src/app/+my-account/my-account-applications/my-account-applications.component.ts41 - + + + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Filter... Фільтр... @@ -3672,69 +3637,63 @@ Video/Comment/Account Відео/Коментар/Обліковий запис - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 ID Ідентифікатор - src/app/+admin/system/jobs/jobs.component.html45 - + + src/app/+admin/system/jobs/jobs.component.html43 State Стан - src/app/+admin/system/jobs/jobs.component.html48 - src/app/+my-library/my-video-imports/my-video-imports.component.html30 - + + + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 Created Створено - src/app/+admin/follows/followers-list/followers-list.component.html39 - src/app/+admin/follows/following-list/following-list.component.html43 - src/app/+admin/system/jobs/jobs.component.html50 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html27 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 - src/app/+my-library/my-video-imports/my-video-imports.component.html31 - src/app/shared/shared-abuse-list/abuse-list-table.component.html23 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab Відкрити сторінку актора у новій вкладці - src/app/+admin/follows/followers-list/followers-list.component.html56 - + + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted Прийнято - src/app/+admin/follows/followers-list/followers-list.component.html63 - src/app/+admin/follows/following-list/following-list.component.html65 - + + + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending Очікування - src/app/+admin/follows/followers-list/followers-list.component.html64 - src/app/+admin/follows/following-list/following-list.component.html66 - + + + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 Rejected Відхилено - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept Погодитися - src/app/+admin/follows/followers-list/followers-list.component.html50 - src/app/+admin/follows/followers-list/followers-list.component.ts45 - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25 - src/app/+my-library/my-ownership/my-ownership.component.html27 - + + + + + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse Відмовитися @@ -3743,60 +3702,52 @@ No follower found matching current filters. Не знайдено підписників за цим фільтром. - src/app/+admin/follows/followers-list/followers-list.component.html77 - + + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. Ніхто не слідкує за вашим сервером. - src/app/+admin/follows/followers-list/followers-list.component.html78 - - - Showing to of followers - Показано до з підписників - src/app/+admin/follows/followers-list/followers-list.component.html11 - + + src/app/+admin/follows/followers-list/followers-list.component.html77 + Redundancy allowed Надлишковість дозволена - src/app/+admin/follows/following-list/following-list.component.html44 - + + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab Відкрити сервер у новій вкладці - src/app/+admin/follows/following-list/following-list.component.html58 - src/app/shared/shared-moderation/server-blocklist.component.html43 - src/app/shared/shared-moderation/server-blocklist.component.html43 - + + + + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. Не знайдено хосту, що відповідає поточним фільтрам. - src/app/+admin/follows/following-list/following-list.component.html84 - + + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. Ваш сервер ні за ким не слідкує. - src/app/+admin/follows/following-list/following-list.component.html85 - + + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}} Ви справді хочете відписатися від {count, plural, =1 {?} few { записів?} many { записів?} other { запису?}} src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - Показано до з хостів - src/app/+admin/follows/following-list/following-list.component.html11 - + Action Дія - src/app/+admin/follows/following-list/following-list.component.html40 - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/server-blocklist.component.html31 - src/app/shared/shared-moderation/server-blocklist.component.html31 - + + + + + + + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies Дубльовані відео @@ -3815,18 +3766,18 @@ Table parameters Параметри таблиці - src/app/+admin/overview/users/user-list/user-list.component.html47 - + + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns Вибрати стовпці - src/app/+admin/overview/users/user-list/user-list.component.html53 - + + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users Підсвічувати заблокованих користувачів - src/app/+admin/overview/users/user-list/user-list.component.html59 - + + src/app/+admin/overview/users/user-list/user-list.component.html57 Username Ім'я користувача @@ -3941,54 +3892,50 @@ Batch actions Пакетні дії - src/app/+admin/follows/followers-list/followers-list.component.html18 - src/app/+admin/follows/following-list/following-list.component.html18 - src/app/+admin/moderation/registration-list/registration-list.component.html18 - src/app/+admin/overview/comments/video-comment-list.component.html22 - src/app/+admin/overview/users/user-list/user-list.component.html18 - src/app/+admin/overview/videos/video-list.component.html18 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 The user was banned Користувача було заблоковано - src/app/+admin/overview/users/user-list/user-list.component.html109 - + + src/app/+admin/overview/users/user-list/user-list.component.html107 Open account in a new tab Відкрити обліковий запис у новій вкладці - src/app/+admin/overview/comments/video-comment-list.component.html69 - src/app/+admin/overview/users/user-list/user-list.component.html94 - src/app/+my-library/my-ownership/my-ownership.component.html32 - src/app/shared/shared-abuse-list/abuse-list-table.component.html44 - src/app/shared/shared-moderation/account-blocklist.component.html35 - src/app/shared/shared-moderation/account-blocklist.component.html35 - + + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account Видалений обліковий запис - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota Загальна денна квота відео - src/app/+admin/overview/users/user-list/user-list.component.html128 - + + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: Причина блокування: - src/app/+admin/overview/users/user-list/user-list.component.html150 - + + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned users Заблоковані користувачі src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - Показано до з користувачів - src/app/+admin/overview/users/user-list/user-list.component.html11 - + Moderation Модерація @@ -4029,9 +3976,9 @@ Video Відео - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30 - src/app/+admin/moderation/video-block-list/video-block-list.component.html26 - + + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size Загальний розмір @@ -4065,79 +4012,79 @@ Used () Використано () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available () Доступно () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Sensitive Делікатне - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated Не федералізований - src/app/+admin/moderation/video-block-list/video-block-list.component.html28 - src/app/+admin/moderation/video-block-list/video-block-list.component.html60 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date Дата - src/app/+admin/moderation/video-block-list/video-block-list.component.html29 - src/app/+admin/overview/comments/video-comment-list.component.html46 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this row Вибрати цей рядок - src/app/+admin/follows/followers-list/followers-list.component.html46 - src/app/+admin/follows/following-list/following-list.component.html51 - src/app/+admin/moderation/registration-list/registration-list.component.html50 - src/app/+admin/overview/comments/video-comment-list.component.html54 - src/app/+admin/overview/users/user-list/user-list.component.html79 - src/app/+admin/overview/videos/video-list.component.html51 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full comment Переглянути увесь коментар - src/app/+admin/overview/comments/video-comment-list.component.html58 - + + src/app/+admin/overview/comments/video-comment-list.component.html57 Actions Дії - src/app/+admin/follows/followers-list/followers-list.component.html35 - src/app/+admin/moderation/registration-list/registration-list.component.html60 - src/app/+admin/moderation/video-block-list/video-block-list.component.html43 - src/app/+admin/overview/comments/video-comment-list.component.html64 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70 - src/app/+admin/system/runners/runner-list/runner-list.component.html36 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44 - src/app/+my-library/my-ownership/my-ownership.component.html12 - src/app/shared/shared-abuse-list/abuse-list-table.component.html39 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 Follower Підписник - src/app/+admin/follows/followers-list/followers-list.component.html36 - + + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented video Коментоване відео - src/app/+admin/overview/comments/video-comment-list.component.html81 - + + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters. Не знайдено коментарів, які відповідають поточним фільтрам. - src/app/+admin/overview/comments/video-comment-list.component.html106 - + + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found. Коментарів не знайдено. - src/app/+admin/overview/comments/video-comment-list.component.html107 - + + src/app/+admin/overview/comments/video-comment-list.component.html106 Local comments Локальні коментарі @@ -4156,53 +4103,53 @@ No abuses found matching current filters. Не знайдено скарг, які відповідають поточним фільтрам. - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. Скарг не знайдено. - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reports Нерозвʼязані скарги - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reports Прийняті скарги - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reports Відхилені звіти - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videos Звіти з заблокованими відео - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videos Звіти з видаленими відео - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: Причина блокування: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. Не знайдено заблокованих відео, які відповідають поточним фільтрам. - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. Заблокованих відео не знайдено. - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocks Заблоковані автоматично @@ -4213,11 +4160,7 @@ Заблоковані вручну src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - Показано до з заблокованих відео - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 - + Reports Звіти @@ -4244,12 +4187,12 @@ Reporter Автор скарги - src/app/shared/shared-abuse-list/abuse-details.component.html7 - src/app/shared/shared-abuse-list/abuse-list-table.component.html21 - + + + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 - - + + src/app/shared/shared-abuse-list/abuse-details.component.html 21,23 @@ -4262,28 +4205,28 @@ Video Відео - src/app/+admin/overview/comments/video-comment-list.component.html44 - src/app/+admin/overview/videos/video-list.component.html40 - src/app/+my-library/my-ownership/my-ownership.component.html14 - src/app/+my-library/my-video-imports/my-video-imports.component.html29 - src/app/shared/shared-video-miniature/video-download.component.html8 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 Comment Коментар - src/app/+admin/overview/comments/video-comment-list.component.html45 - src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 - + + + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 This video has been reported multiple times. На це відео поскаржилися кілька разів.. - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked Відео заблоковано - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on від на @@ -4292,13 +4235,19 @@ Video was deleted Відео було видалено - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + Account deleted Обліковий запис видалено - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 Open video in a new tab Відкрити відео у новій вкладці @@ -4307,33 +4256,29 @@ State Стан - src/app/+admin/follows/followers-list/followers-list.component.html37 - src/app/+admin/follows/following-list/following-list.component.html42 - src/app/+admin/moderation/registration-list/registration-list.component.html41 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36 - src/app/shared/shared-abuse-list/abuse-list-table.component.html24 - + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages Повідомлення - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note Внутрішня примітка - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score Оцінка - src/app/+admin/follows/followers-list/followers-list.component.html38 - - - Showing to of reports - Показ від до з звітів - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 - + + src/app/+admin/follows/followers-list/followers-list.component.html37 + Reportee Автор скарги @@ -4353,51 +4298,46 @@ Mute domain Вимкнути домен - src/app/shared/shared-moderation/server-blocklist.component.html19 - src/app/shared/shared-moderation/server-blocklist.component.html19 - + + + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance Сервер - src/app/+about/about.component.html3 - src/app/+search/search-filters.component.html217 - src/app/shared/shared-moderation/server-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html32 - + + + + + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at Вимкнено о - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/server-blocklist.component.html33 - src/app/shared/shared-moderation/server-blocklist.component.html33 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute Увімкнути - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html40 - src/app/shared/shared-moderation/server-blocklist.component.html40 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. Не знайдено серверів, які відповідають поточним фільтрам. - src/app/shared/shared-moderation/server-blocklist.component.html56 - src/app/shared/shared-moderation/server-blocklist.component.html56 - + + + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. Серверів не знайдено. - src/app/shared/shared-moderation/server-blocklist.component.html57 - src/app/shared/shared-moderation/server-blocklist.component.html57 - - - Showing to of muted instances - Показано до з вимкнених серверів - src/app/shared/shared-moderation/server-blocklist.component.html12 - src/app/shared/shared-moderation/server-blocklist.component.html12 - + + + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. Здається, ви не на HTTPS-сервері. Щоб слідкувати за серверами, на вашому вебсервері має бути активовано TLS. @@ -4411,29 +4351,29 @@ Mute domains Вимкнути домени - src/app/shared/shared-moderation/server-blocklist.component.html64 - src/app/shared/shared-moderation/server-blocklist.component.html64 - + + + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account Обліковий запис - src/app/+admin/moderation/registration-list/registration-list.component.html37 - src/app/+admin/overview/comments/video-comment-list.component.html43 - src/app/shared/shared-moderation/account-blocklist.component.html24 - src/app/shared/shared-moderation/account-blocklist.component.html24 - + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. Не знайдено облікових записів, які відповідають поточним фільтрам. - src/app/shared/shared-moderation/account-blocklist.component.html54 - src/app/shared/shared-moderation/account-blocklist.component.html54 - + + + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. Облікових записів не знайдено. - src/app/shared/shared-moderation/account-blocklist.component.html55 - src/app/shared/shared-moderation/account-blocklist.component.html55 - + + + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed plugins Перелік установлених плагінів @@ -4449,12 +4389,7 @@ Показати плагіни src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - Показано до з ігнорованих облікових записів - src/app/shared/shared-moderation/account-blocklist.component.html11 - src/app/shared/shared-moderation/account-blocklist.component.html11 - + Plugins/Themes Плагіни/Теми @@ -4673,22 +4608,18 @@ У цьому поданні також показуються коментарі з вимкнених облікових записів. src/app/+admin/overview/comments/video-comment-list.component.html8 - - Showing to of comments - Показано до з коментарів - src/app/+admin/overview/comments/video-comment-list.component.html15 - + Select all rows Вибрати всі рядки - src/app/+admin/follows/followers-list/followers-list.component.html33 - src/app/+admin/follows/following-list/following-list.component.html38 - src/app/+admin/moderation/registration-list/registration-list.component.html33 - src/app/+admin/overview/comments/video-comment-list.component.html39 - src/app/+admin/overview/users/user-list/user-list.component.html39 - src/app/+admin/overview/videos/video-list.component.html36 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type Тип завдання @@ -4708,62 +4639,52 @@ Selector for the list displaying jobs, filtering by their state - - Showing to of jobs - Показано до з завдань - src/app/+admin/system/jobs/jobs.component.html39 - + Type Тип - src/app/+admin/system/jobs/jobs.component.html46 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 - + + + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 - Priority (1 = highest priority) - Важливість (1 = найважливіше) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + Priority (1 = highest priority) + Важливість (1 = найважливіше) + + src/app/+admin/system/jobs/jobs.component.html45 Progress Виконання - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found. Завдань не знайдено. - src/app/+admin/system/jobs/jobs.component.html105 - + + src/app/+admin/system/jobs/jobs.component.html103 - No jobs found. - Не знайдено завдань. - src/app/+admin/system/jobs/jobs.component.html106 - + No jobs found. + Не знайдено завдань. + + src/app/+admin/system/jobs/jobs.component.html104 No jobs found. Не знайдено завдань. - src/app/+admin/system/jobs/jobs.component.html110 - + + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are . Не знайдено завдань, які . - src/app/+admin/system/jobs/jobs.component.html111 - + + src/app/+admin/system/jobs/jobs.component.html109 Refresh Оновити - src/app/+admin/overview/comments/video-comment-list.component.html31 - src/app/+admin/overview/videos/video-list.component.html27 - src/app/+admin/system/jobs/jobs.component.html30 - src/app/+admin/system/logs/logs.component.html33 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 now зараз @@ -4791,8 +4712,8 @@ - By -> - Від -> + By -> + Від -> src/app/+admin/system/logs/logs.component.html47 @@ -4803,11 +4724,11 @@ Name Назва - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12 - src/app/+admin/system/runners/runner-list/runner-list.component.html23 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - + + + + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description Короткий опис @@ -4865,8 +4786,8 @@ src/app/+admin/config/edit-custom-config/edit-instance-information.component.html79 - Manage users to build a moderation team. - Керувати користувачами, щоб створити команду модерації. + Manage users to build a moderation team. + Керувати користувачами, щоб створити команду модерації. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html 80,82 @@ -4878,8 +4799,8 @@ src/app/+admin/config/edit-custom-config/edit-instance-information.component.html89 - Enabling it will allow other administrators to know that you are mainly federating sensitive content. Moreover, the NSFW checkbox on video upload will be automatically checked by default. - Увімкнення дасть змогу іншим адміністраторам знати, що ви переважно федералізуєте делікатні матеріали. Крім того прапорець NSFW під час завантаження відео усталено буде автоматично позначено. + Enabling it will allow other administrators to know that you are mainly federating sensitive content. Moreover, the NSFW checkbox on video upload will be automatically checked by default. + Увімкнення дасть змогу іншим адміністраторам знати, що ви переважно федералізуєте делікатні матеріали. Крім того прапорець NSFW під час завантаження відео усталено буде автоматично позначено. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html93 @@ -4997,8 +4918,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html4 - Use plugins & themes for more involved changes, or add slight customizations. - Використовуйте плагіни й теми для складніших змін або додайте незначні пристосування. + Use plugins & themes for more involved changes, or add slight customizations. + Використовуйте плагіни й теми для складніших змін або додайте незначні пристосування. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html 5,7 @@ -5090,8 +5011,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html150 - Manage users to set their quota individually. - Керувати користувачами, щоб налаштувати їхні особисті квоти. + Manage users to set their quota individually. + Керувати користувачами, щоб налаштувати їхні особисті квоти. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html151 @@ -5227,12 +5148,14 @@ ⚠️ We don't recommend to enable this feature if you don't trust your users ⚠️ Ми не радимо вмикати цю функцію, якщо ви не довіряєте своїм користувачам src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + - - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - Дозволити синхронізацію каналу з каналом інших платформ, як-от YouTube (потрібно дозволити імпорт за допомогою URL-адреси HTTP) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 - + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ Вам потрібно дозволити імпорт з URL-адресою HTTP, щоб мати можливість активувати цю функцію. @@ -5302,8 +5225,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html426 - You should only use moderated search indexes in production, or host your own. - У робочому середовищі вам слід використовувати лише модеровані пошукові індекси, або розмістити свій власний. + You should only use moderated search indexes in production, or host your own. + У робочому середовищі вам слід використовувати лише модеровані пошукові індекси, або розмістити свій власний. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html428 @@ -5337,8 +5260,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html476 - Manage relations with other instances. - Керувати зв'язками з іншими серверами. + Manage relations with other instances. + Керувати зв'язками з іншими серверами. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html477 @@ -5379,8 +5302,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html523 - See the documentation for more information about the expected URL - Читайте документацію, щоб докладніше дізнатися про очікувану URL + See the documentation for more information about the expected URL + Читайте документацію, щоб докладніше дізнатися про очікувану URL src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html528 @@ -5424,8 +5347,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html609 - If your instance is explicitly allowed by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not, we use an image link card that will redirect to your PeerTube instance. Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/w/blabla) on https://cards-dev.twitter.com/validator to see if you instance is allowed. - Якщо ваш екземпляр явно дозволено Twitter, відеопрогравач буде вбудовано у стрічку Twitter на сайті PeerTube. Якщо серверомм це не дозволено, ми використовуємо картку з посиланням на зображення, яка переспрямовуватиме на ваш екземпляр PeerTube. Установіть прапорець, збережіть конфігурацію та протестуйте URL-адресу відео вашого сервера (https://example.com/w/blabla) на https://cards-dev.twitter.com/validator, щоб дізнатися, чи дозволено ваш сервер. + If your instance is explicitly allowed by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not, we use an image link card that will redirect to your PeerTube instance. Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/w/blabla) on https://cards-dev.twitter.com/validator to see if you instance is allowed. + Якщо ваш екземпляр явно дозволено Twitter, відеопрогравач буде вбудовано у стрічку Twitter на сайті PeerTube. Якщо серверомм це не дозволено, ми використовуємо картку з посиланням на зображення, яка переспрямовуватиме на ваш екземпляр PeerTube. Установіть прапорець, збережіть конфігурацію та протестуйте URL-адресу відео вашого сервера (https://example.com/w/blabla) на https://cards-dev.twitter.com/validator, щоб дізнатися, чи дозволено ваш сервер. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html613 @@ -5547,8 +5470,8 @@ src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html108 - Use remote runners to process live transcoding. Remote runners has to register on your instance first. - Use remote runners to process live transcoding. Remote runners has to register on your instance first. + Use remote runners to process live transcoding. Remote runners has to register on your instance first. + Use remote runners to process live transcoding. Remote runners has to register on your instance first. src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html154 @@ -5584,8 +5507,8 @@ src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html35 - Use remote runners to process VOD transcoding. Remote runners has to register on your instance first. - Use remote runners to process VOD transcoding. Remote runners has to register on your instance first. + Use remote runners to process VOD transcoding. Remote runners has to register on your instance first. + Use remote runners to process VOD transcoding. Remote runners has to register on your instance first. src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html150 @@ -5638,8 +5561,8 @@ src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html89 - Requires ffmpeg >= 4.1Generate HLS playlists and fragmented MP4 files resulting in a better playback than with Web Videos:Resolution change is smootherFaster playback especially with long videosMore stable playback (less bugs/infinite loading)If you also enabled Web Videos support, it will multiply videos storage by 2 - Потребує ffmpeg >= 4.1Генерування HLS-добірок і фрагментованих файлів MP4, що забезпечує краще відтворення, ніж звичайні Вебвідео:Плавніша зміна роздільностіШвидше відтворення, особливо довгих відеоСтабільніше відтворення (менше помилок/необмежене завантаження)Якщо ви увімкнете ще й підтримку WebTorrent, сховище відео буде подвоєно + Requires ffmpeg >= 4.1Generate HLS playlists and fragmented MP4 files resulting in a better playback than with Web Videos:Resolution change is smootherFaster playback especially with long videosMore stable playback (less bugs/infinite loading)If you also enabled Web Videos support, it will multiply videos storage by 2 + Потребує ffmpeg >= 4.1Генерування HLS-добірок і фрагментованих файлів MP4, що забезпечує краще відтворення, ніж звичайні Вебвідео:Плавніша зміна роздільностіШвидше відтворення, особливо довгих відеоСтабільніше відтворення (менше помилок/необмежене завантаження)Якщо ви увімкнете ще й підтримку WebTorrent, сховище відео буде подвоєно src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 94,103 @@ -5732,8 +5655,8 @@ - Use remote runners to process studio transcoding tasks. Remote runners has to register on your instance first. - Use remote runners to process studio transcoding tasks. Remote runners has to register on your instance first. + Use remote runners to process studio transcoding tasks. Remote runners has to register on your instance first. + Use remote runners to process studio transcoding tasks. Remote runners has to register on your instance first. src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 240,243 @@ -5823,13 +5746,19 @@ src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html87 - Write JavaScript code directly.Example: console.log('my instance is amazing'); - Пишіть код JavaScript безпосередньо.Приклад: console.log('мій сервер неперевершений'); + Write JavaScript code directly.Example: console.log('my instance is amazing'); + Пишіть код JavaScript безпосередньо.Приклад: console.log('мій сервер неперевершений'); src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html90 - Write CSS code directly. Example:#custom-css color: red; Prepend with #custom-css to override styles. Example:#custom-css .logged-in-email color: red; - Пишіть код CSS безпосередньо. Наприклад:#custom-css color: red; Додайте на початку #custom-css, щоб перевизначити стилі. Приклад:#custom-css .logged-in-email color: red; + Write CSS code directly. Example:#custom-css +color: red; + + Prepend with #custom-css to override styles. Example:#custom-css .logged-in-email +color: red; + + + Пишіть код CSS безпосередньо. Наприклад:#custom-css color: red; Додайте на початку #custom-css, щоб перевизначити стилі. Приклад:#custom-css .logged-in-email color: red; src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html109 @@ -5846,8 +5775,8 @@ - There are errors in the form: - Помилки у формі: + There are errors in the form: + Помилки у формі: src/app/+admin/config/edit-custom-config/edit-custom-config.component.html71 @@ -6003,8 +5932,8 @@ src/app/shared/shared-video-miniature/video-download.component.ts265 - Update your settings - Оновити налаштування + Update your settings + Оновити налаштування src/app/shared/shared-video-miniature/video-filters-header.component.html 2,7 @@ -6027,38 +5956,38 @@ - Sort by "Recently Added" - Упорядкувати за «Недавно додані» + Sort by "Recently Added" + Упорядкувати за «Недавно додані» src/app/shared/shared-video-miniature/video-filters-header.component.html47 - Sort by "Original Publication Date" - Упорядкувати за «Дата публікації оригіналу» + Sort by "Original Publication Date" + Упорядкувати за «Дата публікації оригіналу» src/app/shared/shared-video-miniature/video-filters-header.component.html48 - Sort by "Name" - Упорядкувати за «Іменем» + Sort by "Name" + Упорядкувати за «Іменем» src/app/shared/shared-video-miniature/video-filters-header.component.html50 - Sort by "Recent Views" - Упорядкувати за «Недавно переглянуті» + Sort by "Recent Views" + Упорядкувати за «Недавно переглянуті» src/app/shared/shared-video-miniature/video-filters-header.component.html51 - Sort by "Hot" - Упорядкувати за «Гарячі» + Sort by "Hot" + Упорядкувати за «Гарячі» src/app/shared/shared-video-miniature/video-filters-header.component.html52 - Sort by "Likes" - Упорядкувати за «Уподобайки» + Sort by "Likes" + Упорядкувати за «Уподобайки» src/app/shared/shared-video-miniature/video-filters-header.component.html53 - Sort by "Global Views" - Упорядкувати за «Глобальними переглядами» + Sort by "Global Views" + Упорядкувати за «Глобальними переглядами» src/app/shared/shared-video-miniature/video-filters-header.component.html54 @@ -6143,8 +6072,8 @@ src/app/shared/shared-user-settings/user-video-settings.component.html4 - With Hide or Blur thumbnails, a confirmation will be requested to watch the video. - За допомогою Сховати або Розмити мініатюри, для перегляду відео буде запитане підтвердження. + With Hide or Blur thumbnails, a confirmation will be requested to watch the video. + За допомогою Сховати або Розмити мініатюри, для перегляду відео буде запитане підтвердження. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html106 src/app/shared/shared-user-settings/user-video-settings.component.html7 @@ -6265,74 +6194,52 @@ 9 - - Showing to of synchronizations - Показувати у з синхронізацій - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - - + Add synchronization Додати синхронізацію - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 - External Channel - Зовнішній канал - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + External Channel + Зовнішній канал + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 - Channel - Канал - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + Channel + Канал + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 - Last synchronization at - Остання синхронізація о - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + Last synchronization at + Остання синхронізація о + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List imports Список імпортів - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channel Повністю синхронізований канал - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channel Це завантажує всі відсутні відео на локальний канал - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for . Синхронізацію успішно вилучено для . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for . Успішно надіслано запит на повну синхронізацію для . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATION НОВА СИНХРОНІЗАЦІЯ @@ -6469,18 +6376,14 @@ Target Ціль - src/app/+my-library/my-video-imports/my-video-imports.component.html28 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted Це відео було видалено - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - - Showing to of imports - Показано до з імпортувань - src/app/+my-library/my-video-imports/my-video-imports.component.html21 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. Після видалення облікового запису повернути його неможливо. Вам буде запропоновано підтвердити цю дію. @@ -6489,24 +6392,17 @@ Channel page Сторінка каналу - src/app/+my-library/+my-video-channels/my-video-channels.component.html34 - src/app/+my-library/my-follows/my-subscriptions.component.html20 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65 - src/app/+videos/+video-watch/video-watch.component.html66 - + + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} {views, plural, =0 {Немає переглядів} =1 {1 перегляд} few { перегляди} many { переглядів} other { перегляд}} src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - - Do you really want to delete ? It will delete videos uploaded in this channel, and you will not be able to create another channel or account with the same name ()! - Ви дійсно хочете видалити ? Буде видалено відео, завантажених в цьому каналі, і ви не зможете створити інший канал або обліковий запис з такою ж назвою ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - - + Created by Створено @@ -6588,8 +6484,8 @@ - Some of your channels are not fully set up. Make them welcoming and explicit about what you publish by adding a banner, an avatar and a description. - Деякі з ваших каналів налаштовано не повністю. Зробіть їх зрозумілішими та чітко розкажіть що ви публікуєте, додавши банер, аватар і опис. + Some of your channels are not fully set up. Make them welcoming and explicit about what you publish by adding a banner, an avatar and a description. + Деякі з ваших каналів налаштовано не повністю. Зробіть їх зрозумілішими та чітко розкажіть що ви публікуєте, додавши банер, аватар і опис. src/app/shared/shared-main/misc/channels-setup-message.component.html 5 @@ -6914,8 +6810,8 @@ - Welcomeon - Вітаємона + Welcomeon + Вітаємона src/app/+signup/shared/signup-success-before-email.component.html7 @@ -6932,16 +6828,16 @@ src/app/+signup/shared/signup-success-before-email.component.html14 - Check your emails to validate your account and complete your registration request. - Перейдіть до своїх електронних листів, щоб підтвердити свій обліковий запис і заповнити заявку на реєстрацію. + Check your emails to validate your account and complete your registration request. + Перейдіть до своїх електронних листів, щоб підтвердити свій обліковий запис і заповнити заявку на реєстрацію. src/app/+signup/shared/signup-success-before-email.component.html 18,19 - Check your emails to validate your account and complete your registration. - Перейдіть до своїх електронних листів, щоб підтвердити свій обліковий запис і заповнити заявку на реєстрацію. + Check your emails to validate your account and complete your registration. + Перейдіть до своїх електронних листів, щоб підтвердити свій обліковий запис і заповнити заявку на реєстрацію. src/app/+signup/shared/signup-success-before-email.component.html 22,23 @@ -6950,9 +6846,9 @@ Banned Заблоковано - src/app/+accounts/accounts.component.html21 - src/app/+admin/overview/users/user-list/user-list.component.html105 - + + + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Instance muted Сервер вимкнено @@ -7043,8 +6939,8 @@ Please type the name of the video channel () to confirm Введіть назву відеоканалу (), щоб підтвердити - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL НОВІ КАНАЛИ @@ -7073,8 +6969,8 @@ src/app/+accounts/account-video-channels/account-video-channels.component.html42 - SHOW THIS CHANNEL > - ПОКАЗАТИ ЦЕЙ КАНАЛ > + SHOW THIS CHANNEL > + ПОКАЗАТИ ЦЕЙ КАНАЛ > src/app/+accounts/account-video-channels/account-video-channels.component.html50 @@ -7322,8 +7218,8 @@ src/app/+about/about-peertube/about-peertube.component.html107 - 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 this document for more information - Вебпіри не загальнодоступні: оскільки ми використовуємо транспорт вебсокетів, протокол відрізняється від класичного BitTorrent-трекера. Коли ви перебуваєте у браузері, ви надсилаєте сигнал, що містить вашу IP-адресу, на трекер, який випадковим чином вибирає інші однорангові пристрої, на які пересилається інформація. За подробицями зверніться до цього документа + 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 this document for more information + Вебпіри не загальнодоступні: оскільки ми використовуємо транспорт вебсокетів, протокол відрізняється від класичного BitTorrent-трекера. Коли ви перебуваєте у браузері, ви надсилаєте сигнал, що містить вашу IP-адресу, на трекер, який випадковим чином вибирає інші однорангові пристрої, на які пересилається інформація. За подробицями зверніться до цього документа src/app/+about/about-peertube/about-peertube.component.html111 @@ -7424,8 +7320,8 @@ src/app/+about/about-instance/about-instance.component.ts91 - Contact the administrator(s) - Зв'язатися з адміністраторами + Contact the administrator(s) + Зв'язатися з адміністраторами src/app/+about/about-instance/contact-admin-modal.component.html 3 @@ -7449,13 +7345,13 @@ Go to the previous step До попереднього кроку - src/app/+signup/+register/register.component.ts43 - + + src/app/+signup/+register/register.component.ts42 Go to the next step До наступного кроку - src/app/+signup/+register/register.component.ts44 - + + src/app/+signup/+register/register.component.ts43 Who are we? Хто ми? @@ -7474,8 +7370,8 @@ Terms of Умови надання послуг - src/app/shared/shared-instance/instance-about-accordion.component.ts81 - + + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability Адміністратори та стійкість @@ -7548,8 +7444,8 @@ - I am at least years old and agree to the Terms and to the Code of Conduct of - Мені виповнилося років і я погоджуюся з Умовами і Правилами поведінки + I am at least years old and agree to the Terms and to the Code of Conduct of + Мені виповнилося років і я погоджуюся з Умовами і Правилами поведінки src/app/+signup/+register/steps/register-step-terms.component.html 17,22 @@ -7688,53 +7584,53 @@ Sensitive content Делікатний вміст - src/app/shared/shared-video-miniature/video-filters.model.ts125 - + + src/app/shared/shared-video-miniature/video-filters.model.ts131 Scope Охоплення - src/app/shared/shared-video-miniature/video-filters.model.ts132 - + + src/app/shared/shared-video-miniature/video-filters.model.ts138 Federated Федерація - src/app/shared/shared-video-miniature/video-filters.model.ts134 - + + src/app/shared/shared-video-miniature/video-filters.model.ts140 Languages Мови - src/app/shared/shared-video-miniature/video-filters.model.ts142 - + + src/app/shared/shared-video-miniature/video-filters.model.ts148 Categories Категорії - src/app/shared/shared-video-miniature/video-filters.model.ts151 - + + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videos Усі відео - src/app/shared/shared-video-miniature/video-filters.model.ts160 - + + src/app/shared/shared-video-miniature/video-filters.model.ts166 Blurred Розмито - src/app/shared/shared-video-miniature/video-filters.model.ts240 - + + src/app/shared/shared-video-miniature/video-filters.model.ts246 hidden сховано - src/app/shared/shared-video-miniature/video-filters.model.ts246 - + + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurred розмито - src/app/shared/shared-video-miniature/video-filters.model.ts247 - + + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayed показано - src/app/shared/shared-video-miniature/video-filters.model.ts249 - + + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protected Захищено паролем @@ -7775,8 +7671,8 @@ src/app/+admin/config/edit-custom-config/edit-configuration.service.ts18 - A <code>.mp4</code> that keeps the original audio track, with no video - <code>.mp4</code> лишає тільки оригінальну аудіодоріжку без відео + A <code>.mp4</code> that keeps the original audio track, with no video + <code>.mp4</code> лишає тільки оригінальну аудіодоріжку без відео src/app/+admin/config/edit-custom-config/edit-configuration.service.ts19 @@ -7874,8 +7770,8 @@ src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html8 - However, you may want to read our guidelines before tweaking the following values. - Однак ви можете прочитати наші настанови перш ніж налаштовувати вказані значення. + However, you may want to read our guidelines before tweaking the following values. + Однак ви можете прочитати наші настанови перш ніж налаштовувати вказані значення. src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 12,14 @@ -8093,43 +7989,43 @@ Reject Відхилити - src/app/+admin/follows/followers-list/followers-list.component.html51 - src/app/+admin/follows/followers-list/followers-list.component.ts40 - src/app/+admin/follows/followers-list/followers-list.component.ts86 - + + + + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 Delete Видалити - src/app/+admin/follows/followers-list/followers-list.component.ts50 - src/app/+admin/follows/followers-list/followers-list.component.ts118 - src/app/+admin/follows/following-list/following-list.component.ts42 - src/app/+admin/moderation/registration-list/registration-list.component.ts65 - src/app/+admin/moderation/registration-list/registration-list.component.ts129 - src/app/+admin/moderation/video-block-list/video-block-list.component.ts91 - src/app/+admin/moderation/video-block-list/video-block-list.component.ts95 - src/app/+admin/overview/comments/video-comment-list.component.ts104 - src/app/+admin/overview/comments/video-comment-list.component.ts175 - src/app/+admin/overview/users/user-list/user-list.component.ts100 - src/app/+admin/overview/users/user-list/user-list.component.ts248 - src/app/+admin/overview/videos/video-list.component.ts76 - src/app/+admin/overview/videos/video-list.component.ts227 - src/app/+admin/overview/videos/video-list.component.ts282 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83 - src/app/+my-library/+my-video-channels/my-video-channels.component.ts63 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57 - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35 - src/app/+my-library/my-videos/my-videos.component.html51 - src/app/+my-library/my-videos/my-videos.component.ts191 - src/app/+videos/+video-edit/shared/video-edit.component.html196 - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts376 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts411 - src/app/shared/shared-main/buttons/delete-button.component.ts21 - src/app/shared/shared-main/buttons/delete-button.component.ts26 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}} Погоджено {count, plural, =1 {запит на стеження від } few { запити на стеження} many { запитів на стеження} other { запит на стеження}} @@ -8163,10 +8059,10 @@ Follow Слідкувати - src/app/+admin/follows/following-list/follow-modal.component.html3 - src/app/+admin/follows/following-list/follow-modal.component.html37 - src/app/+admin/follows/following-list/following-list.component.html25 - + + + + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line 1 хост (без "http://"), обробника облікового запису або обробник каналу на рядок @@ -8225,18 +8121,18 @@ Do you really want to remove this video redundancy? Ви дійсно хочете вилучити надлишковість відео? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy Вилучити надлишковість - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! Надлишковість відео вилучено! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Account unmuted by your instance. Обліковий запис увімкнено вашим сервером. @@ -8305,90 +8201,90 @@ Internal actions Внутрішні дії - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report Видалити скаргу - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account Дії для позначеного облікового запису - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mark as accepted Позначити прийнятим - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected Позначити відхиленим - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note Додати внутрішню примітку - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video Дії з відео - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video Заблокувати відео - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. Відео заблоковано. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video Розблокувати відео - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. Відео розблоковано. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Do you really want to delete this abuse report? Ви дійсно хочете видалити цю скаргу на цькування? - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. Скаргу видалено. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment Видалений коментар - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter Повідомлення з доповідачем - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators Повідомлення з модераторами - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note Оновити внутрішню примітку - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual Перемкнути відеоблокування в ручний режим @@ -8520,13 +8416,13 @@ plugin плагін - src/app/+admin/plugins/shared/plugin-api.service.ts30 - + + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme тема - src/app/+admin/plugins/shared/plugin-api.service.ts33 - + + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP address IP-адреса @@ -8536,8 +8432,8 @@ - PeerTube thinks your web browser public IP is . - PeerTube вважає, що загальнодоступна IP-адреса вашого переглядача . + PeerTube thinks your web browser public IP is . + PeerTube вважає, що загальнодоступна IP-адреса вашого переглядача . src/app/+admin/system/debug/debug.component.html 4 @@ -8584,16 +8480,16 @@ - Check the trust_proxy configuration key - Перевірте ключ конфігурації trust_proxy + Check the trust_proxy configuration key + Перевірте ключ конфігурації trust_proxy src/app/+admin/system/debug/debug.component.html 15 - If you run PeerTube using Docker, check you run the reverse-proxy with network_mode: "host" (see issue 1643) - Якщо ваш PeerTube працює у Docker, перевірте, чи працює reverse-proxy with network_mode: "host" (перегляньте обговорення 1643) + If you run PeerTube using Docker, check you run the reverse-proxy with network_mode: "host" (see issue 1643) + Якщо ваш PeerTube працює у Docker, перевірте, чи працює reverse-proxy with network_mode: "host" (перегляньте обговорення 1643) src/app/+admin/system/debug/debug.component.html 16,17 @@ -8646,19 +8542,19 @@ Info Відомості - src/app/+admin/overview/videos/video-list.component.html41 - src/app/core/notification/notifier.service.ts12 - + + + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 Files Файли - src/app/+admin/overview/videos/video-list.component.html42 - + + src/app/+admin/overview/videos/video-list.component.html41 - Published - Опубліковано - src/app/+admin/overview/videos/video-list.component.html43 - + Published + Опубліковано + + src/app/+admin/overview/videos/video-list.component.html42 Warning Попередження @@ -8685,49 +8581,42 @@ Журнали аудиту src/app/+admin/system/logs/logs.component.ts145 - - Showing to of runner jobs - Showing to of runner jobs - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - - + UUID UUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 - Priority - Пріоритет - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 - + Priority + Пріоритет + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 - Progress - Прогрес - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 - + Progress + Прогрес + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 Runner Runner - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload: Payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload: Private payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found. No runner jobs found. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobs Виконані завдання @@ -8803,35 +8692,22 @@ 4 - - Showing to of remote runners - Showing to of remote runners - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - - + IP IP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 - + + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contact Останній контакт - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found. No remote runners found. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. Користувача створено. @@ -8840,9 +8716,9 @@ Create user Створити користувача - src/app/+admin/overview/users/user-edit/user-create.component.ts97 - src/app/+admin/overview/users/user-list/user-list.component.html25 - + + + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videos Заблоковані відео @@ -8862,8 +8738,8 @@ src/app/+admin/moderation/moderation.routes.ts114 - Accept registrationReject registration - Погодити реєстрацію Відхилити реєстрацію + Accept registrationReject registration + Погодити реєстрацію Відхилити реєстрацію src/app/+admin/moderation/registration-list/process-registration-modal.component.html 4,5 @@ -8878,40 +8754,40 @@ - Accepting  registration will create the account and channel. - Погодження  реєстрації створить обліковий запис і канал. + Accepting  registration will create the account and channel. + Погодження  реєстрації створить обліковий запис і канал. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 21,22 - An email will be sent to explaining its account has been created with the moderation response you'll write below. - Електронний лист буде надіслано на з поясненням, що його обліковий запис було створено з відповіддю модерації, яку ви напишете нижче. + An email will be sent to explaining its account has been created with the moderation response you'll write below. + Електронний лист буде надіслано на з поясненням, що його обліковий запис було створено з відповіддю модерації, яку ви напишете нижче. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 24,26 - Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its account has been created. - Електронні листи на цьому сервері не ввімкнено, тому PeerTube не зможе надіслати електронні листи на адреси з поясненням, що його обліковий запис створено. + Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its account has been created. + Електронні листи на цьому сервері не ввімкнено, тому PeerTube не зможе надіслати електронні листи на адреси з поясненням, що його обліковий запис створено. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 28,30 - An email will be sent to explaining its registration request has been rejected with the moderation response you'll write below. - Електронний лист буде надіслано на адресу з поясненням, що його запит на реєстрацію було відхилено з відповіддю модераторів, яку ви напишете нижче. + An email will be sent to explaining its registration request has been rejected with the moderation response you'll write below. + Електронний лист буде надіслано на адресу з поясненням, що його запит на реєстрацію було відхилено з відповіддю модераторів, яку ви напишете нижче. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 34,36 - Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its registration request has been rejected. - Електронні листи на цьому сервері не ввімкнено, тому PeerTube не зможе надіслати електронного листа на адресу з поясненням, що його заявка на реєстрацію була відхилена. + Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its registration request has been rejected. + Електронні листи на цьому сервері не ввімкнено, тому PeerTube не зможе надіслати електронного листа на адресу з поясненням, що його заявка на реєстрацію була відхилена. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 38,40 @@ -8985,14 +8861,7 @@ 3 - - Showing to of registrations - Показ від до із реєстрацій - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - - + Password changed for user . Змінено пароль для . @@ -9054,9 +8923,9 @@ Live Наживо - src/app/+admin/overview/videos/video-admin.service.ts53 - src/app/+admin/overview/videos/video-list.component.html88 - + + + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video files Відеофайли @@ -9172,8 +9041,8 @@ src/app/shared/shared-moderation/user-moderation-dropdown.component.ts99 - <p>You can't create users or channels with a username that already used by a deleted user/channel.</p> - <p>Ви не можете створювати користувачів або канали з іменем користувача, яке вже використовувалося видаленим користувачем/каналом.</p> + <p>You can't create users or channels with a username that already used by a deleted user/channel.</p> + <p>Ви не можете створювати користувачів або канали з іменем користувача, яке вже використовувалося видаленим користувачем/каналом.</p> src/app/+admin/overview/users/user-list/user-list.component.ts244 @@ -9215,8 +9084,8 @@ src/app/+my-library/my-history/my-history.component.html14 - Clear all history - Очистити історію + Clear all history + Очистити історію src/app/+my-library/my-history/my-history.component.html18 @@ -9452,18 +9321,18 @@ Too many languages are enabled. Please enable them all or stay below 20 enabled languages. Увімкнено забагато мов. Увімкніть їх усі або залиште менше ніж 20 увімкнених мов. - src/app/shared/shared-user-settings/user-video-settings.component.ts76 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. Налаштування відео оновлено. - src/app/shared/shared-user-settings/user-video-settings.component.ts121 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. Оновлено налаштування показу/відео. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Video channel created. Відеоканал створено. @@ -9497,13 +9366,13 @@ Video channel deleted. Відеоканал видалено. - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day Перегляди за сьогодні - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followers Мої підписники @@ -9587,20 +9456,20 @@ Playlist created. Добірку створено. - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 - + + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 Create Створити - src/app/+admin/overview/users/user-edit/user-edit.component.html8 - src/app/+admin/overview/users/user-edit/user-edit.component.html8 - src/app/+manage/video-channel-edit/video-channel-create.component.ts107 - src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45 - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8 - src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 - + + + + + + + + + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist Оновити добірку @@ -9676,9 +9545,15 @@ Do you really want to delete ? Справді хочете видалити ? - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + Video deleted. @@ -9753,8 +9628,8 @@ src/app/+my-account/my-account-routing.module.ts128 - is awaiting email verification - очікує підтвердження адреси електронної пошти + is awaiting email verification + очікує підтвердження адреси електронної пошти src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 5,6 @@ -9769,8 +9644,8 @@ - Your current email is . It is never shown to the public. - Ваша поточна адреса електронної пошти . Вона ніколи не показується на загал. + Your current email is . It is never shown to the public. + Ваша поточна адреса електронної пошти . Вона ніколи не показується на загал. src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 13,16 @@ -9830,13 +9705,13 @@ Maximize editor Розгорнути редактор - src/app/shared/shared-forms/markdown-textarea.component.ts51 - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editor Вийти з розгорнутого редактора - src/app/shared/shared-forms/markdown-textarea.component.ts52 - + + src/app/shared/shared-forms/markdown-textarea.component.ts50 An email with verification link will be sent to . Електронний лист з посиланням для перевірки буде надіслано до . @@ -9858,9 +9733,9 @@ Subscribe to the account Підписатися на обліковий запис - src/app/+video-channels/video-channels.component.ts85 - src/app/+videos/+video-watch/video-watch.component.ts888 - + + + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTS ДОБІРКИ @@ -9960,13 +9835,13 @@ src/app/+video-studio/edit/video-studio-edit.component.ts75 - The current video will be overwritten by this edited video and <strong>you won't be able to recover it</strong>.<br /><br /> - Поточне відео буде перезаписано цим відредагованим відео і <strong>ви не зможете його відновити</strong>.<br /><br /> + The current video will be overwritten by this edited video and <strong>you won't be able to recover it</strong>.<br /><br /> + Поточне відео буде перезаписано цим відредагованим відео і <strong>ви не зможете його відновити</strong>.<br /><br /> src/app/+video-studio/edit/video-studio-edit.component.ts79 - As a reminder, the following tasks will be executed: <ol></ol> - Нагадаємо, що будуть виконані такі завдання: <ol></ol> + As a reminder, the following tasks will be executed: <ol></ol> + Нагадаємо, що будуть виконані такі завдання: <ol></ol> src/app/+video-studio/edit/video-studio-edit.component.ts80 @@ -10030,7 +9905,8 @@ src/app/core/auth/auth.service.ts75 - Cannot retrieve OAuth Client credentials: . Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section. + Cannot retrieve OAuth Client credentials: . +Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section. Не вдалося отримати облікові дані клієнта OAuth: . Переконайтесь, що ви правильно налаштували PeerTube (каталог config/), зокрема розділ «webserver». src/app/core/auth/auth.service.ts102 @@ -10199,17 +10075,17 @@ VOD videos Оброблені відео - src/app/+search/search-filters.component.html34 - src/app/shared/shared-video-miniature/video-filters-header.component.html112 - src/app/shared/shared-video-miniature/video-filters.model.ts174 - + + + + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videos Трансляції - src/app/+search/search-filters.component.html29 - src/app/shared/shared-video-miniature/video-filters-header.component.html107 - src/app/shared/shared-video-miniature/video-filters.model.ts168 - + + + + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) Короткі (< 4 хв) @@ -10221,8 +10097,8 @@ src/app/+search/search-filters.component.ts63 - Long (> 10 min) - Довгі (> 10 хв) + Long (> 10 min) + Довгі (> 10 хв) src/app/+search/search-filters.component.ts67 @@ -10313,8 +10189,8 @@ - The video quota only takes into account original video size. Since transcoding is enabled, videos size can be at most ~ . - Квота на відео враховує розмір лише оригінального відео. Оскільки ввімкнено перекодування, розмір відео може бути не більше ~ . + The video quota only takes into account original video size. Since transcoding is enabled, videos size can be at most ~ . + Квота на відео враховує розмір лише оригінального відео. Оскільки ввімкнено перекодування, розмір відео може бути не більше ~ . src/app/+admin/shared/user-real-quota-info.component.html 1,4 @@ -10981,8 +10857,8 @@ - See the documentation to learn how to use the PeerTube live streaming feature. - Читайте документацію, щоб дізнатися як користуватися функцією прямих трансляцій PeerTube. + See the documentation to learn how to use the PeerTube live streaming feature. + Читайте документацію, щоб дізнатися як користуватися функцією прямих трансляцій PeerTube. src/app/shared/shared-video-live/live-documentation-link.component.html1 @@ -11629,14 +11505,14 @@ Instance languages Мови сервера - src/app/+videos/+video-edit/shared/video-edit.component.ts222 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages Усі мови - src/app/+videos/+video-edit/shared/video-edit.component.ts223 - src/app/shared/shared-forms/select/select-languages.component.ts25 - + + + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Hidden Сховані @@ -11650,9 +11526,9 @@ Displayed Показано - src/app/shared/shared-instance/instance-features-table.component.ts54 - src/app/shared/shared-video-miniature/video-filters.model.ts242 - + + + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 Disabled Вимкнено @@ -11779,8 +11655,8 @@ src/app/shared/shared-moderation/user-moderation-dropdown.component.ts89 - If you remove this user, you won't be able to create another user or channel with <strong></strong> username! - Якщо ви вилучите цього користувача, ви не зможете створити іншого користувача або канал з іменем користувача <strong></strong>! + If you remove this user, you won't be able to create another user or channel with <strong></strong> username! + Якщо ви вилучите цього користувача, ви не зможете створити іншого користувача або канал з іменем користувача <strong></strong>! src/app/shared/shared-moderation/user-moderation-dropdown.component.ts 104 @@ -11817,19 +11693,19 @@ Account muted by the instance. Обліковий запис ігнорується сервером. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434 - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server Вимкнути сервер - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. Сервер ігнорується сервером. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter Add a message to communicate with the reporter @@ -12076,30 +11952,33 @@ Too many attempts, please try again after minutes. Забагато спроб, повторіть спробу через хвилин. - src/app/core/rest/rest-extractor.service.ts126 - + + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. Забагато спроб, повторіть спробу пізніше. - src/app/core/rest/rest-extractor.service.ts129 - + + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. Помилка сервера. Спробуйте пізніше. - src/app/core/rest/rest-extractor.service.ts133 - + + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later. Сервер недоступний. Будь ласка, спробуйте пізніше. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server error Невідома помилка сервера - src/app/core/rest/rest-extractor.service.ts140 + + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + Subscribed to all current channels of . You will be notified of all their new videos. @@ -12190,29 +12069,29 @@ Delete video Видалити відео - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment Дії з коментарем - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment Видалити коментар - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? Справді хочете видалити цей коментар? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 - + + + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. Коментар видалено. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Encoder Кодувальник @@ -12260,25 +12139,25 @@ Do you really want to delete this video? Справді хочете видалити це відео? - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. Відео видалено. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter Дії для скаржника - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter Ігнорувати скаржника - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 Download Завантажити @@ -12426,59 +12305,37 @@ 58 - - Showing to of registration tokens - Показ від до із токенів реєстрації - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - - + Token Токен - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runners Associated runners - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate token Згенерувати токен - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copied Реєстраційний токен скопійовано - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration token Скопіювати реєстраційний токен - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners. No registration token found for remote runners. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this token Вилучити цей токен @@ -12546,9 +12403,9 @@ Mute account Вимкнути обліковий запис - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actions Відкрити дії з відео @@ -12582,8 +12439,8 @@ Mute server account Ігнорувати обліковий запис сервера - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Report Поскаржитися @@ -12682,27 +12539,27 @@ - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18 - src/app/+admin/overview/videos/video-list.component.html77 - src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4 - src/app/+stats/video/video-stats.component.html2 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31 - src/app/+videos/+video-watch/video-watch.component.html76 - src/app/menu/menu.component.html112 - src/app/shared/shared-instance/instance-about-accordion.component.html115 - src/app/shared/shared-main/angular/login-link.component.html1 - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html20 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html30 - src/app/shared/shared-moderation/user-ban-modal.component.html3 - src/app/shared/shared-user-settings/user-interface-settings.component.html9 - src/app/shared/shared-video-miniature/video-download.component.html27 - src/app/shared/shared-video-miniature/video-download.component.html47 - src/app/shared/shared-video-miniature/video-download.component.html66 - src/app/shared/shared-video-miniature/video-download.component.html77 - src/app/shared/shared-video-miniature/video-download.component.html89 - src/app/shared/shared-video-miniature/videos-selection.component.html1 - + + + + + + + + + + + + + + + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Add to watch later Додати до списку переглянути пізніше @@ -12734,28 +12591,28 @@ Only I can see this video Лише я можу бачити це відео - src/app/shared/shared-main/video/video.service.ts460 - + + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link Доступне лише за посиланням - src/app/shared/shared-main/video/video.service.ts461 - + + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video Всі можуть бачити це відео - src/app/shared/shared-main/video/video.service.ts462 - + + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video Лише користувачі цього сервера можуть бачити це відео - src/app/shared/shared-main/video/video.service.ts463 - + + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this video Тільки користувачі з відповідним паролем можуть переглядати це відео - src/app/shared/shared-main/video/video.service.ts464 - + + src/app/shared/shared-main/video/video.service.ts465 Video to import updated. Відео для імпорту оновлено. @@ -12800,45 +12657,33 @@ You have unsaved changes! If you leave, your changes will be lost. Ви маєте незбережені зміни! Якщо ви йдете, ваші зміни будуть втрачені. - src/app/+videos/+video-edit/video-update.component.ts140 - + + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. Відео оновлено. - src/app/+videos/+video-edit/video-update.component.ts227 - + + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators. Ваше відео також буде автоматично заблоковано, оскільки публікація відео вимагає ручної перевірки модераторами. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version. Вивантаження нової версії вашого відео повністю видалить поточну версію. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 - <br /><br />Do you still want to replace your video file? - <br /><br />Ви досі хочете замінити свій відеофайл? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + <br /><br />Do you still want to replace your video file? + <br /><br />Ви досі хочете замінити свій відеофайл? + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warning Попередження про заміну файлу - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: ) (розширення: ) @@ -12909,141 +12754,132 @@ - This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? - Це відео недоступне на цьому сервері. Хочете, щоб вас перенаправили на сервер походження: <a href=""></a>? - src/app/+videos/+video-watch/video-watch.component.ts370 - + This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? + Це відео недоступне на цьому сервері. Хочете, щоб вас перенаправили на сервер походження: <a href=""></a>? + + src/app/+videos/+video-watch/video-watch.component.ts371 Redirection Перенаправлення - src/app/+videos/+video-watch/video-watch.component.ts371 - + + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this video Вам потрібен пароль для перегляду цього відео - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protected Це відео захищене паролем - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct password Неправильний пароль. Введіть правильний пароль - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? Це відео містить відвертий або вміст для дорослих. Ви впевнені, що хочете його переглянути? - src/app/+videos/+video-watch/video-watch.component.ts446 - + + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content Відвертий або вміст для дорослих - src/app/+videos/+video-watch/video-watch.component.ts447 - + + src/app/+videos/+video-watch/video-watch.component.ts448 Cancel Скасувати - src/app/+about/about-instance/contact-admin-modal.component.html48 - src/app/+admin/follows/following-list/follow-modal.component.html33 - src/app/+admin/moderation/registration-list/process-registration-modal.component.html67 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102 - src/app/+login/login.component.html146 - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20 - src/app/+my-library/my-video-imports/my-video-imports.component.html42 - src/app/+my-library/my-videos/modals/video-change-ownership.component.html22 - src/app/+videos/+video-edit/shared/upload-progress.component.html14 - src/app/+videos/+video-edit/shared/upload-progress.component.html26 - src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37 - src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25 - src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73 - src/app/modal/confirm.component.html25 - src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26 - src/app/shared/shared-moderation/batch-domains-modal.component.html31 - src/app/shared/shared-moderation/report-modals/report.component.html53 - src/app/shared/shared-moderation/report-modals/report.component.html53 - src/app/shared/shared-moderation/report-modals/video-report.component.html84 - src/app/shared/shared-moderation/user-ban-modal.component.html34 - src/app/shared/shared-moderation/video-block.component.html46 - src/app/shared/shared-video-miniature/video-download.component.html140 - + + + + + + + + + + + + + + + + + + + + + + + + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreen Вхід/вихід у повноекранний режим - src/app/+videos/+video-watch/video-watch.component.ts851 - + + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the video Відтворити/призупинити відео - src/app/+videos/+video-watch/video-watch.component.ts852 - + + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the video Вимкнути/увімкнути звук відео - src/app/+videos/+video-watch/video-watch.component.ts853 - + + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90% Перейти до відсотка відео: 0 — це 0%, а 9 — це 90% - src/app/+videos/+video-watch/video-watch.component.ts868 - + + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volume Підвищити гучність - src/app/+videos/+video-watch/video-watch.component.ts855 - + + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volume Понизити гучність - src/app/+videos/+video-watch/video-watch.component.ts856 - + + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forward Перемотати відео вперед - src/app/+videos/+video-watch/video-watch.component.ts870 - + + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backward Перемотати відео назад - src/app/+videos/+video-watch/video-watch.component.ts871 - + + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rate Підвищити швидкість відтворення - src/app/+videos/+video-watch/video-watch.component.ts873 - + + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rate Знизити швидкість відтворення - src/app/+videos/+video-watch/video-watch.component.ts874 - + + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frame Перехід до попереднього кадру відео - src/app/+videos/+video-watch/video-watch.component.ts876 - + + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frame Перехід до наступного кадру відео - src/app/+videos/+video-watch/video-watch.component.ts877 - + + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater mode Перемкнути режим театру - src/app/+videos/+video-watch/video-watch.component.ts861 - + + src/app/+videos/+video-watch/video-watch.component.ts867 Like the video Вподобати відео @@ -13123,14 +12959,7 @@ 103 - - Showing to of videos - Показано від до з відео - - src/app/+admin/overview/videos/video-list.component.html - 11 - - + Only videos uploaded on this instance are displayed Показано лише ті відео, які вивантажені на цей сервер diff --git a/client/src/locale/angular.vi-VN.xlf b/client/src/locale/angular.vi-VN.xlf index 85ee8b668..0ab9ffc56 100644 --- a/client/src/locale/angular.vi-VN.xlf +++ b/client/src/locale/angular.vi-VN.xlf @@ -274,8 +274,8 @@ src/app/shared/shared-main/users/user-notifications.component.html151 - mentioned you on video - nhắc tới bạn trong video + mentioned you on video + nhắc tới bạn trong video src/app/shared/shared-main/users/user-notifications.component.html165 @@ -289,23 +289,23 @@ src/app/shared/shared-main/users/user-notifications.component.html190 - A new version of the plugin/theme is available: - Có bản cập nhật tiện ích/chủ đề mới đang chờ cập nhật: + A new version of the plugin/theme is available: + Có bản cập nhật tiện ích/chủ đề mới đang chờ cập nhật: src/app/shared/shared-main/users/user-notifications.component.html199 - A new version of PeerTube is available: - Một phiên bản PeerTube mới đang chờ cập nhật: + A new version of PeerTube is available: + Một phiên bản PeerTube mới đang chờ cập nhật: src/app/shared/shared-main/users/user-notifications.component.html207 - Your video edition has finished - Phiên bản mới của video đã được biên tập xong + Your video edition has finished + Phiên bản mới của video đã được biên tập xong src/app/shared/shared-main/users/user-notifications.component.html214 - User wants to register on your instance - muốn đăng ký trên máy chủ của bạn + User wants to register on your instance + muốn đăng ký trên máy chủ của bạn src/app/shared/shared-main/users/user-notifications.component.html222 @@ -316,37 +316,28 @@ {views, plural, =0 {No view} =1 {1 view} other { views}} {views, plural, =0 {Chưa có lượt xem nào} =1 {1 lượt xem} other { lượt xem}} - src/app/shared/shared-main/video/video.model.ts291 - + + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded. PeerTube thấy video này đã được chuyển mã xong. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. Nếu bạn nghĩ PeerTube là sai (video ở trạng thái bị hỏng sau sự cố, v.v.), bạn có thể ép chuyển mã trên video này. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcoding Ép chuyển mã - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} {viewers, plural, =0 {Chưa có lượt xem nào} =1 {1 lượt xem} other { lượt xem}} - src/app/shared/shared-main/video/video.model.ts288 - + + src/app/shared/shared-main/video/video.model.ts289 Change your avatar Đổi ảnh đại diện @@ -360,13 +351,13 @@ Account muted Đã ẩn tài khoản - src/app/+admin/overview/videos/video-list.component.html79 - + + src/app/+admin/overview/videos/video-list.component.html78 Server muted Đã ẩn máy chủ - src/app/+admin/overview/videos/video-list.component.html80 - + + src/app/+admin/overview/videos/video-list.component.html79 Save to Lưu vào @@ -426,8 +417,9 @@ src/app/shared/shared-video-playlist/video-add-to-playlist.component.html72 - Short text to tell people how they can support the channel (membership platform...).<br /><br /> When a video is uploaded in this channel, the video support field will be automatically filled by this text. - Nói cho người dùng biết cách họ có thể bảo trợ kênh (nền tảng chuyển tiền...).<br /><br /> Khi một video được tải lên kênh, phần hỗ trợ video sẽ hiển thị văn bản này. + Short text to tell people how they can support the channel (membership platform...).<br /><br /> + When a video is uploaded in this channel, the video support field will be automatically filled by this text. + Nói cho người dùng biết cách họ có thể bảo trợ kênh (nền tảng chuyển tiền...).<br /><br /> Khi một video được tải lên kênh, phần hỗ trợ video sẽ hiển thị văn bản này. src/app/+manage/video-channel-edit/video-channel-edit.component.html64 src/app/+manage/video-channel-edit/video-channel-edit.component.html64 @@ -474,10 +466,10 @@ video video - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295 - src/app/+videos/+video-edit/video-update.component.ts341 - src/app/shared/shared-video-miniature/video-download.component.ts62 - + + + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: ) Bạn đã dùng hết dung lượng cho phép với video này (dung lượng video: , đã dùng: , dung lượng cho phép: ) @@ -581,23 +573,20 @@ Blocked Đã khoá - src/app/+admin/overview/videos/video-list.component.html82 - src/app/shared/shared-video-miniature/video-miniature.component.html64 - + + + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storage Lưu trữ đối tượng - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this file Xóa tập tin này - src/app/+admin/overview/videos/video-list.component.html114 - src/app/+admin/overview/videos/video-list.component.html130 - + + + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}. Đã xóa {count, plural, =1 {1 video} other { video}}. @@ -737,8 +726,8 @@ src/app/shared/shared-forms/markdown-textarea.component.html20 - <a href="https://en.wikipedia.org/wiki/Markdown#Example" target="_blank" rel="noopener noreferrer">Markdown</a> compatible that supports: - Hỗ trợ định dạng <a href="https://en.wikipedia.org/wiki/Markdown#Example" target="_blank" rel="noopener noreferrer">Markdown</a>: + <a href="https://en.wikipedia.org/wiki/Markdown#Example" target="_blank" rel="noopener noreferrer">Markdown</a> compatible that supports: + Hỗ trợ định dạng <a href="https://en.wikipedia.org/wiki/Markdown#Example" target="_blank" rel="noopener noreferrer">Markdown</a>: src/app/shared/shared-main/misc/help.component.ts75 @@ -846,8 +835,8 @@ src/app/shared/shared-instance/instance-features-table.component.html6 - Default NSFW/sensitive videos policycan be redefined by the users - Nội dung nhạy cảmdo người dùng tự quyết định + Default NSFW/sensitive videos policycan be redefined by the users + Nội dung nhạy cảmdo người dùng tự quyết định src/app/shared/shared-instance/instance-features-table.component.html 13,14 @@ -955,8 +944,8 @@ Local Máy chủ này - src/app/shared/shared-video-miniature/video-filters.model.ts135 - + + src/app/shared/shared-video-miniature/video-filters.model.ts141 users người dùng @@ -992,10 +981,10 @@ Following Đang theo dõi - src/app/+admin/admin.component.ts84 - src/app/+admin/follows/following-list/following-list.component.html41 - src/app/+admin/follows/follows.routes.ts26 - + + + + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 Followers Người theo dõi @@ -1197,16 +1186,16 @@ src/app/+login/login.component.html11 - This instance allows registration. However, be careful to check the TermsTerms before creating an account. You may also search for another instance to match your exact needs at: https://joinpeertube.org/instances. - Máy chủ này cho phép đăng ký. Dù vậy, hãy kiểm tra Nội quy máy chủĐiều khoản dịch vụ trước khi tạo tài khoản. Bạn cũng có thể tham khảo những máy chủ khác tại: https://joinpeertube.org/instances. + This instance allows registration. However, be careful to check the TermsTerms before creating an account. You may also search for another instance to match your exact needs at: https://joinpeertube.org/instances. + Máy chủ này cho phép đăng ký. Dù vậy, hãy kiểm tra Nội quy máy chủĐiều khoản dịch vụ trước khi tạo tài khoản. Bạn cũng có thể tham khảo những máy chủ khác tại: https://joinpeertube.org/instances. src/app/+login/login.component.html 15,18 - Currently this instance doesn't allow for user registration, you may check the Terms 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: https://joinpeertube.org/instances. - Máy chủ này hiện tắt đăng ký, bạn hãy kiểm tra Nội quy máy chủ để biết thêm chi tiết hoặc tìm một máy chủ khác cho phép bạn đăng ký tài khoản và tải video của bạn lên đó. Tìm các máy chủ khác tại: https://joinpeertube.org/instances. + Currently this instance doesn't allow for user registration, you may check the Terms 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: https://joinpeertube.org/instances. + Máy chủ này hiện tắt đăng ký, bạn hãy kiểm tra Nội quy máy chủ để biết thêm chi tiết hoặc tìm một máy chủ khác cho phép bạn đăng ký tài khoản và tải video của bạn lên đó. Tìm các máy chủ khác tại: https://joinpeertube.org/instances. src/app/+login/login.component.html 20,23 @@ -1233,22 +1222,23 @@ src/app/+login/login.component.html131 - An email with the reset password instructions will be sent to . The link will expire within 1 hour. + An email with the reset password instructions will be sent to . +The link will expire within 1 hour. Một email hướng dẫn reset mật khẩu sẽ được gửi đến . Link reset hết hạn sau 1 giờ. src/app/+login/login.component.ts151 Email Email - src/app/+admin/moderation/registration-list/registration-list.component.html38 - src/app/+admin/overview/users/user-edit/user-edit.component.html105 - src/app/+admin/overview/users/user-edit/user-edit.component.html105 - src/app/+admin/overview/users/user-list/user-list.component.ts132 - src/app/+login/login.component.html136 - src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6 - src/app/+signup/+register/steps/register-step-user.component.html46 - src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 Email address Địa chỉ email @@ -1272,8 +1262,8 @@ src/app/+search/search.component.html8 - for - cho + for + cho src/app/+search/search.component.html 10 @@ -1299,8 +1289,8 @@ Signup Đăng ký Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 - + + src/app/+signup/+register/register.component.ts85 Why creating an account? Vì sao cần tạo tài khoản? @@ -1310,40 +1300,40 @@ - As you probably noticed: creating an account is not necessary to watch video on . However, creating an account on will allow you to: - Chắc bạn cũng biết: không cần tạo tài khoản để xem video trên . Tuy nhiên, tạo tài khoản trên sẽ cho phép bạn: + As you probably noticed: creating an account is not necessary to watch video on . However, creating an account on will allow you to: + Chắc bạn cũng biết: không cần tạo tài khoản để xem video trên . Tuy nhiên, tạo tài khoản trên sẽ cho phép bạn: src/app/+signup/+register/steps/register-step-about.component.html 4,8 - Comment videos - Bình luận video + Comment videos + Bình luận video src/app/+signup/+register/steps/register-step-about.component.html 11 - Subscribe to channels to be notified of new videos - Đăng ký kênh để được nhận thông báo về video mới + Subscribe to channels to be notified of new videos + Đăng ký kênh để được nhận thông báo về video mới src/app/+signup/+register/steps/register-step-about.component.html 12 - Have access to your watch history - Biết lịch sử xem + Have access to your watch history + Biết lịch sử xem src/app/+signup/+register/steps/register-step-about.component.html 13 - Create your channel to publish videos - Tạo kênh để đăng video + Create your channel to publish videos + Tạo kênh để đăng video src/app/+signup/+register/steps/register-step-about.component.html 14 @@ -1368,29 +1358,29 @@ src/app/+signup/+register/steps/register-step-about.component.html25 - has been created using PeerTube, a video creation platform developed by Framasoft. Framasoft is a french non-profit organization that offers alternatives to Big Tech's digital tools - được vận hành nhờ PeerTube, một nền tảng sáng tạo video bởi Framasoft. Framasoft là một tổ chức phi lợi nhuận Pháp cung cấp những phần mềm thay thế phần mềm từ Big Tech + has been created using PeerTube, a video creation platform developed by Framasoft. Framasoft is a french non-profit organization that offers alternatives to Big Tech's digital tools + được vận hành nhờ PeerTube, một nền tảng sáng tạo video bởi Framasoft. Framasoft là một tổ chức phi lợi nhuận Pháp cung cấp những phần mềm thay thế phần mềm từ Big Tech src/app/+signup/+register/steps/register-step-about.component.html38 - You want to publish videos on ? Then you need to create your first channel. - Bạn muốn đăng video trên ? Vậy thì hãy tạo kênh. + You want to publish videos on ? Then you need to create your first channel. + Bạn muốn đăng video trên ? Vậy thì hãy tạo kênh. src/app/+signup/+register/steps/register-step-channel.component.html 2,4 - You might want to create a channel by theme: for example, you can create a channel named "SweetMelodies" to publish your piano concerts and another one "Ecology" in which you publish your videos talking about ecology. - Bạn nên tạo kênh theo chủ đề: ví dụ, tạo một kênh "Nốt Nhạc Vui" để đăng những video bạn chơi piano và tạo một kênh "Môi Trường" để đăng những video nói về môi trường. + You might want to create a channel by theme: for example, you can create a channel named "SweetMelodies" to publish your piano concerts and another one "Ecology" in which you publish your videos talking about ecology. + Bạn nên tạo kênh theo chủ đề: ví dụ, tạo một kênh "Nốt Nhạc Vui" để đăng những video bạn chơi piano và tạo một kênh "Môi Trường" để đăng những video nói về môi trường. src/app/+signup/+register/steps/register-step-channel.component.html 6,9 - administrators allow you to publish up to of videos on their website. - cho phép bạn đăng tối đa video trên máy chủ của họ. + administrators allow you to publish up to of videos on their website. + cho phép bạn đăng tối đa video trên máy chủ của họ. src/app/+signup/+register/steps/register-step-channel.component.html 11,13 @@ -1464,8 +1454,8 @@ src/app/modal/admin-welcome-modal.component.html55 - Choosing your instance name, setting up a description, specifying who you are, why you created your instance and how long you plan to maintain it is very important for visitors to understand on what type of instance they are. - Chọn tên máy chủ của bạn, viết mô tả, cho biết bạn là ai, vì sao bạn tạo máy chủ nàybao lâu bạn dự định sẽ vận hành nó là rất cần thiết để khách truy cập hiểu về máy chủ của bạn. + Choosing your instance name, setting up a description, specifying who you are, why you created your instance and how long you plan to maintain it is very important for visitors to understand on what type of instance they are. + Chọn tên máy chủ của bạn, viết mô tả, cho biết bạn là ai, vì sao bạn tạo máy chủ nàybao lâu bạn dự định sẽ vận hành nó là rất cần thiết để khách truy cập hiểu về máy chủ của bạn. src/app/modal/admin-welcome-modal.component.html 57,61 @@ -1766,8 +1756,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html291 - ⚠️ If enabled, we recommend to use a HTTP proxy to prevent private URL access from your PeerTube server - ⚠️ Nếu kích hoạt, chúng tôi đề xuất bạn sử dụng a HTTP proxy để ngăn chặn truy cập những URL riêng tư trên máy chủ PeerTube của bạn + ⚠️ If enabled, we recommend to use a HTTP proxy to prevent private URL access from your PeerTube server + ⚠️ Nếu kích hoạt, chúng tôi đề xuất bạn sử dụng a HTTP proxy để ngăn chặn truy cập những URL riêng tư trên máy chủ PeerTube của bạn src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 @@ -1797,18 +1787,18 @@ - I already have an account, I log in - Tôi đã có tài khoản + I already have an account, I log in + Tôi đã có tài khoản src/app/+signup/+register/register.component.html30 - Termsof - Nội quycủa + Termsof + Nội quycủa src/app/+signup/+register/register.component.html41 - Setupyour account - Thiết lậptài khoản của bạn + Setupyour account + Thiết lậptài khoản của bạn src/app/+signup/+register/register.component.html66 @@ -1817,8 +1807,8 @@ src/app/+signup/+register/register.component.html81 - Createyour first channel - Tạokênh đầu tiên của bạn + Createyour first channel + Tạokênh đầu tiên của bạn src/app/+signup/+register/register.component.html83 @@ -1870,18 +1860,18 @@ src/app/modal/account-setup-warning-modal.component.html10 - Help moderators and other users to know who you are by: - Giúp kiểm duyệt viên và những người dùng khác biết bạn là ai bằng cách: + Help moderators and other users to know who you are by: + Giúp kiểm duyệt viên và những người dùng khác biết bạn là ai bằng cách: src/app/modal/account-setup-warning-modal.component.html12 - Uploading an avatar - Tải lên ảnh đại diện + Uploading an avatar + Tải lên ảnh đại diện src/app/modal/account-setup-warning-modal.component.html15 - Writing a description - Bổ sung mô tả bản thân + Writing a description + Bổ sung mô tả bản thân src/app/modal/account-setup-warning-modal.component.html16 @@ -1985,8 +1975,8 @@ Media is too large for the server. Please contact you administrator if you want to increase the limit size. Video có dung lượng quá lớn. Hãy liên hệ quản trị viên nếu bạn muốn tăng giới hạn dung lượng. - src/app/core/rest/rest-extractor.service.ts118 - + + src/app/core/rest/rest-extractor.service.ts122 GLOBAL SEARCH TÌM KIẾM TOÀN CẦU @@ -2191,21 +2181,21 @@ Reset Đặt lại - src/app/+search/search-filters.component.html8 - src/app/+search/search-filters.component.html22 - src/app/+search/search-filters.component.html41 - src/app/+search/search-filters.component.html60 - src/app/+search/search-filters.component.html74 - src/app/+search/search-filters.component.html109 - src/app/+search/search-filters.component.html122 - src/app/+search/search-filters.component.html135 - src/app/+search/search-filters.component.html148 - src/app/+search/search-filters.component.html163 - src/app/+search/search-filters.component.html171 - src/app/+search/search-filters.component.html188 - src/app/+search/search-filters.component.html229 - src/app/shared/shared-forms/reactive-file.component.html16 - + + + + + + + + + + + + + + + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter Lọc @@ -2276,8 +2266,8 @@ - A timestamp (00:05 for example) is automatically converted into a link to a part of the video. - Mốc thời gian cụ thể (ví dụ 00:05) được tự động chuyển đổi thành URL đến một phần của video. + A timestamp (00:05 for example) is automatically converted into a link to a part of the video. + Mốc thời gian cụ thể (ví dụ 00:05) được tự động chuyển đổi thành URL đến một phần của video. src/app/+videos/+video-edit/shared/video-edit.component.html 52 @@ -2320,8 +2310,8 @@ src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts44 - Markdown compatible that also supports custom PeerTube HTML tags - Tương thích Markdown và đồng thời hỗ trợ PeerTube HTML tags + Markdown compatible that also supports custom PeerTube HTML tags + Tương thích Markdown và đồng thời hỗ trợ PeerTube HTML tags src/app/shared/shared-custom-markup/custom-markup-help.component.html 2 @@ -2358,14 +2348,14 @@ Advanced filters Nâng cao - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30 - src/app/+admin/overview/comments/video-comment-list.component.ts47 - src/app/+admin/overview/users/user-list/user-list.component.ts43 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26 - src/app/+my-library/my-videos/my-videos.component.ts119 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts39 - src/app/shared/shared-instance/instance-follow.service.ts142 - + + + + + + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found Không tìm thấy @@ -2374,89 +2364,68 @@ Description Mô tả - src/app/+about/about-instance/about-instance.component.html113 - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html24 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+videos/+video-edit/shared/video-edit.component.html44 - + + + + + + + + + + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 - Choose the appropriate licence for your work. - Chọn giấy phép phù hợp cho video của bạn. + Choose the appropriate licence for your work. + Chọn giấy phép phù hợp cho video của bạn. src/app/+videos/+video-edit/shared/video-edit.component.html86 Channel Kênh - src/app/+admin/moderation/registration-list/registration-list.component.html39 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+videos/+video-edit/shared/video-edit.component.html65 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26 - src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reason Lý do đăng lý - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation response Phản hồi kiểm duyệt - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 - Requested on - Đã yêu cầu vào - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + Requested on + Đã yêu cầu vào + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason: Lý do đăng ký: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response: Phản hồi kiểm duyệt: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters. Không tìm thấy đăng ký phù hợp với bộ lọc hiện tại. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found. Không tìm thấy lượt đăng ký. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this request Chấp nhận yêu cầu @@ -2565,7 +2534,7 @@ src/app/+videos/+video-edit/shared/video-edit.component.html189 - Already uploaded on ✔ + Already uploaded on Đã tải lên xong ✔ src/app/+videos/+video-edit/shared/video-edit.component.html193 @@ -2693,66 +2662,66 @@ Original publication date Ngày công chiếu - src/app/+videos/+video-edit/shared/video-edit.component.html368 - + + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) Đây là ngày mà lần đầu tiên nội dung được giới thiệu (ví dụ ngày phát hành của một bộ phim) - src/app/+videos/+video-edit/shared/video-edit.component.html371 - + + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settings Cài đặt tiện ích - src/app/+videos/+video-edit/shared/video-edit.component.html402 - + + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latency Độ trễ thấp - src/app/+videos/+video-edit/shared/video-edit.component.ts92 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2P Giảm độ trễ tới ~15s tắt P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts93 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts94 Default Mặc định - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55 - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50 - src/app/+videos/+video-edit/shared/video-edit.component.ts97 - + + + + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30s Độ trễ trung bình 30s - src/app/+videos/+video-edit/shared/video-edit.component.ts98 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latency Độ trễ cao - src/app/+videos/+video-edit/shared/video-edit.component.ts102 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratio Độ trễ trung bình 60s tăng tỉ lệ P2P - src/app/+videos/+video-edit/shared/video-edit.component.ts103 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts104 Other Khác - src/app/+videos/+video-edit/shared/video-edit.component.ts219 - src/app/shared/shared-forms/select/select-languages.component.ts50 - + + + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments Cho phép bình luận - src/app/+videos/+video-edit/shared/video-edit.component.html389 - + + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download Cho phép tải về - src/app/+videos/+video-edit/shared/video-edit.component.html394 - + + src/app/+videos/+video-edit/shared/video-edit.component.html398 Advanced settings Cài đặt nâng cao @@ -2776,8 +2745,8 @@ src/app/+videos/+video-edit/video-add-components/video-import-url.component.html10 - You can also synchronize a remote channel in your library - Bạn cũng có thể đồng bộ một kênh khác trong video của bạn + You can also synchronize a remote channel in your library + Bạn cũng có thể đồng bộ một kênh khác trong video của bạn src/app/+videos/+video-edit/video-add-components/video-import-url.component.html20 @@ -2803,13 +2772,13 @@ Scheduled Đã lên lịch - src/app/+videos/+video-edit/shared/video-edit.component.ts240 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date Ẩn video dưới một ngày đặc biệt - src/app/+videos/+video-edit/shared/video-edit.component.ts241 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal live Livestream thường @@ -2855,9 +2824,9 @@ Total video quota Dung lượng cho phép - src/app/+admin/overview/users/user-list/user-list.component.html118 - src/app/shared/shared-main/users/user-quota.component.html3 - + + + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Congratulations! Your video is now available in your private library. @@ -2925,15 +2894,14 @@ src/app/+videos/+video-edit/video-update.component.html 29 - - - Your video is currenctly being updated. If you leave, your changes will be lost. - Đang cập nhật video. Nếu bạn thoát, thay đổi sẽ bị mất. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 + Read instance rules for help Hãy đọc nội quy máy chủ @@ -3170,8 +3138,8 @@ src/app/shared/shared-main/angular/login-link.component.ts11 - > Login - > Đăng nhập + > Login + > Đăng nhập src/app/+login/login.component.html 2,5 @@ -3190,10 +3158,10 @@ Muted Tắt tiếng - src/app/+admin/overview/users/user-list/user-list.component.html104 - src/app/shared/shared-moderation/account-block-badges.component.html1 - src/app/shared/shared-share-modal/video-share.component.html223 - + + + + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Loop Lặp lại @@ -3315,8 +3283,8 @@ Show more Hiện thêm - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 - + + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less Thu gọn @@ -3361,14 +3329,14 @@ The video was blocked due to automatic blocking of new videos Video bị khóa bởi vì máy chủ tự động khóa những video mới - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFW NSFW - src/app/+admin/moderation/video-block-list/video-block-list.component.html56 - src/app/+admin/overview/videos/video-list.component.html75 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Get more information Tìm hiểu thêm @@ -3595,16 +3563,13 @@ Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? Làm mới token sẽ khiến những người đăng ký feed trước đây không nhận được nữa, cho đến khi họ sử dụng token mới. Tiếp tục? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly. Đã lấy token mới. Cập nhật cấu hình ứng dụng tiếp theo đó. - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEED ĐĂNG KÝ FEED @@ -3633,9 +3598,9 @@ Renew token Lấy token mới - src/app/+my-account/my-account-applications/my-account-applications.component.html36 - src/app/+my-account/my-account-applications/my-account-applications.component.ts41 - + + + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Filter... Bộ lọc... @@ -3656,69 +3621,63 @@ Video/Comment/Account Video/Bình Luận/Tài Khoản - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 ID - src/app/+admin/system/jobs/jobs.component.html45 - + + src/app/+admin/system/jobs/jobs.component.html43 State Trạng thái - src/app/+admin/system/jobs/jobs.component.html48 - src/app/+my-library/my-video-imports/my-video-imports.component.html30 - + + + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 Created Đã tạo - src/app/+admin/follows/followers-list/followers-list.component.html39 - src/app/+admin/follows/following-list/following-list.component.html43 - src/app/+admin/system/jobs/jobs.component.html50 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html27 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 - src/app/+my-library/my-video-imports/my-video-imports.component.html31 - src/app/shared/shared-abuse-list/abuse-list-table.component.html23 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab Mở trang tác nhân bằng tab mới - src/app/+admin/follows/followers-list/followers-list.component.html56 - + + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted Đã chấp nhận - src/app/+admin/follows/followers-list/followers-list.component.html63 - src/app/+admin/follows/following-list/following-list.component.html65 - + + + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending Đang chờ - src/app/+admin/follows/followers-list/followers-list.component.html64 - src/app/+admin/follows/following-list/following-list.component.html66 - + + + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 Rejected Đã từ chối - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept Chấp nhận - src/app/+admin/follows/followers-list/followers-list.component.html50 - src/app/+admin/follows/followers-list/followers-list.component.ts45 - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25 - src/app/+my-library/my-ownership/my-ownership.component.html27 - + + + + + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse Từ chối @@ -3727,60 +3686,52 @@ No follower found matching current filters. Không tìm thấy người theo dõi nào khớp với bộ lọc. - src/app/+admin/follows/followers-list/followers-list.component.html77 - + + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. Máy chủ của bạn chưa có người theo dõi nào. - src/app/+admin/follows/followers-list/followers-list.component.html78 - - - Showing to of followers - Đang hiện từ tới trong tổng số người theo dõi - src/app/+admin/follows/followers-list/followers-list.component.html11 - + + src/app/+admin/follows/followers-list/followers-list.component.html77 + Redundancy allowed Đã cho phép dư thừa - src/app/+admin/follows/following-list/following-list.component.html44 - + + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab Mở máy chủ trong tab mới - src/app/+admin/follows/following-list/following-list.component.html58 - src/app/shared/shared-moderation/server-blocklist.component.html43 - src/app/shared/shared-moderation/server-blocklist.component.html43 - + + + + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. Không tìm thấy máy chủ trùng khớp với bộ lọc. - src/app/+admin/follows/following-list/following-list.component.html84 - + + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. Máy chủ của bạn không theo dõi bất kỳ ai. - src/app/+admin/follows/following-list/following-list.component.html85 - + + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}} Bạn có chắc muốn hủy theo dõi {count, plural, =1 {?} other { mục?}} src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - Đang hiện từ tới trong tổng số máy chủ - src/app/+admin/follows/following-list/following-list.component.html11 - + Action Hành động - src/app/+admin/follows/following-list/following-list.component.html40 - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/server-blocklist.component.html31 - src/app/shared/shared-moderation/server-blocklist.component.html31 - + + + + + + + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies Dư thừa của video @@ -3799,18 +3750,18 @@ Table parameters Thành phần bảng - src/app/+admin/overview/users/user-list/user-list.component.html47 - + + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns Chọn cột - src/app/+admin/overview/users/user-list/user-list.component.html53 - + + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users Làm nổi bật những tài khoản bị cấm - src/app/+admin/overview/users/user-list/user-list.component.html59 - + + src/app/+admin/overview/users/user-list/user-list.component.html57 Username Tên người dùng @@ -3925,54 +3876,50 @@ Batch actions Hành động hàng loạt - src/app/+admin/follows/followers-list/followers-list.component.html18 - src/app/+admin/follows/following-list/following-list.component.html18 - src/app/+admin/moderation/registration-list/registration-list.component.html18 - src/app/+admin/overview/comments/video-comment-list.component.html22 - src/app/+admin/overview/users/user-list/user-list.component.html18 - src/app/+admin/overview/videos/video-list.component.html18 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 The user was banned Tài khoản đã bị cấm - src/app/+admin/overview/users/user-list/user-list.component.html109 - + + src/app/+admin/overview/users/user-list/user-list.component.html107 Open account in a new tab Mở tài khoản trong tab mới - src/app/+admin/overview/comments/video-comment-list.component.html69 - src/app/+admin/overview/users/user-list/user-list.component.html94 - src/app/+my-library/my-ownership/my-ownership.component.html32 - src/app/shared/shared-abuse-list/abuse-list-table.component.html44 - src/app/shared/shared-moderation/account-blocklist.component.html35 - src/app/shared/shared-moderation/account-blocklist.component.html35 - + + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account Tài khoản đã xóa - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota Dung lượng tải lên trong ngày - src/app/+admin/overview/users/user-list/user-list.component.html128 - + + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: Lí do chặn: - src/app/+admin/overview/users/user-list/user-list.component.html150 - + + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned users Người dùng đã vô hiệu hóa src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - Đang hiện từ tới trong tổng số người dùng - src/app/+admin/overview/users/user-list/user-list.component.html11 - + Moderation Kiểm duyệt @@ -4013,9 +3960,9 @@ Video Video - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30 - src/app/+admin/moderation/video-block-list/video-block-list.component.html26 - + + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size Dung lượng tổng @@ -4049,79 +3996,79 @@ Used () Đã dùng () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available () Có sẵn () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Sensitive Nhạy cảm - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated Không được liên kết - src/app/+admin/moderation/video-block-list/video-block-list.component.html28 - src/app/+admin/moderation/video-block-list/video-block-list.component.html60 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date Ngày - src/app/+admin/moderation/video-block-list/video-block-list.component.html29 - src/app/+admin/overview/comments/video-comment-list.component.html46 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this row Chọn hàng này - src/app/+admin/follows/followers-list/followers-list.component.html46 - src/app/+admin/follows/following-list/following-list.component.html51 - src/app/+admin/moderation/registration-list/registration-list.component.html50 - src/app/+admin/overview/comments/video-comment-list.component.html54 - src/app/+admin/overview/users/user-list/user-list.component.html79 - src/app/+admin/overview/videos/video-list.component.html51 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full comment Xem bình luận đầy đủ - src/app/+admin/overview/comments/video-comment-list.component.html58 - + + src/app/+admin/overview/comments/video-comment-list.component.html57 Actions Hành động - src/app/+admin/follows/followers-list/followers-list.component.html35 - src/app/+admin/moderation/registration-list/registration-list.component.html60 - src/app/+admin/moderation/video-block-list/video-block-list.component.html43 - src/app/+admin/overview/comments/video-comment-list.component.html64 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70 - src/app/+admin/system/runners/runner-list/runner-list.component.html36 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44 - src/app/+my-library/my-ownership/my-ownership.component.html12 - src/app/shared/shared-abuse-list/abuse-list-table.component.html39 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 Follower Người theo dõi - src/app/+admin/follows/followers-list/followers-list.component.html36 - + + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented video Video đã bình luận - src/app/+admin/overview/comments/video-comment-list.component.html81 - + + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters. Không có bình luận nào trùng khớp. - src/app/+admin/overview/comments/video-comment-list.component.html106 - + + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found. Không có bình luận nào. - src/app/+admin/overview/comments/video-comment-list.component.html107 - + + src/app/+admin/overview/comments/video-comment-list.component.html106 Local comments Những bình luận ở máy chủ @@ -4140,53 +4087,53 @@ No abuses found matching current filters. Không vi phạm nào trùng khớp với bộ lọc gần đây. - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. Không tìm thấy báo cáo. - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reports Báo cáo chưa xử lý - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reports Báo cáo đã xử lý xong - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reports Báo cáo bị từ chối - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videos Báo cáo với video đã chặn - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videos Báo cáo với video đã xóa - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: Lý do cấm: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. Không video đã khóa nào trùng khớp với bộ lọc gần đây. - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. Không tìm thấy video đã khóa nào. - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocks Tự động chặn @@ -4197,11 +4144,7 @@ Chặn thủ công src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - Đang hiện từ tới trong tổng số những video đã khóa - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 - + Reports Báo cáo @@ -4228,12 +4171,12 @@ Reporter Người báo cáo - src/app/shared/shared-abuse-list/abuse-details.component.html7 - src/app/shared/shared-abuse-list/abuse-list-table.component.html21 - + + + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 - - + + src/app/shared/shared-abuse-list/abuse-details.component.html 21,23 @@ -4246,28 +4189,28 @@ Video Video - src/app/+admin/overview/comments/video-comment-list.component.html44 - src/app/+admin/overview/videos/video-list.component.html40 - src/app/+my-library/my-ownership/my-ownership.component.html14 - src/app/+my-library/my-video-imports/my-video-imports.component.html29 - src/app/shared/shared-video-miniature/video-download.component.html8 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 Comment Bình luận - src/app/+admin/overview/comments/video-comment-list.component.html45 - src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 - + + + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 This video has been reported multiple times. Video này bị báo cáo nhiều lần. - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked Video đã bị khóa - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on bởi trên @@ -4276,13 +4219,19 @@ Video was deleted Video đã bị xóa - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + Account deleted Tài khoản đã bị xóa - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 Open video in a new tab Mở video trong tab mới @@ -4291,33 +4240,29 @@ State Tình trạng - src/app/+admin/follows/followers-list/followers-list.component.html37 - src/app/+admin/follows/following-list/following-list.component.html42 - src/app/+admin/moderation/registration-list/registration-list.component.html41 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36 - src/app/shared/shared-abuse-list/abuse-list-table.component.html24 - + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages Tin nhắn - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note Ghi chú toàn cầu - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score Điểm số - src/app/+admin/follows/followers-list/followers-list.component.html38 - - - Showing to of reports - Đang hiện từ tới trong tổng số báo cáo - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 - + + src/app/+admin/follows/followers-list/followers-list.component.html37 + Reportee Người bị báo cáo @@ -4337,51 +4282,46 @@ Mute domain Ẩn máy chủ - src/app/shared/shared-moderation/server-blocklist.component.html19 - src/app/shared/shared-moderation/server-blocklist.component.html19 - + + + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance Máy chủ - src/app/+about/about.component.html3 - src/app/+search/search-filters.component.html217 - src/app/shared/shared-moderation/server-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html32 - + + + + + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at Ẩn vào - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/server-blocklist.component.html33 - src/app/shared/shared-moderation/server-blocklist.component.html33 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute Bỏ ẩn - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html40 - src/app/shared/shared-moderation/server-blocklist.component.html40 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. Không có máy chủ nào trùng khớp. - src/app/shared/shared-moderation/server-blocklist.component.html56 - src/app/shared/shared-moderation/server-blocklist.component.html56 - + + + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. Không tìm thấy máy chủ nào. - src/app/shared/shared-moderation/server-blocklist.component.html57 - src/app/shared/shared-moderation/server-blocklist.component.html57 - - - Showing to of muted instances - Đang hiện từ tới trong tổng số máy chủ đã ẩn - src/app/shared/shared-moderation/server-blocklist.component.html12 - src/app/shared/shared-moderation/server-blocklist.component.html12 - + + + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. Bạn đang ở trên một máy chủ không hỗ trợ HTTPS. Cần phải kích hoạt TLS trước khi theo dõi những máy khác. @@ -4395,29 +4335,29 @@ Mute domains Ẩn máy chủ - src/app/shared/shared-moderation/server-blocklist.component.html64 - src/app/shared/shared-moderation/server-blocklist.component.html64 - + + + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account Tài khoản - src/app/+admin/moderation/registration-list/registration-list.component.html37 - src/app/+admin/overview/comments/video-comment-list.component.html43 - src/app/shared/shared-moderation/account-blocklist.component.html24 - src/app/shared/shared-moderation/account-blocklist.component.html24 - + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. Không có tài khoản nào trùng khớp. - src/app/shared/shared-moderation/account-blocklist.component.html54 - src/app/shared/shared-moderation/account-blocklist.component.html54 - + + + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. Không tìm thấy tài khoản nào. - src/app/shared/shared-moderation/account-blocklist.component.html55 - src/app/shared/shared-moderation/account-blocklist.component.html55 - + + + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed plugins Danh sách tiện ích đã cài đặt @@ -4433,12 +4373,7 @@ Xem tiện ích src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - Đang hiện từ tới trong tổng số tài khoản đã ẩn - src/app/shared/shared-moderation/account-blocklist.component.html11 - src/app/shared/shared-moderation/account-blocklist.component.html11 - + Plugins/Themes Tiện ích/Chủ đề @@ -4657,22 +4592,18 @@ Điều này cũng có hiện bình luận từ những tài khoản đã ẩn. src/app/+admin/overview/comments/video-comment-list.component.html8 - - Showing to of comments - Đang hiện từ tới trong tổng số bình luận - src/app/+admin/overview/comments/video-comment-list.component.html15 - + Select all rows Chọn toàn bộ hàng - src/app/+admin/follows/followers-list/followers-list.component.html33 - src/app/+admin/follows/following-list/following-list.component.html38 - src/app/+admin/moderation/registration-list/registration-list.component.html33 - src/app/+admin/overview/comments/video-comment-list.component.html39 - src/app/+admin/overview/users/user-list/user-list.component.html39 - src/app/+admin/overview/videos/video-list.component.html36 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type Loại công việc @@ -4692,62 +4623,52 @@ Selector for the list displaying jobs, filtering by their state - - Showing to of jobs - Đang hiện từ tới trong tổng số công việc - src/app/+admin/system/jobs/jobs.component.html39 - + Type Kiểu - src/app/+admin/system/jobs/jobs.component.html46 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 - + + + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 - Priority (1 = highest priority) - Ưu tiên (1 = ưu tiên cao nhất) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + Priority (1 = highest priority) + Ưu tiên (1 = ưu tiên cao nhất) + + src/app/+admin/system/jobs/jobs.component.html45 Progress Tiến trình - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found. Không tìm thấy công việc nào. - src/app/+admin/system/jobs/jobs.component.html105 - + + src/app/+admin/system/jobs/jobs.component.html103 - No jobs found. - Không công việc tìm thấy. - src/app/+admin/system/jobs/jobs.component.html106 - + No jobs found. + Không công việc tìm thấy. + + src/app/+admin/system/jobs/jobs.component.html104 No jobs found. Không công việc tìm thấy. - src/app/+admin/system/jobs/jobs.component.html110 - + + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are . Không công việc tìm thấy là . - src/app/+admin/system/jobs/jobs.component.html111 - + + src/app/+admin/system/jobs/jobs.component.html109 Refresh Làm tươi - src/app/+admin/overview/comments/video-comment-list.component.html31 - src/app/+admin/overview/videos/video-list.component.html27 - src/app/+admin/system/jobs/jobs.component.html30 - src/app/+admin/system/logs/logs.component.html33 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 now now @@ -4775,8 +4696,8 @@ - By -> - Bởi -> + By -> + Bởi -> src/app/+admin/system/logs/logs.component.html47 @@ -4787,11 +4708,11 @@ Name Tên - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12 - src/app/+admin/system/runners/runner-list/runner-list.component.html23 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - + + + + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description Mô tả ngắn @@ -4849,8 +4770,8 @@ src/app/+admin/config/edit-custom-config/edit-instance-information.component.html79 - Manage users to build a moderation team. - Quản lý người dùng để xây dựng đội ngũ kiểm duyệt. + Manage users to build a moderation team. + Quản lý người dùng để xây dựng đội ngũ kiểm duyệt. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html 80,82 @@ -4862,8 +4783,8 @@ src/app/+admin/config/edit-custom-config/edit-instance-information.component.html89 - Enabling it will allow other administrators to know that you are mainly federating sensitive content. Moreover, the NSFW checkbox on video upload will be automatically checked by default. - Kích hoạt nó sẽ cho phép những quản trị viên khác biết rằng đây là máy chủ chứa nội dung nhạy cảm. Thêm vào đó, hộp kiểm NSFW khi upload video sẽ được chọn theo mặc định. + Enabling it will allow other administrators to know that you are mainly federating sensitive content. Moreover, the NSFW checkbox on video upload will be automatically checked by default. + Kích hoạt nó sẽ cho phép những quản trị viên khác biết rằng đây là máy chủ chứa nội dung nhạy cảm. Thêm vào đó, hộp kiểm NSFW khi upload video sẽ được chọn theo mặc định. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html93 @@ -4981,8 +4902,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html4 - Use plugins & themes for more involved changes, or add slight customizations. - Dùng tiện ích & chủ đề để điều chỉnh máy chủ, hoặc nhẹ nhàng tùy biến. + Use plugins & themes for more involved changes, or add slight customizations. + Dùng tiện ích & chủ đề để điều chỉnh máy chủ, hoặc nhẹ nhàng tùy biến. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html 5,7 @@ -5074,8 +4995,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html150 - Manage users to set their quota individually. - Quản lý người dùng để cài dung lượng tối đa của họ. + Manage users to set their quota individually. + Quản lý người dùng để cài dung lượng tối đa của họ. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html151 @@ -5211,12 +5132,14 @@ ⚠️ We don't recommend to enable this feature if you don't trust your users ⚠️ Chúng tôi không khuyến khích bạn bật tính năng này nếu bạn không tin tưởng người dùng của bạn src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + - - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - Cho phép đồng bộ hóa kênh với kênh của các nền tảng khác như YouTube (yêu cầu cho phép nhập bằng URL HTTP) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 - + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ Bạn cần cho phép nhập bằng URL HTTP để có thể kích hoạt tính năng này. @@ -5286,8 +5209,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html426 - You should only use moderated search indexes in production, or host your own. - Bạn chỉ nên sử dụng truy vấn tìm kiếm đã kiểm duyệt trong sản xuất, hoặc tự host. + You should only use moderated search indexes in production, or host your own. + Bạn chỉ nên sử dụng truy vấn tìm kiếm đã kiểm duyệt trong sản xuất, hoặc tự host. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html428 @@ -5321,8 +5244,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html476 - Manage relations with other instances. - Quản lý mối quan hệ với những máy chủ khác. + Manage relations with other instances. + Quản lý mối quan hệ với những máy chủ khác. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html477 @@ -5363,8 +5286,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html523 - See the documentation for more information about the expected URL - Xem tài liệu để biết thêm thông tin về URL dự kiến + See the documentation for more information about the expected URL + Xem tài liệu để biết thêm thông tin về URL dự kiến src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html528 @@ -5408,8 +5331,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html609 - If your instance is explicitly allowed by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not, we use an image link card that will redirect to your PeerTube instance. Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/w/blabla) on https://cards-dev.twitter.com/validator to see if you instance is allowed. - Nếu Twitter cấp quyền cho máy chủ của bạn, một trình phát video PeerTube sẽ xuất hiện trong lượt chia sẻ trên Twitter. Nếu không, chúng tôi sẽ sử dụng một ảnh xem trước trỏ về máy chủ của bạn. Đánh dấu hộp kiểm này, lưu thiết lập và thử với URL một video từ máy chủ của bạn (https://example.com/w/blabla) trên https://cards-dev.twitter.com/validator để máy chủ của bạn có được cho phép hay không. + If your instance is explicitly allowed by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not, we use an image link card that will redirect to your PeerTube instance. Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/w/blabla) on https://cards-dev.twitter.com/validator to see if you instance is allowed. + Nếu Twitter cấp quyền cho máy chủ của bạn, một trình phát video PeerTube sẽ xuất hiện trong lượt chia sẻ trên Twitter. Nếu không, chúng tôi sẽ sử dụng một ảnh xem trước trỏ về máy chủ của bạn. Đánh dấu hộp kiểm này, lưu thiết lập và thử với URL một video từ máy chủ của bạn (https://example.com/w/blabla) trên https://cards-dev.twitter.com/validator để máy chủ của bạn có được cho phép hay không. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html613 @@ -5531,8 +5454,8 @@ src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html108 - Use remote runners to process live transcoding. Remote runners has to register on your instance first. - Dùng xử lý từ xa để xử lý chuyển mã trực tiếp. Người xử lý từ xa phải đăng ký trên máy chủ của bạn trước. + Use remote runners to process live transcoding. Remote runners has to register on your instance first. + Dùng xử lý từ xa để xử lý chuyển mã trực tiếp. Người xử lý từ xa phải đăng ký trên máy chủ của bạn trước. src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html154 @@ -5568,8 +5491,8 @@ src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html35 - Use remote runners to process VOD transcoding. Remote runners has to register on your instance first. - Dùng xử lý từ xa để xử lý chuyển mã VOD. Người xử lý từ xa phải đăng ký trên máy chủ của bạn trước. + Use remote runners to process VOD transcoding. Remote runners has to register on your instance first. + Dùng xử lý từ xa để xử lý chuyển mã VOD. Người xử lý từ xa phải đăng ký trên máy chủ của bạn trước. src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html150 @@ -5622,8 +5545,8 @@ src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html89 - Requires ffmpeg >= 4.1Generate HLS playlists and fragmented MP4 files resulting in a better playback than with Web Videos:Resolution change is smootherFaster playback especially with long videosMore stable playback (less bugs/infinite loading)If you also enabled Web Videos support, it will multiply videos storage by 2 - Yêu cầu ffmpeg >= 4.1Tạo danh sách phát HLS và các tệp MP4 bị phân mảnh giúp phát lại tốt hơn so với Web Video:Thay đổi độ phân giải mượt mà hơnPhát lại nhanh hơn, đặc biệt là với các video dàiPhát lại ổn định hơn (ít lỗi hơn/tải vô hạn)Nếu bạn bật hỗ trợ Web Video cùng lúc, nó sẽ nhân đôi dung lượng lưu trữ video + Requires ffmpeg >= 4.1Generate HLS playlists and fragmented MP4 files resulting in a better playback than with Web Videos:Resolution change is smootherFaster playback especially with long videosMore stable playback (less bugs/infinite loading)If you also enabled Web Videos support, it will multiply videos storage by 2 + Yêu cầu ffmpeg >= 4.1Tạo danh sách phát HLS và các tệp MP4 bị phân mảnh giúp phát lại tốt hơn so với Web Video:Thay đổi độ phân giải mượt mà hơnPhát lại nhanh hơn, đặc biệt là với các video dàiPhát lại ổn định hơn (ít lỗi hơn/tải vô hạn)Nếu bạn bật hỗ trợ Web Video cùng lúc, nó sẽ nhân đôi dung lượng lưu trữ video src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 94,103 @@ -5716,8 +5639,8 @@ - Use remote runners to process studio transcoding tasks. Remote runners has to register on your instance first. - Dùng xử lý từ xa để xử lý tác vụ chỉnh sửa video. Người xử lý từ xa phải đăng ký trên máy chủ của bạn trước.. + Use remote runners to process studio transcoding tasks. Remote runners has to register on your instance first. + Dùng xử lý từ xa để xử lý tác vụ chỉnh sửa video. Người xử lý từ xa phải đăng ký trên máy chủ của bạn trước.. src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 240,243 @@ -5807,13 +5730,19 @@ src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html87 - Write JavaScript code directly.Example: console.log('my instance is amazing'); - Viết mã JavaScript trực tiếp.Ví dụ: console.log('my instance is amazing'); + Write JavaScript code directly.Example: console.log('my instance is amazing'); + Viết mã JavaScript trực tiếp.Ví dụ: console.log('my instance is amazing'); src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html90 - Write CSS code directly. Example:#custom-css color: red; Prepend with #custom-css to override styles. Example:#custom-css .logged-in-email color: red; - Viết mã CSS trực tiếp. Ví dụ:#custom-css color: red; Prepend with #custom-css to override styles. Ví dụ:#custom-css .logged-in-email color: red; + Write CSS code directly. Example:#custom-css +color: red; + + Prepend with #custom-css to override styles. Example:#custom-css .logged-in-email +color: red; + + + Viết mã CSS trực tiếp. Ví dụ:#custom-css color: red; Prepend with #custom-css to override styles. Ví dụ:#custom-css .logged-in-email color: red; src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html109 @@ -5830,8 +5759,8 @@ - There are errors in the form: - Có lỗi trong form: + There are errors in the form: + Có lỗi trong form: src/app/+admin/config/edit-custom-config/edit-custom-config.component.html71 @@ -5987,8 +5916,8 @@ src/app/shared/shared-video-miniature/video-download.component.ts265 - Update your settings - Xem thiết lập của bạn + Update your settings + Xem thiết lập của bạn src/app/shared/shared-video-miniature/video-filters-header.component.html 2,7 @@ -6011,38 +5940,38 @@ - Sort by "Recently Added" - Xếp theo "Mới Nhất" + Sort by "Recently Added" + Xếp theo "Mới Nhất" src/app/shared/shared-video-miniature/video-filters-header.component.html47 - Sort by "Original Publication Date" - Xếp theo "Công Chiếu" + Sort by "Original Publication Date" + Xếp theo "Công Chiếu" src/app/shared/shared-video-miniature/video-filters-header.component.html48 - Sort by "Name" - Xếp theo "Tên" + Sort by "Name" + Xếp theo "Tên" src/app/shared/shared-video-miniature/video-filters-header.component.html50 - Sort by "Recent Views" - Xếp theo "Thịnh Hành" + Sort by "Recent Views" + Xếp theo "Thịnh Hành" src/app/shared/shared-video-miniature/video-filters-header.component.html51 - Sort by "Hot" - Xếp theo "Bình Luận" + Sort by "Hot" + Xếp theo "Bình Luận" src/app/shared/shared-video-miniature/video-filters-header.component.html52 - Sort by "Likes" - Xếp theo "Lượt Thích" + Sort by "Likes" + Xếp theo "Lượt Thích" src/app/shared/shared-video-miniature/video-filters-header.component.html53 - Sort by "Global Views" - Xếp theo "Lượt Xem" + Sort by "Global Views" + Xếp theo "Lượt Xem" src/app/shared/shared-video-miniature/video-filters-header.component.html54 @@ -6127,8 +6056,8 @@ src/app/shared/shared-user-settings/user-video-settings.component.html4 - With Hide or Blur thumbnails, a confirmation will be requested to watch the video. - Bên cạnh Ẩn hoặc Làm mờ ảnh xem trước, sẽ hiện thêm một hộp thoại yêu cầu xác nhận mới có thể xem được video. + With Hide or Blur thumbnails, a confirmation will be requested to watch the video. + Bên cạnh Ẩn hoặc Làm mờ ảnh xem trước, sẽ hiện thêm một hộp thoại yêu cầu xác nhận mới có thể xem được video. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html106 src/app/shared/shared-user-settings/user-video-settings.component.html7 @@ -6249,74 +6178,52 @@ 9 - - Showing to of synchronizations - Đang hiện đến của bản đồng bộ - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - - + Add synchronization Thêm đồng bộ hóa - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 - External Channel - Kênh Mở Rộng - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + External Channel + Kênh Mở Rộng + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 - Channel - Kênh - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + Channel + Kênh + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 - Last synchronization at - Đồng bộ lần cuối lúc - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + Last synchronization at + Đồng bộ lần cuối lúc + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List imports Danh sách nhập - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channel Đồng bộ hóa hoàn toàn kênh - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channel Thao tác này tìm nạp mọi video bị thiếu trên kênh cục bộ - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for . Đã xóa đồng bộ hóa thành công cho . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for . Đã yêu cầu đồng bộ hóa đầy đủ thành công cho . - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATION ĐỒNG BỘ HÓA MỚI @@ -6453,18 +6360,14 @@ Target Mục tiêu - src/app/+my-library/my-video-imports/my-video-imports.component.html28 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted Video này đã bị xóa - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - - Showing to of imports - Đang hiện từ tới trong tổng số những video đã nhập - src/app/+my-library/my-video-imports/my-video-imports.component.html21 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. Nếu xóa tài khoản, mọi dữ liệu sẽ không thể phục hồi. Hãy xác nhận để thực hiện hành động này. @@ -6473,24 +6376,17 @@ Channel page Trang kênh - src/app/+my-library/+my-video-channels/my-video-channels.component.html34 - src/app/+my-library/my-follows/my-subscriptions.component.html20 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65 - src/app/+videos/+video-watch/video-watch.component.html66 - + + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} {VAR_PLURAL, plural, =0 {Chưa có lượt xem nào} =1 {1 lượt xem} other { lượt xem}} src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - - Do you really want to delete ? It will delete videos uploaded in this channel, and you will not be able to create another channel or account with the same name ()! - Bạn có chắc muốn xóa ? Việc này sẽ xóa video được tải lên trong kênh này và bạn sẽ không thể tạo một kênh hoặc tài khoản khác có cùng tên ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - - + Created by Tạo bởi @@ -6572,8 +6468,8 @@ - Some of your channels are not fully set up. Make them welcoming and explicit about what you publish by adding a banner, an avatar and a description. - Kênh của bạn chưa thiết lập xong. Hãy mô tả bạn sẽ đăng những gì bằng cách bổ sung ảnh bìa, ảnh đại diệnmô tả. + Some of your channels are not fully set up. Make them welcoming and explicit about what you publish by adding a banner, an avatar and a description. + Kênh của bạn chưa thiết lập xong. Hãy mô tả bạn sẽ đăng những gì bằng cách bổ sung ảnh bìa, ảnh đại diệnmô tả. src/app/shared/shared-main/misc/channels-setup-message.component.html 5 @@ -6898,8 +6794,8 @@ - Welcomeon - Chào mừngtham gia + Welcomeon + Chào mừngtham gia src/app/+signup/shared/signup-success-before-email.component.html7 @@ -6916,16 +6812,16 @@ src/app/+signup/shared/signup-success-before-email.component.html14 - Check your emails to validate your account and complete your registration request. - Kiểm tra email để xác thực tài khoản của bạn và hoàn thành yêu cầu đăng ký. + Check your emails to validate your account and complete your registration request. + Kiểm tra email để xác thực tài khoản của bạn và hoàn thành yêu cầu đăng ký. src/app/+signup/shared/signup-success-before-email.component.html 18,19 - Check your emails to validate your account and complete your registration. - Kiểm tra email để xác thực tài khoản của bạn và hoàn thành đăng ký. + Check your emails to validate your account and complete your registration. + Kiểm tra email để xác thực tài khoản của bạn và hoàn thành đăng ký. src/app/+signup/shared/signup-success-before-email.component.html 22,23 @@ -6934,9 +6830,9 @@ Banned đã bị chặn - src/app/+accounts/accounts.component.html21 - src/app/+admin/overview/users/user-list/user-list.component.html105 - + + + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Instance muted Máy chủ đã ẩn @@ -7027,8 +6923,8 @@ Please type the name of the video channel () to confirm Nhập tên kênh video () để xác nhận - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL KÊNH MỚI @@ -7057,8 +6953,8 @@ src/app/+accounts/account-video-channels/account-video-channels.component.html42 - SHOW THIS CHANNEL > - XEM KÊNH NÀY > + SHOW THIS CHANNEL > + XEM KÊNH NÀY > src/app/+accounts/account-video-channels/account-video-channels.component.html50 @@ -7306,8 +7202,8 @@ src/app/+about/about-peertube/about-peertube.component.html107 - 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 this document for more information - Web peers không thể công khai truy cập: bởi vì chúng tôi sử dụng websocket transport, giao thức khác với BitTorrent tracker. Khi bạn đang trong trình duyệt web, bạn gửi một tín hiệu đến tracker sẽ tự động tín hiệu chứa địa chỉ IP của peer khác. Xem tài liệu này để biết thêm thông tin + 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 this document for more information + Web peers không thể công khai truy cập: bởi vì chúng tôi sử dụng websocket transport, giao thức khác với BitTorrent tracker. Khi bạn đang trong trình duyệt web, bạn gửi một tín hiệu đến tracker sẽ tự động tín hiệu chứa địa chỉ IP của peer khác. Xem tài liệu này để biết thêm thông tin src/app/+about/about-peertube/about-peertube.component.html111 @@ -7408,8 +7304,8 @@ src/app/+about/about-instance/about-instance.component.ts91 - Contact the administrator(s) - Liên hệ quản trị viên + Contact the administrator(s) + Liên hệ quản trị viên src/app/+about/about-instance/contact-admin-modal.component.html 3 @@ -7433,13 +7329,13 @@ Go to the previous step Quay về - src/app/+signup/+register/register.component.ts43 - + + src/app/+signup/+register/register.component.ts42 Go to the next step Tiếp tục - src/app/+signup/+register/register.component.ts44 - + + src/app/+signup/+register/register.component.ts43 Who are we? Chúng tôi là ai? @@ -7458,8 +7354,8 @@ Terms of Nội quy của - src/app/shared/shared-instance/instance-about-accordion.component.ts81 - + + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability Quản trị viên & Tin cậy @@ -7532,8 +7428,8 @@ - I am at least years old and agree to the Terms and to the Code of Conduct of - Tôi lớn hơn tuổi và đồng ý với Nội quy cũng như Điều khoản dịch vụ của + I am at least years old and agree to the Terms and to the Code of Conduct of + Tôi lớn hơn tuổi và đồng ý với Nội quy cũng như Điều khoản dịch vụ của src/app/+signup/+register/steps/register-step-terms.component.html 17,22 @@ -7672,53 +7568,53 @@ Sensitive content Nội dung nhạy cảm - src/app/shared/shared-video-miniature/video-filters.model.ts125 - + + src/app/shared/shared-video-miniature/video-filters.model.ts131 Scope Phạm vi - src/app/shared/shared-video-miniature/video-filters.model.ts132 - + + src/app/shared/shared-video-miniature/video-filters.model.ts138 Federated Liên hợp - src/app/shared/shared-video-miniature/video-filters.model.ts134 - + + src/app/shared/shared-video-miniature/video-filters.model.ts140 Languages Ngôn ngữ - src/app/shared/shared-video-miniature/video-filters.model.ts142 - + + src/app/shared/shared-video-miniature/video-filters.model.ts148 Categories Thể loại - src/app/shared/shared-video-miniature/video-filters.model.ts151 - + + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videos Tất cả video - src/app/shared/shared-video-miniature/video-filters.model.ts160 - + + src/app/shared/shared-video-miniature/video-filters.model.ts166 Blurred Che mờ - src/app/shared/shared-video-miniature/video-filters.model.ts240 - + + src/app/shared/shared-video-miniature/video-filters.model.ts246 hidden ẩn - src/app/shared/shared-video-miniature/video-filters.model.ts246 - + + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurred che mờ - src/app/shared/shared-video-miniature/video-filters.model.ts247 - + + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayed hiện - src/app/shared/shared-video-miniature/video-filters.model.ts249 - + + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protected Đã bảo vệ mật khẩu @@ -7759,8 +7655,8 @@ src/app/+admin/config/edit-custom-config/edit-configuration.service.ts18 - A <code>.mp4</code> that keeps the original audio track, with no video - A <code>.mp4</code> giữ âm thanh gốc, không video + A <code>.mp4</code> that keeps the original audio track, with no video + A <code>.mp4</code> giữ âm thanh gốc, không video src/app/+admin/config/edit-custom-config/edit-configuration.service.ts19 @@ -7858,8 +7754,8 @@ src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html8 - However, you may want to read our guidelines before tweaking the following values. - Tuy nhiên, bạn hãy đọc nội quy của chúng tôi trước khi quyết định. + However, you may want to read our guidelines before tweaking the following values. + Tuy nhiên, bạn hãy đọc nội quy của chúng tôi trước khi quyết định. src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 12,14 @@ -8077,43 +7973,43 @@ Reject Từ chối - src/app/+admin/follows/followers-list/followers-list.component.html51 - src/app/+admin/follows/followers-list/followers-list.component.ts40 - src/app/+admin/follows/followers-list/followers-list.component.ts86 - + + + + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 Delete Xóa - src/app/+admin/follows/followers-list/followers-list.component.ts50 - src/app/+admin/follows/followers-list/followers-list.component.ts118 - src/app/+admin/follows/following-list/following-list.component.ts42 - src/app/+admin/moderation/registration-list/registration-list.component.ts65 - src/app/+admin/moderation/registration-list/registration-list.component.ts129 - src/app/+admin/moderation/video-block-list/video-block-list.component.ts91 - src/app/+admin/moderation/video-block-list/video-block-list.component.ts95 - src/app/+admin/overview/comments/video-comment-list.component.ts104 - src/app/+admin/overview/comments/video-comment-list.component.ts175 - src/app/+admin/overview/users/user-list/user-list.component.ts100 - src/app/+admin/overview/users/user-list/user-list.component.ts248 - src/app/+admin/overview/videos/video-list.component.ts76 - src/app/+admin/overview/videos/video-list.component.ts227 - src/app/+admin/overview/videos/video-list.component.ts282 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83 - src/app/+my-library/+my-video-channels/my-video-channels.component.ts63 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57 - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35 - src/app/+my-library/my-videos/my-videos.component.html51 - src/app/+my-library/my-videos/my-videos.component.ts191 - src/app/+videos/+video-edit/shared/video-edit.component.html196 - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts376 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts411 - src/app/shared/shared-main/buttons/delete-button.component.ts21 - src/app/shared/shared-main/buttons/delete-button.component.ts26 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}} Đã duyệt {count, plural, =1 { yêu cầu theo dõi} other { yêu cầu theo dõi}} @@ -8147,10 +8043,10 @@ Follow Theo dõi - src/app/+admin/follows/following-list/follow-modal.component.html3 - src/app/+admin/follows/following-list/follow-modal.component.html37 - src/app/+admin/follows/following-list/following-list.component.html25 - + + + + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line Mỗi dòng một máy chủ, địa chỉ tài khoản hoặc địa chỉ kênh (không cần "http://") @@ -8209,18 +8105,18 @@ Do you really want to remove this video redundancy? Bạn có chắc chắn muốn hủy bỏ giảm dư thừa video này? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy Hủy bỏ giảm dư thừa - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! Đã hủy bỏ giảm video dư thừa! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Account unmuted by your instance. Tài khoản đã được bỏ ẩn bởi máy chủ của bạn. @@ -8289,90 +8185,90 @@ Internal actions Hành động nội bộ - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report Xóa báo cáo - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account Áp đặt kiểm duyệt với tài khoản bị gắn cờ - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mark as accepted Đánh dấu là chấp nhận - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected Đánh dấu là từ chối - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note Thêm ghi chú quốc tế - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video Áp chế video - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video Chặn video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. Video đã bị chặn. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video Mở khóa video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. Đã mở khóa video. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Do you really want to delete this abuse report? Bạn có chắc muốn xóa báo cáo này? - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. Đã xóa báo cáo. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment Đã xóa bình luận - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter Nhắn tin với người báo cáo - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators Nhắn tin với kiểm duyệt viên - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note Cập nhật ghi chú quốc tế - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual Chuyển video khóa thành bình thường @@ -8504,13 +8400,13 @@ plugin tiện ích - src/app/+admin/plugins/shared/plugin-api.service.ts30 - + + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme chủ đề - src/app/+admin/plugins/shared/plugin-api.service.ts33 - + + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP address Địa chỉ IP @@ -8520,8 +8416,8 @@ - PeerTube thinks your web browser public IP is . - PeerTube nghĩ địa chỉ IP trên trình duyệt của bạn là . + PeerTube thinks your web browser public IP is . + PeerTube nghĩ địa chỉ IP trên trình duyệt của bạn là . src/app/+admin/system/debug/debug.component.html 4 @@ -8568,16 +8464,16 @@ - Check the trust_proxy configuration key - Kiểm tra mã cấu hình trust_proxy + Check the trust_proxy configuration key + Kiểm tra mã cấu hình trust_proxy src/app/+admin/system/debug/debug.component.html 15 - If you run PeerTube using Docker, check you run the reverse-proxy with network_mode: "host" (see issue 1643) - Nếu bạn vận hành PeerTube bằng Docker, kiểm tra reverse-proxy với network_mode: "host" (xem issue 1643) + If you run PeerTube using Docker, check you run the reverse-proxy with network_mode: "host" (see issue 1643) + Nếu bạn vận hành PeerTube bằng Docker, kiểm tra reverse-proxy với network_mode: "host" (xem issue 1643) src/app/+admin/system/debug/debug.component.html 16,17 @@ -8630,19 +8526,19 @@ Info thông tin - src/app/+admin/overview/videos/video-list.component.html41 - src/app/core/notification/notifier.service.ts12 - + + + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 Files Tập tin - src/app/+admin/overview/videos/video-list.component.html42 - + + src/app/+admin/overview/videos/video-list.component.html41 - Published - Đăng vào - src/app/+admin/overview/videos/video-list.component.html43 - + Published + Đăng vào + + src/app/+admin/overview/videos/video-list.component.html42 Warning Cảnh báo @@ -8669,49 +8565,42 @@ Nhật trình chọn lọc src/app/+admin/system/logs/logs.component.ts145 - - Showing to of runner jobs - Hiện tới của người xử lý từ xa - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - - + UUID UUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 - Priority - Ưu tiên - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 - + Priority + Ưu tiên + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 - Progress - Xử lý - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 - + Progress + Xử lý + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 Runner Người xử lý - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload: Tải trọng: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload: Tải trọng riêng tư: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found. Không tìm thấy người xử lý từ xa. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobs Công việc đã hoàn thành @@ -8787,35 +8676,22 @@ 4 - - Showing to of remote runners - Hiện tới trong người xử lý từ xa - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - - + IP IP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 - + + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contact Lần liên hệ cuối - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found. không tìm thấy người xử lý từ xa. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. Người dùng đã tạo. @@ -8824,9 +8700,9 @@ Create user Tạo người dùng - src/app/+admin/overview/users/user-edit/user-create.component.ts97 - src/app/+admin/overview/users/user-list/user-list.component.html25 - + + + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videos Video đã khóa @@ -8846,8 +8722,8 @@ src/app/+admin/moderation/moderation.routes.ts114 - Accept registrationReject registration - Chấp nhận đăng kýTừ chối đăng ký + Accept registrationReject registration + Chấp nhận đăng kýTừ chối đăng ký src/app/+admin/moderation/registration-list/process-registration-modal.component.html 4,5 @@ -8862,40 +8738,40 @@ - Accepting  registration will create the account and channel. - Chấp nhận  đăng ký sẽ tạo tài khoản và kênh. + Accepting  registration will create the account and channel. + Chấp nhận  đăng ký sẽ tạo tài khoản và kênh. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 21,22 - An email will be sent to explaining its account has been created with the moderation response you'll write below. - Một email vừa được gửi tới giải thích tài khoản này được tạo bằng phản hồi kiểm duyệt mà bạn sẽ viết bên dưới. + An email will be sent to explaining its account has been created with the moderation response you'll write below. + Một email vừa được gửi tới giải thích tài khoản này được tạo bằng phản hồi kiểm duyệt mà bạn sẽ viết bên dưới. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 24,26 - Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its account has been created. - Email không được bật trong trường hợp này nên PeerTube sẽ không thể gửi email đến giải thích lý do tạo tài khoản. + Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its account has been created. + Email không được bật trong trường hợp này nên PeerTube sẽ không thể gửi email đến giải thích lý do tạo tài khoản. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 28,30 - An email will be sent to explaining its registration request has been rejected with the moderation response you'll write below. - Một email vừa được gửi tới giải thích yêu cầu đăng ký đã bị từ chối với phản hồi kiểm duyệt bạn viết bên dưới. + An email will be sent to explaining its registration request has been rejected with the moderation response you'll write below. + Một email vừa được gửi tới giải thích yêu cầu đăng ký đã bị từ chối với phản hồi kiểm duyệt bạn viết bên dưới. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 34,36 - Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its registration request has been rejected. - Email không được bật trong trường hợp này nên PeerTube sẽ không thể gửi email đến giải thích yêu cầu đăng ký đã bị từ chối. + Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its registration request has been rejected. + Email không được bật trong trường hợp này nên PeerTube sẽ không thể gửi email đến giải thích yêu cầu đăng ký đã bị từ chối. src/app/+admin/moderation/registration-list/process-registration-modal.component.html 38,40 @@ -8969,14 +8845,7 @@ 3 - - Showing to of registrations - Hiện tới trong lượt đăng ký - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - - + Password changed for user . Đã đổi mật khẩu người dùng . @@ -9038,9 +8907,9 @@ Live Live - src/app/+admin/overview/videos/video-admin.service.ts53 - src/app/+admin/overview/videos/video-list.component.html88 - + + + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video files Tập tin video @@ -9156,8 +9025,8 @@ src/app/shared/shared-moderation/user-moderation-dropdown.component.ts99 - <p>You can't create users or channels with a username that already used by a deleted user/channel.</p> - <p>Bạn không thể dùng tên người dùng hoặc kênh đã bị xóa trước đó.</p> + <p>You can't create users or channels with a username that already used by a deleted user/channel.</p> + <p>Bạn không thể dùng tên người dùng hoặc kênh đã bị xóa trước đó.</p> src/app/+admin/overview/users/user-list/user-list.component.ts244 @@ -9199,8 +9068,8 @@ src/app/+my-library/my-history/my-history.component.html14 - Clear all history - Xóa lịch sử + Clear all history + Xóa lịch sử src/app/+my-library/my-history/my-history.component.html18 @@ -9436,18 +9305,18 @@ Too many languages are enabled. Please enable them all or stay below 20 enabled languages. Bạn đang bật quá nhiều ngôn ngữ. Chỉ nên bật tối đa 20 ngôn ngữ. - src/app/shared/shared-user-settings/user-video-settings.component.ts76 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. Đã cập nhật cài đặt video. - src/app/shared/shared-user-settings/user-video-settings.component.ts121 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. Đã cập nhật thiết lập video. - src/app/shared/shared-user-settings/user-video-settings.component.ts132 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Video channel created. Kênh video đã tạo. @@ -9481,13 +9350,13 @@ Video channel deleted. Kênh video đã xóa. - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day Lượt xem trong ngày - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followers Người theo dõi của tôi @@ -9571,20 +9440,20 @@ Playlist created. Danh sách phát đã tạo. - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 - + + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 Create Tạo - src/app/+admin/overview/users/user-edit/user-edit.component.html8 - src/app/+admin/overview/users/user-edit/user-edit.component.html8 - src/app/+manage/video-channel-edit/video-channel-create.component.ts107 - src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45 - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8 - src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 - + + + + + + + + + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist Cập nhật danh sách phát @@ -9660,9 +9529,15 @@ Do you really want to delete ? Bạn có thật sự muốn xóa ? - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + Video deleted. @@ -9737,8 +9612,8 @@ src/app/+my-account/my-account-routing.module.ts128 - is awaiting email verification - đang chờ xác minh email + is awaiting email verification + đang chờ xác minh email src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 5,6 @@ -9753,8 +9628,8 @@ - Your current email is . It is never shown to the public. - Email hiện tại của bạn là . Nó sẽ không bị hiển thị công khai. + Your current email is . It is never shown to the public. + Email hiện tại của bạn là . Nó sẽ không bị hiển thị công khai. src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 13,16 @@ -9814,13 +9689,13 @@ Maximize editor Phóng to trình chỉnh sửa - src/app/shared/shared-forms/markdown-textarea.component.ts51 - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editor Thoát khỏi toàn màn hình - src/app/shared/shared-forms/markdown-textarea.component.ts52 - + + src/app/shared/shared-forms/markdown-textarea.component.ts50 An email with verification link will be sent to . Một email xác minh sẽ được gửi tới . @@ -9842,9 +9717,9 @@ Subscribe to the account Theo dõi tài khoản này - src/app/+video-channels/video-channels.component.ts85 - src/app/+videos/+video-watch/video-watch.component.ts888 - + + + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTS DANH SÁCH PHÁT @@ -9944,13 +9819,13 @@ src/app/+video-studio/edit/video-studio-edit.component.ts75 - The current video will be overwritten by this edited video and <strong>you won't be able to recover it</strong>.<br /><br /> - Video gốc sẽ bị ghi đè bởi video mới và bạn <strong>không thể phục hồi như cũ</strong>.<br /><br /> + The current video will be overwritten by this edited video and <strong>you won't be able to recover it</strong>.<br /><br /> + Video gốc sẽ bị ghi đè bởi video mới và bạn <strong>không thể phục hồi như cũ</strong>.<br /><br /> src/app/+video-studio/edit/video-studio-edit.component.ts79 - As a reminder, the following tasks will be executed: <ol></ol> - Những tác vụ sau sẽ được áp dụng: <ol></ol> + As a reminder, the following tasks will be executed: <ol></ol> + Những tác vụ sau sẽ được áp dụng: <ol></ol> src/app/+video-studio/edit/video-studio-edit.component.ts80 @@ -10014,7 +9889,8 @@ src/app/core/auth/auth.service.ts75 - Cannot retrieve OAuth Client credentials: . Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section. + Cannot retrieve OAuth Client credentials: . +Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section. Không thể truy xuất thông tin đăng nhập ứng dụng khách OAuth: . Hãy chắc rằng bạn đã cấu hình đúng PeerTube (config/ directory), đặc biệt là phần "webserver". src/app/core/auth/auth.service.ts102 @@ -10183,17 +10059,17 @@ VOD videos Video VOD - src/app/+search/search-filters.component.html34 - src/app/shared/shared-video-miniature/video-filters-header.component.html112 - src/app/shared/shared-video-miniature/video-filters.model.ts174 - + + + + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videos Video livestream - src/app/+search/search-filters.component.html29 - src/app/shared/shared-video-miniature/video-filters-header.component.html107 - src/app/shared/shared-video-miniature/video-filters.model.ts168 - + + + + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) Ngắn (< 4 phút) @@ -10205,8 +10081,8 @@ src/app/+search/search-filters.component.ts63 - Long (> 10 min) - Dài (> 10 phút) + Long (> 10 min) + Dài (> 10 phút) src/app/+search/search-filters.component.ts67 @@ -10297,8 +10173,8 @@ - The video quota only takes into account original video size. Since transcoding is enabled, videos size can be at most ~ . - Giới hạn dung lượng video chỉ áp dụng với tập tin gốc của video. Vì chuyển kích cỡ đang bật, dung lượng video có thể gần ~ . + The video quota only takes into account original video size. Since transcoding is enabled, videos size can be at most ~ . + Giới hạn dung lượng video chỉ áp dụng với tập tin gốc của video. Vì chuyển kích cỡ đang bật, dung lượng video có thể gần ~ . src/app/+admin/shared/user-real-quota-info.component.html 1,4 @@ -10965,8 +10841,8 @@ - See the documentation to learn how to use the PeerTube live streaming feature. - Đọc tài liệu để biết cách sử dụng tính năng Livestream của PeerTube. + See the documentation to learn how to use the PeerTube live streaming feature. + Đọc tài liệu để biết cách sử dụng tính năng Livestream của PeerTube. src/app/shared/shared-video-live/live-documentation-link.component.html1 @@ -11613,14 +11489,14 @@ Instance languages Ngôn ngữ máy chủ - src/app/+videos/+video-edit/shared/video-edit.component.ts222 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages Mọi ngôn ngữ - src/app/+videos/+video-edit/shared/video-edit.component.ts223 - src/app/shared/shared-forms/select/select-languages.component.ts25 - + + + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Hidden Ẩn @@ -11634,9 +11510,9 @@ Displayed Hiện - src/app/shared/shared-instance/instance-features-table.component.ts54 - src/app/shared/shared-video-miniature/video-filters.model.ts242 - + + + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 Disabled Đã tắt @@ -11769,8 +11645,8 @@ src/app/shared/shared-moderation/user-moderation-dropdown.component.ts89 - If you remove this user, you won't be able to create another user or channel with <strong></strong> username! - Nếu xóa người dùng này, bạn không thể tạo lại tên người dùng hoặc kênh <strong></strong> nữa! + If you remove this user, you won't be able to create another user or channel with <strong></strong> username! + Nếu xóa người dùng này, bạn không thể tạo lại tên người dùng hoặc kênh <strong></strong> nữa! src/app/shared/shared-moderation/user-moderation-dropdown.component.ts 104 @@ -11807,19 +11683,19 @@ Account muted by the instance. Người dùng đã bị ẩn bởi máy chủ. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434 - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server Ẩn máy chủ - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. Máy chủ đã bị ẩn bởi máy chủ. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter Thêm thông điệp để giao tiếp với người báo cáo @@ -12066,30 +11942,33 @@ Too many attempts, please try again after minutes. Bạn đã thử quá nhiều lần, xin thử lại sau phút. - src/app/core/rest/rest-extractor.service.ts126 - + + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. Quá nhiều lần thực hiện, vui lòng thử lại sau. - src/app/core/rest/rest-extractor.service.ts129 - + + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. Lỗi máy chủ. Xin thử lại sau. - src/app/core/rest/rest-extractor.service.ts133 - + + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later. Máy chủ không khả dụng. Vui lòng thử lại sau. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server error Lỗi máy chủ chưa biết - src/app/core/rest/rest-extractor.service.ts140 + + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + Subscribed to all current channels of . You will be notified of all their new videos. @@ -12180,29 +12059,29 @@ Delete video Xóa video - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment Hành động đối với bình luận - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment Xóa bình luận - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? Bạn có chắc muốn xóa bình luận này? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 - + + + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. Đã xóa bình luận. - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Encoder Encoder @@ -12250,25 +12129,25 @@ Do you really want to delete this video? Bạn thực sự muốn xóa video chứ? - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. Đã xóa video. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter Hành động đối với người báo cáo - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter Ẩn người báo cáo - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 Download Tải về @@ -12416,59 +12295,37 @@ 58 - - Showing to of registration tokens - Hiện từ trong token đăng ký - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - - + Token Token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runners Người xử lý đã liên kết - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate token Tạo token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copied Đã sao chép token đăng ký - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration token Sao chép token đăng ký - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners. Không tìm thấy token đăng ký cho người xử lý từ xa. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this token Xóa token này @@ -12536,9 +12393,9 @@ Mute account Ẩn tài khoản - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actions Mở hành động video @@ -12572,8 +12429,8 @@ Mute server account Ẩn tài khoản máy chủ - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Report Báo cáo @@ -12672,27 +12529,27 @@ - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18 - src/app/+admin/overview/videos/video-list.component.html77 - src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4 - src/app/+stats/video/video-stats.component.html2 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31 - src/app/+videos/+video-watch/video-watch.component.html76 - src/app/menu/menu.component.html112 - src/app/shared/shared-instance/instance-about-accordion.component.html115 - src/app/shared/shared-main/angular/login-link.component.html1 - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html20 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html30 - src/app/shared/shared-moderation/user-ban-modal.component.html3 - src/app/shared/shared-user-settings/user-interface-settings.component.html9 - src/app/shared/shared-video-miniature/video-download.component.html27 - src/app/shared/shared-video-miniature/video-download.component.html47 - src/app/shared/shared-video-miniature/video-download.component.html66 - src/app/shared/shared-video-miniature/video-download.component.html77 - src/app/shared/shared-video-miniature/video-download.component.html89 - src/app/shared/shared-video-miniature/videos-selection.component.html1 - + + + + + + + + + + + + + + + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Add to watch later Xem sau @@ -12724,28 +12581,28 @@ Only I can see this video Chỉ mình tôi - src/app/shared/shared-main/video/video.service.ts460 - + + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link Chỉ người có được liên kết - src/app/shared/shared-main/video/video.service.ts461 - + + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video Ai cũng có thể xem video này - src/app/shared/shared-main/video/video.service.ts462 - + + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video Chỉ người dùng trên máy chủ này - src/app/shared/shared-main/video/video.service.ts463 - + + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this video Chỉ ai biết mật khẩu mới xem được video này - src/app/shared/shared-main/video/video.service.ts464 - + + src/app/shared/shared-main/video/video.service.ts465 Video to import updated. Đã cập nhật video cần nhập. @@ -12792,45 +12649,33 @@ You have unsaved changes! If you leave, your changes will be lost. Bạn có sửa đổi chưa lưu! Nếu rời đi, những sửa đổi này sẽ bị mất. - src/app/+videos/+video-edit/video-update.component.ts140 - + + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. Đã cập nhật video. - src/app/+videos/+video-edit/video-update.component.ts227 - + + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators. Video của bạn cũng sẽ tự động bị chặn do việc đăng video yêu cầu người kiểm duyệt xác thực thủ công. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version. Tải lên phiên bản mới của video của bạn sẽ xóa hoàn toàn phiên bản hiện tại. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 - <br /><br />Do you still want to replace your video file? - <br /><br />Bạn vẫn muốn thay thế video? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + <br /><br />Do you still want to replace your video file? + <br /><br />Bạn vẫn muốn thay thế video? + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warning Cảnh báo thay thế video - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: ) (định dạng: ) @@ -12929,141 +12774,132 @@ - This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? - Video không khả dụng trên máy chủ này. Bạn có muốn chuyển tới máy chủ gốc: <a href=""></a>? - src/app/+videos/+video-watch/video-watch.component.ts370 - + This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? + Video không khả dụng trên máy chủ này. Bạn có muốn chuyển tới máy chủ gốc: <a href=""></a>? + + src/app/+videos/+video-watch/video-watch.component.ts371 Redirection Chuyển hướng - src/app/+videos/+video-watch/video-watch.component.ts371 - + + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this video Bạn cần có mật khẩu mới xem được video này - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protected Video này được bảo vệ mật khẩu - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct password Sai mật khẩu, hãy thử lại - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? Video này chứa nội dung cho người lớn hoặc nhạy cảm. Bạn có chắc chắn muốn xem không? - src/app/+videos/+video-watch/video-watch.component.ts446 - + + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content Nội dung người lớn hoặc nhạy cảm - src/app/+videos/+video-watch/video-watch.component.ts447 - + + src/app/+videos/+video-watch/video-watch.component.ts448 Cancel Hủy - src/app/+about/about-instance/contact-admin-modal.component.html48 - src/app/+admin/follows/following-list/follow-modal.component.html33 - src/app/+admin/moderation/registration-list/process-registration-modal.component.html67 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102 - src/app/+login/login.component.html146 - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20 - src/app/+my-library/my-video-imports/my-video-imports.component.html42 - src/app/+my-library/my-videos/modals/video-change-ownership.component.html22 - src/app/+videos/+video-edit/shared/upload-progress.component.html14 - src/app/+videos/+video-edit/shared/upload-progress.component.html26 - src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37 - src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25 - src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73 - src/app/modal/confirm.component.html25 - src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26 - src/app/shared/shared-moderation/batch-domains-modal.component.html31 - src/app/shared/shared-moderation/report-modals/report.component.html53 - src/app/shared/shared-moderation/report-modals/report.component.html53 - src/app/shared/shared-moderation/report-modals/video-report.component.html84 - src/app/shared/shared-moderation/user-ban-modal.component.html34 - src/app/shared/shared-moderation/video-block.component.html46 - src/app/shared/shared-video-miniature/video-download.component.html140 - + + + + + + + + + + + + + + + + + + + + + + + + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreen Vào/thoát toàn màn hình - src/app/+videos/+video-watch/video-watch.component.ts851 - + + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the video Phát/Ngừng video - src/app/+videos/+video-watch/video-watch.component.ts852 - + + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the video Ẩn/Bỏ ẩn video - src/app/+videos/+video-watch/video-watch.component.ts853 - + + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90% Tua nhanh thời lượng video: 0 là 0% và 9 là 90% - src/app/+videos/+video-watch/video-watch.component.ts868 - + + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volume Tăng âm lượng - src/app/+videos/+video-watch/video-watch.component.ts855 - + + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volume Giảm âm lượng - src/app/+videos/+video-watch/video-watch.component.ts856 - + + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forward Tua tới video - src/app/+videos/+video-watch/video-watch.component.ts870 - + + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backward Tua lùi video - src/app/+videos/+video-watch/video-watch.component.ts871 - + + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rate Tăng tốc độ video - src/app/+videos/+video-watch/video-watch.component.ts873 - + + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rate Giảm tốc độ video - src/app/+videos/+video-watch/video-watch.component.ts874 - + + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frame Điều hướng video tới khung trước đó - src/app/+videos/+video-watch/video-watch.component.ts876 - + + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frame Điều hướng video tới khung kế tiếp - src/app/+videos/+video-watch/video-watch.component.ts877 - + + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater mode Chế độ rạp chiếu - src/app/+videos/+video-watch/video-watch.component.ts861 - + + src/app/+videos/+video-watch/video-watch.component.ts867 Like the video Thích video @@ -13143,14 +12979,7 @@ 103 - - Showing to of videos - Đang hiện từ tới trong tổng số video - - src/app/+admin/overview/videos/video-list.component.html - 11 - - + Only videos uploaded on this instance are displayed Chỉ hiện những video đăng từ máy chủ này diff --git a/client/src/locale/angular.xlf b/client/src/locale/angular.xlf index 150d36fc2..9e5edf12a 100644 --- a/client/src/locale/angular.xlf +++ b/client/src/locale/angular.xlf @@ -372,7 +372,7 @@ src/app/+admin/system/runners/runner-list/runner-list.component.html - 24 + 23 src/app/+manage/video-channel-edit/video-channel-edit.component.html @@ -553,7 +553,7 @@ src/app/+my-library/my-video-imports/my-video-imports.component.html - 42 + 41 src/app/+my-library/my-videos/modals/video-change-ownership.component.html @@ -1006,11 +1006,11 @@ src/app/shared/shared-moderation/server-blocklist.component.html - 32 + 31 src/app/shared/shared-moderation/server-blocklist.component.html - 32 + 31 @@ -1218,7 +1218,7 @@ src/app/+admin/overview/users/user-list/user-list.component.html - 105 + 103 @@ -1363,7 +1363,7 @@ src/app/+admin/follows/following-list/following-list.component.html - 41 + 40 src/app/+admin/follows/follows.routes.ts @@ -1729,7 +1729,7 @@ color: red; src/app/+admin/overview/videos/video-list.component.html - 77,79 + 76,78 src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html @@ -2135,8 +2135,8 @@ color: red; 305 - - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) + + Allow channel synchronization with channel of other platforms like YouTube src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html 316 @@ -2590,7 +2590,7 @@ color: red; src/app/+admin/system/runners/runner-list/runner-list.component.html - 23 + 22 src/app/+manage/video-channel-edit/video-channel-edit.component.html @@ -3086,7 +3086,7 @@ color: red; src/app/+videos/+video-edit/shared/video-edit.component.ts - 97 + 98 @@ -3487,104 +3487,97 @@ color: red; 3 - - Showing to of followers - - src/app/+admin/follows/followers-list/followers-list.component.html - 11 - - Batch actions src/app/+admin/follows/followers-list/followers-list.component.html - 18 + 17 src/app/+admin/follows/following-list/following-list.component.html - 18 + 17 src/app/+admin/moderation/registration-list/registration-list.component.html - 18 + 17 src/app/+admin/overview/comments/video-comment-list.component.html - 22 + 21 src/app/+admin/overview/users/user-list/user-list.component.html - 18 + 16 src/app/+admin/overview/videos/video-list.component.html - 18 + 17 src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 43 + 42 Select all rows src/app/+admin/follows/followers-list/followers-list.component.html - 33 + 32 src/app/+admin/follows/following-list/following-list.component.html - 38 + 37 src/app/+admin/moderation/registration-list/registration-list.component.html - 33 + 32 src/app/+admin/overview/comments/video-comment-list.component.html - 39 + 38 src/app/+admin/overview/users/user-list/user-list.component.html - 39 + 37 src/app/+admin/overview/videos/video-list.component.html - 36 + 35 src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 24 + 23 Actions src/app/+admin/follows/followers-list/followers-list.component.html - 35 + 34 src/app/+admin/moderation/registration-list/registration-list.component.html - 60 + 59 src/app/+admin/moderation/video-block-list/video-block-list.component.html - 43 + 42 src/app/+admin/overview/comments/video-comment-list.component.html - 64 + 63 src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 70 + 69 src/app/+admin/system/runners/runner-list/runner-list.component.html - 36 + 35 src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 44 + 43 src/app/+my-library/my-ownership/my-ownership.component.html @@ -3592,125 +3585,125 @@ color: red; src/app/shared/shared-abuse-list/abuse-list-table.component.html - 39 + 37 Follower src/app/+admin/follows/followers-list/followers-list.component.html - 36 + 35 State src/app/+admin/follows/followers-list/followers-list.component.html - 37,38 + 36,37 src/app/+admin/follows/following-list/following-list.component.html - 42,43 - - - src/app/+admin/moderation/registration-list/registration-list.component.html 41,42 + + src/app/+admin/moderation/registration-list/registration-list.component.html + 40,41 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 30,31 + 29,30 src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 36 + 35 src/app/shared/shared-abuse-list/abuse-list-table.component.html - 24,25 + 22,23 Score src/app/+admin/follows/followers-list/followers-list.component.html - 38,39 + 37,38 Created src/app/+admin/follows/followers-list/followers-list.component.html - 39,41 + 38,40 src/app/+admin/follows/following-list/following-list.component.html - 43,44 + 42,43 src/app/+admin/system/jobs/jobs.component.html - 50 + 48 src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 34,36 + 33,35 src/app/+admin/system/runners/runner-list/runner-list.component.html - 27,29 + 26,28 src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 26,27 + 25,26 src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 37 + 36 src/app/+my-library/my-video-imports/my-video-imports.component.html - 31 + 30 src/app/shared/shared-abuse-list/abuse-list-table.component.html - 23,24 + 21,22 Select this row src/app/+admin/follows/followers-list/followers-list.component.html - 46 + 45 src/app/+admin/follows/following-list/following-list.component.html - 51 - - - src/app/+admin/moderation/registration-list/registration-list.component.html 50 + + src/app/+admin/moderation/registration-list/registration-list.component.html + 49 + src/app/+admin/overview/comments/video-comment-list.component.html - 54 + 53 src/app/+admin/overview/users/user-list/user-list.component.html - 79 + 77 src/app/+admin/overview/videos/video-list.component.html - 51 + 50 src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 60 + 59 Accept src/app/+admin/follows/followers-list/followers-list.component.html - 50 + 49 src/app/+admin/follows/followers-list/followers-list.component.ts @@ -3729,7 +3722,7 @@ color: red; Reject src/app/+admin/follows/followers-list/followers-list.component.html - 51 + 50 src/app/+admin/follows/followers-list/followers-list.component.ts @@ -3744,11 +3737,22 @@ color: red; Open actor page in a new tab src/app/+admin/follows/followers-list/followers-list.component.html - 56 + 55 Accepted + + src/app/+admin/follows/followers-list/followers-list.component.html + 62 + + + src/app/+admin/follows/following-list/following-list.component.html + 64 + + + + Pending src/app/+admin/follows/followers-list/followers-list.component.html 63 @@ -3758,8 +3762,8 @@ color: red; 65 - - Pending + + Rejected src/app/+admin/follows/followers-list/followers-list.component.html 64 @@ -3769,29 +3773,18 @@ color: red; 66 - - Rejected - - src/app/+admin/follows/followers-list/followers-list.component.html - 65 - - - src/app/+admin/follows/following-list/following-list.component.html - 67 - - No follower found matching current filters. src/app/+admin/follows/followers-list/followers-list.component.html - 77 + 76 Your instance doesn't have any follower. src/app/+admin/follows/followers-list/followers-list.component.html - 78 + 77 @@ -3858,11 +3851,11 @@ color: red; src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 63 + 68 src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 57 + 56 src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts @@ -3890,15 +3883,15 @@ color: red; src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 133 + 132 src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 376 + 373 src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 411 + 408 src/app/shared/shared-main/buttons/delete-button.component.ts @@ -3967,7 +3960,7 @@ color: red; src/app/+admin/follows/following-list/following-list.component.html - 25 + 24 @@ -3998,18 +3991,11 @@ color: red; 3 - - Showing to of hosts - - src/app/+admin/follows/following-list/following-list.component.html - 11 - - Action src/app/+admin/follows/following-list/following-list.component.html - 40 + 39 src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html @@ -4017,55 +4003,55 @@ color: red; src/app/shared/shared-moderation/account-blocklist.component.html - 23 + 22 src/app/shared/shared-moderation/account-blocklist.component.html - 23 + 22 src/app/shared/shared-moderation/server-blocklist.component.html - 31 + 30 src/app/shared/shared-moderation/server-blocklist.component.html - 31 + 30 Redundancy allowed src/app/+admin/follows/following-list/following-list.component.html - 44,46 + 43,45 Open instance in a new tab src/app/+admin/follows/following-list/following-list.component.html - 58 + 57 src/app/shared/shared-moderation/server-blocklist.component.html - 43 + 42 src/app/shared/shared-moderation/server-blocklist.component.html - 43 + 42 No host found matching current filters. src/app/+admin/follows/following-list/following-list.component.html - 84 + 83 Your instance is not following anyone. src/app/+admin/follows/following-list/following-list.component.html - 85 + 84 @@ -4153,7 +4139,7 @@ color: red; src/app/+admin/moderation/video-block-list/video-block-list.component.html - 26,27 + 25,26 @@ -4209,35 +4195,35 @@ color: red; Used () src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts - 96 + 95 Available () src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts - 102 + 101 Do you really want to remove this video redundancy? src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts - 146 + 145 Remove redundancy src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts - 147 + 146 Video redundancies removed! src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts - 153 + 152 @@ -4380,37 +4366,30 @@ color: red; 3 - - Showing to of registrations - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - - Account src/app/+admin/moderation/registration-list/registration-list.component.html - 37 + 36 src/app/+admin/overview/comments/video-comment-list.component.html - 43 + 42 src/app/shared/shared-moderation/account-blocklist.component.html - 24 + 23 src/app/shared/shared-moderation/account-blocklist.component.html - 24 + 23 Email src/app/+admin/moderation/registration-list/registration-list.component.html - 38 + 37 src/app/+admin/overview/users/user-edit/user-edit.component.html @@ -4445,7 +4424,7 @@ color: red; Channel src/app/+admin/moderation/registration-list/registration-list.component.html - 39 + 38 src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html @@ -4480,49 +4459,49 @@ color: red; Registration reason src/app/+admin/moderation/registration-list/registration-list.component.html - 40 + 39 Moderation response src/app/+admin/moderation/registration-list/registration-list.component.html - 42 + 41 Requested on src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 + 42,44 Registration reason: src/app/+admin/moderation/registration-list/registration-list.component.html - 109 + 108 Moderation response: src/app/+admin/moderation/registration-list/registration-list.component.html - 114 + 113 No registrations found matching current filters. src/app/+admin/moderation/registration-list/registration-list.component.html - 127 + 126 No registrations found. src/app/+admin/moderation/registration-list/registration-list.component.html - 128 + 127 @@ -4567,79 +4546,72 @@ color: red; 137 - - Showing to of blocked videos - - src/app/+admin/moderation/video-block-list/video-block-list.component.html - 11 - - Sensitive src/app/+admin/moderation/video-block-list/video-block-list.component.html - 27 + 26 Unfederated src/app/+admin/moderation/video-block-list/video-block-list.component.html - 28 + 27 src/app/+admin/moderation/video-block-list/video-block-list.component.html - 60 + 59 Date src/app/+admin/moderation/video-block-list/video-block-list.component.html - 29,31 + 28,30 src/app/+admin/overview/comments/video-comment-list.component.html - 46,48 + 45,47 The video was blocked due to automatic blocking of new videos src/app/+admin/moderation/video-block-list/video-block-list.component.html - 50 + 49 NSFW src/app/+admin/moderation/video-block-list/video-block-list.component.html - 56 + 55 src/app/+admin/overview/videos/video-list.component.html - 75 + 74 Block reason: src/app/+admin/moderation/video-block-list/video-block-list.component.html - 75 + 74 No blocked video found matching current filters. src/app/+admin/moderation/video-block-list/video-block-list.component.html - 92 + 91 No blocked video found. src/app/+admin/moderation/video-block-list/video-block-list.component.html - 93 + 92 @@ -4666,7 +4638,7 @@ color: red; src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 39 + 38 src/app/shared/shared-instance/instance-follow.service.ts @@ -4695,7 +4667,7 @@ color: red; src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 243 + 240 @@ -4720,7 +4692,7 @@ color: red; src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 334 + 331 @@ -4750,7 +4722,7 @@ color: red; src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 375 + 372 @@ -4761,7 +4733,7 @@ color: red; src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 383 + 380 @@ -4796,22 +4768,15 @@ color: red; 8 - - Showing to of comments - - src/app/+admin/overview/comments/video-comment-list.component.html - 15 - - Refresh src/app/+admin/overview/comments/video-comment-list.component.html - 31 + 30 src/app/+admin/overview/videos/video-list.component.html - 27 + 26 src/app/+admin/system/jobs/jobs.component.html @@ -4823,18 +4788,18 @@ color: red; src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 52 + 51 Video src/app/+admin/overview/comments/video-comment-list.component.html - 44 + 43 src/app/+admin/overview/videos/video-list.component.html - 40 + 39 src/app/+my-library/my-ownership/my-ownership.component.html @@ -4842,7 +4807,7 @@ color: red; src/app/+my-library/my-video-imports/my-video-imports.component.html - 29 + 28 src/app/shared/shared-video-miniature/video-download.component.html @@ -4853,7 +4818,7 @@ color: red; Comment src/app/+admin/overview/comments/video-comment-list.component.html - 45 + 44 src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts @@ -4864,18 +4829,18 @@ color: red; See full comment src/app/+admin/overview/comments/video-comment-list.component.html - 58 + 57 Open account in a new tab src/app/+admin/overview/comments/video-comment-list.component.html - 69 + 68 src/app/+admin/overview/users/user-list/user-list.component.html - 94 + 92 src/app/+my-library/my-ownership/my-ownership.component.html @@ -4883,36 +4848,36 @@ color: red; src/app/shared/shared-abuse-list/abuse-list-table.component.html - 44 + 42 src/app/shared/shared-moderation/account-blocklist.component.html - 35 + 34 src/app/shared/shared-moderation/account-blocklist.component.html - 35 + 34 Commented video src/app/+admin/overview/comments/video-comment-list.component.html - 81 + 80 No comments found matching current filters. src/app/+admin/overview/comments/video-comment-list.component.html - 106 + 105 No comments found. src/app/+admin/overview/comments/video-comment-list.component.html - 107 + 106 @@ -5000,7 +4965,7 @@ color: red; src/app/+admin/overview/users/user-list/user-list.component.html - 25 + 23 @@ -5023,7 +4988,7 @@ color: red; src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts - 92 + 91 src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html @@ -5487,39 +5452,32 @@ color: red; 134 - - Showing to of users - - src/app/+admin/overview/users/user-list/user-list.component.html - 11 - - Table parameters src/app/+admin/overview/users/user-list/user-list.component.html - 47 + 45 Select columns src/app/+admin/overview/users/user-list/user-list.component.html - 53 + 51 Highlight banned users src/app/+admin/overview/users/user-list/user-list.component.html - 59 + 57 Muted src/app/+admin/overview/users/user-list/user-list.component.html - 104 + 102 src/app/shared/shared-moderation/account-block-badges.component.html @@ -5534,14 +5492,14 @@ color: red; The user was banned src/app/+admin/overview/users/user-list/user-list.component.html - 109 + 107 Total video quota src/app/+admin/overview/users/user-list/user-list.component.html - 118 + 116 src/app/shared/shared-main/users/user-quota.component.html @@ -5552,14 +5510,14 @@ color: red; Total daily video quota src/app/+admin/overview/users/user-list/user-list.component.html - 128 + 126 Ban reason: src/app/+admin/overview/users/user-list/user-list.component.html - 150 + 148 @@ -5756,7 +5714,7 @@ color: red; src/app/+admin/overview/videos/video-list.component.html - 88 + 87 @@ -5848,18 +5806,11 @@ color: red; 103 - - Showing to of videos - - src/app/+admin/overview/videos/video-list.component.html - 11 - - Info src/app/+admin/overview/videos/video-list.component.html - 41 + 40 src/app/core/notification/notifier.service.ts @@ -5870,35 +5821,35 @@ color: red; Files src/app/+admin/overview/videos/video-list.component.html - 42 + 41 Published src/app/+admin/overview/videos/video-list.component.html - 43,45 + 42,44 Account muted src/app/+admin/overview/videos/video-list.component.html - 79 + 78 Server muted src/app/+admin/overview/videos/video-list.component.html - 80 + 79 Blocked src/app/+admin/overview/videos/video-list.component.html - 82 + 81 src/app/shared/shared-video-miniature/video-miniature.component.html @@ -5909,18 +5860,18 @@ color: red; Object storage src/app/+admin/overview/videos/video-list.component.html - 89 + 88 Delete this file src/app/+admin/overview/videos/video-list.component.html - 114 + 113 src/app/+admin/overview/videos/video-list.component.html - 130 + 129 @@ -6299,14 +6250,14 @@ color: red; plugin src/app/+admin/plugins/shared/plugin-api.service.ts - 30 + 31 theme src/app/+admin/plugins/shared/plugin-api.service.ts - 33 + 34 @@ -6486,82 +6437,75 @@ color: red; Selector for the list displaying jobs, filtering by their state - - Showing to of jobs - - src/app/+admin/system/jobs/jobs.component.html - 39 - - ID src/app/+admin/system/jobs/jobs.component.html - 45 + 43 Type src/app/+admin/system/jobs/jobs.component.html - 46 + 44 src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 29 + 28 Priority (1 = highest priority) src/app/+admin/system/jobs/jobs.component.html - 47 + 45 State src/app/+admin/system/jobs/jobs.component.html - 48 + 46 src/app/+my-library/my-video-imports/my-video-imports.component.html - 30 + 29 Progress src/app/+admin/system/jobs/jobs.component.html - 49 + 47 No jobs found. src/app/+admin/system/jobs/jobs.component.html - 105 + 103 No jobs found. src/app/+admin/system/jobs/jobs.component.html - 106 + 104 No jobs found. src/app/+admin/system/jobs/jobs.component.html - 110 + 108 No jobs found that are . src/app/+admin/system/jobs/jobs.component.html - 111 + 109 @@ -6641,60 +6585,53 @@ color: red; 145 - - Showing to of runner jobs - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - - UUID src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 28 + 27 Priority src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 31,32 + 30,31 Progress src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 32,33 + 31,32 Runner src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 33 + 32 Payload: src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 100 + 99 Private payload: src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 105 + 104 No runner jobs found. src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 118 + 117 @@ -6793,32 +6730,25 @@ color: red; 4 - - Showing to of remote runners - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - - IP src/app/+admin/system/runners/runner-list/runner-list.component.html - 25 + 24 Last contact src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 + 25 No remote runners found. src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 + 55 @@ -6842,53 +6772,46 @@ color: red; 58 - - Showing to of registration tokens - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - - Token src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 + 24 Associated runners src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 + 26 Generate token src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 + 33 Registration token copied src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 + 51 Copy registration token src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 + 52 No registration token found for remote runners. src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 67 + 66 @@ -7577,21 +7500,21 @@ The link will expire within 1 hour. src/app/+my-account/my-account-applications/my-account-applications.component.ts - 41 + 40 Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? src/app/+my-account/my-account-applications/my-account-applications.component.ts - 40 + 39 Token renewed. Update your client configuration accordingly. src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 + 48 @@ -8316,7 +8239,7 @@ The link will expire within 1 hour. src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 65 + 64 src/app/+videos/+video-watch/video-watch.component.html @@ -8330,34 +8253,51 @@ The link will expire within 1 hour. 49 - - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! + + Do you really want to delete ? src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 + 56 + + + src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts + 127 + + + src/app/+my-library/my-video-playlists/my-video-playlists.component.ts + 34 + + + src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts + 231 + + + + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 Please type the name of the video channel () to confirm src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 59 + 64 Video channel deleted. src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 71 + 76 Views for the day src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 106 + 111 @@ -8763,74 +8703,67 @@ channel or account with the same name (9 - - Showing to of synchronizations - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - - Add synchronization src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 + 24 External Channel src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 + 33 Channel src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 + 34 Last synchronization at src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 + 37 List imports src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 + 48 Fully synchronize the channel src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 62 + 61 This fetches any missing videos on the local channel src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 63 + 62 Synchronization removed successfully for . src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 102 + 101 Full synchronization requested successfully for . src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 115 + 114 @@ -8900,32 +8833,25 @@ channel or account with the same name (11 - - Showing to of imports - - src/app/+my-library/my-video-imports/my-video-imports.component.html - 21 - - Target src/app/+my-library/my-video-imports/my-video-imports.component.html - 28 + 27 This video was deleted src/app/+my-library/my-video-imports/my-video-imports.component.html - 59 + 58 Playlist created. src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts - 77 + 76 @@ -9050,21 +8976,6 @@ channel or account with the same name (53 - - Do you really want to delete ? - - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts - 127 - - - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts - 34 - - - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts - 231 - - Playlist deleted. @@ -9299,6 +9210,10 @@ channel or account with the same name (src/app/+search/search-filters.component.html 229,231 + + src/app/+videos/+video-edit/shared/video-edit.component.html + 371,373 + src/app/shared/shared-forms/reactive-file.component.html 16,18 @@ -9323,7 +9238,7 @@ channel or account with the same name ( src/app/shared/shared-video-miniature/video-filters.model.ts - 168 + 174 @@ -9338,7 +9253,7 @@ channel or account with the same name ( src/app/shared/shared-video-miniature/video-filters.model.ts - 174 + 180 @@ -9789,21 +9704,21 @@ channel or account with the same name ( src/app/+signup/+register/register.component.ts - 43 + 42 Go to the next step src/app/+signup/+register/register.component.ts - 44 + 43 Signup src/app/+signup/+register/register.component.ts - 86 + 85 Button on the registration form to finalize the account and channel creation @@ -10441,7 +10356,7 @@ channel or account with the same name ( src/app/+videos/+video-watch/video-watch.component.ts - 888 + 894 @@ -11453,77 +11368,77 @@ channel or account with the same name ( src/app/+videos/+video-edit/shared/video-edit.component.html - 368 + 369 This is the date when the content was originally published (e.g. the release date for a film) src/app/+videos/+video-edit/shared/video-edit.component.html - 371,373 + 376,378 Enable video comments src/app/+videos/+video-edit/shared/video-edit.component.html - 389 + 393 Enable download src/app/+videos/+video-edit/shared/video-edit.component.html - 394 + 398 Plugin settings src/app/+videos/+video-edit/shared/video-edit.component.html - 402 + 406 Small latency src/app/+videos/+video-edit/shared/video-edit.component.ts - 92 + 93 Reduce latency to ~15s disabling P2P src/app/+videos/+video-edit/shared/video-edit.component.ts - 93 + 94 Average latency of 30s src/app/+videos/+video-edit/shared/video-edit.component.ts - 98 + 99 High latency src/app/+videos/+video-edit/shared/video-edit.component.ts - 102 + 103 Average latency of 60s increasing P2P ratio src/app/+videos/+video-edit/shared/video-edit.component.ts - 103 + 104 Other src/app/+videos/+video-edit/shared/video-edit.component.ts - 219 + 220 src/app/shared/shared-forms/select/select-languages.component.ts @@ -11534,14 +11449,14 @@ channel or account with the same name ( src/app/+videos/+video-edit/shared/video-edit.component.ts - 222 + 223 All languages src/app/+videos/+video-edit/shared/video-edit.component.ts - 223 + 224 src/app/shared/shared-forms/select/select-languages.component.ts @@ -11552,14 +11467,14 @@ channel or account with the same name ( src/app/+videos/+video-edit/shared/video-edit.component.ts - 240 + 241 Hide the video until a specific date src/app/+videos/+video-edit/shared/video-edit.component.ts - 241 + 242 @@ -11876,7 +11791,7 @@ channel or account with the same name ( src/app/+videos/+video-edit/video-update.component.ts - 341 + 340 src/app/shared/shared-video-miniature/video-download.component.ts @@ -11981,53 +11896,53 @@ channel or account with the same name (29 - - Your video is currenctly being updated. If you leave, your changes will be lost. + + Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 You have unsaved changes! If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 140 + 139 Video updated. src/app/+videos/+video-edit/video-update.component.ts - 227 + 226 Your video will also be automatically blocked since video publication requires manual validation by moderators. src/app/+videos/+video-edit/video-update.component.ts - 259 + 258 Uploading a new version of your video will completely erase the current version. src/app/+videos/+video-edit/video-update.component.ts - 262 + 261 <br /><br />Do you still want to replace your video file? src/app/+videos/+video-edit/video-update.component.ts - 265 + 264 Replace file warning src/app/+videos/+video-edit/video-update.component.ts - 267 + 266 @@ -12392,7 +12307,7 @@ channel or account with the same name ( src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 410 + 407 @@ -12611,7 +12526,7 @@ channel or account with the same name ( src/app/+videos/+video-watch/shared/metadata/video-description.component.html - 13 + 17 @@ -12743,140 +12658,140 @@ channel or account with the same name ("></a>? src/app/+videos/+video-watch/video-watch.component.ts - 370 + 371 Redirection src/app/+videos/+video-watch/video-watch.component.ts - 371 + 372 You need a password to watch this video src/app/+videos/+video-watch/video-watch.component.ts - 403 + 404 This video is password protected src/app/+videos/+video-watch/video-watch.component.ts - 404 + 405 Incorrect password, please enter a correct password src/app/+videos/+video-watch/video-watch.component.ts - 405 + 406 This video contains mature or explicit content. Are you sure you want to watch it? src/app/+videos/+video-watch/video-watch.component.ts - 446 + 447 Mature or explicit content src/app/+videos/+video-watch/video-watch.component.ts - 447 + 448 Enter/exit fullscreen src/app/+videos/+video-watch/video-watch.component.ts - 851 + 857 Play/Pause the video src/app/+videos/+video-watch/video-watch.component.ts - 852 + 858 Mute/unmute the video src/app/+videos/+video-watch/video-watch.component.ts - 853 + 859 Increase the volume src/app/+videos/+video-watch/video-watch.component.ts - 855 + 861 Decrease the volume src/app/+videos/+video-watch/video-watch.component.ts - 856 + 862 Toggle theater mode src/app/+videos/+video-watch/video-watch.component.ts - 861 + 867 Skip to a percentage of the video: 0 is 0% and 9 is 90% src/app/+videos/+video-watch/video-watch.component.ts - 868 + 874 Seek the video forward src/app/+videos/+video-watch/video-watch.component.ts - 870 + 876 Seek the video backward src/app/+videos/+video-watch/video-watch.component.ts - 871 + 877 Increase playback rate src/app/+videos/+video-watch/video-watch.component.ts - 873 + 879 Decrease playback rate src/app/+videos/+video-watch/video-watch.component.ts - 874 + 880 Navigate in the video to the previous frame src/app/+videos/+video-watch/video-watch.component.ts - 876 + 882 Navigate in the video to the next frame src/app/+videos/+video-watch/video-watch.component.ts - 877 + 883 @@ -13200,42 +13115,49 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Media is too large for the server. Please contact you administrator if you want to increase the limit size. src/app/core/rest/rest-extractor.service.ts - 118 + 122 Too many attempts, please try again after minutes. src/app/core/rest/rest-extractor.service.ts - 126 + 130 Too many attempts, please try again later. src/app/core/rest/rest-extractor.service.ts - 129 + 133 Server error. Please retry later. src/app/core/rest/rest-extractor.service.ts - 133 + 137 Server is unavailable. Please retry later. src/app/core/rest/rest-extractor.service.ts - 137 + 141 Unknown server error src/app/core/rest/rest-extractor.service.ts - 140 + 144 + + + + {first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 @@ -14844,7 +14766,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/shared/shared-abuse-list/abuse-list-table.component.html - 21 + 19 @@ -14961,60 +14883,60 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 161 - - Showing to of reports - - src/app/shared/shared-abuse-list/abuse-list-table.component.html - 6 - - Video/Comment/Account src/app/shared/shared-abuse-list/abuse-list-table.component.html - 22 + 20 Messages src/app/shared/shared-abuse-list/abuse-list-table.component.html - 25 + 23 Internal note src/app/shared/shared-abuse-list/abuse-list-table.component.html - 26 + 24 Deleted account src/app/shared/shared-abuse-list/abuse-list-table.component.html - 54,56 + 52,54 This video has been reported multiple times. src/app/shared/shared-abuse-list/abuse-list-table.component.html - 66 + 64 The video was blocked src/app/shared/shared-abuse-list/abuse-list-table.component.html - 73 + 71 Video was deleted src/app/shared/shared-abuse-list/abuse-list-table.component.html - 79 + 77 + + + + (Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 @@ -15028,140 +14950,140 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Account deleted src/app/shared/shared-abuse-list/abuse-list-table.component.html - 110,112 + 111,113 No abuses found matching current filters. src/app/shared/shared-abuse-list/abuse-list-table.component.html - 152 + 153 No abuses found. src/app/shared/shared-abuse-list/abuse-list-table.component.html - 153 + 154 Unsolved reports src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 43 + 42 Accepted reports src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 47 + 46 Refused reports src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 51 + 50 Reports with blocked videos src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 55 + 54 Reports with deleted videos src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 59 + 58 Do you really want to delete this abuse report? src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 133 + 132 Abuse deleted. src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 139 + 138 Deleted comment src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 214 + 213 Messages with reporter src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 248 + 245 Messages with moderators src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 249 + 246 Update internal note src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 254 + 251 Mark as accepted src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 259 + 256 Mark as rejected src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 264 + 261 Add internal note src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 269 + 266 Delete report src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 274 + 271 Actions for the flagged account src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 286 + 283 Mute account src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 292 + 289 src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts @@ -15172,91 +15094,91 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute server account src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 298 + 295 Actions for the reporter src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 310 + 307 Mute reporter src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 316 + 313 Mute server src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 322 + 319 Block video src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 339 + 336 Video blocked. src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 345 + 342 Unblock video src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 355 + 352 Video unblocked. src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 361 + 358 Delete video src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 371 + 368 Actions for the comment src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 400 + 397 Delete comment src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 406 + 403 Comment deleted. src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 418 + 415 Account muted by the instance. src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 434 + 431 src/app/shared/shared-moderation/user-moderation-dropdown.component.ts @@ -15267,7 +15189,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Server muted by the instance. src/app/shared/shared-abuse-list/abuse-list-table.component.ts - 446 + 443 @@ -15528,14 +15450,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Maximize editor src/app/shared/shared-forms/markdown-textarea.component.ts - 51 + 49 Exit maximized editor src/app/shared/shared-forms/markdown-textarea.component.ts - 52 + 50 @@ -15679,7 +15601,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Terms of src/app/shared/shared-instance/instance-about-accordion.component.ts - 81 + 80 @@ -15841,7 +15763,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/shared/shared-video-miniature/video-filters.model.ts - 242 + 248 @@ -16290,70 +16212,70 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} src/app/shared/shared-main/video/video.model.ts - 288 + 289 {views, plural, =0 {No view} =1 {1 view} other { views}} src/app/shared/shared-main/video/video.model.ts - 291 + 292 PeerTube considers this video is already being transcoded. src/app/shared/shared-main/video/video.service.ts - 348 + 349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. src/app/shared/shared-main/video/video.service.ts - 350 + 351 Force transcoding src/app/shared/shared-main/video/video.service.ts - 353 + 354 Only I can see this video src/app/shared/shared-main/video/video.service.ts - 460 + 461 Only shareable via a private link src/app/shared/shared-main/video/video.service.ts - 461 + 462 Anyone can see this video src/app/shared/shared-main/video/video.service.ts - 462 + 463 Only users of this instance can see this video src/app/shared/shared-main/video/video.service.ts - 463 + 464 Only users with the appropriate password can see this video src/app/shared/shared-main/video/video.service.ts - 464 + 465 @@ -16468,75 +16390,64 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 4 - - Showing to of muted accounts - - src/app/shared/shared-moderation/account-blocklist.component.html - 11 - - - src/app/shared/shared-moderation/account-blocklist.component.html - 11 - - Muted at src/app/shared/shared-moderation/account-blocklist.component.html - 25 + 24 src/app/shared/shared-moderation/account-blocklist.component.html - 25 + 24 src/app/shared/shared-moderation/server-blocklist.component.html - 33 + 32 src/app/shared/shared-moderation/server-blocklist.component.html - 33 + 32 Unmute src/app/shared/shared-moderation/account-blocklist.component.html - 32 + 31 src/app/shared/shared-moderation/account-blocklist.component.html - 32 + 31 src/app/shared/shared-moderation/server-blocklist.component.html - 40 + 39 src/app/shared/shared-moderation/server-blocklist.component.html - 40 + 39 No account found matching current filters. src/app/shared/shared-moderation/account-blocklist.component.html - 54 + 53 src/app/shared/shared-moderation/account-blocklist.component.html - 54 + 53 No account found. src/app/shared/shared-moderation/account-blocklist.component.html - 55 + 54 src/app/shared/shared-moderation/account-blocklist.component.html - 55 + 54 @@ -16699,59 +16610,48 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 94 - - Showing to of muted instances - - src/app/shared/shared-moderation/server-blocklist.component.html - 12 - - - src/app/shared/shared-moderation/server-blocklist.component.html - 12 - - Mute domain src/app/shared/shared-moderation/server-blocklist.component.html - 19 + 18 src/app/shared/shared-moderation/server-blocklist.component.html - 19 + 18 No server found matching current filters. src/app/shared/shared-moderation/server-blocklist.component.html - 56 + 55 src/app/shared/shared-moderation/server-blocklist.component.html - 56 + 55 No server found. src/app/shared/shared-moderation/server-blocklist.component.html - 57 + 56 src/app/shared/shared-moderation/server-blocklist.component.html - 57 + 56 Mute domains src/app/shared/shared-moderation/server-blocklist.component.html - 64 + 63 src/app/shared/shared-moderation/server-blocklist.component.html - 64 + 63 @@ -17496,21 +17396,21 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Too many languages are enabled. Please enable them all or stay below 20 enabled languages. src/app/shared/shared-user-settings/user-video-settings.component.ts - 76 + 75 Video settings updated. src/app/shared/shared-user-settings/user-video-settings.component.ts - 121 + 120 Display/Video settings updated. src/app/shared/shared-user-settings/user-video-settings.component.ts - 132 + 131 @@ -18195,77 +18095,77 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Sensitive content src/app/shared/shared-video-miniature/video-filters.model.ts - 125 + 131 Scope src/app/shared/shared-video-miniature/video-filters.model.ts - 132 + 138 Federated src/app/shared/shared-video-miniature/video-filters.model.ts - 134 + 140 Local src/app/shared/shared-video-miniature/video-filters.model.ts - 135 + 141 Languages src/app/shared/shared-video-miniature/video-filters.model.ts - 142 + 148 Categories src/app/shared/shared-video-miniature/video-filters.model.ts - 151 + 157 All videos src/app/shared/shared-video-miniature/video-filters.model.ts - 160 + 166 Blurred src/app/shared/shared-video-miniature/video-filters.model.ts - 240 + 246 hidden src/app/shared/shared-video-miniature/video-filters.model.ts - 246 + 252 blurred src/app/shared/shared-video-miniature/video-filters.model.ts - 247 + 253 displayed src/app/shared/shared-video-miniature/video-filters.model.ts - 249 + 255 diff --git a/client/src/locale/angular.zh-Hans-CN.xlf b/client/src/locale/angular.zh-Hans-CN.xlf index 4447fcc5a..4eaa52f20 100644 --- a/client/src/locale/angular.zh-Hans-CN.xlf +++ b/client/src/locale/angular.zh-Hans-CN.xlf @@ -317,30 +317,21 @@ {views, plural, =0 {No view} =1 {1 view} other { views}} {views, plural, =0 {无人观看} =1 {1 次观看} other { 次观看}} - src/app/shared/shared-main/video/video.model.ts291 + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded.PeerTube considers this video is already being transcoded. - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcodingForce transcoding - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} {viewers, plural, =0 {没有观众} =1 {1 位观众} other { 位观众}} - src/app/shared/shared-main/video/video.model.ts288 + src/app/shared/shared-main/video/video.model.ts289 @@ -356,13 +347,13 @@ Account muted 隐藏的帐号 - src/app/+admin/overview/videos/video-list.component.html79 - + + src/app/+admin/overview/videos/video-list.component.html78 Server muted 隐藏的服务器 - src/app/+admin/overview/videos/video-list.component.html80 - + + src/app/+admin/overview/videos/video-list.component.html79 Save to 另存为 @@ -473,7 +464,7 @@ 视频 - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts341src/app/shared/shared-video-miniature/video-download.component.ts62 + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: ) 上传此视频会超过你的限额(视频大小:,已用:,限额: @@ -581,21 +572,18 @@ 已屏蔽 - src/app/+admin/overview/videos/video-list.component.html82src/app/shared/shared-video-miniature/video-miniature.component.html64 + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storage Object storage - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this file 删除此文件 - src/app/+admin/overview/videos/video-list.component.html114 - src/app/+admin/overview/videos/video-list.component.html130 - + + + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}. @@ -947,7 +935,7 @@ Local 本地 - src/app/shared/shared-video-miniature/video-filters.model.ts135 + src/app/shared/shared-video-miniature/video-filters.model.ts141 users 用户 @@ -986,7 +974,7 @@ - src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/follows/follows.routes.ts26 + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 Followers 关注者 @@ -1235,7 +1223,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 Email address 电子邮件地址 @@ -1287,7 +1275,7 @@ The link will expire within 1 hour. 注册 Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 + src/app/+signup/+register/register.component.ts85 Why creating an account? 为什么要创建帐户? @@ -1966,8 +1954,8 @@ The link will expire within 1 hour. Media is too large for the server. Please contact you administrator if you want to increase the limit size. 媒体对于服务器太大。如果你想增加限制大小,请与管理员联系。 - src/app/core/rest/rest-extractor.service.ts118 - + + src/app/core/rest/rest-extractor.service.ts122 GLOBAL SEARCH 全局搜索 @@ -2172,21 +2160,21 @@ The link will expire within 1 hour. Reset 重置 - src/app/+search/search-filters.component.html8 - src/app/+search/search-filters.component.html22 - src/app/+search/search-filters.component.html41 - src/app/+search/search-filters.component.html60 - src/app/+search/search-filters.component.html74 - src/app/+search/search-filters.component.html109 - src/app/+search/search-filters.component.html122 - src/app/+search/search-filters.component.html135 - src/app/+search/search-filters.component.html148 - src/app/+search/search-filters.component.html163 - src/app/+search/search-filters.component.html171 - src/app/+search/search-filters.component.html188 - src/app/+search/search-filters.component.html229 - src/app/shared/shared-forms/reactive-file.component.html16 - + + + + + + + + + + + + + + + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter 过滤 @@ -2345,7 +2333,7 @@ The link will expire within 1 hour. - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts39src/app/shared/shared-instance/instance-follow.service.ts142 + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found 没有找到任何项目 @@ -2362,7 +2350,7 @@ The link will expire within 1 hour. - src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html24src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 Choose the appropriate licence for your work. @@ -2380,63 +2368,42 @@ The link will expire within 1 hour. - src/app/+admin/moderation/registration-list/registration-list.component.html39src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reason Registration reason - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation response Moderation response - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 Requested on Requested on - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason: Registration reason: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response: Moderation response: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters. No registrations found matching current filters. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found. No registrations found. - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this request Accept this request @@ -2674,63 +2641,63 @@ The link will expire within 1 hour. Original publication date 最初发布日期 - src/app/+videos/+video-edit/shared/video-edit.component.html368 + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) 这是内容最初发布的日期(例如电影的上映日期) - src/app/+videos/+video-edit/shared/video-edit.component.html371 + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settings 插件设置 - src/app/+videos/+video-edit/shared/video-edit.component.html402 + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latency 低延迟 - src/app/+videos/+video-edit/shared/video-edit.component.ts92 + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2P 停用 P2P 将延迟减少至约 15 秒 - src/app/+videos/+video-edit/shared/video-edit.component.ts93 + src/app/+videos/+video-edit/shared/video-edit.component.ts94 Default 默认 - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts97 + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30s 平均延迟约 30 秒 - src/app/+videos/+video-edit/shared/video-edit.component.ts98 + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latency 高延迟 - src/app/+videos/+video-edit/shared/video-edit.component.ts102 + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratio 增加 P2P 比率将平均延迟增至约 60 秒 - src/app/+videos/+video-edit/shared/video-edit.component.ts103 + src/app/+videos/+video-edit/shared/video-edit.component.ts104 Other 其他 - src/app/+videos/+video-edit/shared/video-edit.component.ts219src/app/shared/shared-forms/select/select-languages.component.ts50 + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments 开启视频评论 - src/app/+videos/+video-edit/shared/video-edit.component.html389 + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download 允许下载 - src/app/+videos/+video-edit/shared/video-edit.component.html394 + src/app/+videos/+video-edit/shared/video-edit.component.html398 Advanced settings 高级设置 @@ -2781,12 +2748,12 @@ The link will expire within 1 hour. Scheduled 定时发布 - src/app/+videos/+video-edit/shared/video-edit.component.ts240 + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date 在设定的日期之前隐藏视频 - src/app/+videos/+video-edit/shared/video-edit.component.ts241 + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal live 普通直播 @@ -2832,9 +2799,9 @@ The link will expire within 1 hour. Total video quota 视频总限额 - src/app/+admin/overview/users/user-list/user-list.component.html118 - src/app/shared/shared-main/users/user-quota.component.html3 - + + + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Congratulations! Your video is now available in your private library. 成功!你可以在私享库中查看你的视频。 @@ -2896,11 +2863,11 @@ The link will expire within 1 hour. src/app/+videos/+video-edit/video-update.component.html 29 - - Your video is currenctly being updated. If you leave, your changes will be lost.Your video is currenctly being updated. If you leave, your changes will be lost. + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 @@ -3143,7 +3110,7 @@ The link will expire within 1 hour. - src/app/+admin/overview/users/user-list/user-list.component.html104src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Loop 循环播放 @@ -3266,7 +3233,7 @@ The link will expire within 1 hour. Show more 显示更多 - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less 收起 @@ -3309,14 +3276,14 @@ The link will expire within 1 hour. The video was blocked due to automatic blocking of new videos 由于新视频被自动屏蔽,该视频被屏蔽 - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFW NSFW - src/app/+admin/moderation/video-block-list/video-block-list.component.html56 - src/app/+admin/overview/videos/video-list.component.html75 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Get more information 了解详情 @@ -3541,16 +3508,13 @@ The link will expire within 1 hour. Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? 更新令牌将禁止以前配置的客户端对 Feed 的检索,除非它们使用新令牌。要继续吗? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly. 更新令牌。请更新你的客户端配置。 - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEED 订阅 FEED @@ -3579,9 +3543,9 @@ The link will expire within 1 hour. Renew token 更新令牌 - src/app/+my-account/my-account-applications/my-account-applications.component.html36 - src/app/+my-account/my-account-applications/my-account-applications.component.ts41 - + + + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Filter... 过滤器… @@ -3602,19 +3566,19 @@ The link will expire within 1 hour. Video/Comment/Account 视频/评论/帐户 - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 ID ID - src/app/+admin/system/jobs/jobs.component.html45 - + + src/app/+admin/system/jobs/jobs.component.html43 State 状态 - src/app/+admin/system/jobs/jobs.component.html48 - src/app/+my-library/my-video-imports/my-video-imports.component.html30 - + + + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 Created 创建时间 @@ -3624,44 +3588,38 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html39src/app/+admin/follows/following-list/following-list.component.html43src/app/+admin/system/jobs/jobs.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html27src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37src/app/+my-library/my-video-imports/my-video-imports.component.html31src/app/shared/shared-abuse-list/abuse-list-table.component.html23 + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab 在新标签页中打开参与者页面 - src/app/+admin/follows/followers-list/followers-list.component.html56 - + + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted 已接受 - src/app/+admin/follows/followers-list/followers-list.component.html63 - src/app/+admin/follows/following-list/following-list.component.html65 - + + + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending 等待中 - src/app/+admin/follows/followers-list/followers-list.component.html64 - src/app/+admin/follows/following-list/following-list.component.html66 - + + + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 Rejected 已拒绝 - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept 接受 - src/app/+admin/follows/followers-list/followers-list.component.html50 - src/app/+admin/follows/followers-list/followers-list.component.ts45 - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25 - src/app/+my-library/my-ownership/my-ownership.component.html27 - + + + + + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse 拒绝 @@ -3670,61 +3628,53 @@ The link will expire within 1 hour. No follower found matching current filters. 沒有符合目前过滤器的关注者。 - src/app/+admin/follows/followers-list/followers-list.component.html77 - + + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. 你的实例没有任何关注者。 - src/app/+admin/follows/followers-list/followers-list.component.html78 - - - Showing to of followers - 显示 个关注者 - src/app/+admin/follows/followers-list/followers-list.component.html11 - + + src/app/+admin/follows/followers-list/followers-list.component.html77 + Redundancy allowed 允许冗余 - src/app/+admin/follows/following-list/following-list.component.html44 - + + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab 在新标签页中打开实例 - src/app/+admin/follows/following-list/following-list.component.html58 - src/app/shared/shared-moderation/server-blocklist.component.html43 - src/app/shared/shared-moderation/server-blocklist.component.html43 - + + + + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. 没有找到符合当前过滤选项的主机。 - src/app/+admin/follows/following-list/following-list.component.html84 - + + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. 你的实例没有关注任何人。 - src/app/+admin/follows/following-list/following-list.component.html85 - + + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}} 你确定要取消关注{count, plural, =1 {?} other { 个条目吗?}} src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - 显示 个主机 - src/app/+admin/follows/following-list/following-list.component.html11 - + Action 动作 - src/app/+admin/follows/following-list/following-list.component.html40 - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/server-blocklist.component.html31 - src/app/shared/shared-moderation/server-blocklist.component.html31 - + + + + + + + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies 视频冗余 @@ -3743,18 +3693,18 @@ The link will expire within 1 hour. Table parameters 表格参数 - src/app/+admin/overview/users/user-list/user-list.component.html47 - + + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns 选择列 - src/app/+admin/overview/users/user-list/user-list.component.html53 - + + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users 突出显示封禁的用户 - src/app/+admin/overview/users/user-list/user-list.component.html59 - + + src/app/+admin/overview/users/user-list/user-list.component.html57 Username 用户名 @@ -3875,47 +3825,43 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html18src/app/+admin/follows/following-list/following-list.component.html18src/app/+admin/moderation/registration-list/registration-list.component.html18src/app/+admin/overview/comments/video-comment-list.component.html22src/app/+admin/overview/users/user-list/user-list.component.html18src/app/+admin/overview/videos/video-list.component.html18src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 The user was banned 此用户已被封禁 - src/app/+admin/overview/users/user-list/user-list.component.html109 - + + src/app/+admin/overview/users/user-list/user-list.component.html107 Open account in a new tab 在新标签页中打开帐户 - src/app/+admin/overview/comments/video-comment-list.component.html69 - src/app/+admin/overview/users/user-list/user-list.component.html94 - src/app/+my-library/my-ownership/my-ownership.component.html32 - src/app/shared/shared-abuse-list/abuse-list-table.component.html44 - src/app/shared/shared-moderation/account-blocklist.component.html35 - src/app/shared/shared-moderation/account-blocklist.component.html35 - + + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account 已删除帐户 - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota 每日视频总限额 - src/app/+admin/overview/users/user-list/user-list.component.html128 - + + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: 封禁理由: - src/app/+admin/overview/users/user-list/user-list.component.html150 - + + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned users 封禁用户 src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - 显示 个用户 - src/app/+admin/overview/users/user-list/user-list.component.html11 - + Moderation 审核 @@ -3956,9 +3902,9 @@ The link will expire within 1 hour. Video 视频 - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30 - src/app/+admin/moderation/video-block-list/video-block-list.component.html26 - + + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size 总大小 @@ -3993,29 +3939,29 @@ The link will expire within 1 hour. Used () 已用 () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available () 可用 () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Sensitive 敏感内容 - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated 无联邦 - src/app/+admin/moderation/video-block-list/video-block-list.component.html28 - src/app/+admin/moderation/video-block-list/video-block-list.component.html60 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date 日期 - src/app/+admin/moderation/video-block-list/video-block-list.component.html29 - src/app/+admin/overview/comments/video-comment-list.component.html46 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this row 选择此行 @@ -4025,12 +3971,12 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html46src/app/+admin/follows/following-list/following-list.component.html51src/app/+admin/moderation/registration-list/registration-list.component.html50src/app/+admin/overview/comments/video-comment-list.component.html54src/app/+admin/overview/users/user-list/user-list.component.html79src/app/+admin/overview/videos/video-list.component.html51src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full comment 查看完整评论 - src/app/+admin/overview/comments/video-comment-list.component.html58 - + + src/app/+admin/overview/comments/video-comment-list.component.html57 Actions 操作 @@ -4040,27 +3986,27 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html35src/app/+admin/moderation/registration-list/registration-list.component.html60src/app/+admin/moderation/video-block-list/video-block-list.component.html43src/app/+admin/overview/comments/video-comment-list.component.html64src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70src/app/+admin/system/runners/runner-list/runner-list.component.html36src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html39 + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 Follower 关注者 - src/app/+admin/follows/followers-list/followers-list.component.html36 - + + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented video 已评论视频 - src/app/+admin/overview/comments/video-comment-list.component.html81 - + + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters. 没有找到与当前过滤器匹配的评论。 - src/app/+admin/overview/comments/video-comment-list.component.html106 - + + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found. 没有找到评论。 - src/app/+admin/overview/comments/video-comment-list.component.html107 - + + src/app/+admin/overview/comments/video-comment-list.component.html106 Local comments 本地评论 @@ -4079,53 +4025,53 @@ The link will expire within 1 hour. No abuses found matching current filters. 没有找到与当前过滤器匹配的滥用行为。 - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. 没有找到滥用行为。 - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reports 未解决的举报 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reports 已接受的举报 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reports 已拒绝的举报 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videos 带屏蔽视频的举报 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videos 带删除视频的举报 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: 屏蔽原因: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. 没有找到与当前过滤规则匹配的屏蔽视频。 - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. 没有找到屏蔽的视频。 - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocks 自动屏蔽 @@ -4136,11 +4082,7 @@ The link will expire within 1 hour. 手动屏蔽 src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - 显示 个屏蔽的视频 - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 - + Reports 举报 @@ -4167,9 +4109,9 @@ The link will expire within 1 hour. Reporter 举报者 - src/app/shared/shared-abuse-list/abuse-details.component.html7 - src/app/shared/shared-abuse-list/abuse-list-table.component.html21 - + + + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 @@ -4185,28 +4127,28 @@ The link will expire within 1 hour. Video 视频 - src/app/+admin/overview/comments/video-comment-list.component.html44 - src/app/+admin/overview/videos/video-list.component.html40 - src/app/+my-library/my-ownership/my-ownership.component.html14 - src/app/+my-library/my-video-imports/my-video-imports.component.html29 - src/app/shared/shared-video-miniature/video-download.component.html8 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 Comment 评论 - src/app/+admin/overview/comments/video-comment-list.component.html45src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 This video has been reported multiple times. 此视频已被多次举报。 - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked 此视频已被屏蔽 - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on @@ -4215,13 +4157,19 @@ The link will expire within 1 hour. Video was deleted 视频已被删除 - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + Account deleted 帐户已删除 - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 Open video in a new tab 在新标签页中打开视频 @@ -4235,27 +4183,23 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html37src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/moderation/registration-list/registration-list.component.html41src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/shared/shared-abuse-list/abuse-list-table.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages 消息 - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note 内部说明 - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score 分数 - src/app/+admin/follows/followers-list/followers-list.component.html38 - - - Showing to of reports - 显示 个举报 - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 - + + src/app/+admin/follows/followers-list/followers-list.component.html37 + Reportee 举报者 @@ -4275,51 +4219,46 @@ The link will expire within 1 hour. Mute domain 隐藏域 - src/app/shared/shared-moderation/server-blocklist.component.html19 - src/app/shared/shared-moderation/server-blocklist.component.html19 - + + + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance 实例 - src/app/+about/about.component.html3 - src/app/+search/search-filters.component.html217 - src/app/shared/shared-moderation/server-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html32 - + + + + + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at 隐藏于 - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/server-blocklist.component.html33 - src/app/shared/shared-moderation/server-blocklist.component.html33 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute 取消隐藏 - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html40 - src/app/shared/shared-moderation/server-blocklist.component.html40 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. 找不到符合目前过滤器的服务器。 - src/app/shared/shared-moderation/server-blocklist.component.html56 - src/app/shared/shared-moderation/server-blocklist.component.html56 - + + + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. 没有找到服务器。 - src/app/shared/shared-moderation/server-blocklist.component.html57 - src/app/shared/shared-moderation/server-blocklist.component.html57 - - - Showing to of muted instances - 显示 个隐藏实例 - src/app/shared/shared-moderation/server-blocklist.component.html12 - src/app/shared/shared-moderation/server-blocklist.component.html12 - + + + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 看起来你不在 HTTPS 服务器上。你的网络服务器需要激活 TLS 才能关注服务器。 @@ -4333,29 +4272,29 @@ The link will expire within 1 hour. Mute domains 隐藏域 - src/app/shared/shared-moderation/server-blocklist.component.html64 - src/app/shared/shared-moderation/server-blocklist.component.html64 - + + + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account 帐户 - src/app/+admin/moderation/registration-list/registration-list.component.html37 - src/app/+admin/overview/comments/video-comment-list.component.html43 - src/app/shared/shared-moderation/account-blocklist.component.html24 - src/app/shared/shared-moderation/account-blocklist.component.html24 - + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. 找不到与当前过滤规则匹配的帐户。 - src/app/shared/shared-moderation/account-blocklist.component.html54 - src/app/shared/shared-moderation/account-blocklist.component.html54 - + + + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. 没有找到帐户。 - src/app/shared/shared-moderation/account-blocklist.component.html55 - src/app/shared/shared-moderation/account-blocklist.component.html55 - + + + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed plugins 列出已安装的插件 @@ -4371,12 +4310,7 @@ The link will expire within 1 hour. 显示插件 src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - 显示 个隐藏的帐户 - src/app/shared/shared-moderation/account-blocklist.component.html11 - src/app/shared/shared-moderation/account-blocklist.component.html11 - + Plugins/Themes 插件/主题 @@ -4593,11 +4527,7 @@ The link will expire within 1 hour. 此视图同时显示来自隐藏帐户的评论。 src/app/+admin/overview/comments/video-comment-list.component.html8 - - Showing to of comments - 显示 条评论 - src/app/+admin/overview/comments/video-comment-list.component.html15 - + Select all rows 选择所有行 @@ -4607,7 +4537,7 @@ The link will expire within 1 hour. - src/app/+admin/follows/followers-list/followers-list.component.html33src/app/+admin/follows/following-list/following-list.component.html38src/app/+admin/moderation/registration-list/registration-list.component.html33src/app/+admin/overview/comments/video-comment-list.component.html39src/app/+admin/overview/users/user-list/user-list.component.html39src/app/+admin/overview/videos/video-list.component.html36src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type 作业类型 @@ -4627,52 +4557,42 @@ The link will expire within 1 hour. Selector for the list displaying jobs, filtering by their state - - Showing to of jobs - 显示 个作业 - src/app/+admin/system/jobs/jobs.component.html39 - + Type 类型 - src/app/+admin/system/jobs/jobs.component.html46src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 Priority (1 = highest priority) 优先程度 (1 = 最高优先级别) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + + src/app/+admin/system/jobs/jobs.component.html45 Progress 进度 - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found. 没有找到作业。 - src/app/+admin/system/jobs/jobs.component.html105 - + + src/app/+admin/system/jobs/jobs.component.html103 No jobs found. 找不到 作业。 - src/app/+admin/system/jobs/jobs.component.html106 - + + src/app/+admin/system/jobs/jobs.component.html104 No jobs found. 找不到 作业。 - src/app/+admin/system/jobs/jobs.component.html110 - + + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are . 找不到 作业。 - src/app/+admin/system/jobs/jobs.component.html111 - + + src/app/+admin/system/jobs/jobs.component.html109 Refresh 刷新 @@ -4680,7 +4600,7 @@ The link will expire within 1 hour. - src/app/+admin/overview/comments/video-comment-list.component.html31src/app/+admin/overview/videos/video-list.component.html27src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 now 现在 @@ -4723,7 +4643,7 @@ The link will expire within 1 hour. - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description 简短描述 @@ -5139,12 +5059,14 @@ The link will expire within 1 hour. ⚠️ We don't recommend to enable this feature if you don't trust your users ⚠️ 如果你不信任你的用户,则我们不建议启用此功能 - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 - - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - 允许频道与其他平台如 YouTube 的频道进行同步(需要允许使用 HTTP URL 导入) - - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + + + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ 要启用此功能,你需要允许使用 HTTP URL 导入。 @@ -6161,74 +6083,52 @@ color: red; 9 - - Showing to of synchronizations - 正在显示 个同步中的第 到第 - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - - + Add synchronization 添加同步 - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 External Channel 外部频道 - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 Channel 频道 - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 Last synchronization at 最后同步于 - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List imports List imports - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channel 完整同步频道 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channel 这会提取本地频道上缺失的任何视频 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for . 已成功移除 的同步。 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for . 的完整同步已请求成功。 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATION 新增同步 @@ -6368,18 +6268,14 @@ color: red; Target 目标 - src/app/+my-library/my-video-imports/my-video-imports.component.html28 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted 此视频已被删除 - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - - Showing to of imports - 显示 个导入 - src/app/+my-library/my-video-imports/my-video-imports.component.html21 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. 一旦你删除你的帐户,就无法挽回了。你将被要求确认这一操作。 @@ -6388,25 +6284,15 @@ color: red; Channel page 频道页面 - src/app/+my-library/+my-video-channels/my-video-channels.component.html34 - src/app/+my-library/my-follows/my-subscriptions.component.html20 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65 - src/app/+videos/+video-watch/video-watch.component.html66 - + + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} {VAR_PLURAL, plural, =0 {无人观看} =1 {1 次观看} other { 次观看}} src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - - Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()!Do you really want to delete ? -It will delete videos uploaded in this channel, and you will not be able to create another -channel or account with the same name ()! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - Created by @@ -6867,9 +6753,9 @@ channel or account with the same name ( Banned 已封禁 - src/app/+accounts/accounts.component.html21 - src/app/+admin/overview/users/user-list/user-list.component.html105 - + + + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Instance muted 已屏蔽实例 @@ -6962,7 +6848,7 @@ channel or account with the same name () to confirm 请输入视频频道的名称()以确认 - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL 新频道 @@ -7368,12 +7254,12 @@ channel or account with the same name (转到上一步 - src/app/+signup/+register/register.component.ts43 + src/app/+signup/+register/register.component.ts42 Go to the next step 转到下一步 - src/app/+signup/+register/register.component.ts44 + src/app/+signup/+register/register.component.ts43 Who are we? 我们是谁? @@ -7393,7 +7279,7 @@ channel or account with the same name ( 的条款 - src/app/shared/shared-instance/instance-about-accordion.component.ts81 + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability 管理者 & 维护 @@ -7608,52 +7494,52 @@ channel or account with the same name (敏感内容 - src/app/shared/shared-video-miniature/video-filters.model.ts125 + src/app/shared/shared-video-miniature/video-filters.model.ts131 Scope 范围 - src/app/shared/shared-video-miniature/video-filters.model.ts132 + src/app/shared/shared-video-miniature/video-filters.model.ts138 Federated 联邦 - src/app/shared/shared-video-miniature/video-filters.model.ts134 + src/app/shared/shared-video-miniature/video-filters.model.ts140 Languages 语言 - src/app/shared/shared-video-miniature/video-filters.model.ts142 + src/app/shared/shared-video-miniature/video-filters.model.ts148 Categories 分类 - src/app/shared/shared-video-miniature/video-filters.model.ts151 + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videos 全部视频 - src/app/shared/shared-video-miniature/video-filters.model.ts160 + src/app/shared/shared-video-miniature/video-filters.model.ts166 Blurred 模糊 - src/app/shared/shared-video-miniature/video-filters.model.ts240 + src/app/shared/shared-video-miniature/video-filters.model.ts246 hidden 隐藏 - src/app/shared/shared-video-miniature/video-filters.model.ts246 + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurred 模糊 - src/app/shared/shared-video-miniature/video-filters.model.ts247 + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayed 显示 - src/app/shared/shared-video-miniature/video-filters.model.ts249 + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protectedPassword protected src/app/shared/shared-video-miniature/video-miniature.component.html @@ -8013,10 +7899,10 @@ channel or account with the same name ( Reject 拒绝 - src/app/+admin/follows/followers-list/followers-list.component.html51 - src/app/+admin/follows/followers-list/followers-list.component.ts40 - src/app/+admin/follows/followers-list/followers-list.component.ts86 - + + + + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 Delete 删除 @@ -8048,7 +7934,7 @@ channel or account with the same name (src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts63src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts133src/app/shared/shared-abuse-list/abuse-list-table.component.ts376src/app/shared/shared-abuse-list/abuse-list-table.component.ts411src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}} 已接受 {count, plural, =1 { 个关注请求} other { 个关注请求}} @@ -8087,10 +7973,10 @@ channel or account with the same name ( Follow 关注 - src/app/+admin/follows/following-list/follow-modal.component.html3 - src/app/+admin/follows/following-list/follow-modal.component.html37 - src/app/+admin/follows/following-list/following-list.component.html25 - + + + + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line 每行 1 个主机(无需“http://”)、帐户名或者频道名 @@ -8152,17 +8038,17 @@ channel or account with the same name (你确定要移除此视频冗余备份吗? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy 移除冗余 - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! 视频冗余备份已移除! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Account unmuted by your instance. 已解除在此实例上对帐户 的隐藏。 @@ -8231,90 +8117,90 @@ channel or account with the same name ( Internal actions 内部操作 - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report 删除举报 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account 受标记帐户的操作 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mark as accepted 标记为已接受 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected 标记为已拒绝 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note 添加内部说明 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video 视频的操作 - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video 屏蔽视频 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. 视频已屏蔽。 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video 取消屏蔽视频 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. 视频已解除屏蔽。 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Do you really want to delete this abuse report? 你确定要删除这条滥用行为举报吗? - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. 举报记录已删除。 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment 已删除评论 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter 与举报者间的消息 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators 与版主间的消息 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note 更新内部说明 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual 切换视频屏蔽为手动 @@ -8455,13 +8341,13 @@ channel or account with the same name ( plugin 插件 - src/app/+admin/plugins/shared/plugin-api.service.ts30 - + + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme 主题 - src/app/+admin/plugins/shared/plugin-api.service.ts33 - + + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP address IP 地址 @@ -8578,19 +8464,19 @@ channel or account with the same name ( Info 提示 - src/app/+admin/overview/videos/video-list.component.html41 - src/app/core/notification/notifier.service.ts12 - + + + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 Files 文件 - src/app/+admin/overview/videos/video-list.component.html42 - + + src/app/+admin/overview/videos/video-list.component.html41 Published 发布时间 - src/app/+admin/overview/videos/video-list.component.html43 - + + src/app/+admin/overview/videos/video-list.component.html42 Warning 警告 @@ -8616,34 +8502,28 @@ channel or account with the same name (审核日志 src/app/+admin/system/logs/logs.component.ts145 - - Showing to of runner jobsShowing to of runner jobs - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - UUIDUUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 Priority Priority - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 Progress Progress - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 RunnerRunner - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload:Payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload:Private payload: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found.No runner jobs found. - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobsCompleted jobs src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts @@ -8698,28 +8578,16 @@ channel or account with the same name (src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html 4 - - Showing to of remote runnersShowing to of remote runners - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - IPIP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contactLast contact - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found.No remote runners found. - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. 用户 已创建。 @@ -8728,9 +8596,9 @@ channel or account with the same name ( Create user 创建用户 - src/app/+admin/overview/users/user-edit/user-create.component.ts97 - src/app/+admin/overview/users/user-list/user-list.component.html25 - + + + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videos 屏蔽的视频 @@ -8873,14 +8741,7 @@ channel or account with the same name (3 - - Showing to of registrations - Showing to of registrations - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - - + Password changed for user . 用户 的密码已更改。 @@ -8942,9 +8803,9 @@ channel or account with the same name ( Live 直播 - src/app/+admin/overview/videos/video-admin.service.ts53 - src/app/+admin/overview/videos/video-list.component.html88 - + + + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video files 视频文件 @@ -9338,18 +9199,18 @@ channel or account with the same name ( Too many languages are enabled. Please enable them all or stay below 20 enabled languages. 启用了太多语言。请全部开启它们,或者保持 20 个以下的启用语言。 - src/app/shared/shared-user-settings/user-video-settings.component.ts76 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. 视频设置已更新。 - src/app/shared/shared-user-settings/user-video-settings.component.ts121 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. 显示/视频设置已更新。 - src/app/shared/shared-user-settings/user-video-settings.component.ts132 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Video channel created. 视频频道 已创建。 @@ -9384,12 +9245,12 @@ channel or account with the same name ( deleted. 视频频道 已删除。 - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day 当天观看数 - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followers 我的关注者 @@ -9473,8 +9334,8 @@ channel or account with the same name ( Playlist created. 播放列表 已创建。 - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 - + + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 Create 创建 @@ -9486,7 +9347,7 @@ channel or account with the same name (src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist 更新播放列表 @@ -9562,9 +9423,15 @@ channel or account with the same name ( Do you really want to delete ? 你确定要删除 吗? - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + Video deleted. @@ -9716,12 +9583,12 @@ channel or account with the same name (最大化编辑器 - src/app/shared/shared-forms/markdown-textarea.component.ts51 + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editor 推出最大化编辑器 - src/app/shared/shared-forms/markdown-textarea.component.ts52 + src/app/shared/shared-forms/markdown-textarea.component.ts50 An email with verification link will be sent to . 已向 发送带有验证链接的电子邮件。 @@ -9745,7 +9612,7 @@ channel or account with the same name (src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts888 + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTS 播放列表 @@ -10088,14 +9955,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts174 + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videos 直播视频 - src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts168 + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) 短(< 4 分钟) @@ -11515,13 +11382,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Instance languages 实例语言 - src/app/+videos/+video-edit/shared/video-edit.component.ts222 + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages 全部语言 - src/app/+videos/+video-edit/shared/video-edit.component.ts223src/app/shared/shared-forms/select/select-languages.component.ts25 + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Hidden 已隐藏 @@ -11537,7 +11404,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 已显示 - src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts242 + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 Disabled Disabled @@ -11712,19 +11579,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Account muted by the instance. 帐户 已被本实例隐藏。 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434 - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server 隐藏服务器 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. 服务器 已被本实例隐藏。 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter 添加消息与举报者进行交流 @@ -11971,30 +11838,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Too many attempts, please try again after minutes. 尝试次数过多,请在 分钟后重试。 - src/app/core/rest/rest-extractor.service.ts126 - + + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. 尝试次数过多,请稍后重试。 - src/app/core/rest/rest-extractor.service.ts129 - + + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. 服务器出现错误。请稍后重试。 - src/app/core/rest/rest-extractor.service.ts133 - + + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later. Server is unavailable. Please retry later. - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server error 未知的服务器错误 - src/app/core/rest/rest-extractor.service.ts140 + + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + Subscribed to all current channels of . You will be notified of all their new videos. @@ -12090,29 +11960,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Delete video 删除视频 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment 评论操作 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment 删除评论 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? 你真的想删除这条评论吗? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. 评论已删除。 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Encoder 编码器 @@ -12159,25 +12029,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Do you really want to delete this video? 你确定要删除这个视频吗? - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. 视频已删除。 - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter 举报操作 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter 隐藏举报者 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 Download 下载 @@ -12312,46 +12182,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular src/app/+admin/system/runners/runner-list/runner-list.component.ts 58 - - Showing to of registration tokensShowing to of registration tokens - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - TokenToken - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runnersAssociated runners - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate tokenGenerate token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copiedRegistration token copied - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration tokenCopy registration token - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners.No registration token found for remote runners. - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this tokenRemove this token src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.ts34 @@ -12403,9 +12252,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute account 隐藏帐户 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actions 打开视频操作 @@ -12439,8 +12288,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mute server account 隐藏服务器帐户 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Report 举报 @@ -12559,7 +12408,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html77src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Add to watch later 添加到稍后观看 @@ -12592,25 +12441,25 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Only I can see this video 只有我能看到此视频 - src/app/shared/shared-main/video/video.service.ts460 + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link 只能通过私人链接共享 - src/app/shared/shared-main/video/video.service.ts461 + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video 所有人都能看到此视频 - src/app/shared/shared-main/video/video.service.ts462 + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video 只有此网站的用户才能看到此视频 - src/app/shared/shared-main/video/video.service.ts463 + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this videoOnly users with the appropriate password can see this video - src/app/shared/shared-main/video/video.service.ts464 + src/app/shared/shared-main/video/video.service.ts465 Video to import updated. 已更新待导入的视频。 @@ -12658,36 +12507,24 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular You have unsaved changes! If you leave, your changes will be lost. 你有未保存的修改!如果你离开本页面,你将会失去这些修改。 - src/app/+videos/+video-edit/video-update.component.ts140 + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. 视频已更新。 - src/app/+videos/+video-edit/video-update.component.ts227 + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators.Your video will also be automatically blocked since video publication requires manual validation by moderators. - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version.Uploading a new version of your video will completely erase the current version. - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 <br /><br />Do you still want to replace your video file?<br /><br />Do you still want to replace your video file? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warningReplace file warning - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: ) (扩展名: @@ -12790,40 +12627,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? 此视频在此实例上不可用,是否要重定向到原始实例上:<a href=""></a>? - src/app/+videos/+video-watch/video-watch.component.ts370 + src/app/+videos/+video-watch/video-watch.component.ts371 Redirection 重定向 - src/app/+videos/+video-watch/video-watch.component.ts371 + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this videoYou need a password to watch this video - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protectedThis video is password protected - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct passwordIncorrect password, please enter a correct password - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? 此视频包含成人或裸露内容。你确定要观看吗? - src/app/+videos/+video-watch/video-watch.component.ts446 + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content 成人或裸露内容 - src/app/+videos/+video-watch/video-watch.component.ts447 + src/app/+videos/+video-watch/video-watch.component.ts448 Cancel @@ -12850,73 +12678,73 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular - src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html42src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreen 进入/退出全屏 - src/app/+videos/+video-watch/video-watch.component.ts851 + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the video 播放/暂停视频 - src/app/+videos/+video-watch/video-watch.component.ts852 + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the video 静音/取消静音视频 - src/app/+videos/+video-watch/video-watch.component.ts853 + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90% 跳到视频的百分比处:0 为 0%,9 为 90% - src/app/+videos/+video-watch/video-watch.component.ts868 + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volume 增加音量 - src/app/+videos/+video-watch/video-watch.component.ts855 + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volume 降低音量 - src/app/+videos/+video-watch/video-watch.component.ts856 + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forward 快进视频 - src/app/+videos/+video-watch/video-watch.component.ts870 + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backward 快退视频 - src/app/+videos/+video-watch/video-watch.component.ts871 + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rate 提高播放速度 - src/app/+videos/+video-watch/video-watch.component.ts873 + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rate 降低播放速度 - src/app/+videos/+video-watch/video-watch.component.ts874 + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frame 转到视频的上一帧 - src/app/+videos/+video-watch/video-watch.component.ts876 + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frame 转到视频的下一帧 - src/app/+videos/+video-watch/video-watch.component.ts877 + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater mode 切换影院模式 - src/app/+videos/+video-watch/video-watch.component.ts861 + src/app/+videos/+video-watch/video-watch.component.ts867 Like the video 喜欢此视频 @@ -12996,14 +12824,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular 103 - - Showing to of videos - 显示 个视频 - - src/app/+admin/overview/videos/video-list.component.html - 11 - - + Only videos uploaded on this instance are displayed 只显示上传在此实例上的视频 diff --git a/client/src/locale/angular.zh-Hant-TW.xlf b/client/src/locale/angular.zh-Hant-TW.xlf index 63ca0fb4e..8d86d0a16 100644 --- a/client/src/locale/angular.zh-Hant-TW.xlf +++ b/client/src/locale/angular.zh-Hant-TW.xlf @@ -274,8 +274,8 @@ src/app/shared/shared-main/users/user-notifications.component.html151 - mentioned you on video - 提及您於 影片 + mentioned you on video + 提及您於 影片 src/app/shared/shared-main/users/user-notifications.component.html165 @@ -289,23 +289,23 @@ src/app/shared/shared-main/users/user-notifications.component.html190 - A new version of the plugin/theme is available: - 新版的外掛程式/佈景主題已經可用: + A new version of the plugin/theme is available: + 新版的外掛程式/佈景主題已經可用: src/app/shared/shared-main/users/user-notifications.component.html199 - A new version of PeerTube is available: - 新版本的 PeerTube已經可用: + A new version of PeerTube is available: + 新版本的 PeerTube已經可用: src/app/shared/shared-main/users/user-notifications.component.html207 - Your video edition has finished - 您的影片 編輯已結束 + Your video edition has finished + 您的影片 編輯已結束 src/app/shared/shared-main/users/user-notifications.component.html214 - User wants to register on your instance - 使用者 想在您的站臺上註冊 + User wants to register on your instance + 使用者 想在您的站臺上註冊 src/app/shared/shared-main/users/user-notifications.component.html222 @@ -316,37 +316,28 @@ {views, plural, =0 {No view} =1 {1 view} other { views}} {views, plural, =0 {無人觀看} =1 {1 次觀看} other { 次觀看}} - src/app/shared/shared-main/video/video.model.ts291 - + + src/app/shared/shared-main/video/video.model.ts292 PeerTube considers this video is already being transcoded. PeerTube 認為此影片已被轉換編碼。 - - src/app/shared/shared-main/video/video.service.ts - 348 - - + + src/app/shared/shared-main/video/video.service.ts349 If you think PeerTube is wrong (video in broken state after a crash etc.), you can force transcoding on this video. 若您認為 PeerTube 是錯的(當機後影片處於損毀狀態等),您可以強制對該影片進行轉換編碼。 - - src/app/shared/shared-main/video/video.service.ts - 350 - - + + src/app/shared/shared-main/video/video.service.ts351 Force transcoding 強制轉換編碼 - - src/app/shared/shared-main/video/video.service.ts - 353 - - + + src/app/shared/shared-main/video/video.service.ts354 {viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}} {viewers, plural, =0 {沒有觀眾} =1 {1 位觀眾} other { 位觀眾}} - src/app/shared/shared-main/video/video.model.ts288 - + + src/app/shared/shared-main/video/video.model.ts289 Change your avatar 變更您的大頭貼 @@ -360,13 +351,13 @@ Account muted 帳號已靜音 - src/app/+admin/overview/videos/video-list.component.html79 - + + src/app/+admin/overview/videos/video-list.component.html78 Server muted 伺服器已靜音 - src/app/+admin/overview/videos/video-list.component.html80 - + + src/app/+admin/overview/videos/video-list.component.html79 Save to 儲存至 @@ -426,8 +417,9 @@ src/app/shared/shared-video-playlist/video-add-to-playlist.component.html72 - Short text to tell people how they can support the channel (membership platform...).<br /><br /> When a video is uploaded in this channel, the video support field will be automatically filled by this text. - 簡短的文字,告訴人們他們要如何支援頻道(成員資格平台……)。<br /><br /> 在此頻道上傳影片時,影片支援欄位會自動填入這些文字。 + Short text to tell people how they can support the channel (membership platform...).<br /><br /> + When a video is uploaded in this channel, the video support field will be automatically filled by this text. + 簡短的文字,告訴人們他們要如何支援頻道(成員資格平台……)。<br /><br /> 在此頻道上傳影片時,影片支援欄位會自動填入這些文字。 src/app/+manage/video-channel-edit/video-channel-edit.component.html64 src/app/+manage/video-channel-edit/video-channel-edit.component.html64 @@ -474,10 +466,10 @@ video 影片 - src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295 - src/app/+videos/+video-edit/video-update.component.ts341 - src/app/shared/shared-video-miniature/video-download.component.ts62 - + + + + src/app/+videos/+video-edit/video-add-components/video-upload.component.ts295src/app/+videos/+video-edit/video-update.component.ts340src/app/shared/shared-video-miniature/video-download.component.ts62 Your video quota is exceeded with this video (video size: , used: , quota: ) 此影片超過了您的影片配額(影片大小:,已使用:,配額: @@ -583,23 +575,20 @@ Blocked 已封鎖 - src/app/+admin/overview/videos/video-list.component.html82 - src/app/shared/shared-video-miniature/video-miniature.component.html64 - + + + src/app/+admin/overview/videos/video-list.component.html81src/app/shared/shared-video-miniature/video-miniature.component.html64 Object storage 物件儲存 - - src/app/+admin/overview/videos/video-list.component.html - 89,91 - - + + src/app/+admin/overview/videos/video-list.component.html88 Delete this file 刪除此檔案 - src/app/+admin/overview/videos/video-list.component.html114 - src/app/+admin/overview/videos/video-list.component.html130 - + + + src/app/+admin/overview/videos/video-list.component.html113src/app/+admin/overview/videos/video-list.component.html129 Deleted {count, plural, =1 {1 video} other { videos}}. 已刪除 {count, plural, =1 {1 部影片} other { 部影片}}。 @@ -737,8 +726,8 @@ src/app/shared/shared-forms/markdown-textarea.component.html20 - <a href="https://en.wikipedia.org/wiki/Markdown#Example" target="_blank" rel="noopener noreferrer">Markdown</a> compatible that supports: - 相容 <a href="https://zh.wikipedia.org/wiki/Markdown#%E7%A4%BA%E4%BE%8B" target="_blank" rel="noopener noreferrer">Markdown</a> ,支援: + <a href="https://en.wikipedia.org/wiki/Markdown#Example" target="_blank" rel="noopener noreferrer">Markdown</a> compatible that supports: + 相容 <a href="https://zh.wikipedia.org/wiki/Markdown#%E7%A4%BA%E4%BE%8B" target="_blank" rel="noopener noreferrer">Markdown</a> ,支援: src/app/shared/shared-main/misc/help.component.ts75 @@ -846,8 +835,8 @@ src/app/shared/shared-instance/instance-features-table.component.html6 - Default NSFW/sensitive videos policycan be redefined by the users - 預設 NSFW/敏感影片政策可以被使用者重新定義 + Default NSFW/sensitive videos policycan be redefined by the users + 預設 NSFW/敏感影片政策可以被使用者重新定義 src/app/shared/shared-instance/instance-features-table.component.html 13,14 @@ -955,8 +944,8 @@ Local 本地 - src/app/shared/shared-video-miniature/video-filters.model.ts135 - + + src/app/shared/shared-video-miniature/video-filters.model.ts141 users 使用者 @@ -992,10 +981,10 @@ Following 正在追蹤 - src/app/+admin/admin.component.ts84 - src/app/+admin/follows/following-list/following-list.component.html41 - src/app/+admin/follows/follows.routes.ts26 - + + + + src/app/+admin/admin.component.ts84src/app/+admin/follows/following-list/following-list.component.html40src/app/+admin/follows/follows.routes.ts26 Followers 追蹤者 @@ -1197,16 +1186,16 @@ src/app/+login/login.component.html11 - This instance allows registration. However, be careful to check the TermsTerms before creating an account. You may also search for another instance to match your exact needs at: https://joinpeertube.org/instances. - 此站台允許註冊。不過請在建立帳號前小心檢查條款條款。您可能會想要搜尋其他符合您需求的站台:https://joinpeertube.org/instances + This instance allows registration. However, be careful to check the TermsTerms before creating an account. You may also search for another instance to match your exact needs at: https://joinpeertube.org/instances. + 此站台允許註冊。不過請在建立帳號前小心檢查條款條款。您可能會想要搜尋其他符合您需求的站台:https://joinpeertube.org/instances src/app/+login/login.component.html 15,18 - Currently this instance doesn't allow for user registration, you may check the Terms 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: https://joinpeertube.org/instances. - 目前此站台不允許使用者註冊,您可能會想要看看條款以取得更多資訊,或是尋找其他可供您註冊帳號並上傳影片的站台。在許多站台中找到適合您的:https://joinpeertube.org/instances + Currently this instance doesn't allow for user registration, you may check the Terms 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: https://joinpeertube.org/instances. + 目前此站台不允許使用者註冊,您可能會想要看看條款以取得更多資訊,或是尋找其他可供您註冊帳號並上傳影片的站台。在許多站台中找到適合您的:https://joinpeertube.org/instances src/app/+login/login.component.html 20,23 @@ -1233,22 +1222,23 @@ src/app/+login/login.component.html131 - An email with the reset password instructions will be sent to . The link will expire within 1 hour. + An email with the reset password instructions will be sent to . +The link will expire within 1 hour. 包含重設密碼說明的電子郵件將會傳送到 。連結會在 1 小時內過期。 src/app/+login/login.component.ts151 Email 電子郵件 - src/app/+admin/moderation/registration-list/registration-list.component.html38 - src/app/+admin/overview/users/user-edit/user-edit.component.html105 - src/app/+admin/overview/users/user-edit/user-edit.component.html105 - src/app/+admin/overview/users/user-list/user-list.component.ts132 - src/app/+login/login.component.html136 - src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6 - src/app/+signup/+register/steps/register-step-user.component.html46 - src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html37src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-edit/user-edit.component.html105src/app/+admin/overview/users/user-list/user-list.component.ts132src/app/+login/login.component.html136src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html6src/app/+signup/+register/steps/register-step-user.component.html46src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html6 Email address 電子信箱 @@ -1272,8 +1262,8 @@ src/app/+search/search.component.html8 - for - + for + src/app/+search/search.component.html 10 @@ -1299,8 +1289,8 @@ Signup 註冊 Button on the registration form to finalize the account and channel creation - src/app/+signup/+register/register.component.ts86 - + + src/app/+signup/+register/register.component.ts85 Why creating an account? 為什麼要建立帳號? @@ -1310,40 +1300,40 @@ - As you probably noticed: creating an account is not necessary to watch video on . However, creating an account on will allow you to: - 您可能已經注意到了:在 上觀看影片並不需要建立帳號。不過,在 上建立帳號讓您可以: + As you probably noticed: creating an account is not necessary to watch video on . However, creating an account on will allow you to: + 您可能已經注意到了:在 上觀看影片並不需要建立帳號。不過,在 上建立帳號讓您可以: src/app/+signup/+register/steps/register-step-about.component.html 4,8 - Comment videos - 在影片上留言 + Comment videos + 在影片上留言 src/app/+signup/+register/steps/register-step-about.component.html 11 - Subscribe to channels to be notified of new videos - 訂閱頻道以收到新影片的通知 + Subscribe to channels to be notified of new videos + 訂閱頻道以收到新影片的通知 src/app/+signup/+register/steps/register-step-about.component.html 12 - Have access to your watch history - 可存取您的觀看紀錄 + Have access to your watch history + 可存取您的觀看紀錄 src/app/+signup/+register/steps/register-step-about.component.html 13 - Create your channel to publish videos - 建立您的頻道以發佈影片 + Create your channel to publish videos + 建立您的頻道以發佈影片 src/app/+signup/+register/steps/register-step-about.component.html 14 @@ -1368,29 +1358,29 @@ src/app/+signup/+register/steps/register-step-about.component.html25 - has been created using PeerTube, a video creation platform developed by Framasoft. Framasoft is a french non-profit organization that offers alternatives to Big Tech's digital tools - 已建立,使用 PeerTube,一個由 Framasoft 開發的影片創作平台。Framasoft 是法國提供科技巨頭數位工具替代方案的非營利組織。 + has been created using PeerTube, a video creation platform developed by Framasoft. Framasoft is a french non-profit organization that offers alternatives to Big Tech's digital tools + 已建立,使用 PeerTube,一個由 Framasoft 開發的影片創作平台。Framasoft 是法國提供科技巨頭數位工具替代方案的非營利組織。 src/app/+signup/+register/steps/register-step-about.component.html38 - You want to publish videos on ? Then you need to create your first channel. - 您想要發佈影片 嗎?然後您必須先建立您的第一個頻道 + You want to publish videos on ? Then you need to create your first channel. + 您想要發佈影片 嗎?然後您必須先建立您的第一個頻道 src/app/+signup/+register/steps/register-step-channel.component.html 2,4 - You might want to create a channel by theme: for example, you can create a channel named "SweetMelodies" to publish your piano concerts and another one "Ecology" in which you publish your videos talking about ecology. - 您可能會想要根據主題建立頻道:舉例來說,您可以建立名為 "SweetMelodies" 頻道以發佈您的鋼琴演奏會,另一個則是 "Ecology",用來發佈您關於生態的演講。 + You might want to create a channel by theme: for example, you can create a channel named "SweetMelodies" to publish your piano concerts and another one "Ecology" in which you publish your videos talking about ecology. + 您可能會想要根據主題建立頻道:舉例來說,您可以建立名為 "SweetMelodies" 頻道以發佈您的鋼琴演奏會,另一個則是 "Ecology",用來發佈您關於生態的演講。 src/app/+signup/+register/steps/register-step-channel.component.html 6,9 - administrators allow you to publish up to of videos on their website. - 管理員允許您在他們的網站上發佈多達 的影片 + administrators allow you to publish up to of videos on their website. + 管理員允許您在他們的網站上發佈多達 的影片 src/app/+signup/+register/steps/register-step-channel.component.html 11,13 @@ -1462,8 +1452,8 @@ src/app/modal/admin-welcome-modal.component.html55 - Choosing your instance name, setting up a description, specifying who you are, why you created your instance and how long you plan to maintain it is very important for visitors to understand on what type of instance they are. - Choosing your 站台名稱設定描述,指定您是誰,為什麼您要建立您的站台與您打算維護多久對觀眾來說了解他們是哪種站台。 + Choosing your instance name, setting up a description, specifying who you are, why you created your instance and how long you plan to maintain it is very important for visitors to understand on what type of instance they are. + Choosing your 站台名稱設定描述,指定您是誰,為什麼您要建立您的站台與您打算維護多久對觀眾來說了解他們是哪種站台。 src/app/modal/admin-welcome-modal.component.html 57,61 @@ -1764,8 +1754,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html291 - ⚠️ If enabled, we recommend to use a HTTP proxy to prevent private URL access from your PeerTube server - ⚠️ 若啟用,我們建議使用 HTTP 代理伺服器以避免來自您 PeerTube 伺服器的私人 URL 存取 + ⚠️ If enabled, we recommend to use a HTTP proxy to prevent private URL access from your PeerTube server + ⚠️ 若啟用,我們建議使用 HTTP 代理伺服器以避免來自您 PeerTube 伺服器的私人 URL 存取 src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html294 @@ -1795,18 +1785,18 @@ - I already have an account, I log in - 我已經有帳號了,我要登入 + I already have an account, I log in + 我已經有帳號了,我要登入 src/app/+signup/+register/register.component.html30 - Termsof - 條款 + Termsof + 條款 src/app/+signup/+register/register.component.html41 - Setupyour account - 設定您的帳號 + Setupyour account + 設定您的帳號 src/app/+signup/+register/register.component.html66 @@ -1815,8 +1805,8 @@ src/app/+signup/+register/register.component.html81 - Createyour first channel - 建立您的第一個頻道 + Createyour first channel + 建立您的第一個頻道 src/app/+signup/+register/register.component.html83 @@ -1868,18 +1858,18 @@ src/app/modal/account-setup-warning-modal.component.html10 - Help moderators and other users to know who you are by: - 協助管理員與其他使用者認識您是誰,透過: + Help moderators and other users to know who you are by: + 協助管理員與其他使用者認識您是誰,透過: src/app/modal/account-setup-warning-modal.component.html12 - Uploading an avatar - 上傳大頭照 + Uploading an avatar + 上傳大頭照 src/app/modal/account-setup-warning-modal.component.html15 - Writing a description - 編寫描述 + Writing a description + 編寫描述 src/app/modal/account-setup-warning-modal.component.html16 @@ -1983,8 +1973,8 @@ Media is too large for the server. Please contact you administrator if you want to increase the limit size. 媒體對此伺服器來說太大。如果您想要增加限制大小的話,請聯絡您的管理員。 - src/app/core/rest/rest-extractor.service.ts118 - + + src/app/core/rest/rest-extractor.service.ts122 GLOBAL SEARCH 全域搜尋 @@ -2189,21 +2179,21 @@ Reset 重設 - src/app/+search/search-filters.component.html8 - src/app/+search/search-filters.component.html22 - src/app/+search/search-filters.component.html41 - src/app/+search/search-filters.component.html60 - src/app/+search/search-filters.component.html74 - src/app/+search/search-filters.component.html109 - src/app/+search/search-filters.component.html122 - src/app/+search/search-filters.component.html135 - src/app/+search/search-filters.component.html148 - src/app/+search/search-filters.component.html163 - src/app/+search/search-filters.component.html171 - src/app/+search/search-filters.component.html188 - src/app/+search/search-filters.component.html229 - src/app/shared/shared-forms/reactive-file.component.html16 - + + + + + + + + + + + + + + + src/app/+search/search-filters.component.html8src/app/+search/search-filters.component.html22src/app/+search/search-filters.component.html41src/app/+search/search-filters.component.html60src/app/+search/search-filters.component.html74src/app/+search/search-filters.component.html109src/app/+search/search-filters.component.html122src/app/+search/search-filters.component.html135src/app/+search/search-filters.component.html148src/app/+search/search-filters.component.html163src/app/+search/search-filters.component.html171src/app/+search/search-filters.component.html188src/app/+search/search-filters.component.html229src/app/+videos/+video-edit/shared/video-edit.component.html371src/app/shared/shared-forms/reactive-file.component.html16 Filter 過濾器 @@ -2276,8 +2266,8 @@ - A timestamp (00:05 for example) is automatically converted into a link to a part of the video. - 時間戳(例如 00:05)會自動轉換為影片連結的一部分。 + A timestamp (00:05 for example) is automatically converted into a link to a part of the video. + 時間戳(例如 00:05)會自動轉換為影片連結的一部分。 src/app/+videos/+video-edit/shared/video-edit.component.html 52 @@ -2320,8 +2310,8 @@ src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts44 - Markdown compatible that also supports custom PeerTube HTML tags - Markdown 相容版本也支援自訂 PeerTube HTML 標籤 + Markdown compatible that also supports custom PeerTube HTML tags + Markdown 相容版本也支援自訂 PeerTube HTML 標籤 src/app/shared/shared-custom-markup/custom-markup-help.component.html 2 @@ -2358,14 +2348,14 @@ Advanced filters 進階篩選條件 - src/app/+admin/moderation/video-block-list/video-block-list.component.ts30 - src/app/+admin/overview/comments/video-comment-list.component.ts47 - src/app/+admin/overview/users/user-list/user-list.component.ts43 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26 - src/app/+my-library/my-videos/my-videos.component.ts119 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts39 - src/app/shared/shared-instance/instance-follow.service.ts142 - + + + + + + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts30src/app/+admin/overview/comments/video-comment-list.component.ts47src/app/+admin/overview/users/user-list/user-list.component.ts43src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts26src/app/+my-library/my-videos/my-videos.component.ts119src/app/shared/shared-abuse-list/abuse-list-table.component.ts38src/app/shared/shared-instance/instance-follow.service.ts142 No items found 未找到任何項目 @@ -2374,89 +2364,68 @@ Description 描述 - src/app/+about/about-instance/about-instance.component.html113 - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html24 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+manage/video-channel-edit/video-channel-edit.component.html51 - src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44 - src/app/+videos/+video-edit/shared/video-edit.component.html44 - + + + + + + + + + + src/app/+about/about-instance/about-instance.component.html113src/app/+admin/config/edit-custom-config/edit-instance-information.component.html34src/app/+admin/system/runners/runner-list/runner-list.component.html23src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+manage/video-channel-edit/video-channel-edit.component.html51src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html28src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html44src/app/+videos/+video-edit/shared/video-edit.component.html44 - Choose the appropriate licence for your work. - 為您的作品選擇適合的授權條款。 + Choose the appropriate licence for your work. + 為您的作品選擇適合的授權條款。 src/app/+videos/+video-edit/shared/video-edit.component.html86 Channel 頻道 - src/app/+admin/moderation/registration-list/registration-list.component.html39 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64 - src/app/+videos/+video-edit/shared/video-edit.component.html65 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6 - src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30 - src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26 - src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 - + + + + + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html38src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html64src/app/+videos/+video-edit/shared/video-edit.component.html65src/app/+videos/+video-edit/video-add-components/video-go-live.component.html6src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html30src/app/+videos/+video-edit/video-add-components/video-import-url.component.html26src/app/+videos/+video-edit/video-add-components/video-upload.component.html19 Registration reason 註冊理由 - - src/app/+admin/moderation/registration-list/registration-list.component.html - 40 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html39 Moderation response 審核回應 - - src/app/+admin/moderation/registration-list/registration-list.component.html - 42 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html41 - Requested on - 請求於 - - src/app/+admin/moderation/registration-list/registration-list.component.html - 43,45 - - + Requested on + 請求於 + + src/app/+admin/moderation/registration-list/registration-list.component.html42 Registration reason: 註冊理由: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 109 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html108 Moderation response: 審核回應: - - src/app/+admin/moderation/registration-list/registration-list.component.html - 114 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html113 No registrations found matching current filters. 找不到與目前過濾條件相符的註冊。 - - src/app/+admin/moderation/registration-list/registration-list.component.html - 127 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html126 No registrations found. 找不到註冊。 - - src/app/+admin/moderation/registration-list/registration-list.component.html - 128 - - + + src/app/+admin/moderation/registration-list/registration-list.component.html127 Accept this request 接受此請求 @@ -2565,7 +2534,7 @@ src/app/+videos/+video-edit/shared/video-edit.component.html189 - Already uploaded on ✔ + Already uploaded on 已更新於 src/app/+videos/+video-edit/shared/video-edit.component.html193 @@ -2695,66 +2664,66 @@ Original publication date 原始發佈日期 - src/app/+videos/+video-edit/shared/video-edit.component.html368 - + + src/app/+videos/+video-edit/shared/video-edit.component.html369 This is the date when the content was originally published (e.g. the release date for a film) 這是內容原始發佈的日期(如電影的發行日期) - src/app/+videos/+video-edit/shared/video-edit.component.html371 - + + src/app/+videos/+video-edit/shared/video-edit.component.html376 Plugin settings 外掛程式設定 - src/app/+videos/+video-edit/shared/video-edit.component.html402 - + + src/app/+videos/+video-edit/shared/video-edit.component.html406 Small latency 低延遲 - src/app/+videos/+video-edit/shared/video-edit.component.ts92 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts93 Reduce latency to ~15s disabling P2P 停用 P2P 將延遲減少到約15秒 - src/app/+videos/+video-edit/shared/video-edit.component.ts93 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts94 Default 預設 - src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55 - src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50 - src/app/+videos/+video-edit/shared/video-edit.component.ts97 - + + + + src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts55src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.ts50src/app/+videos/+video-edit/shared/video-edit.component.ts98 Average latency of 30s 平均延遲約30秒 - src/app/+videos/+video-edit/shared/video-edit.component.ts98 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts99 High latency 高延遲 - src/app/+videos/+video-edit/shared/video-edit.component.ts102 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts103 Average latency of 60s increasing P2P ratio 增加 P2P 比例,平均約60秒 - src/app/+videos/+video-edit/shared/video-edit.component.ts103 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts104 Other 其他 - src/app/+videos/+video-edit/shared/video-edit.component.ts219 - src/app/shared/shared-forms/select/select-languages.component.ts50 - + + + src/app/+videos/+video-edit/shared/video-edit.component.ts220src/app/shared/shared-forms/select/select-languages.component.ts50 Enable video comments 啟用影片評論 - src/app/+videos/+video-edit/shared/video-edit.component.html389 - + + src/app/+videos/+video-edit/shared/video-edit.component.html393 Enable download 啟用下載 - src/app/+videos/+video-edit/shared/video-edit.component.html394 - + + src/app/+videos/+video-edit/shared/video-edit.component.html398 Advanced settings 進階設定 @@ -2778,8 +2747,8 @@ src/app/+videos/+video-edit/video-add-components/video-import-url.component.html10 - You can also synchronize a remote channel in your library - 您也可以在您的媒體庫中同步遠端頻道 + You can also synchronize a remote channel in your library + 您也可以在您的媒體庫中同步遠端頻道 src/app/+videos/+video-edit/video-add-components/video-import-url.component.html20 @@ -2805,13 +2774,13 @@ Scheduled 排定 - src/app/+videos/+video-edit/shared/video-edit.component.ts240 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts241 Hide the video until a specific date 在特定日期前隱藏影片 - src/app/+videos/+video-edit/shared/video-edit.component.ts241 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts242 Normal live 一般直播 @@ -2857,9 +2826,9 @@ Total video quota 總影片配額 - src/app/+admin/overview/users/user-list/user-list.component.html118 - src/app/shared/shared-main/users/user-quota.component.html3 - + + + src/app/+admin/overview/users/user-list/user-list.component.html116src/app/shared/shared-main/users/user-quota.component.html3 Congratulations! Your video is now available in your private library. 恭喜!您的影片現在已在您的私有媒體庫中可用。 @@ -2925,15 +2894,14 @@ src/app/+videos/+video-edit/video-update.component.html 29 - - - Your video is currenctly being updated. If you leave, your changes will be lost. - 目前正在更新您的影片。若您離開,您的變更將會遺失。 + + Your video is currently being updated. If you leave, your changes will be lost.Your video is currently being updated. If you leave, your changes will be lost. src/app/+videos/+video-edit/video-update.component.ts - 136 + 135 + Read instance rules for help 閱讀站臺規則以取得說明 @@ -3175,10 +3143,10 @@ Muted 已靜音 - src/app/+admin/overview/users/user-list/user-list.component.html104 - src/app/shared/shared-moderation/account-block-badges.component.html1 - src/app/shared/shared-share-modal/video-share.component.html223 - + + + + src/app/+admin/overview/users/user-list/user-list.component.html102src/app/shared/shared-moderation/account-block-badges.component.html1src/app/shared/shared-share-modal/video-share.component.html223 Loop 迴圈 @@ -3300,8 +3268,8 @@ Show more 顯示更多 - src/app/+videos/+video-watch/shared/metadata/video-description.component.html13 - + + src/app/+videos/+video-watch/shared/metadata/video-description.component.html17 Show less 顯示較少 @@ -3346,14 +3314,14 @@ The video was blocked due to automatic blocking of new videos 因為自動封鎖新影片,故此影片被封鎖 - src/app/+admin/moderation/video-block-list/video-block-list.component.html50 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html49 NSFW NSFW - src/app/+admin/moderation/video-block-list/video-block-list.component.html56 - src/app/+admin/overview/videos/video-list.component.html75 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html55src/app/+admin/overview/videos/video-list.component.html74 Get more information 取得更多資訊 @@ -3608,16 +3576,13 @@ Renewing the token will disallow previously configured clients from retrieving the feed until they use the new token. Proceed? 更新權杖將禁止先前設定好的客戶端搜尋 feed,除非它們使用新的權杖。要繼續嗎? - src/app/+my-account/my-account-applications/my-account-applications.component.ts40 - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts39 Token renewed. Update your client configuration accordingly. 權杖已更新。請更新您的客戶端對應的設定。 - - src/app/+my-account/my-account-applications/my-account-applications.component.ts - 49 - - + + src/app/+my-account/my-account-applications/my-account-applications.component.ts48 SUBSCRIPTION FEED 訂閱 feed @@ -3646,9 +3611,9 @@ Renew token 更新權杖 - src/app/+my-account/my-account-applications/my-account-applications.component.html36 - src/app/+my-account/my-account-applications/my-account-applications.component.ts41 - + + + src/app/+my-account/my-account-applications/my-account-applications.component.html36src/app/+my-account/my-account-applications/my-account-applications.component.ts40 Filter... 過濾器…… @@ -3669,69 +3634,63 @@ Video/Comment/Account 影片/留言/帳號 - src/app/shared/shared-abuse-list/abuse-list-table.component.html22 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html20 ID ID - src/app/+admin/system/jobs/jobs.component.html45 - + + src/app/+admin/system/jobs/jobs.component.html43 State 狀態 - src/app/+admin/system/jobs/jobs.component.html48 - src/app/+my-library/my-video-imports/my-video-imports.component.html30 - + + + src/app/+admin/system/jobs/jobs.component.html46src/app/+my-library/my-video-imports/my-video-imports.component.html29 Created 建立 - src/app/+admin/follows/followers-list/followers-list.component.html39 - src/app/+admin/follows/following-list/following-list.component.html43 - src/app/+admin/system/jobs/jobs.component.html50 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html34 - src/app/+admin/system/runners/runner-list/runner-list.component.html27 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 - src/app/+my-library/my-video-imports/my-video-imports.component.html31 - src/app/shared/shared-abuse-list/abuse-list-table.component.html23 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html38src/app/+admin/follows/following-list/following-list.component.html42src/app/+admin/system/jobs/jobs.component.html48src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33src/app/+admin/system/runners/runner-list/runner-list.component.html26src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html25src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36src/app/+my-library/my-video-imports/my-video-imports.component.html30src/app/shared/shared-abuse-list/abuse-list-table.component.html21 Open actor page in a new tab 在新分頁中開啟動作頁面 - src/app/+admin/follows/followers-list/followers-list.component.html56 - + + src/app/+admin/follows/followers-list/followers-list.component.html55 Accepted 已接受 - src/app/+admin/follows/followers-list/followers-list.component.html63 - src/app/+admin/follows/following-list/following-list.component.html65 - + + + src/app/+admin/follows/followers-list/followers-list.component.html62src/app/+admin/follows/following-list/following-list.component.html64 Pending 擱置中 - src/app/+admin/follows/followers-list/followers-list.component.html64 - src/app/+admin/follows/following-list/following-list.component.html66 - + + + src/app/+admin/follows/followers-list/followers-list.component.html63src/app/+admin/follows/following-list/following-list.component.html65 Rejected 已回絕 - - src/app/+admin/follows/followers-list/followers-list.component.html - 65,66 - - - src/app/+admin/follows/following-list/following-list.component.html - 67,68 - - + + + src/app/+admin/follows/followers-list/followers-list.component.html64src/app/+admin/follows/following-list/following-list.component.html66 Accept 接受 - src/app/+admin/follows/followers-list/followers-list.component.html50 - src/app/+admin/follows/followers-list/followers-list.component.ts45 - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25 - src/app/+my-library/my-ownership/my-ownership.component.html27 - + + + + + src/app/+admin/follows/followers-list/followers-list.component.html49src/app/+admin/follows/followers-list/followers-list.component.ts45src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html25src/app/+my-library/my-ownership/my-ownership.component.html27 Refuse 拒絕 @@ -3740,60 +3699,52 @@ No follower found matching current filters. 沒有符合目前過濾器的追隨者。 - src/app/+admin/follows/followers-list/followers-list.component.html77 - + + src/app/+admin/follows/followers-list/followers-list.component.html76 Your instance doesn't have any follower. 您的站臺沒有任何追隨者。 - src/app/+admin/follows/followers-list/followers-list.component.html78 - - - Showing to of followers - 正在顯示 全部共有 個追隨者 - src/app/+admin/follows/followers-list/followers-list.component.html11 - + + src/app/+admin/follows/followers-list/followers-list.component.html77 + Redundancy allowed 允許冗餘 - src/app/+admin/follows/following-list/following-list.component.html44 - + + src/app/+admin/follows/following-list/following-list.component.html43 Open instance in a new tab 在新分頁中開啟站臺 - src/app/+admin/follows/following-list/following-list.component.html58 - src/app/shared/shared-moderation/server-blocklist.component.html43 - src/app/shared/shared-moderation/server-blocklist.component.html43 - + + + + src/app/+admin/follows/following-list/following-list.component.html57src/app/shared/shared-moderation/server-blocklist.component.html42src/app/shared/shared-moderation/server-blocklist.component.html42 No host found matching current filters. 沒有主機符合目前的過濾器。 - src/app/+admin/follows/following-list/following-list.component.html84 - + + src/app/+admin/follows/following-list/following-list.component.html83 Your instance is not following anyone. 您的站臺並未追蹤任何人。 - src/app/+admin/follows/following-list/following-list.component.html85 - + + src/app/+admin/follows/following-list/following-list.component.html84 Do you really want to unfollow {count, plural, =1 {?} other { entries?}} 您真的想要取消追蹤 {count, plural, =1 {?} other { 條目嗎?}} src/app/+admin/follows/following-list/following-list.component.ts68 - - Showing to of hosts - 正在顯示 ,總共有 個主機 - src/app/+admin/follows/following-list/following-list.component.html11 - + Action 動作 - src/app/+admin/follows/following-list/following-list.component.html40 - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/account-blocklist.component.html23 - src/app/shared/shared-moderation/server-blocklist.component.html31 - src/app/shared/shared-moderation/server-blocklist.component.html31 - + + + + + + + src/app/+admin/follows/following-list/following-list.component.html39src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html28src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/account-blocklist.component.html22src/app/shared/shared-moderation/server-blocklist.component.html30src/app/shared/shared-moderation/server-blocklist.component.html30 Videos redundancies 重複影片 @@ -3812,18 +3763,18 @@ Table parameters 參數表 - src/app/+admin/overview/users/user-list/user-list.component.html47 - + + src/app/+admin/overview/users/user-list/user-list.component.html45 Select columns 選取行 - src/app/+admin/overview/users/user-list/user-list.component.html53 - + + src/app/+admin/overview/users/user-list/user-list.component.html51 Highlight banned users 突顯被封鎖的使用者 - src/app/+admin/overview/users/user-list/user-list.component.html59 - + + src/app/+admin/overview/users/user-list/user-list.component.html57 Username 使用者名稱 @@ -3938,54 +3889,50 @@ Batch actions 批次動作 - src/app/+admin/follows/followers-list/followers-list.component.html18 - src/app/+admin/follows/following-list/following-list.component.html18 - src/app/+admin/moderation/registration-list/registration-list.component.html18 - src/app/+admin/overview/comments/video-comment-list.component.html22 - src/app/+admin/overview/users/user-list/user-list.component.html18 - src/app/+admin/overview/videos/video-list.component.html18 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html43 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html17src/app/+admin/follows/following-list/following-list.component.html17src/app/+admin/moderation/registration-list/registration-list.component.html17src/app/+admin/overview/comments/video-comment-list.component.html21src/app/+admin/overview/users/user-list/user-list.component.html16src/app/+admin/overview/videos/video-list.component.html17src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html42 The user was banned 使用者被封鎖 - src/app/+admin/overview/users/user-list/user-list.component.html109 - + + src/app/+admin/overview/users/user-list/user-list.component.html107 Open account in a new tab 在新分頁中開啟帳號 - src/app/+admin/overview/comments/video-comment-list.component.html69 - src/app/+admin/overview/users/user-list/user-list.component.html94 - src/app/+my-library/my-ownership/my-ownership.component.html32 - src/app/shared/shared-abuse-list/abuse-list-table.component.html44 - src/app/shared/shared-moderation/account-blocklist.component.html35 - src/app/shared/shared-moderation/account-blocklist.component.html35 - + + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html68src/app/+admin/overview/users/user-list/user-list.component.html92src/app/+my-library/my-ownership/my-ownership.component.html32src/app/shared/shared-abuse-list/abuse-list-table.component.html42src/app/shared/shared-moderation/account-blocklist.component.html34src/app/shared/shared-moderation/account-blocklist.component.html34 Deleted account 已刪除的帳號 - src/app/shared/shared-abuse-list/abuse-list-table.component.html54 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html52 Total daily video quota 每日影片總配額 - src/app/+admin/overview/users/user-list/user-list.component.html128 - + + src/app/+admin/overview/users/user-list/user-list.component.html126 Ban reason: 阻擋理由: - src/app/+admin/overview/users/user-list/user-list.component.html150 - + + src/app/+admin/overview/users/user-list/user-list.component.html148 Banned users 已阻擋的使用者 src/app/+admin/overview/users/user-list/user-list.component.ts47 - - Showing to of users - 正在顯示 使用者 - src/app/+admin/overview/users/user-list/user-list.component.html11 - + Moderation 管理 @@ -4026,9 +3973,9 @@ Video 影片 - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30 - src/app/+admin/moderation/video-block-list/video-block-list.component.html26 - + + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html30src/app/+admin/moderation/video-block-list/video-block-list.component.html25 Total size 總大小 @@ -4062,79 +4009,79 @@ Used () 已使用 () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts96 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts95 Available () 可用 () - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts102 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts101 Sensitive 敏感的 - src/app/+admin/moderation/video-block-list/video-block-list.component.html27 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html26 Unfederated 未加入聯盟 - src/app/+admin/moderation/video-block-list/video-block-list.component.html28 - src/app/+admin/moderation/video-block-list/video-block-list.component.html60 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html27src/app/+admin/moderation/video-block-list/video-block-list.component.html59 Date 日期 - src/app/+admin/moderation/video-block-list/video-block-list.component.html29 - src/app/+admin/overview/comments/video-comment-list.component.html46 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.html28src/app/+admin/overview/comments/video-comment-list.component.html45 Select this row 選取此列 - src/app/+admin/follows/followers-list/followers-list.component.html46 - src/app/+admin/follows/following-list/following-list.component.html51 - src/app/+admin/moderation/registration-list/registration-list.component.html50 - src/app/+admin/overview/comments/video-comment-list.component.html54 - src/app/+admin/overview/users/user-list/user-list.component.html79 - src/app/+admin/overview/videos/video-list.component.html51 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html60 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html45src/app/+admin/follows/following-list/following-list.component.html50src/app/+admin/moderation/registration-list/registration-list.component.html49src/app/+admin/overview/comments/video-comment-list.component.html53src/app/+admin/overview/users/user-list/user-list.component.html77src/app/+admin/overview/videos/video-list.component.html50src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html59 See full comment 檢視完整留言 - src/app/+admin/overview/comments/video-comment-list.component.html58 - + + src/app/+admin/overview/comments/video-comment-list.component.html57 Actions 動作 - src/app/+admin/follows/followers-list/followers-list.component.html35 - src/app/+admin/moderation/registration-list/registration-list.component.html60 - src/app/+admin/moderation/video-block-list/video-block-list.component.html43 - src/app/+admin/overview/comments/video-comment-list.component.html64 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html70 - src/app/+admin/system/runners/runner-list/runner-list.component.html36 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html44 - src/app/+my-library/my-ownership/my-ownership.component.html12 - src/app/shared/shared-abuse-list/abuse-list-table.component.html39 - + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html34src/app/+admin/moderation/registration-list/registration-list.component.html59src/app/+admin/moderation/video-block-list/video-block-list.component.html42src/app/+admin/overview/comments/video-comment-list.component.html63src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html69src/app/+admin/system/runners/runner-list/runner-list.component.html35src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html43src/app/+my-library/my-ownership/my-ownership.component.html12src/app/shared/shared-abuse-list/abuse-list-table.component.html37 Follower 追蹤者 - src/app/+admin/follows/followers-list/followers-list.component.html36 - + + src/app/+admin/follows/followers-list/followers-list.component.html35 Commented video 有留言的影片 - src/app/+admin/overview/comments/video-comment-list.component.html81 - + + src/app/+admin/overview/comments/video-comment-list.component.html80 No comments found matching current filters. 找不到符合目前過濾器的留言。 - src/app/+admin/overview/comments/video-comment-list.component.html106 - + + src/app/+admin/overview/comments/video-comment-list.component.html105 No comments found. 找不到留言。 - src/app/+admin/overview/comments/video-comment-list.component.html107 - + + src/app/+admin/overview/comments/video-comment-list.component.html106 Local comments 本機留言 @@ -4153,53 +4100,53 @@ No abuses found matching current filters. 找不到符合目前過濾器的濫用。 - src/app/shared/shared-abuse-list/abuse-list-table.component.html152 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html153 No abuses found. 找不到濫用。 - src/app/shared/shared-abuse-list/abuse-list-table.component.html153 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html154 Unsolved reports 未處理的回報 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts43 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts42 Accepted reports 已接受的的回報 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts47 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts46 Refused reports 拒絕的回報 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts51 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts50 Reports with blocked videos 有被封鎖影片的回報 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts55 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts54 Reports with deleted videos 有被刪除影片的回報 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts59 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts58 Block reason: 封鎖理由: - src/app/+admin/moderation/video-block-list/video-block-list.component.html75 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html74 No blocked video found matching current filters. 找不到符合目前過濾規則的已封鎖影片。 - src/app/+admin/moderation/video-block-list/video-block-list.component.html92 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html91 No blocked video found. 找不到已封鎖的影片。 - src/app/+admin/moderation/video-block-list/video-block-list.component.html93 - + + src/app/+admin/moderation/video-block-list/video-block-list.component.html92 Automatic blocks 自動封鎖 @@ -4210,11 +4157,7 @@ 手動封鎖 src/app/+admin/moderation/video-block-list/video-block-list.component.ts38 - - Showing to of blocked videos - 顯示 已封鎖影片 - src/app/+admin/moderation/video-block-list/video-block-list.component.html11 - + Reports 回報 @@ -4241,12 +4184,12 @@ Reporter 檢舉人 - src/app/shared/shared-abuse-list/abuse-details.component.html7 - src/app/shared/shared-abuse-list/abuse-list-table.component.html21 - + + + src/app/shared/shared-abuse-list/abuse-details.component.html7src/app/shared/shared-abuse-list/abuse-list-table.component.html19 - - + + src/app/shared/shared-abuse-list/abuse-details.component.html 21,23 @@ -4259,28 +4202,28 @@ Video 影片 - src/app/+admin/overview/comments/video-comment-list.component.html44 - src/app/+admin/overview/videos/video-list.component.html40 - src/app/+my-library/my-ownership/my-ownership.component.html14 - src/app/+my-library/my-video-imports/my-video-imports.component.html29 - src/app/shared/shared-video-miniature/video-download.component.html8 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html43src/app/+admin/overview/videos/video-list.component.html39src/app/+my-library/my-ownership/my-ownership.component.html14src/app/+my-library/my-video-imports/my-video-imports.component.html28src/app/shared/shared-video-miniature/video-download.component.html8 Comment 留言 - src/app/+admin/overview/comments/video-comment-list.component.html45 - src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 - + + + src/app/+admin/overview/comments/video-comment-list.component.html44src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts67 This video has been reported multiple times. 此影片已被多次回報。 - src/app/shared/shared-abuse-list/abuse-list-table.component.html66 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html64 The video was blocked 影片已被封鎖 - src/app/shared/shared-abuse-list/abuse-list-table.component.html73 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html71 by on @@ -4289,13 +4232,19 @@ Video was deleted 影片已被刪除 - src/app/shared/shared-abuse-list/abuse-list-table.component.html79 + + src/app/shared/shared-abuse-list/abuse-list-table.component.html77 + (Deleted video)(Deleted video) + + src/app/shared/shared-abuse-list/abuse-list-table.component.html + 82 + Account deleted 帳號已刪除 - src/app/shared/shared-abuse-list/abuse-list-table.component.html110 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html111 Open video in a new tab 在新分頁中開啟影片 @@ -4304,33 +4253,29 @@ State 陳述 - src/app/+admin/follows/followers-list/followers-list.component.html37 - src/app/+admin/follows/following-list/following-list.component.html42 - src/app/+admin/moderation/registration-list/registration-list.component.html41 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html36 - src/app/shared/shared-abuse-list/abuse-list-table.component.html24 - + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html36src/app/+admin/follows/following-list/following-list.component.html41src/app/+admin/moderation/registration-list/registration-list.component.html40src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html35src/app/shared/shared-abuse-list/abuse-list-table.component.html22 Messages 訊息 - src/app/shared/shared-abuse-list/abuse-list-table.component.html25 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html23 Internal note 內部註記 - src/app/shared/shared-abuse-list/abuse-list-table.component.html26 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.html24 Score 分數 - src/app/+admin/follows/followers-list/followers-list.component.html38 - - - Showing to of reports - 正在顯示 回報 - src/app/shared/shared-abuse-list/abuse-list-table.component.html6 - + + src/app/+admin/follows/followers-list/followers-list.component.html37 + Reportee 檢舉人 @@ -4350,51 +4295,46 @@ Mute domain 靜音網域 - src/app/shared/shared-moderation/server-blocklist.component.html19 - src/app/shared/shared-moderation/server-blocklist.component.html19 - + + + src/app/shared/shared-moderation/server-blocklist.component.html18src/app/shared/shared-moderation/server-blocklist.component.html18 Instance 站臺 - src/app/+about/about.component.html3 - src/app/+search/search-filters.component.html217 - src/app/shared/shared-moderation/server-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html32 - + + + + + src/app/+about/about.component.html3src/app/+search/search-filters.component.html217src/app/shared/shared-moderation/server-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html31 Muted at 靜音於 - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/account-blocklist.component.html25 - src/app/shared/shared-moderation/server-blocklist.component.html33 - src/app/shared/shared-moderation/server-blocklist.component.html33 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/account-blocklist.component.html24src/app/shared/shared-moderation/server-blocklist.component.html32src/app/shared/shared-moderation/server-blocklist.component.html32 Unmute 解除靜音 - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/account-blocklist.component.html32 - src/app/shared/shared-moderation/server-blocklist.component.html40 - src/app/shared/shared-moderation/server-blocklist.component.html40 - + + + + + src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/account-blocklist.component.html31src/app/shared/shared-moderation/server-blocklist.component.html39src/app/shared/shared-moderation/server-blocklist.component.html39 No server found matching current filters. 找不到符合目前過濾器的伺服器。 - src/app/shared/shared-moderation/server-blocklist.component.html56 - src/app/shared/shared-moderation/server-blocklist.component.html56 - + + + src/app/shared/shared-moderation/server-blocklist.component.html55src/app/shared/shared-moderation/server-blocklist.component.html55 No server found. 找不到伺服器。 - src/app/shared/shared-moderation/server-blocklist.component.html57 - src/app/shared/shared-moderation/server-blocklist.component.html57 - - - Showing to of muted instances - 正在顯示 靜音站臺 - src/app/shared/shared-moderation/server-blocklist.component.html12 - src/app/shared/shared-moderation/server-blocklist.component.html12 - + + + src/app/shared/shared-moderation/server-blocklist.component.html56src/app/shared/shared-moderation/server-blocklist.component.html56 + It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 看起來您似乎不在 HTTPS 伺服器上。您的網路伺服器必須啟用 TLS 才能追蹤伺服器。 @@ -4408,29 +4348,29 @@ Mute domains 靜音網域 - src/app/shared/shared-moderation/server-blocklist.component.html64 - src/app/shared/shared-moderation/server-blocklist.component.html64 - + + + src/app/shared/shared-moderation/server-blocklist.component.html63src/app/shared/shared-moderation/server-blocklist.component.html63 Account 帳號 - src/app/+admin/moderation/registration-list/registration-list.component.html37 - src/app/+admin/overview/comments/video-comment-list.component.html43 - src/app/shared/shared-moderation/account-blocklist.component.html24 - src/app/shared/shared-moderation/account-blocklist.component.html24 - + + + + + src/app/+admin/moderation/registration-list/registration-list.component.html36src/app/+admin/overview/comments/video-comment-list.component.html42src/app/shared/shared-moderation/account-blocklist.component.html23src/app/shared/shared-moderation/account-blocklist.component.html23 No account found matching current filters. 沒有帳號符合目前的過濾器。 - src/app/shared/shared-moderation/account-blocklist.component.html54 - src/app/shared/shared-moderation/account-blocklist.component.html54 - + + + src/app/shared/shared-moderation/account-blocklist.component.html53src/app/shared/shared-moderation/account-blocklist.component.html53 No account found. 找不到帳號。 - src/app/shared/shared-moderation/account-blocklist.component.html55 - src/app/shared/shared-moderation/account-blocklist.component.html55 - + + + src/app/shared/shared-moderation/account-blocklist.component.html54src/app/shared/shared-moderation/account-blocklist.component.html54 List installed plugins 列出已安裝的外掛程式 @@ -4446,12 +4386,7 @@ 顯示外掛程式 src/app/+admin/plugins/plugins.routes.ts44 - - Showing to of muted accounts - 正在顯示 靜音帳號 - src/app/shared/shared-moderation/account-blocklist.component.html11 - src/app/shared/shared-moderation/account-blocklist.component.html11 - + Plugins/Themes 外掛程式/佈景主題 @@ -4674,22 +4609,18 @@ 此檢視也會顯示來自靜音帳號的留言。 src/app/+admin/overview/comments/video-comment-list.component.html8 - - Showing to of comments - 正在顯示 中的 留言 - src/app/+admin/overview/comments/video-comment-list.component.html15 - + Select all rows 選取所有列 - src/app/+admin/follows/followers-list/followers-list.component.html33 - src/app/+admin/follows/following-list/following-list.component.html38 - src/app/+admin/moderation/registration-list/registration-list.component.html33 - src/app/+admin/overview/comments/video-comment-list.component.html39 - src/app/+admin/overview/users/user-list/user-list.component.html39 - src/app/+admin/overview/videos/video-list.component.html36 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html24 - + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.html32src/app/+admin/follows/following-list/following-list.component.html37src/app/+admin/moderation/registration-list/registration-list.component.html32src/app/+admin/overview/comments/video-comment-list.component.html38src/app/+admin/overview/users/user-list/user-list.component.html37src/app/+admin/overview/videos/video-list.component.html35src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html23 Job type 工作類型 @@ -4709,62 +4640,52 @@ Selector for the list displaying jobs, filtering by their state - - Showing to of jobs - 正在顯示 中的 個工作 - src/app/+admin/system/jobs/jobs.component.html39 - + Type 類型 - src/app/+admin/system/jobs/jobs.component.html46 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html29 - + + + src/app/+admin/system/jobs/jobs.component.html44src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 - Priority (1 = highest priority) - 優先程度 (1 = 最高優先度) - - src/app/+admin/system/jobs/jobs.component.html - 47 - - + Priority (1 = highest priority) + 優先程度 (1 = 最高優先度) + + src/app/+admin/system/jobs/jobs.component.html45 Progress 進度 - - src/app/+admin/system/jobs/jobs.component.html - 49 - - + + src/app/+admin/system/jobs/jobs.component.html47 No jobs found. 找不到工作。 - src/app/+admin/system/jobs/jobs.component.html105 - + + src/app/+admin/system/jobs/jobs.component.html103 - No jobs found. - 找不到 工作。 - src/app/+admin/system/jobs/jobs.component.html106 - + No jobs found. + 找不到 工作。 + + src/app/+admin/system/jobs/jobs.component.html104 No jobs found. 找不到 工作。 - src/app/+admin/system/jobs/jobs.component.html110 - + + src/app/+admin/system/jobs/jobs.component.html108 No jobs found that are . 找不到 工作為 . - src/app/+admin/system/jobs/jobs.component.html111 - + + src/app/+admin/system/jobs/jobs.component.html109 Refresh 重新整理 - src/app/+admin/overview/comments/video-comment-list.component.html31 - src/app/+admin/overview/videos/video-list.component.html27 - src/app/+admin/system/jobs/jobs.component.html30 - src/app/+admin/system/logs/logs.component.html33 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html52 - + + + + + + src/app/+admin/overview/comments/video-comment-list.component.html30src/app/+admin/overview/videos/video-list.component.html26src/app/+admin/system/jobs/jobs.component.html30src/app/+admin/system/logs/logs.component.html33src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html51 now 現在 @@ -4792,8 +4713,8 @@ - By -> - -> + By -> + -> src/app/+admin/system/logs/logs.component.html47 @@ -4804,11 +4725,11 @@ Name 名稱 - src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12 - src/app/+admin/system/runners/runner-list/runner-list.component.html23 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - src/app/+manage/video-channel-edit/video-channel-edit.component.html25 - + + + + + src/app/+admin/config/edit-custom-config/edit-instance-information.component.html12src/app/+admin/system/runners/runner-list/runner-list.component.html22src/app/+manage/video-channel-edit/video-channel-edit.component.html25src/app/+manage/video-channel-edit/video-channel-edit.component.html25 Short description 短描述 @@ -4866,8 +4787,8 @@ src/app/+admin/config/edit-custom-config/edit-instance-information.component.html79 - Manage users to build a moderation team. - 管理使用者以建構管理團隊。 + Manage users to build a moderation team. + 管理使用者以建構管理團隊。 src/app/+admin/config/edit-custom-config/edit-instance-information.component.html 80,82 @@ -4879,8 +4800,8 @@ src/app/+admin/config/edit-custom-config/edit-instance-information.component.html89 - Enabling it will allow other administrators to know that you are mainly federating sensitive content. Moreover, the NSFW checkbox on video upload will be automatically checked by default. - 啟用此功能會讓其他管理員知道您主要是在串流敏感內容。 此外,預設情況下,系統會自動勾選影片上傳中的 NSFW 勾選框。 + Enabling it will allow other administrators to know that you are mainly federating sensitive content. Moreover, the NSFW checkbox on video upload will be automatically checked by default. + 啟用此功能會讓其他管理員知道您主要是在串流敏感內容。 此外,預設情況下,系統會自動勾選影片上傳中的 NSFW 勾選框。 src/app/+admin/config/edit-custom-config/edit-instance-information.component.html93 @@ -4998,8 +4919,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html4 - Use plugins & themes for more involved changes, or add slight customizations. - 使用外掛程式與佈景主題來進行更多變更,或是加入一些小修改 + Use plugins & themes for more involved changes, or add slight customizations. + 使用外掛程式與佈景主題來進行更多變更,或是加入一些小修改 src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html 5,7 @@ -5091,8 +5012,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html150 - Manage users to set their quota individually. - 管理使用者以單獨設定他們的配額。 + Manage users to set their quota individually. + 管理使用者以單獨設定他們的配額。 src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html151 @@ -5228,12 +5149,14 @@ ⚠️ We don't recommend to enable this feature if you don't trust your users ⚠️ 若您不信任您的使用者,則我們不建議啟用此功能 src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html305 + + Allow channel synchronization with channel of other platforms like YouTubeAllow channel synchronization with channel of other platforms like YouTube + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html + 316 + - - Allow channel synchronization with channel of other platforms like YouTube (requires allowing import with HTTP URL) - 允許與 YouTube 等其他平台的頻道同步(必須使用 HTTP URL 匯入) - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html316 - + ⛔ You need to allow import with HTTP URL to be able to activate this feature. ⛔ 您需要使用 HTTP URL 匯入才能啟用此功能。 @@ -5303,8 +5226,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html426 - You should only use moderated search indexes in production, or host your own. - 您只應在生產環境中使用審核的搜尋索引,或自行架設 + You should only use moderated search indexes in production, or host your own. + 您只應在生產環境中使用審核的搜尋索引,或自行架設 src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html428 @@ -5338,8 +5261,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html476 - Manage relations with other instances. - 管理與其他站台的關係 + Manage relations with other instances. + 管理與其他站台的關係 src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html477 @@ -5380,8 +5303,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html523 - See the documentation for more information about the expected URL - 檢視文件以取得關於預期 URL 的更多資訊 + See the documentation for more information about the expected URL + 檢視文件以取得關於預期 URL 的更多資訊 src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html528 @@ -5425,8 +5348,8 @@ src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html609 - If your instance is explicitly allowed by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not, we use an image link card that will redirect to your PeerTube instance. Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/w/blabla) on https://cards-dev.twitter.com/validator to see if you instance is allowed. - 如果您的站台明顯被 Twitter 允許,Twitter 的 feed 將會嵌入 PeerTube 影片分享的影片播放器。如果您的站台沒有,那麼我們會用圖片連結卡片來重新導向到您的 PeerTube 站台。勾選此核取方塊,儲存設定並使用您站台的影片 URL (https://example.com/w/blabla) 在 https://cards-dev.twitter.com/validator 來檢視您的站台是否被允許。 + If your instance is explicitly allowed by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not, we use an image link card that will redirect to your PeerTube instance. Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/w/blabla) on https://cards-dev.twitter.com/validator to see if you instance is allowed. + 如果您的站台明顯被 Twitter 允許,Twitter 的 feed 將會嵌入 PeerTube 影片分享的影片播放器。如果您的站台沒有,那麼我們會用圖片連結卡片來重新導向到您的 PeerTube 站台。勾選此核取方塊,儲存設定並使用您站台的影片 URL (https://example.com/w/blabla) 在 https://cards-dev.twitter.com/validator 來檢視您的站台是否被允許。 src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html613 @@ -5548,8 +5471,8 @@ src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html108 - Use remote runners to process live transcoding. Remote runners has to register on your instance first. - 使用遠端執行器來處理即時轉換編碼。遠端執行器必須先在您的站台上註冊。 + Use remote runners to process live transcoding. Remote runners has to register on your instance first. + 使用遠端執行器來處理即時轉換編碼。遠端執行器必須先在您的站台上註冊。 src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html154 @@ -5585,8 +5508,8 @@ src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html35 - Use remote runners to process VOD transcoding. Remote runners has to register on your instance first. - 使用遠端執行器來處理隨選視訊轉換編碼。遠端執行器必須先在您的站台上註冊。 + Use remote runners to process VOD transcoding. Remote runners has to register on your instance first. + 使用遠端執行器來處理隨選視訊轉換編碼。遠端執行器必須先在您的站台上註冊。 src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html150 @@ -5639,8 +5562,8 @@ src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html89 - Requires ffmpeg >= 4.1Generate HLS playlists and fragmented MP4 files resulting in a better playback than with Web Videos:Resolution change is smootherFaster playback especially with long videosMore stable playback (less bugs/infinite loading)If you also enabled Web Videos support, it will multiply videos storage by 2 - 需要 ffmpeg >= 4.1產生 HLS 播放清單與分段的 MP4 檔案,從而取得比網路影片更好的播放效果:解析度變更較為平順播放速度更快,尤其是較長的影片更穩定的播放(較少臭蟲/無限載入)若您也啟用了網路影片支援,可能會讓影片的儲存空間乘以 2 + Requires ffmpeg >= 4.1Generate HLS playlists and fragmented MP4 files resulting in a better playback than with Web Videos:Resolution change is smootherFaster playback especially with long videosMore stable playback (less bugs/infinite loading)If you also enabled Web Videos support, it will multiply videos storage by 2 + 需要 ffmpeg >= 4.1產生 HLS 播放清單與分段的 MP4 檔案,從而取得比網路影片更好的播放效果:解析度變更較為平順播放速度更快,尤其是較長的影片更穩定的播放(較少臭蟲/無限載入)若您也啟用了網路影片支援,可能會讓影片的儲存空間乘以 2 src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 94,103 @@ -5733,8 +5656,8 @@ - Use remote runners to process studio transcoding tasks. Remote runners has to register on your instance first. - 使用遠端執行器來處理工作室轉換編碼作業。遠端執行器必須先在您的站台上註冊。 + Use remote runners to process studio transcoding tasks. Remote runners has to register on your instance first. + 使用遠端執行器來處理工作室轉換編碼作業。遠端執行器必須先在您的站台上註冊。 src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 240,243 @@ -5824,13 +5747,19 @@ src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html87 - Write JavaScript code directly.Example: console.log('my instance is amazing'); - 直接編寫 JavaScript 程式碼。範例:console.log('my instance is amazing'); + Write JavaScript code directly.Example: console.log('my instance is amazing'); + 直接編寫 JavaScript 程式碼。範例:console.log('my instance is amazing'); src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html90 - Write CSS code directly. Example:#custom-css color: red; Prepend with #custom-css to override styles. Example:#custom-css .logged-in-email color: red; - 直接編寫 CSS 程式碼。範例:#custom-css color: red; 在前方加入 #custom-css 以覆寫樣式。範例:#custom-css .logged-in-email color: red; + Write CSS code directly. Example:#custom-css +color: red; + + Prepend with #custom-css to override styles. Example:#custom-css .logged-in-email +color: red; + + + 直接編寫 CSS 程式碼。範例:#custom-css color: red; 在前方加入 #custom-css 以覆寫樣式。範例:#custom-css .logged-in-email color: red; src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html109 @@ -5847,8 +5776,8 @@ - There are errors in the form: - 格式有誤: + There are errors in the form: + 格式有誤: src/app/+admin/config/edit-custom-config/edit-custom-config.component.html71 @@ -6004,8 +5933,8 @@ src/app/shared/shared-video-miniature/video-download.component.ts265 - Update your settings - 更新您的設定 + Update your settings + 更新您的設定 src/app/shared/shared-video-miniature/video-filters-header.component.html 2,7 @@ -6028,38 +5957,38 @@ - Sort by "Recently Added" - 「最近新增」排序 + Sort by "Recently Added" + 「最近新增」排序 src/app/shared/shared-video-miniature/video-filters-header.component.html47 - Sort by "Original Publication Date" - 「原始發佈日期」排序 + Sort by "Original Publication Date" + 「原始發佈日期」排序 src/app/shared/shared-video-miniature/video-filters-header.component.html48 - Sort by "Name" - 使用「名稱」排序 + Sort by "Name" + 使用「名稱」排序 src/app/shared/shared-video-miniature/video-filters-header.component.html50 - Sort by "Recent Views" - 「近期檢視」排序 + Sort by "Recent Views" + 「近期檢視」排序 src/app/shared/shared-video-miniature/video-filters-header.component.html51 - Sort by "Hot" - 「熱門」排序 + Sort by "Hot" + 「熱門」排序 src/app/shared/shared-video-miniature/video-filters-header.component.html52 - Sort by "Likes" - 「喜歡」排序 + Sort by "Likes" + 「喜歡」排序 src/app/shared/shared-video-miniature/video-filters-header.component.html53 - Sort by "Global Views" - 「全域檢視」排序 + Sort by "Global Views" + 「全域檢視」排序 src/app/shared/shared-video-miniature/video-filters-header.component.html54 @@ -6144,8 +6073,8 @@ src/app/shared/shared-user-settings/user-video-settings.component.html4 - With Hide or Blur thumbnails, a confirmation will be requested to watch the video. - 隱藏模糊縮圖,要觀看影片時將會請求確認。 + With Hide or Blur thumbnails, a confirmation will be requested to watch the video. + 隱藏模糊縮圖,要觀看影片時將會請求確認。 src/app/+admin/config/edit-custom-config/edit-instance-information.component.html106 src/app/shared/shared-user-settings/user-video-settings.component.html7 @@ -6266,74 +6195,52 @@ 9 - - Showing to of synchronizations - 正在顯示 ,全部有 個同步 - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 17 - - + Add synchronization 新增同步 - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 25 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html24 - External Channel - 外部頻道 - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 34 - - + External Channel + 外部頻道 + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html33 - Channel - 頻道 - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 35 - - + Channel + 頻道 + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html34 - Last synchronization at - 最後同步於 - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html - 38 - - + Last synchronization at + 最後同步於 + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html37 List imports 列出匯入 - - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts - 49 - - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts48 Fully synchronize the channel 完全同步頻道 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts61 This fetches any missing videos on the local channel 這會在本機頻道上擷取任何遺失的影片 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts63 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts62 Synchronization removed successfully for . 的同步已移除成功。 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts102 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts101 Full synchronization requested successfully for . 的完全同步請求成功。 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts115 - + + src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts114 NEW SYNCHRONIZATION 新同步 @@ -6472,18 +6379,14 @@ Target 目標 - src/app/+my-library/my-video-imports/my-video-imports.component.html28 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html27 This video was deleted 此影片已刪除 - src/app/+my-library/my-video-imports/my-video-imports.component.html59 - - - Showing to of imports - 顯示 匯入 - src/app/+my-library/my-video-imports/my-video-imports.component.html21 - + + src/app/+my-library/my-video-imports/my-video-imports.component.html58 + Once you delete your account, there is no going back. You will be asked to confirm this action. 一旦您刪除了您的帳號,就無法挽回了。系統將會要求您確認此動作。 @@ -6492,24 +6395,17 @@ Channel page 頻道頁面 - src/app/+my-library/+my-video-channels/my-video-channels.component.html34 - src/app/+my-library/my-follows/my-subscriptions.component.html20 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html65 - src/app/+videos/+video-watch/video-watch.component.html66 - + + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.html34src/app/+my-library/my-follows/my-subscriptions.component.html20src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html64src/app/+videos/+video-watch/video-watch.component.html66 {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}} {VAR_PLURAL, plural, =0 {沒有檢視} =1 {1 次檢視} other { 次檢視}} src/app/+my-library/+my-video-channels/my-video-channels.component.html49 - - Do you really want to delete ? It will delete videos uploaded in this channel, and you will not be able to create another channel or account with the same name ()! - 您確定要刪除 嗎?其將會刪除上傳至此頻道的 部影片,且您將無法使用相同名稱()建立其他頻道或帳號! - - src/app/+my-library/+my-video-channels/my-video-channels.component.ts - 55,57 - - + Created by 建立 @@ -6591,8 +6487,8 @@ - Some of your channels are not fully set up. Make them welcoming and explicit about what you publish by adding a banner, an avatar and a description. - 您的某些頻道還沒設定完成。透過新增橫幅大頭照描述使其發佈的內容足夠明確並受人歡迎。 + Some of your channels are not fully set up. Make them welcoming and explicit about what you publish by adding a banner, an avatar and a description. + 您的某些頻道還沒設定完成。透過新增橫幅大頭照描述使其發佈的內容足夠明確並受人歡迎。 src/app/shared/shared-main/misc/channels-setup-message.component.html 5 @@ -6821,8 +6717,8 @@ src/app/shared/shared-main/angular/login-link.component.ts11 - > Login - > 登入 + > Login + > 登入 src/app/+login/login.component.html 2,5 @@ -6932,8 +6828,8 @@ - Welcomeon - 歡迎使用 + Welcomeon + 歡迎使用 src/app/+signup/shared/signup-success-before-email.component.html7 @@ -6950,16 +6846,16 @@ src/app/+signup/shared/signup-success-before-email.component.html14 - Check your emails to validate your account and complete your registration request. - 檢查您的電子郵件以驗證您的帳號並完成註冊請求。 + Check your emails to validate your account and complete your registration request. + 檢查您的電子郵件以驗證您的帳號並完成註冊請求。 src/app/+signup/shared/signup-success-before-email.component.html 18,19 - Check your emails to validate your account and complete your registration. - 檢查您的電子郵件以驗證您的帳號並完成註冊。 + Check your emails to validate your account and complete your registration. + 檢查您的電子郵件以驗證您的帳號並完成註冊。 src/app/+signup/shared/signup-success-before-email.component.html 22,23 @@ -6968,9 +6864,9 @@ Banned 已阻擋 - src/app/+accounts/accounts.component.html21 - src/app/+admin/overview/users/user-list/user-list.component.html105 - + + + src/app/+accounts/accounts.component.html21src/app/+admin/overview/users/user-list/user-list.component.html103 Instance muted 站臺已靜音 @@ -7061,8 +6957,8 @@ Please type the name of the video channel () to confirm 請輸入影片頻道名稱 () 以確認 - src/app/+my-library/+my-video-channels/my-video-channels.component.ts59 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts64 NEW CHANNEL 新頻道 @@ -7091,8 +6987,8 @@ src/app/+accounts/account-video-channels/account-video-channels.component.html42 - SHOW THIS CHANNEL > - 顯示此頻道 > + SHOW THIS CHANNEL > + 顯示此頻道 > src/app/+accounts/account-video-channels/account-video-channels.component.html50 @@ -7340,8 +7236,8 @@ src/app/+about/about-peertube/about-peertube.component.html107 - 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 this document for more information - 網路 peer 無法公開存取:因為我們使用 WebSocket 傳輸,與傳統的 BitTorrent 追蹤器不同。當您在網路瀏覽器裡時,您就會傳送包含您的 IP 的訊號到隨機選取其他 peer 轉發資訊的追蹤器。請見 此文件 以取得更多資訊 + 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 this document for more information + 網路 peer 無法公開存取:因為我們使用 WebSocket 傳輸,與傳統的 BitTorrent 追蹤器不同。當您在網路瀏覽器裡時,您就會傳送包含您的 IP 的訊號到隨機選取其他 peer 轉發資訊的追蹤器。請見 此文件 以取得更多資訊 src/app/+about/about-peertube/about-peertube.component.html111 @@ -7442,8 +7338,8 @@ src/app/+about/about-instance/about-instance.component.ts91 - Contact the administrator(s) - 聯絡管理員 + Contact the administrator(s) + 聯絡管理員 src/app/+about/about-instance/contact-admin-modal.component.html 3 @@ -7467,13 +7363,13 @@ Go to the previous step 回到上一步 - src/app/+signup/+register/register.component.ts43 - + + src/app/+signup/+register/register.component.ts42 Go to the next step 到下一步 - src/app/+signup/+register/register.component.ts44 - + + src/app/+signup/+register/register.component.ts43 Who are we? 我們是誰? @@ -7492,8 +7388,8 @@ Terms of 的條款 - src/app/shared/shared-instance/instance-about-accordion.component.ts81 - + + src/app/shared/shared-instance/instance-about-accordion.component.ts80 Administrators & Sustainability 管理員與持續性 @@ -7566,8 +7462,8 @@ - I am at least years old and agree to the Terms and to the Code of Conduct of - 我至少 歲,且同意 條款行為守則 + I am at least years old and agree to the Terms and to the Code of Conduct of + 我至少 歲,且同意 條款行為守則 src/app/+signup/+register/steps/register-step-terms.component.html 17,22 @@ -7706,53 +7602,53 @@ Sensitive content 敏感內容 - src/app/shared/shared-video-miniature/video-filters.model.ts125 - + + src/app/shared/shared-video-miniature/video-filters.model.ts131 Scope 範圍 - src/app/shared/shared-video-miniature/video-filters.model.ts132 - + + src/app/shared/shared-video-miniature/video-filters.model.ts138 Federated 聯盟 - src/app/shared/shared-video-miniature/video-filters.model.ts134 - + + src/app/shared/shared-video-miniature/video-filters.model.ts140 Languages 語言 - src/app/shared/shared-video-miniature/video-filters.model.ts142 - + + src/app/shared/shared-video-miniature/video-filters.model.ts148 Categories 分類 - src/app/shared/shared-video-miniature/video-filters.model.ts151 - + + src/app/shared/shared-video-miniature/video-filters.model.ts157 All videos 所有影片 - src/app/shared/shared-video-miniature/video-filters.model.ts160 - + + src/app/shared/shared-video-miniature/video-filters.model.ts166 Blurred 模糊 - src/app/shared/shared-video-miniature/video-filters.model.ts240 - + + src/app/shared/shared-video-miniature/video-filters.model.ts246 hidden 隱藏 - src/app/shared/shared-video-miniature/video-filters.model.ts246 - + + src/app/shared/shared-video-miniature/video-filters.model.ts252 blurred 模糊 - src/app/shared/shared-video-miniature/video-filters.model.ts247 - + + src/app/shared/shared-video-miniature/video-filters.model.ts253 displayed 已顯示 - src/app/shared/shared-video-miniature/video-filters.model.ts249 - + + src/app/shared/shared-video-miniature/video-filters.model.ts255 Password protected 受密碼保護 @@ -7793,8 +7689,8 @@ src/app/+admin/config/edit-custom-config/edit-configuration.service.ts18 - A <code>.mp4</code> that keeps the original audio track, with no video - <code>.mp4</code> 保留了原始音訊軌,但沒有影片 + A <code>.mp4</code> that keeps the original audio track, with no video + <code>.mp4</code> 保留了原始音訊軌,但沒有影片 src/app/+admin/config/edit-custom-config/edit-configuration.service.ts19 @@ -7892,8 +7788,8 @@ src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html8 - However, you may want to read our guidelines before tweaking the following values. - 不過,在調整以下的值前,您可能會想要先閱讀我們的指南 + However, you may want to read our guidelines before tweaking the following values. + 不過,在調整以下的值前,您可能會想要先閱讀我們的指南 src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html 12,14 @@ -8111,43 +8007,43 @@ Reject 拒絕 - src/app/+admin/follows/followers-list/followers-list.component.html51 - src/app/+admin/follows/followers-list/followers-list.component.ts40 - src/app/+admin/follows/followers-list/followers-list.component.ts86 - + + + + src/app/+admin/follows/followers-list/followers-list.component.html50src/app/+admin/follows/followers-list/followers-list.component.ts40src/app/+admin/follows/followers-list/followers-list.component.ts86 Delete 刪除 - src/app/+admin/follows/followers-list/followers-list.component.ts50 - src/app/+admin/follows/followers-list/followers-list.component.ts118 - src/app/+admin/follows/following-list/following-list.component.ts42 - src/app/+admin/moderation/registration-list/registration-list.component.ts65 - src/app/+admin/moderation/registration-list/registration-list.component.ts129 - src/app/+admin/moderation/video-block-list/video-block-list.component.ts91 - src/app/+admin/moderation/video-block-list/video-block-list.component.ts95 - src/app/+admin/overview/comments/video-comment-list.component.ts104 - src/app/+admin/overview/comments/video-comment-list.component.ts175 - src/app/+admin/overview/users/user-list/user-list.component.ts100 - src/app/+admin/overview/users/user-list/user-list.component.ts248 - src/app/+admin/overview/videos/video-list.component.ts76 - src/app/+admin/overview/videos/video-list.component.ts227 - src/app/+admin/overview/videos/video-list.component.ts282 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83 - src/app/+my-library/+my-video-channels/my-video-channels.component.ts63 - src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57 - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35 - src/app/+my-library/my-videos/my-videos.component.html51 - src/app/+my-library/my-videos/my-videos.component.ts191 - src/app/+videos/+video-edit/shared/video-edit.component.html196 - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts376 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts411 - src/app/shared/shared-main/buttons/delete-button.component.ts21 - src/app/shared/shared-main/buttons/delete-button.component.ts26 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts83src/app/+my-library/+my-video-channels/my-video-channels.component.ts68src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts191src/app/+videos/+video-edit/shared/video-edit.component.html196src/app/+videos/+video-watch/shared/comment/video-comments.component.ts183src/app/shared/shared-abuse-list/abuse-list-table.component.ts132src/app/shared/shared-abuse-list/abuse-list-table.component.ts373src/app/shared/shared-abuse-list/abuse-list-table.component.ts408src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}} 已接受 {count, plural, =1 { 個追蹤請求} other { 個追蹤請求}} @@ -8181,10 +8077,10 @@ Follow 追蹤 - src/app/+admin/follows/following-list/follow-modal.component.html3 - src/app/+admin/follows/following-list/follow-modal.component.html37 - src/app/+admin/follows/following-list/following-list.component.html25 - + + + + src/app/+admin/follows/following-list/follow-modal.component.html3src/app/+admin/follows/following-list/follow-modal.component.html37src/app/+admin/follows/following-list/following-list.component.html24 1 host (without "http://"), account handle or channel handle per line 1 個主機(不包含 "http://"),每行一個帳號或頻道 @@ -8245,18 +8141,18 @@ Do you really want to remove this video redundancy? 您真的想要移除此重複影片嗎? - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts145 Remove redundancy 移除冗餘 - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts147 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts146 Video redundancies removed! 重複影片已刪除! - src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts153 - + + src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts152 Account unmuted by your instance. 帳號 已被您的站臺解除靜音。 @@ -8325,90 +8221,90 @@ Internal actions 內部動作 - src/app/+admin/moderation/video-block-list/video-block-list.component.ts59 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts243 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts59src/app/shared/shared-abuse-list/abuse-list-table.component.ts240 Delete report 刪除檢舉 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts274 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts271 Actions for the flagged account 被標記帳號的動作 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts286 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts283 Mark as accepted 標記為接受 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts259 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts256 Mark as rejected 標記為拒絕 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts264 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts261 Add internal note 新增內部註記 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts269 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts266 Actions for the video 對影片的動作 - src/app/+admin/moderation/video-block-list/video-block-list.component.ts82 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts334 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts82src/app/shared/shared-abuse-list/abuse-list-table.component.ts331 Block video 封鎖影片 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts339 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts336 Video blocked. 影片已封鎖。 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts345 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts342 Unblock video 解除封鎖影片 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts355 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts352 Video unblocked. 影片已解除封鎖。 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts361 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts358 Do you really want to delete this abuse report? 您真的想要刪除這份濫用檢舉嗎? - src/app/shared/shared-abuse-list/abuse-list-table.component.ts133 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts132 Abuse deleted. 濫用已刪除。 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts139 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts138 Deleted comment 已刪除的留言 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts214 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts213 Messages with reporter 檢舉人的訊息 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts248 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts245 Messages with moderators 板主的訊息 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts249 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts246 Update internal note 更新內部註記 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts254 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts251 Switch video block to manual 切換影片封鎖為手動 @@ -8548,13 +8444,13 @@ plugin 外掛程式 - src/app/+admin/plugins/shared/plugin-api.service.ts30 - + + src/app/+admin/plugins/shared/plugin-api.service.ts31 theme 佈景主題 - src/app/+admin/plugins/shared/plugin-api.service.ts33 - + + src/app/+admin/plugins/shared/plugin-api.service.ts34 IP address IP 位置 @@ -8564,8 +8460,8 @@ - PeerTube thinks your web browser public IP is . - PeerTube 認為您的網路瀏覽器的公開 IP 為 + PeerTube thinks your web browser public IP is . + PeerTube 認為您的網路瀏覽器的公開 IP 為 src/app/+admin/system/debug/debug.component.html 4 @@ -8612,16 +8508,16 @@ - Check the trust_proxy configuration key - 檢查 trust_proxy 設定鍵 + Check the trust_proxy configuration key + 檢查 trust_proxy 設定鍵 src/app/+admin/system/debug/debug.component.html 15 - If you run PeerTube using Docker, check you run the reverse-proxy with network_mode: "host" (see issue 1643) - 如果您正使用 Docker 執行,請檢查您是否執行 reverse-proxynetwork_mode: "host"(請參閱議題 1643 + If you run PeerTube using Docker, check you run the reverse-proxy with network_mode: "host" (see issue 1643) + 如果您正使用 Docker 執行,請檢查您是否執行 reverse-proxynetwork_mode: "host"(請參閱議題 1643 src/app/+admin/system/debug/debug.component.html 16,17 @@ -8674,19 +8570,19 @@ Info 資訊 - src/app/+admin/overview/videos/video-list.component.html41 - src/app/core/notification/notifier.service.ts12 - + + + src/app/+admin/overview/videos/video-list.component.html40src/app/core/notification/notifier.service.ts12 Files 檔案 - src/app/+admin/overview/videos/video-list.component.html42 - + + src/app/+admin/overview/videos/video-list.component.html41 - Published - 已發佈 - src/app/+admin/overview/videos/video-list.component.html43 - + Published + 已發佈 + + src/app/+admin/overview/videos/video-list.component.html42 Warning 警告 @@ -8713,49 +8609,42 @@ 審核日誌 src/app/+admin/system/logs/logs.component.ts145 - - Showing to of runner jobs - 顯示 ,一共 個執行器作業 - - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html - 18 - - + UUID UUID - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html28 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html27 - Priority - 優先程度 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 - + Priority + 優先程度 + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html30 - Progress - 進度 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 - + Progress + 進度 + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html31 Runner 執行器 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html33 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html32 Payload: 酬載: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html100 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html99 Private payload: 私人酬載: - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html105 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html104 No runner jobs found. 找不到執行器作業。 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html118 - + + src/app/+admin/system/runners/runner-job-list/runner-job-list.component.html117 Completed jobs 已完成的作業 @@ -8831,35 +8720,22 @@ 4 - - Showing to of remote runners - 顯示 ,一共 個遠端執行器 - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 18 - - + IP IP - src/app/+admin/system/runners/runner-list/runner-list.component.html25 - + + src/app/+admin/system/runners/runner-list/runner-list.component.html24 Last contact 最後接觸 - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 26 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html25 No remote runners found. 找不到遠端執行器。 - - src/app/+admin/system/runners/runner-list/runner-list.component.html - 56 - - + + src/app/+admin/system/runners/runner-list/runner-list.component.html55 User created. 使用者 已建立。 @@ -8868,9 +8744,9 @@ Create user 建立使用者 - src/app/+admin/overview/users/user-edit/user-create.component.ts97 - src/app/+admin/overview/users/user-list/user-list.component.html25 - + + + src/app/+admin/overview/users/user-edit/user-create.component.ts97src/app/+admin/overview/users/user-list/user-list.component.html23 Blocked videos 已封鎖的影片 @@ -8890,8 +8766,8 @@ src/app/+admin/moderation/moderation.routes.ts114 - Accept registrationReject registration - 接受 註冊拒絕 註冊 + Accept registrationReject registration + 接受 註冊拒絕 註冊 src/app/+admin/moderation/registration-list/process-registration-modal.component.html 4,5 @@ -8906,40 +8782,40 @@ - Accepting  registration will create the account and channel. - 接受  註冊將會建立帳號與頻道。 + Accepting  registration will create the account and channel. + 接受  註冊將會建立帳號與頻道。 src/app/+admin/moderation/registration-list/process-registration-modal.component.html 21,22 - An email will be sent to explaining its account has been created with the moderation response you'll write below. - 解釋其帳號已使用您將在下面編寫的審核回覆建立的電子郵件將會傳送至 + An email will be sent to explaining its account has been created with the moderation response you'll write below. + 解釋其帳號已使用您將在下面編寫的審核回覆建立的電子郵件將會傳送至 src/app/+admin/moderation/registration-list/process-registration-modal.component.html 24,26 - Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its account has been created. - 此站台未啟用電子郵件,因此 PeerTube 將無法傳送解釋其帳號已使用您將在下面編寫的審核回覆建立的電子郵件至 + Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its account has been created. + 此站台未啟用電子郵件,因此 PeerTube 將無法傳送解釋其帳號已使用您將在下面編寫的審核回覆建立的電子郵件至 src/app/+admin/moderation/registration-list/process-registration-modal.component.html 28,30 - An email will be sent to explaining its registration request has been rejected with the moderation response you'll write below. - 解釋其註冊請求已使用您將在下面編寫的審核回覆被拒絕的電子郵件將會傳送至 + An email will be sent to explaining its registration request has been rejected with the moderation response you'll write below. + 解釋其註冊請求已使用您將在下面編寫的審核回覆被拒絕的電子郵件將會傳送至 src/app/+admin/moderation/registration-list/process-registration-modal.component.html 34,36 - Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its registration request has been rejected. - 此站台未啟用電子郵件,因此 PeerTube 無法傳送其註冊請求已使用您將在下面編寫的審核回覆被拒絕的電子郵件傳送至 + Emails are not enabled on this instance so PeerTube won't be able to send an email to explaining its registration request has been rejected. + 此站台未啟用電子郵件,因此 PeerTube 無法傳送其註冊請求已使用您將在下面編寫的審核回覆被拒絕的電子郵件傳送至 src/app/+admin/moderation/registration-list/process-registration-modal.component.html 38,40 @@ -9013,14 +8889,7 @@ 3 - - Showing to of registrations - 顯示 ,全部 個註冊 - - src/app/+admin/moderation/registration-list/registration-list.component.html - 11 - - + Password changed for user . 密碼已為使用者 更改。 @@ -9082,9 +8951,9 @@ Live 直播 - src/app/+admin/overview/videos/video-admin.service.ts53 - src/app/+admin/overview/videos/video-list.component.html88 - + + + src/app/+admin/overview/videos/video-admin.service.ts53src/app/+admin/overview/videos/video-list.component.html87 Video files 影片檔 @@ -9200,8 +9069,8 @@ src/app/shared/shared-moderation/user-moderation-dropdown.component.ts99 - <p>You can't create users or channels with a username that already used by a deleted user/channel.</p> - <p>您無法建立被已刪除的使用者或頻道使用的使用者名稱或頻道名稱。</p> + <p>You can't create users or channels with a username that already used by a deleted user/channel.</p> + <p>您無法建立被已刪除的使用者或頻道使用的使用者名稱或頻道名稱。</p> src/app/+admin/overview/users/user-list/user-list.component.ts244 @@ -9243,8 +9112,8 @@ src/app/+my-library/my-history/my-history.component.html14 - Clear all history - 清除所有歷史紀錄 + Clear all history + 清除所有歷史紀錄 src/app/+my-library/my-history/my-history.component.html18 @@ -9480,18 +9349,18 @@ Too many languages are enabled. Please enable them all or stay below 20 enabled languages. 啟用太多語言。請將它們全部啟用或將啟用的語言維持在 20 個以下。 - src/app/shared/shared-user-settings/user-video-settings.component.ts76 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts75 Video settings updated. 影片設定已更新。 - src/app/shared/shared-user-settings/user-video-settings.component.ts121 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts120 Display/Video settings updated. 顯示/影片設定已更新。 - src/app/shared/shared-user-settings/user-video-settings.component.ts132 - + + src/app/shared/shared-user-settings/user-video-settings.component.ts131 Video channel created. 影片頻道 已更新。 @@ -9525,13 +9394,13 @@ Video channel deleted. 影片頻道 已刪除。 - src/app/+my-library/+my-video-channels/my-video-channels.component.ts71 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts76 Views for the day 當天的觀看次數 - src/app/+my-library/+my-video-channels/my-video-channels.component.ts106 - + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts111 My followers 我的追蹤者 @@ -9615,20 +9484,20 @@ Playlist created. 播放清單 已建立。 - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts77 - + + src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts76 Create 建立 - src/app/+admin/overview/users/user-edit/user-edit.component.html8 - src/app/+admin/overview/users/user-edit/user-edit.component.html8 - src/app/+manage/video-channel-edit/video-channel-create.component.ts107 - src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45 - src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts92 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8 - src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8 - src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 - + + + + + + + + + src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+admin/overview/users/user-edit/user-edit.component.html8src/app/+manage/video-channel-edit/video-channel-create.component.ts107src/app/+my-library/my-video-channel-syncs/video-channel-sync-edit/video-channel-sync-edit.component.ts45src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts91src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html8src/app/shared/shared-video-playlist/video-add-to-playlist.component.html82 Update playlist 更新播放清單 @@ -9706,9 +9575,15 @@ 您真的想要刪除 嗎? - src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127 - src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + + + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts56src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts127src/app/+my-library/my-video-playlists/my-video-playlists.component.ts34src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts231 + It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()!It will delete {count, plural, =1 {1 video} other { videos}} uploaded in this channel, and you will not be able to create another channel or account with the same name ()! + + src/app/+my-library/+my-video-channels/my-video-channels.component.ts + 60 + Video deleted. @@ -9783,8 +9658,8 @@ src/app/+my-account/my-account-routing.module.ts128 - is awaiting email verification - 正在等待電子郵件驗證 + is awaiting email verification + 正在等待電子郵件驗證 src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 5,6 @@ -9799,8 +9674,8 @@ - Your current email is . It is never shown to the public. - 您目前的電子郵件為 。這永遠不會公開顯示。 + Your current email is . It is never shown to the public. + 您目前的電子郵件為 。這永遠不會公開顯示。 src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html 13,16 @@ -9860,13 +9735,13 @@ Maximize editor 最大化編輯器 - src/app/shared/shared-forms/markdown-textarea.component.ts51 - + + src/app/shared/shared-forms/markdown-textarea.component.ts49 Exit maximized editor 離開最大化編輯器 - src/app/shared/shared-forms/markdown-textarea.component.ts52 - + + src/app/shared/shared-forms/markdown-textarea.component.ts50 An email with verification link will be sent to . 包含驗證連結的電子郵件已傳送到 @@ -9888,9 +9763,9 @@ Subscribe to the account 訂閱帳號 - src/app/+video-channels/video-channels.component.ts85 - src/app/+videos/+video-watch/video-watch.component.ts888 - + + + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts894 PLAYLISTS 播放清單 @@ -9990,13 +9865,13 @@ src/app/+video-studio/edit/video-studio-edit.component.ts75 - The current video will be overwritten by this edited video and <strong>you won't be able to recover it</strong>.<br /><br /> - 目前的影片將被編輯後的影片覆寫且<strong>您將無法還原</strong>。<br /><br /> + The current video will be overwritten by this edited video and <strong>you won't be able to recover it</strong>.<br /><br /> + 目前的影片將被編輯後的影片覆寫且<strong>您將無法還原</strong>。<br /><br /> src/app/+video-studio/edit/video-studio-edit.component.ts79 - As a reminder, the following tasks will be executed: <ol></ol> - 提醒一下,將執行以下工作:<ol></ol> + As a reminder, the following tasks will be executed: <ol></ol> + 提醒一下,將執行以下工作:<ol></ol> src/app/+video-studio/edit/video-studio-edit.component.ts80 @@ -10060,7 +9935,8 @@ src/app/core/auth/auth.service.ts75 - Cannot retrieve OAuth Client credentials: . Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section. + Cannot retrieve OAuth Client credentials: . +Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section. 無法擷取 OAuth 客戶端憑證:。請確保您已正確設定 PeerTube(config/ 目錄),特別是 "webserver" 部份。 src/app/core/auth/auth.service.ts102 @@ -10229,17 +10105,17 @@ VOD videos 隨選視訊 - src/app/+search/search-filters.component.html34 - src/app/shared/shared-video-miniature/video-filters-header.component.html112 - src/app/shared/shared-video-miniature/video-filters.model.ts174 - + + + + src/app/+search/search-filters.component.html34src/app/shared/shared-video-miniature/video-filters-header.component.html112src/app/shared/shared-video-miniature/video-filters.model.ts180 Live videos 直播視訊 - src/app/+search/search-filters.component.html29 - src/app/shared/shared-video-miniature/video-filters-header.component.html107 - src/app/shared/shared-video-miniature/video-filters.model.ts168 - + + + + src/app/+search/search-filters.component.html29src/app/shared/shared-video-miniature/video-filters-header.component.html107src/app/shared/shared-video-miniature/video-filters.model.ts174 Short (< 4 min) 短(小於 4 分鐘) @@ -10251,7 +10127,7 @@ src/app/+search/search-filters.component.ts63 - Long (> 10 min) + Long (> 10 min) 長(大於 10 分鐘) src/app/+search/search-filters.component.ts67 @@ -10343,8 +10219,8 @@ - The video quota only takes into account original video size. Since transcoding is enabled, videos size can be at most ~ . - 影片配額僅會計算原始影片大小。因為啟用了轉換編碼,影片大小最多可以 ~ + The video quota only takes into account original video size. Since transcoding is enabled, videos size can be at most ~ . + 影片配額僅會計算原始影片大小。因為啟用了轉換編碼,影片大小最多可以 ~ src/app/+admin/shared/user-real-quota-info.component.html 1,4 @@ -11015,8 +10891,8 @@ - See the documentation to learn how to use the PeerTube live streaming feature. - 檢視文件以取得如何使用 PeerTube 直播串流功能的資訊。 + See the documentation to learn how to use the PeerTube live streaming feature. + 檢視文件以取得如何使用 PeerTube 直播串流功能的資訊。 src/app/shared/shared-video-live/live-documentation-link.component.html1 @@ -11663,14 +11539,14 @@ Instance languages 站臺語言 - src/app/+videos/+video-edit/shared/video-edit.component.ts222 - + + src/app/+videos/+video-edit/shared/video-edit.component.ts223 All languages 所有語言 - src/app/+videos/+video-edit/shared/video-edit.component.ts223 - src/app/shared/shared-forms/select/select-languages.component.ts25 - + + + src/app/+videos/+video-edit/shared/video-edit.component.ts224src/app/shared/shared-forms/select/select-languages.component.ts25 Hidden 已隱藏 @@ -11684,9 +11560,9 @@ Displayed 已顯示 - src/app/shared/shared-instance/instance-features-table.component.ts54 - src/app/shared/shared-video-miniature/video-filters.model.ts242 - + + + src/app/shared/shared-instance/instance-features-table.component.ts54src/app/shared/shared-video-miniature/video-filters.model.ts248 Disabled 已停用 @@ -11817,8 +11693,8 @@ src/app/shared/shared-moderation/user-moderation-dropdown.component.ts89 - If you remove this user, you won't be able to create another user or channel with <strong></strong> username! - 若您移除此使用者,您將無法建立其他有 <strong></strong> 使用者名稱的使用者或頻道! + If you remove this user, you won't be able to create another user or channel with <strong></strong> username! + 若您移除此使用者,您將無法建立其他有 <strong></strong> 使用者名稱的使用者或頻道! src/app/shared/shared-moderation/user-moderation-dropdown.component.ts 104 @@ -11855,19 +11731,19 @@ Account muted by the instance. 帳號 已被站臺靜音。 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts434 - src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts431src/app/shared/shared-moderation/user-moderation-dropdown.component.ts191 Mute server 伺服器靜音 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts322 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts319 Server muted by the instance. 伺服器 已被站臺靜音。 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts446 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts443 Add a message to communicate with the reporter 新增訊息以與回報者溝通 @@ -12114,30 +11990,33 @@ Too many attempts, please try again after minutes. 太多次嘗試,請在 分鐘後再試。 - src/app/core/rest/rest-extractor.service.ts126 - + + src/app/core/rest/rest-extractor.service.ts130 Too many attempts, please try again later. 太多次嘗試,請稍後再試。 - src/app/core/rest/rest-extractor.service.ts129 - + + src/app/core/rest/rest-extractor.service.ts133 Server error. Please retry later. 伺服器錯誤。請稍後重試。 - src/app/core/rest/rest-extractor.service.ts133 - + + src/app/core/rest/rest-extractor.service.ts137 Server is unavailable. Please retry later. 伺服器不可用。請稍後再試。 - - src/app/core/rest/rest-extractor.service.ts - 137 - - + + src/app/core/rest/rest-extractor.service.ts141 Unknown server error 未知的伺服器錯誤 - src/app/core/rest/rest-extractor.service.ts140 + + src/app/core/rest/rest-extractor.service.ts144 + {first} - {last} of {totalRecords}{first} - {last} of {totalRecords} + + src/app/core/rest/rest-table.ts + 86 + Subscribed to all current channels of . You will be notified of all their new videos. @@ -12230,29 +12109,29 @@ Delete video 刪除影片 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts371 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts368 Actions for the comment 留言動作 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts400 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts397 Delete comment 刪除留言 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts406 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts403 Do you really want to delete this comment? 您真的要刪除此留言嗎? - src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts410 - + + + src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184src/app/shared/shared-abuse-list/abuse-list-table.component.ts407 Comment deleted. 留言已刪除。 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts418 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts415 Encoder 編碼器 @@ -12300,25 +12179,25 @@ Do you really want to delete this video? 您真的想要刪除此影片嗎? - src/app/+admin/moderation/video-block-list/video-block-list.component.ts94 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts375 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts94src/app/shared/shared-abuse-list/abuse-list-table.component.ts372 Video deleted. 影片已刪除。 - src/app/+admin/moderation/video-block-list/video-block-list.component.ts102 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts383 - + + + src/app/+admin/moderation/video-block-list/video-block-list.component.ts102src/app/shared/shared-abuse-list/abuse-list-table.component.ts380 Actions for the reporter 對檢舉人的動作 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts310 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts307 Mute reporter 靜音檢舉人 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts316 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts313 Download 下載 @@ -12466,59 +12345,37 @@ 58 - - Showing to of registration tokens - 顯示 ,一共 個註冊權杖 - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 20 - - + Token 權杖 - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 25 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html24 Associated runners 相關執行器 - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 27 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html26 Generate token 產生權杖 - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 34 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html33 Registration token copied 已複製註冊權杖 - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 52 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html51 Copy registration token 複製註冊權杖 - - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html - 53 - - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html52 No registration token found for remote runners. 找不到遠端執行器的註冊權杖。 - src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html67 - + + src/app/+admin/system/runners/runner-registration-token-list/runner-registration-token-list.component.html66 Remove this token 移除此權杖 @@ -12586,9 +12443,9 @@ Mute account 靜音帳號 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts292 - src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 - + + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts289src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts417 Open video actions 開啟影片動作 @@ -12622,8 +12479,8 @@ Mute server account 靜音伺服器帳號 - src/app/shared/shared-abuse-list/abuse-list-table.component.ts298 - + + src/app/shared/shared-abuse-list/abuse-list-table.component.ts295 Report 檢舉 @@ -12722,27 +12579,27 @@ - src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18 - src/app/+admin/overview/videos/video-list.component.html77 - src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4 - src/app/+stats/video/video-stats.component.html2 - src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31 - src/app/+videos/+video-watch/video-watch.component.html76 - src/app/menu/menu.component.html112 - src/app/shared/shared-instance/instance-about-accordion.component.html115 - src/app/shared/shared-main/angular/login-link.component.html1 - src/app/shared/shared-main/buttons/action-dropdown.component.html22 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html20 - src/app/shared/shared-main/misc/top-menu-dropdown.component.html30 - src/app/shared/shared-moderation/user-ban-modal.component.html3 - src/app/shared/shared-user-settings/user-interface-settings.component.html9 - src/app/shared/shared-video-miniature/video-download.component.html27 - src/app/shared/shared-video-miniature/video-download.component.html47 - src/app/shared/shared-video-miniature/video-download.component.html66 - src/app/shared/shared-video-miniature/video-download.component.html77 - src/app/shared/shared-video-miniature/video-download.component.html89 - src/app/shared/shared-video-miniature/videos-selection.component.html1 - + + + + + + + + + + + + + + + + + + + + + src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html18src/app/+admin/overview/videos/video-list.component.html76src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html4src/app/+stats/video/video-stats.component.html2src/app/+videos/+video-edit/video-add-components/video-go-live.component.html31src/app/+videos/+video-watch/video-watch.component.html76src/app/menu/menu.component.html112src/app/shared/shared-instance/instance-about-accordion.component.html115src/app/shared/shared-main/angular/login-link.component.html1src/app/shared/shared-main/buttons/action-dropdown.component.html22src/app/shared/shared-main/misc/top-menu-dropdown.component.html20src/app/shared/shared-main/misc/top-menu-dropdown.component.html30src/app/shared/shared-moderation/user-ban-modal.component.html3src/app/shared/shared-user-settings/user-interface-settings.component.html9src/app/shared/shared-video-miniature/video-download.component.html27src/app/shared/shared-video-miniature/video-download.component.html47src/app/shared/shared-video-miniature/video-download.component.html66src/app/shared/shared-video-miniature/video-download.component.html77src/app/shared/shared-video-miniature/video-download.component.html89src/app/shared/shared-video-miniature/videos-selection.component.html1 Add to watch later 新增到稍後觀看 @@ -12774,28 +12631,28 @@ Only I can see this video 只有我可以看見此影片 - src/app/shared/shared-main/video/video.service.ts460 - + + src/app/shared/shared-main/video/video.service.ts461 Only shareable via a private link 僅可透過私人連結分享 - src/app/shared/shared-main/video/video.service.ts461 - + + src/app/shared/shared-main/video/video.service.ts462 Anyone can see this video 任何人都可以看到此影片 - src/app/shared/shared-main/video/video.service.ts462 - + + src/app/shared/shared-main/video/video.service.ts463 Only users of this instance can see this video 僅此站臺的使用者才可觀看此影片 - src/app/shared/shared-main/video/video.service.ts463 - + + src/app/shared/shared-main/video/video.service.ts464 Only users with the appropriate password can see this video 只有擁有適當密碼的使用者才能觀看此影片 - src/app/shared/shared-main/video/video.service.ts464 - + + src/app/shared/shared-main/video/video.service.ts465 Video to import updated. 匯入的影片已更新。 @@ -12842,45 +12699,33 @@ You have unsaved changes! If you leave, your changes will be lost. 您有未儲存的變更!如果您離開,您的變更將會遺失。 - src/app/+videos/+video-edit/video-update.component.ts140 - + + src/app/+videos/+video-edit/video-update.component.ts139 Video updated. 影片已更新。 - src/app/+videos/+video-edit/video-update.component.ts227 - + + src/app/+videos/+video-edit/video-update.component.ts226 Your video will also be automatically blocked since video publication requires manual validation by moderators. 您的影片也將會被自動封鎖,因為發布影片需要管理員手動驗證。 - - src/app/+videos/+video-edit/video-update.component.ts - 259 - - + + src/app/+videos/+video-edit/video-update.component.ts258 Uploading a new version of your video will completely erase the current version. 上傳新版本的影片將會完全抹除目前的版本。 - - src/app/+videos/+video-edit/video-update.component.ts - 262 - - + + src/app/+videos/+video-edit/video-update.component.ts261 - <br /><br />Do you still want to replace your video file? - <br /><br />您仍然想要取代影片檔嗎? - - src/app/+videos/+video-edit/video-update.component.ts - 265 - - + <br /><br />Do you still want to replace your video file? + <br /><br />您仍然想要取代影片檔嗎? + + src/app/+videos/+video-edit/video-update.component.ts264 Replace file warning 取代檔案警告 - - src/app/+videos/+video-edit/video-update.component.ts - 267 - - + + src/app/+videos/+video-edit/video-update.component.ts266 (extensions: ) (副檔名: @@ -12951,141 +12796,132 @@ - This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? - 此影片在此站臺上不可用。您想要重新導向至原始站臺:<a href=""></a> 嗎? - src/app/+videos/+video-watch/video-watch.component.ts370 - + This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? + 此影片在此站臺上不可用。您想要重新導向至原始站臺:<a href=""></a> 嗎? + + src/app/+videos/+video-watch/video-watch.component.ts371 Redirection 重新導向 - src/app/+videos/+video-watch/video-watch.component.ts371 - + + src/app/+videos/+video-watch/video-watch.component.ts372 You need a password to watch this video 您需要密碼以觀看此影片 - - src/app/+videos/+video-watch/video-watch.component.ts - 403 - - + + src/app/+videos/+video-watch/video-watch.component.ts404 This video is password protected 此影片有密碼保護 - - src/app/+videos/+video-watch/video-watch.component.ts - 404 - - + + src/app/+videos/+video-watch/video-watch.component.ts405 Incorrect password, please enter a correct password 密碼不正確,請輸入正確的密碼 - - src/app/+videos/+video-watch/video-watch.component.ts - 405 - - + + src/app/+videos/+video-watch/video-watch.component.ts406 This video contains mature or explicit content. Are you sure you want to watch it? 這部影片包含成人或裸露內容。您確定您想要觀看嗎? - src/app/+videos/+video-watch/video-watch.component.ts446 - + + src/app/+videos/+video-watch/video-watch.component.ts447 Mature or explicit content 成人或裸露內容 - src/app/+videos/+video-watch/video-watch.component.ts447 - + + src/app/+videos/+video-watch/video-watch.component.ts448 Cancel 取消 - src/app/+about/about-instance/contact-admin-modal.component.html48 - src/app/+admin/follows/following-list/follow-modal.component.html33 - src/app/+admin/moderation/registration-list/process-registration-modal.component.html67 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76 - src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102 - src/app/+login/login.component.html146 - src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20 - src/app/+my-library/my-video-imports/my-video-imports.component.html42 - src/app/+my-library/my-videos/modals/video-change-ownership.component.html22 - src/app/+videos/+video-edit/shared/upload-progress.component.html14 - src/app/+videos/+video-edit/shared/upload-progress.component.html26 - src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37 - src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25 - src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73 - src/app/modal/confirm.component.html25 - src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26 - src/app/shared/shared-moderation/batch-domains-modal.component.html31 - src/app/shared/shared-moderation/report-modals/report.component.html53 - src/app/shared/shared-moderation/report-modals/report.component.html53 - src/app/shared/shared-moderation/report-modals/video-report.component.html84 - src/app/shared/shared-moderation/user-ban-modal.component.html34 - src/app/shared/shared-moderation/video-block.component.html46 - src/app/shared/shared-video-miniature/video-download.component.html140 - + + + + + + + + + + + + + + + + + + + + + + + + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts76src/app/+admin/system/runners/runner-job-list/runner-job-list.component.ts102src/app/+login/login.component.html146src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html41src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/upload-progress.component.html14src/app/+videos/+video-edit/shared/upload-progress.component.html26src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/modal/confirm.component.html25src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Enter/exit fullscreen 進入/離開全螢幕 - src/app/+videos/+video-watch/video-watch.component.ts851 - + + src/app/+videos/+video-watch/video-watch.component.ts857 Play/Pause the video 播放/暫停影片 - src/app/+videos/+video-watch/video-watch.component.ts852 - + + src/app/+videos/+video-watch/video-watch.component.ts858 Mute/unmute the video 靜音/取消靜音影片 - src/app/+videos/+video-watch/video-watch.component.ts853 - + + src/app/+videos/+video-watch/video-watch.component.ts859 Skip to a percentage of the video: 0 is 0% and 9 is 90% 跳至影片的百分比:0 為 0%,9 為 90% - src/app/+videos/+video-watch/video-watch.component.ts868 - + + src/app/+videos/+video-watch/video-watch.component.ts874 Increase the volume 增加音量 - src/app/+videos/+video-watch/video-watch.component.ts855 - + + src/app/+videos/+video-watch/video-watch.component.ts861 Decrease the volume 降低音量 - src/app/+videos/+video-watch/video-watch.component.ts856 - + + src/app/+videos/+video-watch/video-watch.component.ts862 Seek the video forward 向前快轉 - src/app/+videos/+video-watch/video-watch.component.ts870 - + + src/app/+videos/+video-watch/video-watch.component.ts876 Seek the video backward 向後快轉 - src/app/+videos/+video-watch/video-watch.component.ts871 - + + src/app/+videos/+video-watch/video-watch.component.ts877 Increase playback rate 提高播放速度 - src/app/+videos/+video-watch/video-watch.component.ts873 - + + src/app/+videos/+video-watch/video-watch.component.ts879 Decrease playback rate 降低播放速度 - src/app/+videos/+video-watch/video-watch.component.ts874 - + + src/app/+videos/+video-watch/video-watch.component.ts880 Navigate in the video to the previous frame 在影片中跳至上一個畫面 - src/app/+videos/+video-watch/video-watch.component.ts876 - + + src/app/+videos/+video-watch/video-watch.component.ts882 Navigate in the video to the next frame 在影片中跳至下一個畫面 - src/app/+videos/+video-watch/video-watch.component.ts877 - + + src/app/+videos/+video-watch/video-watch.component.ts883 Toggle theater mode 切換劇院模式 - src/app/+videos/+video-watch/video-watch.component.ts861 - + + src/app/+videos/+video-watch/video-watch.component.ts867 Like the video 喜歡此影片 @@ -13165,14 +13001,7 @@ 103 - - Showing to of videos - 正在顯示 中的 影片 - - src/app/+admin/overview/videos/video-list.component.html - 11 - - + Only videos uploaded on this instance are displayed 僅顯示在此站台上傳的影片 diff --git a/client/src/locale/server.en-US.json b/client/src/locale/server.en-US.json index 92cf8ff8d..3958751f6 100644 --- a/client/src/locale/server.en-US.json +++ b/client/src/locale/server.en-US.json @@ -67,204 +67,5 @@ "Playlist: {1}": "Playlist: {1}", "By {1}": "By {1}", "Unavailable video": "Unavailable video", - "Unknown": "Unknown", - "Afar": "Afar", - "Abkhazian": "Abkhazian", - "Afrikaans": "Afrikaans", - "Akan": "Akan", - "Amharic": "Amharic", - "Arabic": "Arabic", - "Aragonese": "Aragonese", - "American Sign Language": "American Sign Language", - "Assamese": "Assamese", - "Austrian Sign Language": "Austrian Sign Language", - "Avaric": "Avaric", - "Kotava": "Kotava", - "Aymara": "Aymara", - "Azerbaijani": "Azerbaijani", - "Bashkir": "Bashkir", - "Bambara": "Bambara", - "Belarusian": "Belarusian", - "Bengali": "Bengali", - "British Sign Language": "British Sign Language", - "Bislama": "Bislama", - "Tibetan": "Tibetan", - "Bosnian": "Bosnian", - "Breton": "Breton", - "Bulgarian": "Bulgarian", - "Brazilian Sign Language": "Brazilian Sign Language", - "Catalan": "Catalan", - "Czech": "Czech", - "Chamorro": "Chamorro", - "Chechen": "Chechen", - "Chuvash": "Chuvash", - "Cornish": "Cornish", - "Corsican": "Corsican", - "Cree": "Cree", - "Czech Sign Language": "Czech Sign Language", - "Chinese Sign Language": "Chinese Sign Language", - "Welsh": "Welsh", - "Danish": "Danish", - "German": "German", - "Dhivehi": "Dhivehi", - "Danish Sign Language": "Danish Sign Language", - "Dzongkha": "Dzongkha", - "Greek": "Greek", - "English": "English", - "Esperanto": "Esperanto", - "Estonian": "Estonian", - "Basque": "Basque", - "Ewe": "Ewe", - "Faroese": "Faroese", - "Persian": "Persian", - "Fijian": "Fijian", - "Finnish": "Finnish", - "French": "French", - "Western Frisian": "Western Frisian", - "French Sign Language": "French Sign Language", - "Fulah": "Fulah", - "Scottish Gaelic": "Scottish Gaelic", - "Irish": "Irish", - "Galician": "Galician", - "Manx": "Manx", - "Guarani": "Guarani", - "German Sign Language": "German Sign Language", - "Gujarati": "Gujarati", - "Haitian": "Haitian", - "Hausa": "Hausa", - "Serbo-Croatian": "Serbo-Croatian", - "Hebrew": "Hebrew", - "Herero": "Herero", - "Hindi": "Hindi", - "Hiri Motu": "Hiri Motu", - "Croatian": "Croatian", - "Hungarian": "Hungarian", - "Armenian": "Armenian", - "Igbo": "Igbo", - "Sichuan Yi": "Sichuan Yi", - "Inuktitut": "Inuktitut", - "Indonesian": "Indonesian", - "Inupiaq": "Inupiaq", - "Icelandic": "Icelandic", - "Italian": "Italian", - "Javanese": "Javanese", - "Lojban": "Lojban", - "Japanese": "Japanese", - "Japanese Sign Language": "Japanese Sign Language", - "Kabyle": "Kabyle", - "Kalaallisut": "Kalaallisut", - "Kannada": "Kannada", - "Kashmiri": "Kashmiri", - "Georgian": "Georgian", - "Kanuri": "Kanuri", - "Kazakh": "Kazakh", - "Khmer": "Khmer", - "Kikuyu": "Kikuyu", - "Kinyarwanda": "Kinyarwanda", - "Kirghiz": "Kirghiz", - "Komi": "Komi", - "Kongo": "Kongo", - "Korean": "Korean", - "Kuanyama": "Kuanyama", - "Kurdish": "Kurdish", - "Lao": "Lao", - "Latin": "Latin", - "Latvian": "Latvian", - "Limburgan": "Limburgan", - "Lingala": "Lingala", - "Lithuanian": "Lithuanian", - "Luxembourgish": "Luxembourgish", - "Luba-Katanga": "Luba-Katanga", - "Ganda": "Ganda", - "Marshallese": "Marshallese", - "Malayalam": "Malayalam", - "Marathi": "Marathi", - "Macedonian": "Macedonian", - "Malagasy": "Malagasy", - "Maltese": "Maltese", - "Mongolian": "Mongolian", - "Maori": "Maori", - "Malay (macrolanguage)": "Malay (macrolanguage)", - "Burmese": "Burmese", - "Nauru": "Nauru", - "Navajo": "Navajo", - "South Ndebele": "South Ndebele", - "North Ndebele": "North Ndebele", - "Ndonga": "Ndonga", - "Nepali (macrolanguage)": "Nepali (macrolanguage)", - "Dutch": "Dutch", - "Norwegian Nynorsk": "Norwegian Nynorsk", - "Norwegian Bokmål": "Norwegian Bokmål", - "Norwegian": "Norwegian", - "Nyanja": "Nyanja", - "Occitan": "Occitan", - "Ojibwa": "Ojibwa", - "Oriya (macrolanguage)": "Oriya (macrolanguage)", - "Oromo": "Oromo", - "Ossetian": "Ossetian", - "Panjabi": "Panjabi", - "Pakistan Sign Language": "Pakistan Sign Language", - "Polish": "Polish", - "Portuguese": "Portuguese", - "Pushto": "Pushto", - "Quechua": "Quechua", - "Romansh": "Romansh", - "Romanian": "Romanian", - "Russian Sign Language": "Russian Sign Language", - "Rundi": "Rundi", - "Russian": "Russian", - "Sango": "Sango", - "Saudi Arabian Sign Language": "Saudi Arabian Sign Language", - "South African Sign Language": "South African Sign Language", - "Sinhala": "Sinhala", - "Slovak": "Slovak", - "Slovenian": "Slovenian", - "Northern Sami": "Northern Sami", - "Samoan": "Samoan", - "Shona": "Shona", - "Sindhi": "Sindhi", - "Somali": "Somali", - "Southern Sotho": "Southern Sotho", - "Spanish": "Spanish", - "Albanian": "Albanian", - "Sardinian": "Sardinian", - "Serbian": "Serbian", - "Swati": "Swati", - "Sundanese": "Sundanese", - "Swahili (macrolanguage)": "Swahili (macrolanguage)", - "Swedish": "Swedish", - "Swedish Sign Language": "Swedish Sign Language", - "Tahitian": "Tahitian", - "Tamil": "Tamil", - "Tatar": "Tatar", - "Telugu": "Telugu", - "Tajik": "Tajik", - "Tagalog": "Tagalog", - "Thai": "Thai", - "Tigrinya": "Tigrinya", - "Klingon": "Klingon", - "Tonga (Tonga Islands)": "Tonga (Tonga Islands)", - "Tswana": "Tswana", - "Tsonga": "Tsonga", - "Turkmen": "Turkmen", - "Turkish": "Turkish", - "Twi": "Twi", - "Uighur": "Uighur", - "Ukrainian": "Ukrainian", - "Urdu": "Urdu", - "Uzbek": "Uzbek", - "Venda": "Venda", - "Vietnamese": "Vietnamese", - "Walloon": "Walloon", - "Wolof": "Wolof", - "Xhosa": "Xhosa", - "Yiddish": "Yiddish", - "Yoruba": "Yoruba", - "Zhuang": "Zhuang", - "Chinese": "Chinese", - "Zulu": "Zulu", - "No linguistic content": "No linguistic content", - "Toki Pona": "Toki Pona", - "Simplified Chinese": "Simplified Chinese", - "Traditional Chinese": "Traditional Chinese" + "Unknown": "Unknown" } diff --git a/package.json b/package.json index 89f8fd4ed..76d84d0ea 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "test": "bash ./scripts/test.sh", "generate-cli-doc": "bash ./scripts/generate-cli-doc.sh", "generate-types-package": "tsx --conditions=peertube:tsx ./packages/types-generator/generate-package.ts", - "i18n:create-custom-files": "tsx --conditions=peertube:tsx ./scripts/i18n/create-custom-files.ts", + "i18n:create-custom-files": "tsx --tsconfig ./scripts/tsconfig.json --conditions=peertube:tsx ./scripts/i18n/create-custom-files.ts", "benchmark-server": "tsx --conditions=peertube:tsx ./scripts/benchmark.ts", "client:build-stats": "tsx --conditions=peertube:tsx ./scripts/client-build-stats.ts", "generate-code-contributors": "tsx --conditions=peertube:tsx ./scripts/generate-code-contributors.ts", diff --git a/scripts/ci.sh b/scripts/ci.sh index 64968cf94..0046fe41a 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh @@ -144,7 +144,5 @@ elif [ "$1" = "lint" ]; then npm run swagger-cli -- validate support/doc/api/openapi.yaml - ( cd client - npm run lint - ) + ( cd client && npm run lint ) fi diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts index 887ab86af..beb46191c 100755 --- a/scripts/i18n/create-custom-files.ts +++ b/scripts/i18n/create-custom-files.ts @@ -15,7 +15,7 @@ import { VIDEO_PLAYLIST_TYPES, VIDEO_PRIVACIES, VIDEO_STATES -} from '../../server/initializers/constants.js' +} from '@peertube/peertube-server/server/initializers/constants.js' const videojs = readJsonSync(join(root(), 'client', 'src', 'locale', 'videojs.en-US.json')) const playerKeys = { diff --git a/scripts/tsconfig.json b/scripts/tsconfig.json index 0a7e07599..667d6e6d8 100644 --- a/scripts/tsconfig.json +++ b/scripts/tsconfig.json @@ -1,7 +1,10 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "outDir": "../dist/scripts" + "outDir": "../dist/scripts", + "paths": { + "@server/*": [ "./server/server/*" ] + } }, "references": [ { "path": "../packages/core-utils" },